Home
last modified time | relevance | path

Searched refs:objext (Results 1 – 6 of 6) sorted by relevance

/openssl/Configurations/platform/
H A Dmingw.pm16 sub objext { '.obj' } subroutine
H A DWindows.pm20 sub objext { '.obj' } subroutine
H A DVMS.pm25 sub objext { '.OBJ' } subroutine
H A DUnix.pm27 sub objext { $target{obj_extension} || '.o' } subroutine
H A DBASE.pm42 sub obj { return __base($_[1], '.o') . $_[0]->objext() }
/openssl/Configurations/
H A Dunix-Makefile.tmpl631 -find . -name '*{- platform->objext() -}' \! -name '.*' \! -type d -exec $(RM) {} \;

Completed in 10 milliseconds