HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 26 - 50 of 247) sorted by null

12 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
makefile 3 ## added support/genmk/makefile to pccts 1.33MR1 distribution kit
4 ## (support/genmk/makefile" omitted from 1.33 distribution kit)
26 shar genmk.c makefile > genmk.shar
29 $(BAG) genmk.c makefile > genmk.bag
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
makefile 10 shar makefile test.c rexpr.c rexpr.h > rexpr.shar
13 $(BAG) makefile test.c rexpr.c rexpr.h > rexpr.bag
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
makefile 2 # Makefile for SORCERER libraries
18 ci -u $(SRC) *.h makefile
21 co -l $(SRC) *.h makefile
  /external/tensorflow/tensorflow/contrib/makefile/
build_all_android.sh 24 echo "-t [build_target] build target for Android makefile [default=all]"
88 HEXAGON_DOWNLOAD_PATH="tensorflow/contrib/makefile/downloads/hexagon"
91 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
    [all...]
compile_linux_protobuf.sh 19 GENDIR="$(pwd)/tensorflow/contrib/makefile/gen/protobuf"
20 HOST_GENDIR="$(pwd)/tensorflow/contrib/makefile/gen/protobuf-host"
24 if [[ ! -f "tensorflow/contrib/makefile/downloads/protobuf/autogen.sh" ]]; then
26 echo "tensorflow/contrib/makefile/download_dependencies.sh" 1>&2
32 cd tensorflow/contrib/makefile/downloads/protobuf
compile_nsync.sh 84 nsync_builds_dir=tensorflow/contrib/makefile/downloads/nsync/builds
107 # Get Makefile for target.
109 linux) makefile='
142 makefile='
166 macos) makefile='
258 makefile='
291 echo "$makefile" | sed $'s,^[ \t]*,,' > "$nsync_platform_dir/Makefile"
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 \
README.md 1 ### TensorFlow Makefile
5 if you are building for iOS, you currently need to use the Makefile.
11 This experimental project supplies a Makefile automatically derived from the
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.s
    [all...]
  /external/python/cpython2/PC/VS8.0/
build_ssl.py 98 def create_makefile64(makefile, m32):
99 """Create and fix makefile for 64bit
106 with open(makefile, 'w') as fout:
119 def fix_makefile(makefile):
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
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GNUmakefile 2 # GNU/Linux makefile for 'GenFv' module build.
20 include $(MAKEROOT)/Makefiles/app.makefile
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GNUmakefile 2 # GNU/Linux makefile for 'GenSec' module build.
20 include $(MAKEROOT)/Makefiles/app.makefile
  /external/epid-sdk/ext/argtable3/
argtable3.parts 31 makefile = ['Makefile']
38 env.InstallTopLevel(makefile, sub_dir='ext/argtable3')
  /external/epid-sdk/ext/gtest/
gtest.parts 29 makefile = ['Makefile']
36 env.InstallTopLevel(makefile,sub_dir='ext/gtest')
  /external/python/cpython2/Mac/Tools/
fixapplepython23.py 8 This script modifies the Makefile (in .../lib/python2.3/config) to use
19 MAKEFILE='/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config/Makefile'
48 def fix(makefile, do_apply):
49 """Fix the Makefile, if required."""
51 lines = open(makefile).readlines()
69 os.rename(makefile, makefile + '~')
70 open(makefile, 'w').writelines(lines)
111 if not os.path.exists(MAKEFILE)
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
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/
build_ssl.py 100 makefile = "ms\\nt.mak"
106 makefile="ms\\d32.mak"
112 makefile = "ms\\nt.mak"
119 makefile = "ms\\nt.mak"
142 # Due to a bug in this script, the makefile sometimes ended up empty
144 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0:
154 # build makefile so we generate it here:
155 os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile)
158 makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh 43 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" <<EO
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/builds/
android.sh 23 # The Bazel Android demo and Makefile builds are intentionally built for x86_64
44 echo "========== Makefile Build Test =========="
45 # Test Makefile build just to make sure it still works.
49 tensorflow/contrib/makefile/build_all_android.sh
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GNUmakefile 2 # GNU/Linux makefile for 'GenFw' module build.
20 include $(MAKEROOT)/Makefiles/app.makefile
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
GNUmakefile 2 # GNU/Linux makefile for 'LzmaCompress' module build.
30 include $(MAKEROOT)/Makefiles/app.makefile
  /external/python/cpython2/PC/VS9.0/
build_ssl.py 62 def fix_makefile(makefile, platform_makefile, suffix):
74 with open(platform_makefile) as fin, open(makefile, 'w') as fout:
87 def copy_files(makefile, makevars):
96 with open(makefile) as fin:
193 # Get the variables defined in the current makefile, if it exists.
194 makefile = MK1MF_FMT.format('')
196 makevars = parse_makefile(makefile)
200 # Rebuild the makefile when building for different a platform than
203 print("Updating the makefile...")
205 # Firstly, apply the changes for the platform makefile int
    [all...]
  /external/python/cpython2/PC/VC6/
build_ssl.py 93 def fix_makefile(makefile):
96 if not os.path.isfile(makefile):
99 fin = open(makefile)
100 if 1: # with open(makefile) as fin:
103 fout = open(makefile, 'w')
104 if 1: # with open(makefile, 'w') as fout:
151 makefile="ms\\nt.mak"
152 m32 = makefile
176 # Due to a bug in this script, the makefile sometimes ended up empty
178 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
BreakIteratorMapper.java 141 public Makefile generateMakefile(Collection<String> aliases) {
142 Makefile makefile = new Makefile("BRK_RES"); local
143 makefile.addSyntheticAlias(aliases);
144 makefile.addAliasSource();
146 makefile.addEntry("BRK_DICT_SOURCE", "List of dictionary files (dict).", dictSource);
147 makefile.addEntry("BRK_SOURCE", "List of break iterator files (brk).", brkSource);
148 makefile.addSource(sources);
149 return makefile;
    [all...]
  /external/python/cpython2/PCbuild/
prepare_ssl.py 71 def create_asms(makefile, tmp_d):
72 #create a custom makefile out of the provided one
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):
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
    [all...]
  /development/ide/emacs/
android-compile.el 44 "\\(^\\(\\sw\\|[/_]\\)+\\(Makefile\\|\\.mk\\):[0-9]+:.*warning\\)\\|\\(^/bin/bash\\)"
49 (defun android-makefile-exists-p (directory)
50 "Return t if an Android makefile exists in DIRECTORY."
53 (file-exists-p (concat directory "Makefile"))))
55 (defun android-find-makefile (topdir)
56 "Ascend the current path until an Android makefile is found.
58 the file is named Makefile.
61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR.
62 Signal an error if no Makefile was found."
70 (not (android-makefile-exists-p default-directory))
    [all...]

Completed in 584 milliseconds

12 3 4 5 6 7 8 910