Searched defs:dir_target (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm561 =item dir_target (o)
571 sub dir_target { subroutine
573 # dir_target(@array) returns a Makefile entry for the file .exists in each
1145 push @m, $self->dir_target('$(INST_ARCHAUTODIR)');
2602 push @m, $self->dir_target(qw[$(INST_SCRIPT)]);
3720 push @m, "\n", $self->dir_target('$(INST_ARCHAUTODIR)');
4034 push @m, $self->dir_target(qw[$(INST_AUTODIR) $(INST_LIBDIR) $(INST_ARCHAUTODIR)]);
4042 push @m, $self->dir_target(qw[$(INST_MAN1DIR)]);
4050 push @m, $self->dir_target(qw[$(INST_MAN3DIR)]);

Completed in 39 milliseconds