HomeSort by relevance Sort by last modified time
    Searched refs:makefiles (Results 276 - 300 of 303) sorted by null

<<111213

  /frameworks/support/v7/appcompat/
Android.mk 20 # in their makefiles to include the resources in their package.
  /frameworks/support/v7/gridlayout/
Android.mk 20 # in their makefiles to include the resources in their package.
  /hardware/invensense/libsensors_iio/software/core/mllite/build/android/
shared.mk 64 .PHONY: all mllite clean cleanall makefiles
  /packages/providers/ContactsProvider/
Android.mk 37 include $(call all-makefiles-under,$(LOCAL_PATH))
  /system/core/libpixelflinger/
Android.mk 82 include $(call all-makefiles-under,$(LOCAL_PATH))
  /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...]
read.c 1 /* Reading and parsing of makefiles for GNU Make.
73 to new structures for included makefiles. */
122 /* The chain of makefiles read by read_makefile. */
149 /* Read in all the makefiles and return the chain of their names. */
152 read_all_makefiles (char **makefiles)
156 /* Create *_LIST variables, to hold the makefiles, targets, and variables
161 DB (DB_BASIC, (_("Reading makefiles...\n")));
163 /* If there's a non-null variable MAKEFILES, its value is a list of
165 default makefiles and don't let the default goal come from there. */
173 /* Turn off --warn-undefined-variables while we expand MAKEFILES. *
    [all...]
  /frameworks/compile/libbcc/
Android.mk 191 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/compile/slang/
Android.mk 214 include $(call all-makefiles-under,$(LOCAL_PATH))
  /system/core/libcutils/
Android.mk 161 include $(call all-makefiles-under,$(LOCAL_PATH))
  /build/core/
product_config.mk 183 # An unbundled app build needs only the core product makefiles.
184 all_product_configs := $(call get-product-makefiles,\
189 all_product_configs := $(get-all-product-makefiles)
217 # Import all product makefiles.
main.mk 448 # Before we go and include all of the module makefiles, stash away
474 # Include all of the makefiles in the system
477 # Can't use first-makefiles-under here because
510 # All module makefiles have been included at this point.
514 # Include any makefiles that must happen after the module makefiles
536 # This can only happen now, after we've read in all module makefiles.
584 # Of the modules defined by the component makefiles,
604 # a subset of the module makefiles. Don't try to build any modules
    [all...]
definitions.mk 135 ## Retrieve a list of all makefiles immediately below some directory
138 define all-makefiles-under
143 ## Look under a directory for makefiles that don't have parent
144 ## makefiles.
149 define first-makefiles-under
155 ## Retrieve a list of all makefiles immediately below your directory
158 define all-subdir-makefiles
159 $(call all-makefiles-under,$(call my-dir))
163 ## Look in the named list of directories for makefiles,
168 define all-named-subdir-makefiles
    [all...]
base_rules.mk 76 # makefiles. Anything else is either a typo or a source of unexpected
123 $(error $(LOCAL_PATH): LOCAL_BUILT_MODULE and LOCAL_INSTALLED_MODULE must not be defined by component makefiles)
  /external/libnfc-nci/
Android.mk 77 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/ml/bordeaux/service/
Android.mk 80 include $(call all-makefiles-under,$(LOCAL_PATH))
  /packages/apps/Email/
Android.mk 55 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/tests/SignatureTest/
Android.mk 94 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/native/opengl/libs/
Android.mk 171 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/support/v7/mediarouter/
Android.mk 59 # in their makefiles to include the resources in their package.
  /external/sepolicy/
Android.mk 190 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/core/jni/
Android.mk 235 include $(call all-makefiles-under,$(LOCAL_PATH))
  /ndk/build/core/
definitions.mk     [all...]
  /external/libpng/
CHANGES 271 Moved makefiles into a "scripts" directory, and added INSTALL instruction file
291 updated some of the makefiles (Tom Lane)
319 Reduced the default warning level in some makefiles, to make them consistent.
446 Changed "ln -s -f" to "ln -f -s" in the makefiles to make Solaris happy.
453 Changed leading blanks to tabs in all makefiles.
472 Renamed the makefiles with longer but more user friendly extensions.
    [all...]
  /frameworks/rs/
Android.mk 456 include $(call all-makefiles-under,$(LOCAL_PATH))

Completed in 1708 milliseconds

<<111213