Executable.mk (7de6b1b1) Executable.mk (390c74e1)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 46 unchanged lines hidden (view full) ---

55endef
56
57define gb_Executable_set_targettype_gui
58$(call gb_Executable_get_target,$(1)) : gb_Executable_TARGETGUI := $(2)
59endef
60
61
62define gb_Executable_forward_to_Linktarget
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 46 unchanged lines hidden (view full) ---

55endef
56
57define gb_Executable_set_targettype_gui
58$(call gb_Executable_get_target,$(1)) : gb_Executable_TARGETGUI := $(2)
59endef
60
61
62define gb_Executable_forward_to_Linktarget
63gb_Executable_$(1) = $$(call gb_LinkTarget_$(1),Executable/$$(1)$$(gb_Executable_EXT),$$(2),$$(3))
63gb_Executable_$(1) = $$(call gb_LinkTarget_$(1),Executable/$$(1)$$(gb_Executable_EXT),$$(2),$$(3),$$(4))
64
65endef
66
67$(eval $(foreach method,\
68 add_cobject \
69 add_cobjects \
70 add_cxxobject \
71 add_cxxobjects \

--- 35 unchanged lines hidden ---
64
65endef
66
67$(eval $(foreach method,\
68 add_cobject \
69 add_cobjects \
70 add_cxxobject \
71 add_cxxobjects \

--- 35 unchanged lines hidden ---