Home
last modified time | relevance | path

Searched refs:makedepcmd (Results 1 – 7 of 7) sorted by relevance

/openssl/Configurations/platform/
H A Dmingw.pm26 sub makedepcmd { $disabled{makedepend} ? undef : $config{makedepcmd} } subroutine
H A DUnix.pm35 sub makedepcmd { $disabled{makedepend} ? undef : $config{makedepcmd} } subroutine
/openssl/Configurations/
H A D50-cppbuilder.conf25 makedepcmd => "cpp32 -oCON -Sx -Hp",
H A Dwindows-makefile.tmpl895 my $makedepcmd = $config{makedepcmd} unless $disabled{makedepend};
922 cmd /C "$makedepcmd $cflags $defs $srcs > $dep 2>&1"
H A D10-main.conf1534 makedepcmd => '$(CC) /Zs /showIncludes',
H A Dunix-Makefile.tmpl9 our $makedepcmd = platform->makedepcmd();
378 MAKEDEPEND={- $config{makedepcmd} -}
/openssl/
H A DConfigure1678 $config{makedepcmd} = $target{makedepcmd} if $target{makedepcmd};
1688 $config{makedepcmd} = which('makedepend');
1689 $config{makedep_scheme} = 'makedepend' if $config{makedepcmd};

Completed in 24 milliseconds