Searched
full:makefiles (Results
551 -
575 of
949) sorted by null
<<21222324252627282930>>
/ndk/sources/host-tools/make-3.81/doc/ |
make-stds.texi | 8 @cindex conventions for makefiles 9 @cindex standards for makefiles 34 describes conventions for writing the Makefiles for GNU programs. 39 * Makefile Basics:: General Conventions for Makefiles 40 * Utilities in Makefiles:: Utilities in Makefiles 49 @section General Conventions for Makefiles 142 @node Utilities in Makefiles 143 @section Utilities in Makefiles 167 It is a good idea to avoid creating symbolic links in makefiles, since [all...] |
/ndk/sources/host-tools/make-3.81/ |
readme.vms | 145 Fix a problem with automatically remaking makefiles. GNU make uses an 172 makefiles on VMS: 220 The variable $(ARCH) is predefined as ALPHA or VAX resp. Makefiles for 267 The default include directory for including other makefiles is 271 The default makefiles make looks for are: makefile.vms, gnumakefile,
|
/external/llvm/docs/ |
TestSuiteMakefileGuide.rst | 60 The External directory contains Makefiles for building code that is 64 tests, but only the Makefiles that know how to properly compile these 184 There are several TEST Makefiles available in the tree. Some of them are
|
TestingGuide.rst | 103 ``llvm/test`` directory. LLVM Makefiles require GNU Make (read the :doc:`LLVM 483 The External directory contains Makefiles for building code that is 487 tests, but only the Makefiles that know how to properly compile these 504 ``test-suite`` Makefiles 508 of Makefiles. The LNT based approach above is recommended for most
|
/ndk/sources/host-tools/make-3.81/po/ |
id.po | 263 msgid "# A default, MAKEFILES, or -include/sinclude makefile." 264 msgstr "# merupakan sebuah default atau MAKEFILES makefile." 731 " Environment variables override makefiles.\n" 753 " Search DIRECTORY for included makefiles.\n" 984 msgid "Updating makefiles....\n" 985 msgstr "Meng-update makefiles....\n" 1223 msgid "Reading makefiles...\n" 1224 msgstr "Membaca makefiles...\n" [all...] |
he.po | 107 # and because its primary use is for programmers who write Makefiles. 266 msgid "# A default, MAKEFILES, or -include/sinclude makefile." 267 msgstr "# A default or MAKEFILES makefile." 735 " Environment variables override makefiles.\n" 757 " Search DIRECTORY for included makefiles.\n" 985 msgid "Updating makefiles....\n" 1225 msgid "Reading makefiles...\n" [all...] |
/external/stlport/etc/ |
ChangeLog-4.0 | 109 hpacc.mak : added makefiles for HP aCC in src and test 257 * makefiles in "src" : improved to get each compiler to put object files in separate directory : 261 VC++ makefiles make use of them 531 not provided with makefiles to build STLport yet. 603 * Added configuration and makefiles for DEC VMS, Borland and Win32 gcc. 656 search path. It is easy to work around : in your makefiles, instead of
|
/build/core/ |
main.mk | 449 # Before we go and include all of the module makefiles, stash away 482 # Include all of the makefiles in the system 485 # Can't use first-makefiles-under here because 520 # All module makefiles have been included at this point. 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...] |
node_fns.mk | 216 # $(2): list of makefiles representing nodes to import 238 # $(2): list of makefiles representing nodes to import
|
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.
|
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...] |
/external/chromium_org/third_party/mesa/src/docs/ |
thanks.html | 118 makefiles and project files for Windows 95/98/NT compilation for some time.
|
/external/chromium_org/tools/gyp/test/mac/xcode-env-order/ |
test.gyp | 107 # (which uses makefiles for rules, and thinks $PRODUCT_NAME is
|
/external/clang/ |
Makefile | 36 # Common Makefile code, shared by all Clang Makefiles.
|
/external/icu4c/ |
Makefile.in | 74 doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive \ 344 # For updating Windows makefiles 350 update-windows-makefiles: config.status 351 @echo Updating Windows Makefiles for ICU $(VERSION)
|
/external/icu4c/common/unicode/ |
uvernum.h | 32 * by running the UNIX makefile target 'update-windows-makefiles' in icu/source.
|
/external/libvorbis/ |
autogen.sh | 2 # Run this to set up the build system: configure, makefiles, etc.
|
/external/mesa3d/docs/ |
thanks.html | 118 makefiles and project files for Windows 95/98/NT compilation for some time.
|
/external/sepolicy/ |
Android.mk | 190 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/stlport/ |
INSTALL.unixes | 44 build/Makefiles/gmake/config.mak
|
/external/stlport/doc/ |
README.dmc | 67 STLport makefiles for DMC use dm_link and dm_lib instead of link and lib to
|
/external/zlib/src/ |
README | 19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
|
/frameworks/base/core/jni/ |
Android.mk | 237 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/system/core/libcutils/ |
Android.mk | 155 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/dropbear/libtomcrypt/ |
changes | 42 -- Renamed macros HMAC/OMAC/PMAC to have a LTC_ prefix. If you pass these on the command line please update your makefiles 154 -- Finally added an auto-update script for the makefiles. So when I add new files/dirs it can automatically fix up the makefiles [all four of them...] 184 -- Cleaned up the LIBTEST_S definitions in both GNU makefiles. A few minor touchups as well. 197 -- Updated makefiles to remove references to the old DH object files and the ecc_sys.o crap ... clean code ahead! 256 -- Made it install the testing library in the icc/static makefiles 380 -- Removed "makefile.cygwin_dll" as it's not really used by anyone and not worth the effort (hell I hardly maintain the MSVC makefiles ...) [all...] |
Completed in 786 milliseconds
<<21222324252627282930>>