Home
last modified time | relevance | path

Searched refs:makefile (Results 1 - 25 of 51) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A 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
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_sysconfig.py21 self.makefile = None
24 if self.makefile is not None:
25 os.unlink(self.makefile)
180 self.makefile = TESTFN
181 fd = open(self.makefile, 'w')
187 d = sysconfig.parse_makefile(self.makefile)
192 self.makefile = TESTFN
193 fd = open(self.makefile, 'w')
199 d = sysconfig.parse_makefile(self.makefile)
/third_party/python/PCbuild/
H A Dprepare_ssl.py68 def copy_includes(makefile, suffix):
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/
H A Dtest_sysconfig.py512 makefile = sysconfig.get_makefile_filename()
513 self.assertTrue(os.path.isfile(makefile), makefile)
517 with open(TESTFN, "w") as makefile:
518 print("var1=a$(VAR2)", file=makefile)
519 print("VAR2=b$(var3)", file=makefile)
520 print("var3=42", file=makefile)
521 print("var4=$/invalid", file=makefile)
522 print("var5=dollar$$5", file=makefile)
524 "-x86_64-linux-gnu", file=makefile)
[all...]
H A Dmock_socket.py11 # This is used to queue up data to be read through socket.makefile, typically
13 # line which the socket will feed on recv() or makefile().
20 """Mock file object returned by MockSocket.makefile().
90 def makefile(self, mode='r', bufsize=-1): member in MockSocket
H A Dtest_urllib_response.py17 self.fp = self.sock.makefile('rb')
/third_party/ltp/scripts/
H A 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/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py1016 # need to be expanded as they are written to the makefile.
1081 makefile = open(makefile_path, "w")
1083 # make will build the first target in the makefile by default. By
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
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py1016 # need to be expanded as they are written to the makefile.
1081 makefile = open(makefile_path, "w")
1083 # make will build the first target in the makefile by default. By
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
[all...]
/third_party/python/Tools/freeze/
H A Dfreeze.py136 makefile = 'Makefile'
326 makefile = os.path.join(odir, makefile)
440 with open(makefile, 'w') as outfp:
468 with bkfile.open(makefile, 'w') as outfp:
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A 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/
H A 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/python/Tools/scripts/
H A Dtexi2html.py40 # 1. BUGFIX: In function makefile(), strip blanks from the nodename.
121 with open(self.dirname + '/' + makefile(self.name), 'w') as fp:
132 addr = makefile(nodename)
154 + makefile(self.next) + '" TITLE="' + self.next + '">\n'
156 + makefile(self.prev) + '" TITLE="' + self.prev + '">\n'
158 + makefile(self.up) + '" TITLE="' + self.up + '">\n'
408 makefile(nodename),
715 href = makefile(nodename)
1051 file = self.dirname + '/' + makefile(name)
1073 addr = makefile(nodenam
1969 def makefile(nodename): global() function
[all...]
/third_party/json/tools/serve_header/
H A Dserve_header.py42 makefile = os.path.join(test_dir, MAKEFILE)
46 return (os.path.exists(makefile)
47 and os.path.isfile(makefile)
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A D__main__.py18 from .renderers import makefile, common_exec namespace
320 print(makefile.get_gnumake_rules(
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A D__main__.py18 from .renderers import makefile, common_exec namespace
320 print(makefile.get_gnumake_rules(
/third_party/python/Lib/
H A Dpoplib.py105 self.file = self.sock.makefile('rb')
412 self.file = self.sock.makefile('rb')
H A Dsocketserver.py805 self.rfile = self.connection.makefile('rb', self.rbufsize)
809 self.wfile = self.connection.makefile('wb', self.wbufsize)
H A Dsysconfig.py360 # Variables with a 'PY_' prefix in the makefile. These need to
469 makefile = get_makefile_filename()
471 _parse_makefile(makefile, vars)
473 msg = f"invalid Python installation: unable to open {makefile}"
H A Dftplib.py161 self.file = self.sock.makefile('r', encoding=self.encoding)
463 conn.makefile('r', encoding=self.encoding) as fp:
757 self.file = self.sock.makefile(mode='r', encoding=self.encoding)
/third_party/python/Tools/wasm/
H A Dwasm_build.py455 def makefile(self) -> pathlib.Path: member in BuildProfile
551 if not self.makefile.exists():
620 elif self.makefile.exists():
/third_party/node/deps/openssl/config/
H A Dgenerate_gypi.pl44 # VC-WIN32 and VC-WIN64A generate makefile but it can be available
47 my $makefile = $is_win ? "../config/Makefile_$arch": "Makefile";
53 my $cmd1 = "cd ../openssl; make -f $makefile clean build_generated $buildinf $progs $prov_headers $fips_ld;";
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/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak36 #This could be found according to the path to makefile, but for now it is this way
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak36 #This could be found according to the path to makefile, but for now it is this way
/third_party/curl/projects/
H A Dbuild-openssl.bat404 if exist makefile (
408 rem Remove the old makefile
409 del makefile 1>nul

Completed in 24 milliseconds

123