Searched full:makefiles (Results 1 – 25 of 517) sorted by relevance
12345678910>>...21
| /external/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: clean distclean-makefiles 47 # Clean out all of the generated Makefiles. 48 .PHONY: distclean-makefiles 49 distclean-makefiles: 63 .PHONY: generate-makefiles 64 generate-makefiles: distclean-makefiles 66 $(top_srcdir)/scripts/generate-makefiles.sh 120 $(CRITICAL_MAKEFILE): $(top_srcdir)/scripts/generate-makefiles.sh [all …]
|
| /external/python/cpython2/Modules/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
|
| /external/rust/crates/libz-sys/src/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
|
| /external/openthread/script/ |
| D | check-core-makefiles | 40 ./script/update-makefiles.py || die "Could not run ./script/update-makefiles.py" 45 die "Missing files in makefiles - run ./script/update-makefiles.py" 47 echo 'PASS: Makefiles-check'
|
| /external/libpcap/ |
| D | .appveyor.yml | 26 GENERATOR: "MinGW Makefiles" 94 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\MinGW\bin;=% 96 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%MINGW_ROOT%\mingw64\bin;%PATH% 100 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\Program Files\Git\usr\bin;=% 103 - if NOT "%GENERATOR%"=="MinGW Makefiles" msbuild /m /nologo /p:Configuration=Release pcap.sln 104 - if "%GENERATOR%"=="MinGW Makefiles" mingw32-make
|
| /external/llvm/docs/ |
| D | Projects.rst | 33 * You can write your own ``Makefiles`` which hard-code these values. 36 ``Makefiles``, a configure script that can be used to configure the location 41 ``Makefiles`` will probably provide enough information on how to write your own 42 ``Makefiles``. 105 Writing LLVM Style Makefiles 109 executables. Most of your project Makefiles will only need to define a few 200 ``Makefiles`` pass to the ``llvm-config`` tool to generate a link line for 230 opposed to overwriting them. The master ``Makefiles`` may already have
|
| /external/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 makefiles.
|
| /external/python/cpython2/PC/VC6/ |
| D | build_ssl.py | 17 # Now this script supports pre-generated makefiles and assembly files. 94 """Fix some stuff in all makefiles 165 print "No Perl installation was found. Existing Makefiles are used." 175 # If the ssl makefiles do not exist, we invoke Perl to generate them. 180 print "Perl is required to build the makefiles!" 183 print "Creating the makefiles..." 216 print "Executing ssl makefiles:", makeCommand
|
| /external/python/cpython2/PC/VS8.0/ |
| D | build_ssl.py | 17 # Now this script supports pre-generated makefiles and assembly files. 120 """Fix some stuff in all makefiles 184 print("No Perl installation was found. Existing Makefiles are used.") 198 # If the ssl makefiles do not exist, we invoke Perl to generate them. 203 print("Perl is required to build the makefiles!") 206 print("Creating the makefiles...") 238 print("Executing ssl makefiles:", makeCommand)
|
| /external/google-fruit/ |
| D | appveyor.yml | 44 CMAKE_GENERATOR: 'MinGW Makefiles' 50 CMAKE_GENERATOR: 'MinGW Makefiles' 56 CMAKE_GENERATOR: 'MinGW Makefiles' 62 CMAKE_GENERATOR: 'MinGW Makefiles'
|
| /external/libcxx/utils/google-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;=%")
|
| /external/google-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;=%")
|
| /external/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"
|
| /external/openthread/third_party/mbedtls/repo/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"
|
| /external/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 166 VII. Building with makefiles 195 Most of the makefiles used to allow you to run "make install" to put 341 these use the distributed build support - configure or the makefiles - 342 however, users of the makefiles may care to update their build scripts 414 DFA_XTRA to the file name. The makefiles in contrib/pngminim illustrate 457 files, in the individual makefiles, in png.h, and the manual pages
|
| /external/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 …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/ |
| D | Makefile | 4 .PHONY: all clean distclean-makefiles install test 5 all clean distclean-makefiles install test:
|
| /external/ltp/testcases/open_posix_testsuite/conformance/behavior/ |
| D | Makefile | 13 .PHONY: distclean-makefiles 14 distclean-makefiles:
|
| /external/ltp/testcases/open_posix_testsuite/conformance/definitions/ |
| D | Makefile | 13 .PHONY: distclean-makefiles 14 distclean-makefiles:
|
| /external/ltp/testcases/open_posix_testsuite/stress/ |
| D | Makefile | 13 .PHONY: distclean-makefiles 14 distclean-makefiles:
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/ |
| D | Makefile | 10 .PHONY: distclean-makefiles 11 distclean-makefiles:
|
| /external/ltp/testcases/open_posix_testsuite/functional/ |
| D | Makefile | 13 .PHONY: distclean-makefiles 14 distclean-makefiles:
|
| /external/mesa3d/docs/relnotes/ |
| D | 3.1 | 56 New makefiles 59 The old Makefiles found in the various directories have been renamed 61 generated Makefiles.
|
| /external/libwebm/ |
| D | README.libwebm | 40 CMake Makefiles: Debugging and Optimization 46 Omitting the build type produces makefiles that use build flags containing 91 $ cmake path/to/libwebm -G "Unix Makefiles" -DENABLE_IWYU=ON
|
| /external/openthread/third_party/nlbuild-autotools/repo/make/post/rules/ |
| D | bootstrap.mak | 63 $(NL_V_AT)echo " including both build configuration scripts and makefiles." 67 $(NL_V_AT)echo " including both build configuration scripts and makefiles." 73 $(NL_V_AT)echo " (Re-)generate build makefiles for the project."
|
12345678910>>...21