Home
last modified time | relevance | path

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

1234567891011

/third_party/opencl-headers/.github/workflows/
Dlinux.yml14 # Unix Makefiles
22 GEN: Unix Makefiles
28 GEN: Unix Makefiles
34 GEN: Unix Makefiles
40 GEN: Unix Makefiles
46 GEN: Unix Makefiles
52 GEN: Unix Makefiles
58 GEN: Unix Makefiles
64 GEN: Unix Makefiles
70 GEN: Unix Makefiles
[all …]
/third_party/ltp/testcases/open_posix_testsuite/
DMakefile4 # 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 …]
/third_party/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
/third_party/skia/third_party/externals/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.
/third_party/glfw/docs/
Dcompile.dox13 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/mbedtls/scripts/
Dtmp_ignore_makefiles.sh3 # Temporarily (de)ignore Makefiles generated by CMake to allow easier
42 [ $VERBOSE ] && echo "Ignoring Makefiles"
45 [ $VERBOSE ] && echo "Tracking Makefiles"
/third_party/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;=%")
/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile75 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_ISA_AVX2…
85 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DASTCENC_ISA_AVX2=ON -DASTCENC_ISA_SSE41=ON -D…
131 …cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_ISA_AVX…
142 …cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug -DASTCENC_ISA_AVX2=ON -DASTCENC_ISA_SSE41=ON -…
259 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_UNIVERSA…
269 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DASTCENC_UNIVERSAL_BUILD=OFF -DASTCENC_ISA_AVX…
Drelease.Jenkinsfile76 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_ISA_AVX2…
136 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_ISA_AVX2…
147 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_ISA_AVX2…
266 …cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DASTCENC_PACKAGE=…
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/spirv-cross/
D.travis.yml16 - GENERATOR="Unix Makefiles"
22 - GENERATOR="Unix Makefiles"
28 - GENERATOR="Unix Makefiles"
/third_party/skia/third_party/externals/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 …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/
DMakefile4 .PHONY: all clean distclean-makefiles install test
5 all clean distclean-makefiles install test:
/third_party/ltp/testcases/open_posix_testsuite/stress/
DMakefile13 .PHONY: distclean-makefiles
14 distclean-makefiles:
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/
DMakefile13 .PHONY: distclean-makefiles
14 distclean-makefiles:
/third_party/ltp/testcases/open_posix_testsuite/conformance/behavior/
DMakefile13 .PHONY: distclean-makefiles
14 distclean-makefiles:
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/
DMakefile10 .PHONY: distclean-makefiles
11 distclean-makefiles:
/third_party/ltp/testcases/open_posix_testsuite/functional/
DMakefile13 .PHONY: distclean-makefiles
14 distclean-makefiles:
/third_party/mesa3d/docs/relnotes/
D3.156 New makefiles
59 The old Makefiles found in the various directories have been renamed
61 generated Makefiles.
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/
Dbuild.rs17 .generator("Unix Makefiles") in main()
29 .generator("Unix Makefiles") in main()
/third_party/astc-encoder/Utils/Example/
DREADME.md34 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
45 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ..
/third_party/vk-gl-cts/
DAndroid.mk65 # Build the test APKs using their own makefiles
66 # include $(call all-makefiles-under,$(LOCAL_PATH)/android)
/third_party/icu/tools/unicode/c/
Dreadme.txt22 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/
Dgyp_node.py12 # Directory within which we want all generated files (including Makefiles)
35 # Tell gyp to write the Makefiles into output_dir
/third_party/astc-encoder/Docs/
DBuilding.md33 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\ ^
81 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ \
85 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ \
89 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ ..

1234567891011