Home
last modified time | relevance | path

Searched refs:makedepcmd (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/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
/third_party/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
/third_party/node/deps/openssl/openssl/
H A DConfigure1568 # If the makedepcmd attribute is defined, copy it. If not, the
1570 $config{makedepcmd} = $target{makedepcmd} if $target{makedepcmd};
1580 $config{makedepcmd} = which('makedepend');
1581 $config{makedep_scheme} = 'makedepend' if $config{makedepcmd};
/third_party/openssl/
H A DConfigure1565 # If the makedepcmd attribute is defined, copy it. If not, the
1567 $config{makedepcmd} = $target{makedepcmd} if $target{makedepcmd};
1577 $config{makedepcmd} = which('makedepend');
1578 $config{makedep_scheme} = 'makedepend' if $config{makedepcmd};

Completed in 9 milliseconds