Home | History | Annotate | Download | only in core

Lines Matching refs:MAKEFILE

65 # Macro    : this-makefile
66 # Returns : the name of the current Makefile in the inclusion stack
67 # Usage : $(this-makefile)
69 this-makefile = $(lastword $(MAKEFILE_LIST))
72 # Macro : local-makefile
74 # Usage : $(local-makefile)
76 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
188 # MAKEFILE -> The Android.mk where the module is defined.
227 modules-LOCALS += MAKEFILE
304 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)\
525 # 2: name of Makefile where the variable should be defined
526 # 3: name/description of the Makefile where the check is done, which
538 # Arguments: 1: name/description of the included build Makefile where the
544 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \
546 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
671 # Returns : the directory of the current Makefile
686 # Returns : list of all makefiles in subdirectories of the current Makefile's
1161 $(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag)')\
1173 $(call __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import path)\