9 $command = "gcc " . join(' ', @ARGV);
12 if ($command =~ s/(\w*)\.lo/\.libs\/\
1\
.o
/)
16 $command = "nasm $command $_";
19 } elsif (/^-o$/ || /\.lo$/ || /\.o$/) {
20 $command = "$command $_";
27 print FH
"# $f.lo - a libtool object file
28 # Generated by ltmain.sh - GNU libtool 1.5.0a (1.1220.2.25 2003/08/01 19:08:35)
31 # Please DO NOT delete this file!
32 # It is necessary for linking the library.
34 # Name of the PIC object.
37 print FH
"pic_object=";
38 print FH
"'.libs/$f.o'\n\n";
39 print FH
'# Name of the non-PIC object.
41 print FH
"non_pic_object=";