Home
last modified time | relevance | path

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

12345678910>>...19

/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/zlib/src/
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/googletest/
Dappveyor.yml34 generator: "MinGW Makefiles"
65 # git bash conflicts with MinGW makefiles
66 if ($env:generator -eq "MinGW Makefiles") {
100 …$conf = if ($env:generator -eq "MinGW Makefiles") {"-DCMAKE_BUILD_TYPE=$env:configuration"} else {…
102 …$gtest_build_tests = if ($env:generator -eq "MinGW Makefiles") {"-Dgtest_build_tests=OFF"} else {"…
103 …$gmock_build_tests = if ($env:generator -eq "MinGW Makefiles") {"-Dgmock_build_tests=OFF"} else {"…
108 $cmake_parallel = if ($env:generator -eq "MinGW Makefiles") {"-j2"} else {"/m"}
136 if ($env:generator -eq "MinGW Makefiles") {
/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/swiftshader/third_party/llvm-7.0/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
DTestSuiteMakefileGuide.rst61 The External directory contains Makefiles for building code that is
65 tests, but only the Makefiles that know how to properly compile these
123 #. Build the benchmarks, using the makefiles CMake generated.
156 Running the test suite via Makefiles (deprecated)
254 There are several TEST Makefiles available in the tree. Some of them are
/external/libpng/scripts/
DREADME.txt2 Makefiles for libpng version 1.6.34 - September 29, 2017
57 libpng-config-body.in => used by several makefiles to create libpng-config
58 libpng-config-head.in => used by several makefiles to create libpng-config
59 libpng.pc.in => Used by several makefiles to create libpng.pc
86 Further information can be found in comments in the individual makefiles.
/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/google-fruit/
Dappveyor.yml18 CMAKE_GENERATOR: 'MinGW Makefiles'
25 CMAKE_GENERATOR: 'MinGW Makefiles'
31 CMAKE_GENERATOR: 'MinGW Makefiles'
47 CMAKE_GENERATOR: 'MinGW Makefiles'
/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/jsoncpp/
DREADME.md38 [CMake][] is a C++ Makefiles/Solution generator. It is usually available on most
50 * a build directory where the makefiles/solution are generated. It is also used
52 * the generator to use: makefiles or Visual Studio solution? What version or
55 Steps for generating solution/makefiles using `cmake-gui`:
63 * The generated solution/makefiles can be found in the binary directory.
69 cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../..
76 `-DCMAKE_VERBOSE_MAKEFILE=true` when generating makefiles.
/external/swiftshader/third_party/LLVM/docs/
DProjects.html16 <li><a href="#makefiles">Writing LLVM-style Makefiles</a>
61 <li>You can write your own Makefiles which hard-code these values.</li>
63 includes Makefiles, a configure script that can be used to configure the
70 build system, studying the sample project and LLVM Makefiles will probably
71 provide enough information on how to write your own Makefiles.</p>
96 <li>Add your source code and Makefiles to your source tree.</li>
111 that your project uses. This macro arranges for your makefiles to be copied
212 can easily write Makefile support similar to the Makefiles in
234 <a name="makefiles">Writing LLVM Style Makefiles</a>
241 executables. Most of your project Makefiles will only need to define a few
[all …]
/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/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/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
/external/libjpeg-turbo/
DBUILDING.md121 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory}
164 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
243 cmake -G"MSYS Makefiles" [additional CMake flags] {source_directory}
369 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
388 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
431 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
457 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
484 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
516 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
546 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/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/curl/lib/
DMakefile.vxworks82 MAKEFILES := Makefile.vxworks
148 $(TMP_DIR)/%$(OBJ_EXTENSION): %.c $(MAKEFILES)
154 $(LIBS_TARGET_LIST): $(INCLUDE_FILES) $(MAKEFILES) $(OBJLIST)
161 $(EXE_TARGET_LIST): $(INCLUDE_FILES) $(MAKEFILES) $(LIBS_TARGET_LIST)
/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
/external/elfutils/m4/
Dgettext.m4350 dnl For backward compatibility. Some Makefiles may be using this.
354 dnl For backward compatibility. Some Makefiles may be using this.
358 dnl For backward compatibility. Some Makefiles may be using this.
362 dnl For backward compatibility. Some Makefiles may be using this.
374 dnl For backward compatibility. Some Makefiles may be using this.

12345678910>>...19