/external/libpng/scripts/ |
D | README.txt | 5 makefile.linux => Linux/ELF makefile 7 makefile.gcc => Generic makefile (gcc, creates static libpng.a) 8 makefile.knr => Archaic UNIX Makefile that converts files with 11 makefile.acorn => Acorn makefile 12 makefile.aix => AIX/gcc makefile 13 makefile.amiga => Amiga makefile 14 makefile.atari => Atari makefile 15 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode) 16 makefile.beos => beos makefile 17 makefile.bor => Borland makefile (uses bcc) [all …]
|
/external/syslinux/com32/lib/libpng/ |
D | README | 71 I have included a general makefile, as well as several machine and 198 descrip.mms => VMS makefile for MMS or MMK 199 makefile.std => Generic UNIX makefile (cc, creates static 201 makefile.elf => Linux/ELF gcc makefile symbol versioning, 203 makefile.linux => Linux/ELF makefile (gcc, creates 205 makefile.gcmmx => Linux/ELF makefile (gcc, creates 209 makefile.gcc => Generic makefile (gcc, creates static 211 makefile.knr => Archaic UNIX Makefile that converts files 214 makefile.aix => AIX makefile 215 makefile.cygwin => Cygwin/gcc makefile [all …]
|
D | CHANGES | 244 Renamed makefile.elf to makefile.lnx. 272 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 273 Added pointers to "note on libpng versions" in makefile.lnx and README 288 Added makefile.wat (Pawel Mrochen), updated makefile.tc3 (Willem van Schaik) 308 Minor changes to makefile.s2x 312 Changed makefile.s2x to reduce security risk of using a relative pathname 318 Commented out i386istic "align" compiler flags in makefile.lnx. 329 Changed compiler flags in makefile.wat for better optimization (Pawel Mrochen). 333 Added makefile.sco (contributed by Mike Hopkirk). 378 Added makefile.w32, for Microsoft C++ 4.0 and later (Tim Wegner). [all …]
|
/external/python/cpython2/PC/VS9.0/ |
D | build_ssl.py | 77 def create_makefile64(makefile, m32): argument 85 with open(makefile, 'w') as fout: 98 def fix_makefile(makefile): argument 101 if not os.path.isfile(makefile): 103 fin = open(makefile) 104 with open(makefile) as fin: 106 with open(makefile, 'w') as fout: 142 makefile="ms\\nt.mak" 143 m32 = makefile 148 makefile = "ms\\nt64.mak" [all …]
|
D | build.bat | 81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean all 82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install 88 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 89 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 90 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
|
/external/python/cpython2/PC/VS8.0/ |
D | build_ssl.py | 98 def create_makefile64(makefile, m32): argument 106 with open(makefile, 'w') as fout: 119 def fix_makefile(makefile): argument 122 if not os.path.isfile(makefile): 124 with open(makefile) as fin: 126 with open(makefile, 'w') as fout: 162 makefile="ms\\nt.mak" 163 m32 = makefile 168 makefile = "ms\\nt64.mak" 169 m32 = makefile.replace('64', '') [all …]
|
/external/ltp/testcases/open_posix_testsuite/scripts/ |
D | generate-makefiles.sh | 40 local makefile=$1 94 if [ ! -f "$makefile.1" ]; then 96 cat > "$makefile.1" <<EOF 125 cat >> "$makefile.1" <<EOF 131 cat >> "$makefile.1" <<EOF 137 cat >> "$makefile.1" <<EOF 144 echo "" >> "$makefile.1" 148 cat >> "$makefile.2" <<EOF 154 if [ ! -f "$makefile.3" ]; then 156 cat > "$makefile.3" <<EOF [all …]
|
/external/python/cpython2/PCbuild/ |
D | prepare_ssl.py | 68 def create_asms(makefile, tmp_d): argument 70 asm_makefile = os.path.splitext(makefile)[0] + '.asm.mak' 71 with open(makefile) as fin, open(asm_makefile, 'w') as fout: 92 def copy_includes(makefile, suffix): argument 99 with open(makefile) as fin: 138 makefile = makefile_template.format(suffix) 140 os.unlink(makefile) 143 os.rename(generated_makefile, makefile) 144 copy_includes(makefile, suffix) 147 create_asms(makefile, 'tmp'+suffix)
|
/external/python/cpython2/PC/VC6/ |
D | build_ssl.py | 93 def fix_makefile(makefile): argument 96 if not os.path.isfile(makefile): 99 fin = open(makefile) 103 fout = open(makefile, 'w') 151 makefile="ms\\nt.mak" 152 m32 = makefile 178 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0: 197 fix_makefile(makefile) 215 makeCommand = "nmake /nologo -f \"%s\"" % makefile 220 print "Executing "+makefile+" failed"
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_sysconfig.py | 18 self.makefile = None 21 if self.makefile is not None: 22 os.unlink(self.makefile) 54 self.makefile = test.test_support.TESTFN 55 fd = open(self.makefile, 'w') 61 d = sysconfig.parse_makefile(self.makefile) 66 self.makefile = test.test_support.TESTFN 67 fd = open(self.makefile, 'w') 73 d = sysconfig.parse_makefile(self.makefile)
|
/external/python/cpython2/PC/VS7.1/ |
D | build_ssl.py | 100 makefile = "ms\\nt.mak" 106 makefile="ms\\d32.mak" 112 makefile = "ms\\nt.mak" 119 makefile = "ms\\nt.mak" 144 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0: 155 os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile) 158 makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile) 163 print "Executing "+makefile+" failed"
|
/external/libxml2/bakefile/ |
D | Readme.txt | 6 Bakefile (http://bakefile.sourceforge.net) is used as makefile generator. 9 - makefile.vc for Microsoft NMAKE 10 - makefile.bcc for Borland MAKE 11 - makefile.wat for OpenWatcom MAKE 12 - makefile.gcc for MinGW MINGW32-MAKE 36 the makefile you want to use; at the beginning you should see a section which starts as: 42 here you can find all the options actually used by that makefile. 43 They can be customized when running the makefile writing something like: 48 or they can be permanently changed modifying the makefile.
|
/external/python/cpython2/Mac/Tools/ |
D | fixapplepython23.py | 48 def fix(makefile, do_apply): argument 51 lines = open(makefile).readlines() 69 os.rename(makefile, makefile + '~') 70 open(makefile, 'w').writelines(lines)
|
/external/bison/ |
D | GNUmakefile | 89 .DEFAULT_GOAL := abort-due-to-no-makefile 101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) 102 $(MAKECMDGOALS): abort-due-to-no-makefile 105 abort-due-to-no-makefile:
|
/external/python/cpython2/Lib/test/ |
D | test_sysconfig.py | 25 self.makefile = None 48 if self.makefile is not None: 49 os.unlink(self.makefile) 249 makefile = sysconfig.get_makefile_filename() 250 self.assertTrue(os.path.isfile(makefile), makefile) 252 self.assertEqual(sysconfig._get_makefile_filename(), makefile)
|
/external/autotest/client/tests/iozone/ |
D | makefile.patch | 1 --- iozone3_347/src/current/makefile.orig 2011-02-07 20:00:02.000000000 -0800 2 +++ iozone3_347/src/current/makefile 2011-02-07 20:01:03.000000000 -0800
|
/external/autotest/client/tests/netpipe/ |
D | makefile.patch | 1 *** src/makefile Thu May 10 09:29:09 2007 2 --- srcnew/makefile Fri Mar 5 16:26:31 2010
|
/external/toolchain-utils/automation/clients/report/ |
D | validate_failures.py | 96 makefile = GetMakefileVars(os.path.join(build_dir, 'Makefile')) 97 srcdir = makefile['srcdir'] 98 target = makefile['target'] 101 target = makefile['target_alias']
|
/external/libxml2/VxWorks/ |
D | README | 38 replacement makefile to work. 40 3. Run the replacement makefile. I wrote a new makefile that sets all the 46 This makefile creates a shared library that runs on VxWorks: (libxml2.so) 49 This makefile creates a kernel module that runs on VxWorks: (xml2.out)
|
/external/libpng/contrib/pngminim/preader/ |
D | README | 3 The makefile builds a minimal read-only progressive decoder with 9 Edit makefile if required, to find your X library and include files,
|
/external/libpng/ |
D | CHANGES | 254 Renamed makefile.elf to makefile.lnx. 286 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 287 Added pointers to "note on libpng versions" in makefile.lnx and README 304 Added makefile.wat (Pawel Mrochen), updated makefile.tc3 (Willem van Schaik) 326 Minor changes to makefile.s2x 330 Changed makefile.s2x to reduce security risk of using a relative pathname 337 Commented out i386istic "align" compiler flags in makefile.lnx. 348 Changed compiler flags in makefile.wat for better optimization 354 Added makefile.sco (contributed by Mike Hopkirk). 404 Added makefile.w32, for Microsoft C++ 4.0 and later (Tim Wegner). [all …]
|
/external/python/cpython2/Tools/freeze/ |
D | freeze.py | 137 makefile = 'Makefile' 322 makefile = os.path.join(odir, makefile) 437 outfp = open(makefile, 'w') 473 outfp = bkfile.open(makefile, 'w')
|
/external/swiftshader/third_party/LLVM/utils/ |
D | makellvm | 67 else if (-f makefile) then 68 set MFILE = makefile
|
/external/netperf/ |
D | README.vmware | 2 a separate, standalone makefile one uses. In this case, it is 6 At present, the makefile is setup to use a number of the "none" files
|
/external/llvm/utils/ |
D | makellvm | 67 else if (-f makefile) then 68 set MFILE = makefile
|