Lines Matching refs:libs
929 my $libs = '$(LDLOADLIBS)';
937 … $libs .= ' -L$(PERL_INC) -Wl,-R$(INSTALLARCHLIB)/CORE -Wl,-R$(PERL_ARCHLIB)/CORE -lperl';
939 $libs .= ' -L$(PERL_INC) -R$(INSTALLARCHLIB)/CORE -R$(PERL_ARCHLIB)/CORE -lperl';
948 push @m, sprintf <<'MAKE', $ld_run_path_shell, $ldrun, $ldfrom, $libs;
980 my($self,$libs) = @_;
982 $self->ext($libs, $Verbose);
1697 my($libs);
1698 foreach $libs ( @{$self->{LIBS}} ){
1699 $libs =~ s/^\s*(.*\S)\s*$/$1/; # remove leading and trailing whitespace
1700 my(@libs) = $self->extliblist($libs);
1701 if ($libs[0] or $libs[1] or $libs[2]){
1704 $self->{LDLOADLIBS}, $self->{LD_RUN_PATH}) = @libs;