Home
last modified time | relevance | path

Searched refs:depfile (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/microhttpd/
Ddepcomp45 depfile Dependency file to output.
82 echo "#dummy" > "$depfile"
100 } > "$depfile"
125 depfile=${depfile-`echo "$object" |
127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
197 mv "$tmpdepfile" "$depfile"
223 rm -f "$depfile"
224 echo "$object : \\" > "$depfile"
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
243 | sed -e 's/$/ :/' >> "$depfile"
[all …]
/third_party/skia/third_party/externals/libpng/
Ddepcomp45 depfile Dependency file to output.
82 echo "#dummy" > "$depfile"
100 } > "$depfile"
125 depfile=${depfile-`echo "$object" |
127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
197 mv "$tmpdepfile" "$depfile"
223 rm -f "$depfile"
224 echo "$object : \\" > "$depfile"
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
243 | sed -e 's/$/ :/' >> "$depfile"
[all …]
/third_party/libevdev/build-aux/
Ddepcomp45 depfile Dependency file to output.
82 echo "#dummy" > "$depfile"
100 } > "$depfile"
125 depfile=${depfile-`echo "$object" |
127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
197 mv "$tmpdepfile" "$depfile"
223 rm -f "$depfile"
224 echo "$object : \\" > "$depfile"
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
243 | sed -e 's/$/ :/' >> "$depfile"
[all …]
/third_party/node/deps/cares/
Ddepcomp45 depfile Dependency file to output.
82 echo "#dummy" > "$depfile"
100 } > "$depfile"
125 depfile=${depfile-`echo "$object" |
127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
197 mv "$tmpdepfile" "$depfile"
223 rm -f "$depfile"
224 echo "$object : \\" > "$depfile"
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
243 | sed -e 's/$/ :/' >> "$depfile"
[all …]
/third_party/curl/
Ddepcomp45 depfile Dependency file to output.
82 echo "#dummy" > "$depfile"
100 } > "$depfile"
125 depfile=${depfile-`echo "$object" |
127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
197 mv "$tmpdepfile" "$depfile"
223 rm -f "$depfile"
224 echo "$object : \\" > "$depfile"
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
243 | sed -e 's/$/ :/' >> "$depfile"
[all …]
/third_party/libffi/
Ddepcomp45 depfile Dependency file to output.
82 echo "#dummy" > "$depfile"
100 } > "$depfile"
125 depfile=${depfile-`echo "$object" |
127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
197 mv "$tmpdepfile" "$depfile"
223 rm -f "$depfile"
224 echo "$object : \\" > "$depfile"
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
243 | sed -e 's/$/ :/' >> "$depfile"
[all …]
/third_party/gn/examples/rust_example/build/
DBUILD.gn3 depfile = "{{target_out_dir}}/{{crate_name}}.d"
5 …e {{crate_name}} {{source}} --crate-type {{crate_type}} --emit=dep-info=$depfile,link -Z dep-info-…
11 depfile = "{{target_out_dir}}/{{crate_name}}.d"
13 …e {{crate_name}} {{source}} --crate-type {{crate_type}} --emit=dep-info=$depfile,link -Z dep-info-…
19 depfile = "{{target_out_dir}}/{{crate_name}}.d"
21 …e {{crate_name}} {{source}} --crate-type {{crate_type}} --emit=dep-info=$depfile,link -Z dep-info-…
27 depfile = "{{target_out_dir}}/{{crate_name}}.d"
29 …e {{crate_name}} {{source}} --crate-type {{crate_type}} --emit=dep-info=$depfile,link -Z dep-info-…
/third_party/gn/examples/ios/build/toolchain/ios/
DBUILD.gn65 depfile = "{{output}}.d"
67 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}…
74 depfile = "{{output}}.d"
76 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{sourc…
83 depfile = "{{output}}.d"
85 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfla…
92 depfile = "{{output}}.d"
94 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfl…
111 depfile = "{{target_out_dir}}/{{module_name}}.d"
116 # depfile generate works correctly with ninja < 1.9.0.
[all …]
/third_party/ninja/src/
Dmsvc_helper_main-win32.cc55 FILE* depfile = fopen(depfile_path.c_str(), "w"); in WriteDepFileOrDie() local
56 if (!depfile) { in WriteDepFileOrDie()
61 if (fprintf(depfile, "%s: ", object_path) < 0) { in WriteDepFileOrDie()
63 fclose(depfile); in WriteDepFileOrDie()
70 if (fprintf(depfile, "%s\n", EscapeForDepfile(*i).c_str()) < 0) { in WriteDepFileOrDie()
72 fclose(depfile); in WriteDepFileOrDie()
77 fclose(depfile); in WriteDepFileOrDie()
Dgraph.cc603 string depfile = edge->GetUnescapedDepfile(); in LoadDeps() local
604 if (!depfile.empty()) in LoadDeps()
605 return LoadDepFile(edge, depfile, err); in LoadDeps()
643 DepfileParser depfile(depfile_parser_options_ in LoadDepFile() local
647 if (!depfile.Parse(&content, &depfile_err)) { in LoadDepFile()
652 if (depfile.outs_.empty()) { in LoadDepFile()
658 std::vector<StringPiece>::iterator primary_out = depfile.outs_.begin(); in LoadDepFile()
673 for (std::vector<StringPiece>::iterator o = depfile.outs_.begin(); in LoadDepFile()
674 o != depfile.outs_.end(); ++o) { in LoadDepFile()
682 return ProcessDepfileDeps(edge, &depfile.ins_, err); in LoadDepFile()
Dbuild.cc534 string depfile = (*e)->GetUnescapedDepfile(); in Cleanup() local
548 if (!depfile.empty() || (*o)->mtime() != new_mtime) in Cleanup()
551 if (!depfile.empty()) in Cleanup()
552 disk_interface_->RemoveFile(depfile); in Cleanup()
808 string depfile = edge->GetUnescapedDepfile(); in FinishCommand() local
809 if (restat_mtime != 0 && deps_type.empty() && !depfile.empty()) { in FinishCommand()
810 TimeStamp depfile_mtime = disk_interface_->Stat(depfile, err); in FinishCommand()
877 string depfile = result->edge->GetUnescapedDepfile(); in ExtractDeps() local
878 if (depfile.empty()) { in ExtractDeps()
885 switch (disk_interface_->ReadFile(depfile, &content, err)) { in ExtractDeps()
[all …]
/third_party/gn/examples/ios/build/toolchain/mac/
DBUILD.gn46 depfile = "{{output}}.d"
48 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}…
55 depfile = "{{output}}.d"
57 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{sourc…
64 depfile = "{{output}}.d"
66 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfla…
73 depfile = "{{output}}.d"
75 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfl…
/third_party/gn/src/gn/
Daction_values.h43 const SubstitutionPattern& depfile() const { return depfile_; } in depfile() function
45 void set_depfile(const SubstitutionPattern& depfile) { depfile_ = depfile; } in set_depfile() argument
Dninja_toolchain_writer.cc99 if (!c_tool->depfile().empty()) { in WriteToolRule()
100 WriteRulePattern("depfile", tool->depfile(), options); in WriteToolRule()
107 } else if (!tool->depfile().empty()) { in WriteToolRule()
108 WriteRulePattern("depfile", tool->depfile(), options); in WriteToolRule()
Daction_target_generator.cc161 SubstitutionPattern depfile; in FillDepfile() local
162 if (!depfile.Parse(*value, err_)) in FillDepfile()
164 if (!EnsureSubstitutionIsInOutputDir(depfile, *value)) in FillDepfile()
167 target_->action_values().set_depfile(depfile); in FillDepfile()
/third_party/gn/examples/simple_build/build/toolchain/
DBUILD.gn7 depfile = "{{output}}.d"
8 …command = "gcc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}…
16 depfile = "{{output}}.d"
17 …command = "g++ -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source…
/third_party/node/deps/openssl/openssl/util/
Dadd-depends.pl325 foreach my $depfile (@depfiles) {
326 open IDEP,$depfile or die "Trying to read $depfile: $!\n";
329 my ($target, $deps) = $procedure->($depfile, $_);
/third_party/openssl/util/
Dadd-depends.pl325 foreach my $depfile (@depfiles) {
326 open IDEP,$depfile or die "Trying to read $depfile: $!\n";
329 my ($target, $deps) = $procedure->($depfile, $_);
/third_party/skia/gn/toolchain/
DBUILD.gn250 depfile = "{{output}}.d"
251 …command = "$cc_wrapper $cc -MD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -…
259 depfile = "{{output}}.d"
260 …command = "$cc_wrapper $cxx -MD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}}…
268 depfile = "{{output}}.d"
269 …command = "$cc_wrapper $cc -MD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cfla…
277 depfile = "{{output}}.d"
278 …command = "$cc_wrapper $cxx -MD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cfl…
286 depfile = "{{output}}.d"
287 …command = "$cc_wrapper $cc -MD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source}…
/third_party/parse5/
DBUILD.gn24 depfile = "$target_gen_dir/$target_name.d"
38 "--depfile",
39 rebase_path(depfile, root_build_dir),
/third_party/gn/src/gn/format_test_data/
D034.gn6 "--depfile", rebase_path(depfile, root_build_dir),
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs53 depfile: Option<String>, field
388 depfile, in builder_from_flags()
804 if let Some(depfile) = depfile { in builder_from_flags()
805 builder = builder.depfile(path, depfile); in builder_from_flags()
809 if let Some(depfile) = depfile { in builder_from_flags()
810 builder = builder.depfile("-", depfile); in builder_from_flags()
/third_party/node/tools/gyp/pylib/gyp/
Dninja_syntax.py47 depfile=None, argument
59 if depfile:
60 self.variable("depfile", depfile, indent=1)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dninja_syntax.py47 depfile=None, argument
59 if depfile:
60 self.variable("depfile", depfile, indent=1)
/third_party/skia/third_party/externals/dawn/generator/
Dgenerator_lib.gni93 # generator about its inputs by using the "depfile" feature of GN/Ninja.
95 # A ninja limitation is that the depfile is a subset of Makefile that can
104 "--depfile",
135 # outputs are what's expected and write a depfile for Ninja.
139 depfile = _json_tarball_depfile

1234