Searched refs:obj_ext (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | Makefile.PL | 102 my $obj_ext = $Config{obj_ext} || ".o"; 103 unlink("$tmp.c", "$tmp$obj_ext"); 153 for ("$tmp.c", "$tmp$obj_ext", "$tmp.com", "$tmp$Config{exe_ext}") {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | cflags.SH | 67 set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g' -e "s/\\$obj_ext / /g"`
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/ |
H A D | Kid.pm | 395 else { $locspec .= $Config{'obj_ext'}; } 410 my($so,$lib_ext,$obj_ext) = @Config{'so','lib_ext','obj_ext'}; 486 elsif ($fullname =~ /(?:$obj_ext|obj)$/i) { 511 ( -f ($fullname = VMS::Filespec::rmsexpand($name,$obj_ext)) or
|
/osnet-11/usr/src/cmd/perl/5.8.4/i386/ |
H A D | config.sh | 786 obj_ext='.o'
|
/osnet-11/usr/src/cmd/perl/5.8.4/sparc/ |
H A D | config.sh | 785 obj_ext='.o'
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/ |
H A D | Config.pm | 886 obj_ext='.o'
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/ |
H A D | Config.pm | 886 obj_ext='.o'
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MakeMaker.pm | 297 lib_ext obj_ext osname osvers ranlib sitelibexp sitearchexp so 1339 obj_ext 1755 (Where BASEEXT is the last component of NAME, and OBJ_EXT is $Config{obj_ext}.)
|
Completed in 25 milliseconds