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

  /netvirt/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...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/ExtUtils/
MM_VMS.pm 117 sub ExtUtils::MM_VMS::makefile;
451 $self->{MAKEFILE} ||= $self->{FIRST_MAKEFILE};
996 # (It is assumed in some cases later that the default makefile name
1001 MAKEFILE = Descrip.MMS
1929 sub makefile { subroutine
    [all...]
MM_Unix.pm 40 Makefile, it creates one or more objects that inherit their methods
52 If you are overriding any of these methods in your Makefile.PL (in the
55 driven Makefile.PLs wherever possible. In the long run less methods
65 Makefile.PL. Overridable methods are marked as (o). All methods are
201 sub ExtUtils::MM_Unix::makefile ;
429 # the Makefile here so a later make realclean still has a makefile to use.
438 \$(TEST_F) $self->{MAKEFILE}
445 -cd $dir && \$(TEST_F) $self->{MAKEFILE} && \$(MAKE) clean
460 # See realclean and ext/utils/make_ext for usage of Makefile.ol
    [all...]
MM_Win32.pm 94 $self->{BASEEXT}.def: Makefile.PL
319 .NO_CONFIG_REC: Makefile
330 # some make implementations will delete the Makefile when we rebuild it. Because
333 # .PRECIOUS: Makefile # seems to be not necessary anymore
455 $(BOOTSTRAP): '."$self->{MAKEFILE} $self->{BOOTDEP}".' $(INST_ARCHAUTODIR)\.exists
640 the Makefile. Also defines the perl programs MKPATH,
741 config :: '.$self->{MAKEFILE}.' $(INST_LIBDIR)\.exists
843 $self->{MAKEFILE}, q[';" \\
901 }.$self->{NOECHO}.q{$(PERL) -le "print \"Warning: Makefile possibly out of date with $$vf\" if " \
902 -e "-e ($$vf=\"$(VERSION_FROM)\") and -M $$vf < -M \"}.$self->{MAKEFILE}.q{\";
    [all...]
MakeMaker.pm 102 die "Your Makefile was built with ExtUtils::MakeMaker v $checkversion.
105 Please rerun 'perl Makefile.PL' to regenerate the Makefile.\n"
107 printf STDOUT "%s %s %s %s.\n", "Makefile built with ExtUtils::MakeMaker v",
163 # $fh->open("Makefile.PL") or Carp::carp("Couldn't open Makefile.PL in $dir");
165 open(FH,"Makefile.PL") or Carp::carp("Couldn't open Makefile.PL in $dir");
175 # warn "WARNING from evaluation of $dir/Makefile.PL: $@";
177 warn "WARNING from evaluation of $dir/Makefile.PL: $@"
    [all...]
  /netvirt/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...]
  /netvirt/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)
  /netvirt/usr/src/cmd/perl/5.6.1/utils/lib/ExtUtils/
MakeMaker.pm 109 die "Your Makefile was built with ExtUtils::MakeMaker v $checkversion.
112 Please rerun 'perl Makefile.PL' to regenerate the Makefile.\n"
114 printf STDOUT "%s %s %s %s.\n", "Makefile built with ExtUtils::MakeMaker v",
170 # $fh->open("Makefile.PL") or Carp::carp("Couldn't open Makefile.PL in $dir");
172 open(FH,"Makefile.PL") or Carp::carp("Couldn't open Makefile.PL in $dir");
182 # warn "WARNING from evaluation of $dir/Makefile.PL: $@";
184 warn "WARNING from evaluation of $dir/Makefile.PL: $@"
    [all...]
  /netvirt/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 3239 milliseconds