Searched refs:PERLRUN (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win95.pm99 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.c
115 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.cpp
132 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.c
187 -$(PERLRUN) -e "exit unless -f shift; system q{$(MAKE) realclean}" $(FIRST_MAKEFILE)
H A DMM_VMS.pm411 $self->{ECHO} ||= '$(PERLRUN) -le "print qq{@ARGV}"';
412 $self->{ECHO_N} ||= '$(PERLRUN) -e "print qq{@ARGV}"';
413 $self->{TOUCH} ||= '$(PERLRUN) "-MExtUtils::Command" -e touch';
414 $self->{CHMOD} ||= '$(PERLRUN) "-MExtUtils::Command" -e chmod';
415 $self->{RM_F} ||= '$(PERLRUN) "-MExtUtils::Command" -e rm_f';
416 $self->{RM_RF} ||= '$(PERLRUN) "-MExtUtils::Command" -e rm_rf';
417 $self->{TEST_F} ||= '$(PERLRUN) "-MExtUtils::Command" -e test_f';
418 $self->{EQUALIZE_TIMESTAMP} ||= '$(PERLRUN) -we "open F,qq{>>$ARGV[1]};close F;utime(0,(stat($ARGV[0]))[9]+1,$ARGV[1])"';
775 XSUBPP = \$(PERLRUN) \$(XSUBPPDIR)xsubpp
939 $(PERLRUN)
[all...]
H A DMM_Unix.pm459 PERLRUN FULLPERLRUN ABSPERLRUN
739 $(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck
742 $(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipcheck
745 $(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
764 $(PERLRUN) "-MExtUtils::Manifest=maniread" \\
958 $(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \
1014 ",' $(PERLRUN) -e \'use ExtUtils::Mksymlists; \\
1059 $(NOECHO) $(PERLRUN) \
1674 PERL_SRC, PERLRUN, PERLRUNINST, PREFIX, VERSION,
1963 $self->{MKPATH} ||= '$(PERLRUN) "
[all...]
H A DMM_Win32.pm63 q! $(PERLRUN) -MExtUtils::Mksymlists \\
174 $self->{TOUCH} ||= '$(PERLRUN) -MExtUtils::Command -e touch';
175 $self->{CHMOD} ||= '$(PERLRUN) -MExtUtils::Command -e chmod';
176 $self->{CP} ||= '$(PERLRUN) -MExtUtils::Command -e cp';
177 $self->{RM_F} ||= '$(PERLRUN) -MExtUtils::Command -e rm_f';
178 $self->{RM_RF} ||= '$(PERLRUN) -MExtUtils::Command -e rm_rf';
179 $self->{MV} ||= '$(PERLRUN) -MExtUtils::Command -e mv';
181 $self->{TEST_F} ||= '$(PERLRUN) -MExtUtils::Command -e test_f';
456 return qq{\$(PERLRUN) $switches -e $cmd};
H A DMM_Any.pm452 POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"
658 $(PERLRUN) will be used as perl.
H A DMakeMaker.pm225 PERL_MALLOC_OK PERL PERLMAINCC PERLRUN PERLRUNINST PERL_CORE
1454 Like PERLRUN, except it uses FULLPERL.
1830 =item PERLRUN
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Doneliner.t31 $cmd =~ s{\$\(PERLRUN\)}{$^X};
H A Dsplit_command.t57 s{\$\(PERLRUN\)}{$perl} foreach @cmds;

Completed in 109 milliseconds