Home
last modified time | relevance | path

Searched full:makefiles (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/external/ltp/testcases/open_posix_testsuite/
DMakefile7 # Makefiles that are considered critical to execution; if they don't exist
8 # all of the Makefiles will be rebuilt by default.
47 distclean: distclean-makefiles
49 # Clean out all of the generated Makefiles.
50 distclean-makefiles:
55 generate-makefiles: distclean-makefiles
57 $(top_srcdir)/scripts/generate-makefiles.sh
105 $(top_srcdir)/scripts/generate-makefiles.sh \
109 @$(MAKE) generate-makefiles
/external/rust/crates/libz-sys/src/zlib/
DINDEX23 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/python/cpython2/Modules/zlib/
DINDEX23 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/llvm-project/lldb/unittests/Expression/
DCppModuleConfigurationTest.cpp35 static FileSpecList makeFiles(llvm::ArrayRef<std::string> paths) { in makeFiles() function
47 makeFiles({usr + "/bits/types.h", libcpp + "/vector"})); in TEST_F()
58 makeFiles({usr + "/bits/types.h", libcpp + "/vector"})); in TEST_F()
69 makeFiles({usr + "/bits/types.h", libcpp + "/vector"})); in TEST_F()
79 CppModuleConfiguration config(makeFiles( in TEST_F()
93 makeFiles({libcpp + "/unordered_map", usr + "/stdio.h"})); in TEST_F()
102 makeFiles({"/usr/include/bits/types.h", "/usr/include/c++/v2/vector"})); in TEST_F()
112 CppModuleConfiguration config(makeFiles( in TEST_F()
122 CppModuleConfiguration config(makeFiles({"/usr/include/c++/v1/vector"})); in TEST_F()
129 CppModuleConfiguration config(makeFiles({"/usr/include/bits/types.h"})); in TEST_F()
[all …]
/external/libxml2/bakefile/
DReadme.txt8 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:
/external/libpcap/
D.appveyor.yml22 GENERATOR: "MinGW Makefiles"
27 GENERATOR: "MinGW Makefiles"
99 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\MinGW\bin;=%
101 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%MINGW_ROOT%\mingw64\bin;%PATH%
105 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
108 - if NOT "%GENERATOR%"=="MinGW Makefiles" msbuild /m /nologo /p:Configuration=Release pcap.sln
109 - if "%GENERATOR%"=="MinGW Makefiles" mingw32-make
/external/libpng/scripts/
DREADME.txt2 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.
/external/llvm-project/llvm/docs/
DProjects.rst33 * 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/llvm/docs/
DProjects.rst33 * 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/python/cpython2/PC/VC6/
Dbuild_ssl.py17 # 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/
Dbuild_ssl.py17 # 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/
Dappveyor.yml44 CMAKE_GENERATOR: 'MinGW Makefiles'
50 CMAKE_GENERATOR: 'MinGW Makefiles'
56 CMAKE_GENERATOR: 'MinGW Makefiles'
62 CMAKE_GENERATOR: 'MinGW Makefiles'
/external/llvm-project/libcxx/utils/google-benchmark/
Dappveyor.yml24 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/libcxx/utils/google-benchmark/
Dappveyor.yml24 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/
Dappveyor.yml24 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/llvm-project/llvm/utils/benchmark/
Dappveyor.yml30 generator: "MinGW Makefiles"
38 # git bash conflicts with MinGW makefiles
39 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
/external/libpng/
DINSTALL12 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
DANNOUNCE40 * Added makefiles for AddressSanitizer-enabled builds.
41 * Cleaned up various makefiles.
/external/libjpeg-turbo/
DBUILDING.md110 `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/mesa3d/docs/relnotes/
D3.156 New makefiles
59 The old Makefiles found in the various directories have been renamed
61 generated Makefiles.
/external/libwebm/
DREADME.libwebm40 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/mdnsresponder/
DMakefile7 # The various platform directories contain makefiles or projects
17 include /Developer/Makefiles/pb_makefiles/platform.make
/external/python/cpython2/PC/VS9.0/
Dbuild_ssl.py17 # Now this script supports pre-generated makefiles and assembly files.
63 """Fix some stuff in all makefiles
178 # If the ssl makefiles do not exist, we invoke PCbuild/prepare_ssl.py
227 print("Executing ssl makefiles:", makeCommand)
/external/python/cpython2/Misc/
DPorting16 The build process for Python, in particular the Makefiles in the
20 Makefiles tell the story.
/external/ltp/testcases/kernel/io/disktest/
DMakefile31 # for the few makefiles that arent yet converted to the .mk infrastructure:
50 # conditional statements have been placed in sourcecode and in Makefiles
119 # Modified Makefiles for linux,
120 # Created Makefiles for windows/aix

12345678910>>...20