HomeSort by: relevance | last modified time | path
    Searched refs:depext (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
BASE.pm 11 sub depext { '.d' } subroutine
44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname
VMS.pm 26 sub depext { '.D' } subroutine
Windows.pm 21 sub depext { '.d' } subroutine
Unix.pm 28 sub depext { $target{obj_extension} || '.d' } subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
BASE.pm 11 sub depext { '.d' } subroutine
44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname
VMS.pm 26 sub depext { '.D' } subroutine
Windows.pm 21 sub depext { '.d' } subroutine
Unix.pm 28 sub depext { $target{obj_extension} || '.d' } subroutine
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 7 our $depext = $target{dep_extension} || ".d";
129 DEPS={- join(" ", map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
519 -$(RM) `find . -name '*{- $depext -}' \! -name '.*' \! -type d -print`
1141 $cmd $incs $cmdflags -MMD -MF $obj$depext.tmp -MT \$\@ -c -o \$\@ $srcs
1142 \@touch $obj$depext.tmp
1143 \@if cmp $obj$depext.tmp $obj$depext > /dev/null 2> /dev/null; then \\
1144 rm -f $obj$depext.tmp; \\
1146 mv $obj$depext.tmp $obj$depext; \\
    [all...]
windows-makefile.tmpl 8 our $depext = $target{dep_extension} || ".d";
88 DEPS={- join(" ", map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
610 \$(CC) $cflags /Zs /showIncludes $srcs 2>&1 > $obj$depext
  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 28 my $depext = $target{dep_extension} || ".d";
41 map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
  /src/crypto/external/bsd/openssl/dist/util/
add-depends.pl 28 my $depext = $target{dep_extension} || ".d";
41 map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 27 my $depext = $target{dep_extension} || ".d";
38 map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 641 -find . -name '*{- platform->depext() -}' \! -name '.*' \! -type d -exec $(RM) {} \;
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 588 -find . -name '*{- platform->depext() -}' \! -name '.*' \! -type d -exec $(RM) {} \;

Completed in 31 milliseconds