/external/libpng/scripts/ |
D | README.txt | 5 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.knr => Archaic UNIX Makefile that converts files with 13 makefile.acorn => Acorn makefile 14 makefile.aix => AIX/gcc makefile 15 makefile.amiga => Amiga makefile 16 makefile.atari => Atari makefile 17 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode) 18 makefile.beos => beos makefile [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 …]
|
/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/tensorflow/tensorflow/contrib/makefile/ |
D | rename_protobuf.sh | 43 mv tensorflow/contrib/makefile/downloads/protobuf/src/google/protobuf \ 44 tensorflow/contrib/makefile/downloads/protobuf//src/google/protobuf3 74 tensorflow/contrib/makefile/downloads/protobuf/configure.ac 76 tensorflow/contrib/makefile/downloads/protobuf/autogen.sh 80 tensorflow/contrib/makefile/downloads/protobuf/src/Makefile.am 84 cp -r tensorflow/contrib/makefile/downloads/protobuf/src/google . 87 …otoc.sh $(PROTOC) $(PROTOCFLAGS) $< --cpp_out $(PROTOGENDIR)%' tensorflow/contrib/makefile/Makefile 88 …otoc.sh $(PROTOC) $(PROTOCFLAGS) $< --cpp_out $(HOST_GENDIR)%' tensorflow/contrib/makefile/Makefile 89 …orflow/contrib/makefile/rename_prototext.sh $(PROTO_TEXT) \\%' tensorflow/contrib/makefile/Makefile
|
D | build_all_ios.sh | 91 make -f tensorflow/contrib/makefile/Makefile clean 92 rm -rf tensorflow/contrib/makefile/downloads 95 tensorflow/contrib/makefile/download_dependencies.sh 99 tensorflow/contrib/makefile/compile_ios_protobuf.sh 102 tensorflow/contrib/makefile/compile_ios_protobuf.sh -a ${BUILD_ARCH} 108 HOST_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh` 111 TARGET_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh -t ios` 114 TARGET_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh -t ios -a ${BUILD_ARCH}` 135 tensorflow/contrib/makefile/compile_ios_tensorflow.sh ${TF_SCRIPT_FLAGS} -f "${TF_CC_FLAGS}"
|
D | build_all_linux.sh | 29 make -f tensorflow/contrib/makefile/Makefile clean 30 rm -rf tensorflow/contrib/makefile/downloads 33 tensorflow/contrib/makefile/download_dependencies.sh 37 HOST_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh` 42 tensorflow/contrib/makefile/compile_linux_protobuf.sh 45 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \
|
D | build_all_android.sh | 83 make -f tensorflow/contrib/makefile/Makefile cleantarget 86 rm -rf tensorflow/contrib/makefile/downloads 88 tensorflow/contrib/makefile/download_dependencies.sh 91 tensorflow/contrib/makefile/compile_android_protobuf.sh -c -a ${ARCH} 96 HOST_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh` 98 tensorflow/contrib/makefile/compile_nsync.sh -t android -a ${ARCH}` 124 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \ 133 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \
|
D | README.md | 38 tensorflow/contrib/makefile/download_dependencies.sh 42 like Eigen in the `tensorflow/contrib/makefile/downloads/` folder. 58 tensorflow/contrib/makefile/build_all_linux.sh 62 `tensorflow/contrib/makefile/gen/lib/libtensorflow-core.a`, 63 and create an example executable at `tensorflow/contrib/makefile/gen/bin/benchmark`. 77 tensorflow/contrib/makefile/gen/bin/benchmark \ 105 tensorflow/contrib/makefile/download_dependencies.sh 106 tensorflow/contrib/makefile/compile_android_protobuf.sh -c 107 export HOST_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh` 109 tensorflow/contrib/makefile/compile_nsync.sh -t android -a armeabi-v7a` [all …]
|
D | gen_file_lists.sh | 23 > tensorflow/contrib/makefile/tf_proto_files.txt 29 > tensorflow/contrib/makefile/tf_pb_text_files.txt 37 > tensorflow/contrib/makefile/proto_text_cc_files.txt 43 > tensorflow/contrib/makefile/proto_text_pb_cc_files.txt 49 > tensorflow/contrib/makefile/proto_text_pb_h_files.txt
|
D | compile_ios_tensorflow.sh | 71 GENDIR=tensorflow/contrib/makefile/gen/ 93 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \ 105 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \ 118 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \ 130 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \ 142 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \
|
D | compile_nsync.sh | 84 nsync_builds_dir=tensorflow/contrib/makefile/downloads/nsync/builds 109 linux) makefile=' 141 makefile=' 165 macos) makefile=' 257 makefile=' 289 echo "$makefile" | sed $'s,^[ \t]*,,' > "$nsync_platform_dir/Makefile"
|
/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/cpython3/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/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/python/cpython3/Lib/distutils/tests/ |
D | test_sysconfig.py | 17 self.makefile = None 20 if self.makefile is not None: 21 os.unlink(self.makefile) 95 self.makefile = TESTFN 96 fd = open(self.makefile, 'w') 102 d = sysconfig.parse_makefile(self.makefile) 107 self.makefile = TESTFN 108 fd = open(self.makefile, 'w') 114 d = sysconfig.parse_makefile(self.makefile)
|
/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/tensorflow/tensorflow/examples/android/ |
D | build.gradle | 10 // setting nativeBuildSystem below to 'makefile'. This will allow building the demo 15 // unless the contrib/makefile/downloads/ and gen/ dirs are deleted afterwards. 42 // set to 'bazel', 'cmake', 'makefile', 'none' 61 if (nativeBuildSystem == 'makefile') { 63 …demoLibPath = '../../../tensorflow/contrib/makefile/gen/lib/android_' + cpuType + '/libtensorflow_… 64 …inferenceLibPath = '../../../tensorflow/contrib/makefile/gen/lib/android_' + cpuType + '/libtensor… 109 if (nativeBuildSystem == 'bazel' || nativeBuildSystem == 'makefile') { 155 commandLine 'tensorflow/contrib/makefile/build_all_android.sh', \ 157 'tensorflow/contrib/makefile/sub_makefiles/android/Makefile.in', \ 175 if (nativeBuildSystem == 'bazel' || nativeBuildSystem == 'makefile') {
|
/external/python/cpython3/Lib/test/ |
D | test_sysconfig.py | 417 makefile = sysconfig.get_makefile_filename() 418 self.assertTrue(os.path.isfile(makefile), makefile) 422 with open(TESTFN, "w") as makefile: 423 print("var1=a$(VAR2)", file=makefile) 424 print("VAR2=b$(var3)", file=makefile) 425 print("var3=42", file=makefile) 426 print("var4=$/invalid", file=makefile) 427 print("var5=dollar$$5", file=makefile) 429 "-x86_64-linux-gnu", file=makefile)
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | android_full.sh | 93 tensorflow/contrib/makefile/build_all_android.sh 96 tensorflow/contrib/makefile/build_all_android.sh \ 97 -s $(pwd)/tensorflow/contrib/makefile/sub_makefiles/android/Makefile.in \ 105 tensorflow/contrib/makefile/samples/build_and_run_inception_hexagon.sh -bp
|