delibtoolize.pl revision 1111
241N/A# Usage: delibtoolize.pl [-P] <path>
520N/Amy $single_file;
493N/Amy %so_versions = ();
577N/Amy %ltlib_names = ();
1029N/Asub expand_macros {
577N/A my %makefile_macros = ();
577N/A my %makefile_ldflags = ();
1029N/A my @makefile_ltlibs = ();
577N/A if ($single_file) {
493N/Asub modify_file {
493N/A if ($l =~ m/_la_LDFLAGS\s*=/) {
520N/A if ($single_file) {
493N/A $l .= $installrule;