HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 6 of 6) sorted by null

  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
recurs.t 47 # Check recursive Makefile building.
48 my @mpl_out = run(qq{$perl Makefile.PL});
50 cmp_ok( $?, '==', 0, 'Makefile.PL exited with zero' ) ||
53 my $makefile = makefile_name();
55 ok( -e $makefile, 'Makefile written' );
56 ok( -e File::Spec->catfile('prj2',$makefile), 'sub Makefile written' );
71 @mpl_out = run(qq{$perl Makefile.PL "NORECURS=1"});
73 cmp_ok( $?, '==', 0, 'Makefile.PL NORECURS=1 exited with zero' ) |
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MM_MacOS.pm 37 MM_MacOS currently only produces an approximation to the correct Makefile.
49 if (-f "MANIFEST" && ! -f "Makefile.mk"){
132 # This Makefile is for the $self->{NAME} extension to perl.
136 # Makefile.PL. Don't edit this file, edit Makefile.PL instead.
157 # We skip many sections for MacOS, but we don't say anything about it in the Makefile
163 distdir dist_test dist_ci install force perldepend makefile
189 print "Processing Makefile '$section' section\n" if ($Verbose >= 2);
470 $self->{MAKEFILE} = "Makefile.mk"
    [all...]
MakeMaker.pm 181 do './Makefile.PL';
187 # warn "WARNING from evaluation of $dir/Makefile.PL: $@";
189 die "ERROR from evaluation of $dir/Makefile.PL: $@";
223 LINKTYPE MAKEAPERL MAKEFILE MAKEFILE_OLD MAN1PODS MAN3PODS MAP_TARGET
269 install force perldepend makefile staticmake test ppd
293 # we will use all these variables in the Makefile
314 # When we eval a Makefile.PL in a subdirectory, that one will ask
337 'perl Makefile.PL', but you're most probably left alone, when you do
368 if (-f "MANIFEST" && ! -f "Makefile"){
408 Please install these modules first and rerun 'perl Makefile.PL'.\n}
    [all...]
MM_Unix.pm 58 Makefile, it creates one or more objects that inherit their methods
70 If you are overriding any of these methods in your Makefile.PL (in the
73 driven Makefile.PLs wherever possible. In the long run less methods
84 Makefile.PL. Overridable methods are marked as (o). All methods are
281 # the Makefile here so a later make realclean still has a makefile to use.
315 # See realclean and ext/utils/make_ext for usage of Makefile.old
375 Defines a couple of constants in the Makefile that are imported from
386 push(@m,"\n# They may have been overridden via Makefile.PL or on the command line\n");
564 Makefile entry for a .exists file in these directories. Return
2951 sub makefile { subroutine
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/vi/port/
port.mk.usg 28 # Makefile for vi
61 MAKEFILE = makefile.usg
82 MISC = READ_ME makeoptions asfix.c70 ex.news makefile.370 makefile.c70 \
83 makefile.70 ovdoprnt.s ovprintf.c rofix
348 @echo $(MAKEFILE) $(SOURCES) $(LOCALINCS) | tr ' ' '\012' | sort
358 @fileaudit $(MAKEFILE) $(LOCALINCS) $(SOURCES) $(MISC) -o $(OBJECTS) $(MAINS)
  /nfsv41/nfs41-gate/usr/src/uts/
README 28 KERNEL MAKEFILE STRUCTURE
33 Makefile and a collection of derived header files generated by the
72 9] To provide support for the incidental Makefile targets many developers
91 The driving Makefile for any module is located in the leaf directory
93 clobber' operation, the Makefile is the only file remaining in that
99 uts/Makefile
100 uts/sparc/Makefile
101 uts/sun4c/Makefile
102 uts/sun4c/svvs/Makefile
109 uts/Makefile.ut
    [all...]

Completed in 360 milliseconds