/aosp_15_r20/build/make/tools/ |
H A D | mk2bp_catalog.py | 4 Command to print info about makefiles remaining to be converted to soong. 74 "include \$\(call first-makefiles-under, *\$\(LOCAL_PATH\)\)", 75 "include \$\(call all-subdir-makefiles\)", 76 "include \$\(all-subdir-makefiles\)", 77 "include \$\(call all-makefiles-under, *\$\(LOCAL_PATH\)\)", 78 "include \$\(call all-makefiles-under, *\$\(call my-dir\).*\)", 80 "include \$\(call all-named-subdir-makefiles,.*\)", 115 self.makefiles = dict() 119 self.makefiles[makefile.filename] = makefile 183 for filename in soong.makefiles.get(dep, []): [all …]
|
/aosp_15_r20/external/OpenCL-Headers/.github/workflows/ |
H A D | linux.yml | 20 # 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 76 GEN: Unix Makefiles [all …]
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/generator/ |
D | CodeBlocks.rst | 8 a :command:`project` call. Additionally a hierarchy of makefiles is generated 21 ``CodeBlocks - MinGW Makefiles`` 22 Generate with :generator:`MinGW Makefiles`. 24 ``CodeBlocks - NMake Makefiles`` 25 Generate with :generator:`NMake Makefiles`. 27 ``CodeBlocks - NMake Makefiles JOM`` 29 Generate with :generator:`NMake Makefiles JOM`. 34 ``CodeBlocks - Unix Makefiles`` 35 Generate with :generator:`Unix Makefiles`.
|
D | Eclipse CDT4.rst | 8 directory will be created. Additionally a hierarchy of makefiles is 15 ``Eclipse CDT4 - MinGW Makefiles`` 16 Generate with :generator:`MinGW Makefiles`. 18 ``Eclipse CDT4 - NMake Makefiles`` 19 Generate with :generator:`NMake Makefiles`. 24 ``Eclipse CDT4 - Unix Makefiles`` 25 Generate with :generator:`Unix Makefiles`.
|
D | Sublime Text 2.rst | 8 containing a :command:`project` call. Additionally ``Makefiles`` 15 ``Sublime Text 2 - MinGW Makefiles`` 16 Generate with :generator:`MinGW Makefiles`. 18 ``Sublime Text 2 - NMake Makefiles`` 19 Generate with :generator:`NMake Makefiles`. 24 ``Sublime Text 2 - Unix Makefiles`` 25 Generate with :generator:`Unix Makefiles`.
|
D | Kate.rst | 16 ``Kate - MinGW Makefiles`` 17 Generate with :generator:`MinGW Makefiles`. 19 ``Kate - NMake Makefiles`` 20 Generate with :generator:`NMake Makefiles`. 25 ``Kate - Unix Makefiles`` 26 Generate with :generator:`Unix Makefiles`.
|
D | CodeLite.rst | 20 ``CodeLite - MinGW Makefiles`` 21 Generate with :generator:`MinGW Makefiles`. 23 ``CodeLite - NMake Makefiles`` 24 Generate with :generator:`NMake Makefiles`. 29 ``CodeLite - Unix Makefiles`` 30 Generate with :generator:`Unix Makefiles`.
|
/aosp_15_r20/development/scripts/ |
H A D | boardconfig_usage_analysis.py | 66 # find makefiles (*.mk or Makefile) under specific folders 71 # read module-info.json and find makefiles of modules in system image 73 makefiles = [] 92 makefiles.append(makefile) 94 return makefiles 118 # count variable usage in makefiles 119 def find_usage(variable, makefiles): argument 123 for makefile in makefiles: 166 … ' This variable is used by how many makefiles under system/, frameworks/ and external/ folders\n'
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/tools/treble/split/ |
H A D | manifest_split.py | 60 If provided, skip Kati makefiles projects. Overrides --kati-stamp option. 63 and scanning for makefiles. See the tools/treble/build/sandbox directory 319 makefiles that are symlinks. 326 # Get a set of all makefiles that were parsed by Kati during the build. 327 makefiles = set( 339 # Ignore product makefiles for sample AOSP boards. 357 # Limit the makefiles to only product makefiles. 359 os.path.normpath(path) for path in makefiles if is_product_makefile(path) 512 for project, makefiles in kati_makefiles_projects.items(): 513 debug_info.setdefault(project, DebugInfo()).kati_makefiles = makefiles [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A 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
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-generators.7.rst | 47 /generator/Borland Makefiles 48 /generator/MSYS Makefiles 49 /generator/MinGW Makefiles 50 /generator/NMake Makefiles 51 /generator/NMake Makefiles JOM 52 /generator/Unix Makefiles
|
/aosp_15_r20/external/libpcap/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/libpng/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/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)
|
/aosp_15_r20/external/openthread/script/ |
H A 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'
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/clean/ |
D | clean.go | 43 _obj/ old object directory, left from Makefiles 44 _test/ old test directory, left from Makefiles 45 _testmain.go old gotest file, left from Makefiles 46 test.out old test log, left from Makefiles 47 build.out old test log, left from Makefiles 48 *.[568ao] object files, left from Makefiles 345 // TODO: Remove once Makefiles are forgotten.
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A 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 \ 397 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 435 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \ 468 cmake -G"Unix Makefiles" \ 495 cmake -G"Unix Makefiles" \ 520 cmake -G"Unix Makefiles" \ 543 cmake -G"Unix Makefiles" \
|
/aosp_15_r20/build/make/core/ |
H A D | product-graph.mk | 18 define gather-all-makefiles-for-current-product 20 $(sort $(call gather-all-makefiles-for-current-product-inner,$(INTERNAL_PRODUCT))) 23 define gather-all-makefiles-for-current-product-inner 28 $(call gather-all-makefiles-for-current-product-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM)) 64 $(products_graph): PRIVATE_ALL_MAKEFILES_FOR_THIS_PRODUCT := $(call gather-all-makefiles-for-curren…
|
/aosp_15_r20/external/libpng/scripts/ |
H A 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.
|
/aosp_15_r20/external/libopus/.github/workflows/ |
H A D | cmake.yml | 122 # use unix makefiles for iOS to avoid Xcode to complain about signing. 127 …args: -G "Unix Makefiles" -DBUILD_SHARED_LIBS=ON -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES… 129 # use unix makefiles for iOS to avoid Xcode to complain about signing. 134 …args: -G "Unix Makefiles" -DBUILD_FRAMEWORK=ON -DCMAKE_INSTALL_PREFIX=install -DCMAKE_SYSTEM_NAME=… 166 # use unix makefiles for iOS to avoid Xcode to complain about signing. 171 args: -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64
|