Home | History | Annotate | Download | only in Configurations

Lines Matching refs:depext

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; \\
1157 > $obj$depext