Lines Matching refs:fixpath
212 else { push(@cand,$self->fixpath($name,0)); }
491 map $self->fixpath($_,0), split /,?\s+/, $self->{OBJECT}
496 map $self->fixpath($_,0), split /,?\s+/, $self->{LDFROM}
580 $self->{$macro} = $self->fixpath($self->{$macro},1);
588 $self->{$macro} = $self->fixpath($self->{$macro},0);
597 $self->{$macro} = $self->fixpath($self->{$macro},0);
606 $tmp{$self->fixpath($key,0)} =
607 $self->fixpath($self->{$macro}{$key},0);
616 push(@tmp,$self->fixpath($val,0));
679 elsif ($type eq 'I') { $incstr .= ',' . $self->fixpath($def,1); }
718 $incstr .= ','.$self->fixpath($_,1);
1299 my($prefix,$target) = ($1,$self->fixpath('$(PERL_ARCHLIB)Config.pm',0));
1309 push(@m, join(" ", map($self->fixpath($_,0),values %{$self->{XS}}))." : \$(XSUBPPDEPS)\n")
1426 my($dir) = $self->fixpath($_,1);
1472 $tmpdir = $self->fixpath($tmpdir,1);
1494 $libperldir = $self->fixpath((fileparse($libperl))[1],1);
1498 MAP_TARGET = ',$self->fixpath($target,0),'
1499 MAP_SHRTARGET = ',$self->fixpath($shrtarget,0),"
1503 MAP_LIBPERL = ",$self->fixpath($libperl,0),'
1552 $self->{CP} \$(MAP_SHRTARGET) ",$self->fixpath($Config{'installbin'},1),"
1553 $self->{CP} \$(MAP_TARGET) ",$self->fixpath($Config{'installbin'},1),"
1880 sub fixpath { subroutine
1888 map { $self->fixpath($_,$force_path) }