Lines Matching +full:sub +full:- +full:spaces
2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
42 ( ( grep { $unified_info{sources}->{$_}->[0] =~ /\.cc?$/ }
44 ( grep { $unified_info{shared_sources}->{$_}->[0] =~ /\.cc?$/ }
76 sub {
82 # All we got now is a dependency, shave off surrounding spaces
95 if (-f $x) {
103 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n"
111 sub {
114 # well with out-of-source-tree builds, so we must resort to tricks
132 # All we got now is a dependency, just shave off surrounding spaces
138 sub {
163 # This is so a volume delimiter (a : without any spaces around it)
175 # All we got now is a dependency, just shave off surrounding spaces
185 # Since we have already pre-populated the cache with
190 if (-f $line) {
197 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n"
203 sub {
240 # Since we have already pre-populated the cache with
245 if (-f $line) {
252 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n"
259 sub {
260 # With Embarcadero C++Builder's preprocessor (cpp32.exe) the -Sx -Hp
263 # Including ->->{whatever header file}
265 # where each "->" indicates the nesting level of the #include. The
278 if (/^Including (->)*/) {
289 # Since we have already pre-populated the cache with
294 if (-f $line) {
301 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n"
311 'VMS C' => "-",
322 my $buildfile_new = "$buildfile-$$";
329 my ($target, $deps) = $procedure->($depfile, $_);
330 $collect{$target}->{$deps} = 1 if defined $target;
343 print OBF "# DO NOT DELETE THIS LINE -- make depend depends on it.\n";
367 or die "Trying to rename $buildfile_new -> $buildfile: $!\n";