Lines Matching refs:executable
192 module-add-executable = $(call module-add,$1,$2,$3,executable)
203 module-is-exectuable = $(call module-is-type,$1,executable)
204 module-is-installable = $(call or,$(call module-is-type,$1,shared),$(call module-is-type,$1,executable))
573 # Function : host-executable-path
574 # Arguments : 1: executable module name (e.g. 'foo')
575 # Returns : location of generated host executable name (e.g. '..../foo)
576 # Usage : $(call host-executable-path,<modulename>)
578 host-executable-path = $(HOST_OUT)/$1$(HOST_EXE)
597 # Function : executable-path
598 # Arguments : 1: executable module name (e.g. 'foo')
600 # Usage : $(call executable-path,<modulename>)
602 executable-path = $(TARGET_OUT)/$1