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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm23 @EXPORT = qw(&WriteMakefile &writeMakefile $Verbose &prompt);
45 sub WriteMakefile { subroutine
46 Carp::croak "WriteMakefile: Need even number of args" if @_ % 2;
60 # Basic signatures of the attributes WriteMakefile takes. Each is the
336 the subroutine name from writeMakefile to WriteMakefile and rerun
349 # Store the original args passed to WriteMakefile()
416 Carp::croak "Attribute 'CONFIGURE' to WriteMakefile() not a code reference\n";
443 # Don't stomp on WriteMakefile() args.
982 WriteMakefile( ATTRIBUTE => VALUE [, ...] );
997 Makefiles with a single invocation of WriteMakefile()
[all...]

Completed in 17 milliseconds