HomeSort by relevance Sort by last modified time
    Searched defs:makefiles (Results 1 - 5 of 5) sorted by null

  /build/core/
product.mk 36 define get-product-makefiles
54 define get-all-product-makefiles
55 $(call get-product-makefiles,$(_find-android-products-files))
59 # Functions for including product makefiles
definitions.mk 130 ## Retrieve a list of all makefiles immediately below some directory
133 define all-makefiles-under
138 ## Look under a directory for makefiles that don't have parent
139 ## makefiles.
144 define first-makefiles-under
150 ## Retrieve a list of all makefiles immediately below your directory
153 define all-subdir-makefiles
154 $(call all-makefiles-under,$(call my-dir))
158 ## Look in the named list of directories for makefiles,
163 define all-named-subdir-makefiles
    [all...]
  /gdk/build/core/
definitions.mk 650 # Function : all-makefiles-under
652 # Returns : a list of all makefiles immediately below some directory
653 # Usage : $(call all-makefiles-under, <some path>)
655 all-makefiles-under = $(wildcard $1/*/Android-portable.mk)
658 # Macro : all-subdir-makefiles
659 # Returns : list of all makefiles in subdirectories of the current Makefile's
661 # Usage : $(all-subdir-makefiles)
663 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 115 unsigned int no_makefile:1; /* Don't propagate when remaking makefiles. */
213 /* List of makefiles given with -f switches. */
215 static struct stringlist *makefiles = 0;
277 /* If nonzero, we're in the "try to rebuild makefiles" phase. */
307 Environment variables override makefiles.\n"),
317 Search DIRECTORY for included makefiles.\n"),
376 { 'f', string, (char *) &makefiles, 0, 0, 0, 0, 0, "file" },
482 This is zero if the makefiles do not define .DEFAULT. */
563 for names read from makefiles. It is here for names passed
214 static struct stringlist *makefiles = 0; variable in typeref:struct:stringlist
    [all...]

Completed in 300 milliseconds