Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/libpng/scripts/
DREADME.txt5 makefile.linux => Linux/ELF makefile
7 makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on
9 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
10 makefile.acorn => Acorn makefile
11 makefile.aix => AIX/gcc makefile
12 makefile.amiga => Amiga makefile
13 makefile.atari => Atari makefile
14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
15 makefile.beos => BeOS makefile
16 makefile.cegcc => minge32ce for Windows CE makefile
[all …]
Dtravis.sh33 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS
34 [[ $DISABLE_TESTS ]] || make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS test
35 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS clean
/third_party/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh43 local makefile=$1
97 if [ ! -f "$makefile.1" ]; then
99 cat > "$makefile.1" <<EOF
130 cat >> "$makefile.1" <<EOF
136 cat >> "$makefile.1" <<EOF
142 cat >> "$makefile.1" <<EOF
149 echo "" >> "$makefile.1"
154 cat >> "$makefile.2" <<EOF
158 cat >> "$makefile.2" <<EOF
171 if [ ! -f "$makefile.3" ]; then
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py21 self.makefile = None
24 if self.makefile is not None:
25 os.unlink(self.makefile)
174 self.makefile = TESTFN
175 fd = open(self.makefile, 'w')
181 d = sysconfig.parse_makefile(self.makefile)
186 self.makefile = TESTFN
187 fd = open(self.makefile, 'w')
193 d = sysconfig.parse_makefile(self.makefile)
/third_party/ltp/scripts/
Dcheckbashisms.pl84 my $makefile = 0;
153 init_hashes if !$makefile++;
154 $makefile = 1;
156 init_hashes if $makefile--;
157 $makefile = 0;
221 if (!$makefile && $cat_string eq '' && m/\\$/) {
235 if ($makefile) {
795 if ($makefile) {
/third_party/python/PCbuild/
Dprepare_ssl.py68 def copy_includes(makefile, suffix): argument
75 with open(makefile) as fin:
133 makefile = makefile_template.format(suffix)
135 os.unlink(makefile)
138 os.rename(generated_makefile, makefile)
139 copy_includes(makefile, suffix)
/third_party/python/Lib/test/
Dtest_sysconfig.py444 makefile = sysconfig.get_makefile_filename()
445 self.assertTrue(os.path.isfile(makefile), makefile)
449 with open(TESTFN, "w") as makefile:
450 print("var1=a$(VAR2)", file=makefile)
451 print("VAR2=b$(var3)", file=makefile)
452 print("var3=42", file=makefile)
453 print("var4=$/invalid", file=makefile)
454 print("var5=dollar$$5", file=makefile)
456 "-x86_64-linux-gnu", file=makefile)
/third_party/jerryscript/targets/particle/
DMakefile.particle58 $(PARTICLE_BUILD_CONFIG) make -C$(PARTICLE_FIRMWARE) -f $(PARTICLE_FIRMWARE)/makefile
61 …$(PARTICLE_BUILD_CONFIG) make -C$(PARTICLE_FIRMWARE)/main -f $(PARTICLE_FIRMWARE)/main/makefile pr…
64 $(PARTICLE_BUILD_CONFIG) make -C$(PARTICLE_FIRMWARE) -f $(PARTICLE_FIRMWARE)/makefile clean
/third_party/node/deps/openssl/config/
Dgenerate_gypi.pl47 my $makefile = $is_win ? "../config/Makefile_$arch": "Makefile";
53 my $cmd1 = "cd ../openssl; make -f $makefile clean build_generated $buildinf $progs $prov_headers $…
270 my $cmd = "cd ../openssl; CC=gcc ASM=nasm make -f $makefile $src;" .
365 my $cmd2 ="cd $src_dir; make -f $makefile clean; make -f $makefile distclean;" .
/third_party/node/tools/gyp/pylib/gyp/generator/
Dxcode.py1081 makefile = open(makefile_path, "w")
1087 makefile.write("all: \\\n")
1104 makefile.write(f" {concrete_output}{eol}\n")
1112 makefile.write("\n")
1125 makefile.write(f"{bol}{concrete_output} \\\n")
1134 makefile.write(" : \\\n")
1145 makefile.write(f" {prerequisite}{eol}\n")
1150 makefile.write(
1158 makefile.write("\t@echo note: %s\n" % message)
1159 makefile.write("\t%s\n" % action)
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dxcode.py1081 makefile = open(makefile_path, "w")
1087 makefile.write("all: \\\n")
1104 makefile.write(f" {concrete_output}{eol}\n")
1112 makefile.write("\n")
1122 makefile.write(f"{bol}{concrete_output} \\\n")
1131 makefile.write(" : \\\n")
1142 makefile.write(f" {prerequisite}{eol}\n")
1147 makefile.write(
1155 makefile.write("\t@echo note: %s\n" % message)
1156 makefile.write("\t%s\n" % action)
[all …]
/third_party/skia/third_party/externals/libpng/
DCHANGES253 Renamed makefile.elf to makefile.lnx.
285 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok)
286 Added pointers to "note on libpng versions" in makefile.lnx and README
303 Added makefile.wat (Pawel Mrochen), updated makefile.tc3 (Willem van Schaik)
325 Minor changes to makefile.s2x
329 Changed makefile.s2x to reduce security risk of using a relative pathname
336 Commented out i386istic "align" compiler flags in makefile.lnx.
347 Changed compiler flags in makefile.wat for better optimization
353 Added makefile.sco (contributed by Mike Hopkirk).
403 Added makefile.w32, for Microsoft C++ 4.0 and later (Tim Wegner).
[all …]
DINSTALL8 III. Using scripts/makefile*
65 III. Using scripts/makefile*
71 cp scripts/makefile.system makefile
100 If you are using one of the makefile scripts, put ZLIBLIB and ZLIBINC
142 makefile.*
162 makefile.sys in the scripts directory.
171 copy scripts\makefile.msc makefile
176 cp scripts/makefile.std makefile
179 Read the makefile to see if you need to change any source or
308 See for example scripts/makefile.linux-opt
[all …]
/third_party/skia/third_party/externals/libwebp/tests/
DREADME17 fuzzer/makefile.unix can then be used to compile the fuzzer targets:
19 $ make -C fuzzer -f makefile.unix
/third_party/libabigail/
DREADME_OpenHarmony.md30 ```makefile
45 ```makefile
/third_party/python/Tools/freeze/
Dfreeze.py136 makefile = 'Makefile'
326 makefile = os.path.join(odir, makefile)
446 with open(makefile, 'w') as outfp:
474 with bkfile.open(makefile, 'w') as outfp:
/third_party/skia/third_party/externals/libpng/contrib/pngminim/preader/
DREADME3 The makefile builds a minimal read-only progressive decoder with
9 Edit makefile if required, to find your X library and include files,
/third_party/musl/scripts/build_lite/
DBUILD.gn49 makefile = rebase_path("Makefile", exec_path)
50 command = "make TOPDIR=$ohos_root_path SYSROOTDIR=$sysroot_path TARGETS=$targets -f $makefile"
105 makefile = rebase_path("Makefile", exec_path)
106 …ll_for_liteos_a_user TOPDIR=$ohos_root_path SYSROOTDIR=$sysroot_path TARGETS=$targets -f $makefile"
/third_party/elfutils/
DREADME_OpenHarmony.md38 ```makefile
89 ```makefile
/third_party/skia/third_party/externals/freetype/builds/amiga/
DREADME14 The makefile.os4 is for the AmigaOS4 SDK. To use it, type
15 "make -f makefile.os4", it produces a link library libft2_ppc.a.
17 The makefile is for ppc-morphos-gcc-2.95.3-bin.tgz (gcc 2.95.3 hosted on
22 The smakefile is a makefile for Amiga SAS/C 6.58 (no longer available,
/third_party/node/deps/cares/m4/
Dax_check_gnu_make.m413 # * The makefile variable `ifGNUmake' is set to the empty string, otherwise
16 # * The makefile variable `ifnGNUmake' is set to #, otherwise
34 # # A failsafe way of putting a dependency rule into a makefile
/third_party/icu/icu4c/source/samples/ufortune/resources/
Dfortune_resources.mak8 # Windows nmake makefile for compiling and packaging the resources
11 # This makefile is normally invoked by the pre-link step in the
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
Dfortune_resources.mak8 # Windows nmake makefile for compiling and packaging the resources
11 # This makefile is normally invoked by the pre-link step in the
/third_party/skia/third_party/externals/freetype/builds/mac/
DREADME5 * Python script to generate MPW makefile from skeleton
110 MPW makefile syntax uses 8bit characters. To keep
113 generate MPW makefile by Python script ascii2mpw.py.
123 You must name the generated MPW makefile by removing
145 FreeType sources are extracted (MPW makefile must
151 makefile, as: FreeType.m68k_far
/third_party/zlib/
DINDEX9 make_vms.com makefile for VMS
27 nintendods/ makefile for Nintendo DS

12345678910>>...13