HomeSort by relevance Sort by last modified time
    Searched full:makefiles (Results 476 - 500 of 949) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/make-3.81/
NEWS 44 .SECONDEXPANSION target is defined. If your makefiles take advantage
50 makefiles use backslash-newline sequences inside of single-quoted
91 for included makefiles.
97 instance of make has been restarted (see "How Makefiles Are Remade"
196 makefiles at that moment.
275 "normal" targets (not makefiles) that were deemed out of date and in
313 compatibility with makefiles created on other operating systems.
543 * The error messages for nonexistent included makefiles now refer to the
698 * The default directories to search for included makefiles, and for
721 We do not recommend that you write your makefiles to take advantage of this
    [all...]
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...]
  /external/libpng/
INSTALL 21 Instead, you can use one of the custom-built makefiles in the
122 Most of the makefiles will allow you to run "make install" to
142 files, in the individual makefiles, in png.h, and the manual pages
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...]
  /bionic/libc/bionic/
crtbrand.c 49 * These steps are done in the invididual Makefiles for each applicable arch.
  /build/target/product/
AndroidProducts.mk 18 # This file should set PRODUCT_MAKEFILES to a list of product makefiles
  /cts/suite/audio_quality/
Android.mk 54 include $(call all-subdir-makefiles)
  /device/asus/deb/self-extractors/
generate-packages.sh 255 echo \ \ Setting up $COMPANY-specific makefiles
256 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
257 echo \ \ Setting up shared makefiles
258 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles
  /device/asus/flo/self-extractors/
generate-packages.sh 249 echo \ \ Setting up $COMPANY-specific makefiles
250 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
251 echo \ \ Setting up shared makefiles
252 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles
  /device/asus/grouper/
BoardConfigCommon.mk 18 # disable makefiles (the proper mechanism to control what gets
  /device/lge/hammerhead/self-extractors/
generate-packages.sh 245 echo \ \ Setting up $COMPANY-specific makefiles
246 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
247 echo \ \ Setting up shared makefiles
248 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles
  /device/lge/mako/self-extractors/
generate-packages.sh 230 echo \ \ Setting up $COMPANY-specific makefiles
231 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
232 echo \ \ Setting up shared makefiles
233 cp -R root/* tmp/vendor/$MANUFACTURER/$ROOTDEVICE || echo \ \ \ \ Error copying makefiles
  /external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox 48 /// You may also wish to use these suffixes if you are building your projects using Makefiles, as this makes the output deterministic.
  /external/bison/djgpp/
config.sed 21 # Additional editing of Makefiles
91 # the generated Makefiles good for every DJGPP installation, not only
125 # write absolute paths into Makefiles and bison.in
169 # paths of certain header files into Makefiles making
  /external/chromium_org/android_webview/tools/
gyp_webview 14 echo "Generating makefiles for $PLATFORM"
  /external/chromium_org/native_client_sdk/src/build_tools/
template.mk 6 # See README.Makefiles for more details.
  /external/chromium_org/third_party/sqlite/src/src/
os_common.h 25 ** macro to SQLITE_DEBUG and some older makefiles have not yet made the
  /external/chromium_org/third_party/sqlite/src/tool/
soak1.tcl 9 # constructed makefiles are named "soak1.mk".
  /external/libvpx/
UPDATING 30 Skip unnecessary extra makefiles.
  /frameworks/av/libvideoeditor/lvpp/
Android.mk 105 #include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/ml/bordeaux/service/
Android.mk 80 include $(call all-makefiles-under,$(LOCAL_PATH))
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix 10 # HOW MANY MAKEFILES EXIST FOR EASY DELETION AT THE END.
  /packages/apps/UnifiedEmail/
Android.mk 57 include $(call all-makefiles-under,$(LOCAL_PATH))
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2 507 *Note Overriding Part of Another Makefile: Overriding Makefiles.
518 compatibility with old makefiles. They come in two kinds:
591 before `make' reads any makefiles. You can change the list of suffixes
609 rules are converted to equivalent pattern rules once the makefiles have
    [all...]
  /development/testrunner/
android_mk.py 119 """Check if makefile has a 'include makefiles under here' rule"""
120 return self.HasInclude('call all-makefiles-under,$(LOCAL_PATH)')

Completed in 381 milliseconds

<<11121314151617181920>>