Searched full:makefiles (Results 1 – 25 of 349) sorted by relevance
12345678910>>...14
/third_party/ltp/testcases/open_posix_testsuite/ |
D | Makefile | 4 # Makefiles that are considered critical to execution; if they don't exist 5 # all of the Makefiles will be rebuilt by default. 44 distclean: distclean-makefiles 46 # Clean out all of the generated Makefiles. 47 distclean-makefiles: 52 generate-makefiles: distclean-makefiles 54 $(top_srcdir)/scripts/generate-makefiles.sh 102 $(top_srcdir)/scripts/generate-makefiles.sh \ 106 @$(MAKE) generate-makefiles
|
D | QUICK-START | 27 - make generate-makefiles # only required for the first shot. 32 - make generate-makefiles
|
/third_party/zlib/ |
D | INDEX | 23 amiga/ makefiles for Amiga SAS C 24 as400/ makefiles for AS/400 26 msdos/ makefiles for MSDOS 28 old/ makefiles for various architectures and zlib documentation 30 qnx/ makefiles for QNX 31 watcom/ makefiles for OpenWatcom 32 win32/ makefiles for Windows
|
/third_party/libxml2/bakefile/ |
D | Readme.txt | 8 Supported makefiles: 16 …1.0 HOWTO compile LIBXML2 using makefiles <-- for users who want to build the library using *c… 18 … 1.2 HOWTO regenerate makefiles for LIBXML2 <-- for libxml2 mantainers/developers/advanced users 28 1.0 HOWTO compile LIBXML2 using makefiles 72 1.2 HOWTO regenerate makefiles for LIBXML2 77 NOTE: if you want to remove all the makefiles, you can use the "bakefile_gen -c" command. 79 The template files used to generate all makefiles are only two:
|
/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | README-mingw.txt | 3 There is a script for generating a series of GNU makefiles targeted 4 at MinGW on Windows. These makefiles will build the SDL library and 19 The former will remove the actual makefiles and the latter will 37 command option '--directx' when generating the makefiles to
|
D | README-cygwin.txt | 2 GNU makefiles for building the SDL2 project and some parts of its test suite. 3 These work similarly to the MinGW makefiles, but the overall Cygwin project has
|
D | README-linux.txt | 1 You may generate GNU makefiles for building SDL2 and its related test suite by 40 the makefiles, which is another one of the major issues related to building SDL2
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | README.txt | 2 Makefiles for libpng 50 libpng-config-body.in => used by several makefiles to create libpng-config 51 libpng-config-head.in => used by several makefiles to create libpng-config 52 libpng.pc.in => Used by several makefiles to create libpng.pc 79 Further information can be found in comments in the individual makefiles.
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | README.txt | 2 Makefiles for libpng 50 libpng-config-body.in => used by several makefiles to create libpng-config 51 libpng-config-head.in => used by several makefiles to create libpng-config 52 libpng.pc.in => Used by several makefiles to create libpng.pc 79 Further information can be found in comments in the individual makefiles.
|
/third_party/flutter/glfw/docs/ |
D | compile.dox | 13 GLFW uses [CMake](http://www.cmake.org/) to generate project files or makefiles 19 @note CMake only generates project files or makefiles. It does not compile the 56 special parameter when generating the project files or makefiles: 102 files or makefiles for your development environment. CMake needs to know two 111 @note This section is about generating the project files or makefiles necessary 137 Once you have generated the project files or makefiles for your chosen 148 Once you have generated the project files or makefiles for your chosen 154 You should now have all required dependencies and the project files or makefiles
|
/third_party/benchmark/ |
D | appveyor.yml | 24 generator: "MinGW Makefiles" 32 # git bash conflicts with MinGW makefiles 33 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
|
/third_party/mbedtls/scripts/ |
D | tmp_ignore_makefiles.sh | 3 # Temporarily (de)ignore Makefiles generated by CMake to allow easier 54 [ $VERBOSE ] && echo "Ignoring Makefiles" 57 [ $VERBOSE ] && echo "Tracking Makefiles"
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | .travis.yml | 16 - GENERATOR="Unix Makefiles" 22 - GENERATOR="Unix Makefiles" 28 - GENERATOR="Unix Makefiles"
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | INSTALL | 12 VII. Building with makefiles 43 distributions, see "Building with project files" or "Building with makefiles", 67 Instead, you can use one of the custom-built makefiles in the 164 VII. Building with makefiles 194 Most of the makefiles will allow you to run "make install" to 343 these use the distributed build support - configure or the makefiles - 344 however, users of the makefiles may care to update their build scripts 416 DFA_XTRA to the file name. The makefiles in contrib/pngminim illustrate 459 files, in the individual makefiles, in png.h, and the manual pages
|
D | ANNOUNCE | 48 * Added makefiles for AddressSanitizer-enabled builds. 49 * Cleaned up various makefiles.
|
/third_party/skia/third_party/externals/libpng/ |
D | INSTALL | 12 VII. Building with makefiles 43 distributions, see "Building with project files" or "Building with makefiles", 67 Instead, you can use one of the custom-built makefiles in the 164 VII. Building with makefiles 194 Most of the makefiles will allow you to run "make install" to 343 these use the distributed build support - configure or the makefiles - 344 however, users of the makefiles may care to update their build scripts 416 DFA_XTRA to the file name. The makefiles in contrib/pngminim illustrate 459 files, in the individual makefiles, in png.h, and the manual pages
|
D | ANNOUNCE | 48 * Added makefiles for AddressSanitizer-enabled builds. 49 * Cleaned up various makefiles.
|
D | CHANGES | 284 Moved makefiles into a "scripts" directory, and added INSTALL instruction file 306 Updated some of the makefiles (Tom Lane) 337 Reduced the default warning level in some makefiles, to make them consistent. 476 Changed "ln -s -f" to "ln -f -s" in the makefiles to make Solaris happy. 484 Changed leading blanks to tabs in all makefiles. 504 Renamed the makefiles with longer but more user friendly extensions. 751 revised borland makefiles; added makefile.ibmvac3 and makefile.gcc (Cosmin) 1155 Updated various makefiles so "make clean" does not remove previous major 1180 Added missing "fi;" in the install target of the SGI makefiles. 1181 Added install-static to all makefiles that make shared libraries. [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | BUILDING.md | 110 `Unix Makefiles` with `Ninja` if using Ninja. 128 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory} 171 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory} 250 cmake -G"MSYS Makefiles" [additional CMake flags] {source_directory} 376 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 395 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 429 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 458 cmake -G"Unix Makefiles" \ 485 cmake -G"Unix Makefiles" \ 510 cmake -G"Unix Makefiles" \ [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | BUILDING.md | 117 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory} 160 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory} 239 cmake -G"MSYS Makefiles" [additional CMake flags] {source_directory} 365 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 384 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 427 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 453 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 480 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 512 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 561 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ [all …]
|
/third_party/libjpeg-turbo/ |
D | BUILDING.md | 126 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory} 169 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory} 248 cmake -G"MSYS Makefiles" [additional CMake flags] {source_directory} 374 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 393 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 427 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 456 cmake -G"Unix Makefiles" \ 483 cmake -G"Unix Makefiles" \ 508 cmake -G"Unix Makefiles" \ 531 cmake -G"Unix Makefiles" \
|
/third_party/mesa3d/docs/relnotes/ |
D | 3.1 | 56 New makefiles 59 The old Makefiles found in the various directories have been renamed 61 generated Makefiles.
|
/third_party/vk-gl-cts/ |
D | Android.mk | 65 # Build the test APKs using their own makefiles 66 # include $(call all-makefiles-under,$(LOCAL_PATH)/android)
|
/third_party/icu/tools/unicode/c/ |
D | readme.txt | 22 There are autoconf makefiles (Makefile.in) and Visual C++ project files (.vcproj) 26 delete the old makefiles and project files. The CMake files should
|
/third_party/node/tools/ |
D | gyp_node.py | 12 # Directory within which we want all generated files (including Makefiles) 39 # Tell gyp to write the Makefiles into output_dir
|
12345678910>>...14