Home | History | Annotate | Download | only in core

Lines Matching defs:makefile

27 # Macro    : this-makefile
28 # Returns : the name of the current Makefile in the inclusion stack
29 # Usage : $(this-makefile)
31 this-makefile = $(lastword $(MAKEFILE_LIST))
34 # Macro : local-makefile
36 # Usage : $(local-makefile)
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
364 # MAKEFILE -> The Android.mk where the module is defined.
419 modules-LOCALS += MAKEFILE
496 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)\
872 $(call __ndk_info,WARNING: Ignoring invalid values in LOCAL_CPP_FEATURES definition in $(__ndk_modules.$1.MAKEFILE): $(__cxxbad))\
935 # 2: name of Makefile where the variable should be defined
936 # 3: name/description of the Makefile where the check is done, which
948 # Arguments: 1: name/description of the included build Makefile where the
954 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \
956 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
1083 # Returns : the directory of the current Makefile
1098 # Returns : list of all makefiles in subdirectories of the current Makefile's
1842 $(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag)')\
1856 $(call __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import path)\