Home
last modified time | relevance | path

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

12345678910>>...19

/external/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.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/python/cpython2/PC/VS8.0/
Dbuild_ssl.py98 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/
Drename_protobuf.sh43 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
Dbuild_all_ios.sh97 make -f tensorflow/contrib/makefile/Makefile clean
98 rm -rf tensorflow/contrib/makefile/downloads
101 tensorflow/contrib/makefile/download_dependencies.sh
105 tensorflow/contrib/makefile/compile_ios_protobuf.sh
108 tensorflow/contrib/makefile/compile_ios_protobuf.sh -a ${BUILD_ARCH}
114 HOST_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh`
117 TARGET_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh -t ios`
120 TARGET_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh -t ios -a "${BUILD_ARCH}"`
141 tensorflow/contrib/makefile/compile_ios_tensorflow.sh ${TF_SCRIPT_FLAGS} -f "${TF_CC_FLAGS}"
Dbuild_all_linux.sh29 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 \
Dbuild_all_android.sh91 make -f tensorflow/contrib/makefile/Makefile cleantarget
94 rm -rf tensorflow/contrib/makefile/downloads
96 tensorflow/contrib/makefile/download_dependencies.sh
99 tensorflow/contrib/makefile/compile_android_protobuf.sh -c -a ${ARCH}
104 HOST_NSYNC_LIB=`tensorflow/contrib/makefile/compile_nsync.sh`
106 tensorflow/contrib/makefile/compile_nsync.sh -t android -a ${ARCH}`
132 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \
141 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \
DREADME.md38 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 …]
Dgen_file_lists.sh23 > 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
DMakefile122 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*.cc) \
123 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*.cc) \
124 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*/*.cc) \
125 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*/*/*.cc)
128 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*test*.cc) \
129 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*test*.cc) \
130 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*/*test*.cc) \
131 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*/*/*test*.cc) \
132 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*benchmark*.cc) \
133 $(wildcard tensorflow/contrib/makefile/downloads/absl/absl/*/*/*benchmark*.cc) \
[all …]
Dcompile_nsync.sh84 nsync_builds_dir=tensorflow/contrib/makefile/downloads/nsync/builds
109 linux) makefile='
142 makefile='
166 macos) makefile='
258 makefile='
291 echo "$makefile" | sed $'s,^[ \t]*,,' > "$nsync_platform_dir/Makefile"
Dcompile_ios_tensorflow.sh71 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 \
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh43 local makefile=$1
97 if [ ! -f "$makefile.1" ]; then
99 cat > "$makefile.1" <<EOF
128 cat >> "$makefile.1" <<EOF
134 cat >> "$makefile.1" <<EOF
140 cat >> "$makefile.1" <<EOF
147 echo "" >> "$makefile.1"
151 cat >> "$makefile.2" <<EOF
157 if [ ! -f "$makefile.3" ]; then
159 cat > "$makefile.3" <<EOF
[all …]
/external/python/cpython2/PC/VS9.0/
Dbuild_ssl.py62 def fix_makefile(makefile, platform_makefile, suffix): argument
74 with open(platform_makefile) as fin, open(makefile, 'w') as fout:
87 def copy_files(makefile, makevars): argument
96 with open(makefile) as fin:
194 makefile = MK1MF_FMT.format('')
196 makevars = parse_makefile(makefile)
208 new_makefile = makefile + '.new'
221 if os.path.exists(makefile):
222 os.remove(makefile)
223 os.rename(new_makefile, makefile)
[all …]
/external/python/cpython2/PCbuild/
Dprepare_ssl.py71 def create_asms(makefile, tmp_d): argument
73 asm_makefile = os.path.splitext(makefile)[0] + '.asm.mak'
74 with open(makefile) as fin, open(asm_makefile, 'w') as fout:
95 def copy_includes(makefile, suffix): argument
102 with open(makefile) as fin:
141 makefile = makefile_template.format(suffix)
143 os.unlink(makefile)
146 os.rename(generated_makefile, makefile)
147 copy_includes(makefile, suffix)
150 create_asms(makefile, 'tmp'+suffix)
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py93 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/
Dtest_sysconfig.py18 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/
Dbuild_ssl.py100 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/
Dtest_sysconfig.py17 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/
DReadme.txt6 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/cldr/tools/java/org/unicode/cldr/icu/
DBreakIteratorMapper.java142 Makefile makefile = new Makefile("BRK_RES"); in generateMakefile() local
143 makefile.addSyntheticAlias(aliases); in generateMakefile()
144 makefile.addAliasSource(); in generateMakefile()
146 makefile.addEntry("BRK_DICT_SOURCE", "List of dictionary files (dict).", dictSource); in generateMakefile()
147 makefile.addEntry("BRK_SOURCE", "List of break iterator files (brk).", brkSource); in generateMakefile()
148 makefile.addSource(sources); in generateMakefile()
149 return makefile; in generateMakefile()
DRbnfMapper.java124 Makefile makefile = new Makefile("RBNF"); in generateMakefile() local
125 makefile.addSyntheticAlias(aliases); in generateMakefile()
126 makefile.addAliasSource(); in generateMakefile()
127 makefile.addSource(sources); in generateMakefile()
128 return makefile; in generateMakefile()
/external/python/cpython2/Mac/Tools/
Dfixapplepython23.py48 def fix(makefile, do_apply): argument
51 lines = open(makefile).readlines()
69 os.rename(makefile, makefile + '~')
70 open(makefile, 'w').writelines(lines)
/external/python/cpython3/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)
/external/tensorflow/tensorflow/examples/android/
Dbuild.gradle10 // setting nativeBuildSystem below to 'makefile'. This will allow building the demo
15 // unless the contrib/makefile/downloads/ and gen/ dirs are deleted afterwards.
44 // set to 'bazel', 'cmake', 'makefile', 'none'
63 if (nativeBuildSystem == 'makefile') {
65 …demoLibPath = '../../../tensorflow/contrib/makefile/gen/lib/android_' + cpuType + '/libtensorflow_…
66 …inferenceLibPath = '../../../tensorflow/contrib/makefile/gen/lib/android_' + cpuType + '/libtensor…
114 if (nativeBuildSystem == 'bazel' || nativeBuildSystem == 'makefile') {
164 commandLine 'tensorflow/contrib/makefile/build_all_android.sh', \
166 'tensorflow/contrib/makefile/sub_makefiles/android/Makefile.in', \
184 if (nativeBuildSystem == 'bazel' || nativeBuildSystem == 'makefile') {
/external/tensorflow/tensorflow/lite/examples/ios/camera/tflite_camera_example_with_select_tf_ops.xcodeproj/
Dproject.pbxproj40 …leType = archive.ar; name = "libtensorflow-lite.a"; path = "../../../../makefile/gen/lib/libtensor…
41 …astKnownFileType = archive.ar; name = libprotobuf.a; path = ../../../../makefile/gen/protobuf_ios/…
42 …nce; lastKnownFileType = archive.ar; name = nsync.a; path = ../../../../makefile/gen/lib/nsync.a; …
207 "${SRCROOT}/../../../../makefile/gen/lib/libtensorflow-lite.a",
230 "${SRCROOT}/../../../../makefile/gen/lib/libtensorflow-lite.a",
280 ../../../../../contrib/makefile/downloads/flatbuffers/include/,
281 ../../../../../contrib/makefile/downloads/eigen/,
282 ../../../../../contrib/makefile/downloads/,
285 LIBRARY_SEARCH_PATHS = ../../../../../contrib/makefile/gen/lib/;
328 ../../../../../contrib/makefile/downloads/flatbuffers/include/,
[all …]

12345678910>>...19