HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/util/
make_ext 4 # It primarily used by the perl Makefile:
22 # makefile as MAKE=/whatever/make in $makecmd. We'll be cautious in
55 # The Perl Makefile.SH will expand all extensions to
74 makefile=Makefile
90 # CCCDLFLAGS such as -fPIC -- see static_target in the main Makefile.SH)
105 *clean) # If Makefile has been moved to Makefile.old by a make clean
106 # then use Makefile.old for realclean rather than rebuild it
107 if test ! -f $makefile -a -f Makefile.old; the
    [all...]
  /onnv/onnv-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...]
basic.t 44 my @mpl_out = run(qq{$perl Makefile.PL "PREFIX=../dummy-install"});
47 cmp_ok( $?, '==', 0, 'Makefile.PL exited with zero' ) ||
50 my $makefile = makefile_name();
51 ok( grep(/^Writing $makefile for Big::Dummy/,
53 'Makefile.PL output looks right');
57 'Makefile.PL run in package main');
59 ok( -e $makefile, 'Makefile exists' );
62 my $mtime = (stat($makefile))[9];
233 @mpl_out = run(qq{$perl Makefile.PL "NO_META=1"})
    [all...]
Constant.t 28 # Because were are going to be changing directory before running Makefile.PL
49 my $makefile = ($^O eq 'VMS' ? 'descrip' : 'Makefile');
51 my $makefile_rename = $makefile . ($^O eq 'VMS' ? '.mms' : '.old');
107 my @perlout = `$runperl Makefile.PL $core`;
109 print "not ok $realtest # $runperl Makefile.PL failed: $?\n";
117 if (-f "$makefile$makefile_ext") {
226 rename $makefile_rename, $makefile
227 or die "Can't rename '$makefile_rename' to '$makefile': $!";
256 ################ Makefile.P
    [all...]
MM_Unix.t 103 makefile
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
11 Makefile.ssl - The SSLeay makefile
12 Makefile.uni - The normal unix makefile.
13 GNUmakefile - The makefile for use with glibc.
14 makefile.bc - A Borland C makefile
  /onnv/onnv-gate/usr/src/tools/findunref/
exception_list.closed 37 ./usr/closed/cmd/zic/makefile.tzpkg
43 ./usr/closed/uts/sun4v/io/n2cp/Makefile
44 ./usr/closed/uts/sun4v/io/ncp/Makefile
49 ./usr/closed/uts/sparc/marvell88sx/Makefile
  /onnv/onnv-gate/usr/src/cmd/streams/log/
strerr.c 57 static void makefile(char *name, time_t time);
64 makefile(char *name, time_t time) function
90 makefile(errfile, lp->ttime);
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
READ_ME 32 Makefile The makefile used here.
  /onnv/onnv-gate/usr/src/cmd/vi/
README 52 port/makefile.usg ---|
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
Utils.pm 33 my $makefile = makefile_name;
125 my $makefile = makefile_name;
127 MakeMaker doesn't always generate 'Makefile'. It returns what it
133 return $Is_VMS ? 'Descrip.MMS' : 'Makefile';
141 Makefile.
146 my $makefile = makefile_name;
147 return $Is_VMS ? $makefile : "$makefile.old";
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/
perlgcc.pod 34 perlgcc Makefile.PL; make
53 Instead of invoking C<perl Makefile.PL> to generate the makefile needed
54 to compile a module, C<perlgcc Makefile.PL> should be used instead.
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/posix/
mkslocal.h 602 #define M_MAKEFILES ".MAKEFILES:makefile Makefile"
604 * the default makefile to run
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
Makefile 25 # cmd/fs.d/autofs/Makefile
56 include ../Makefile.fstype
146 cd $(BUILDDIR); $(RM) *.[ch] makefile.malloc_dump ; rpcgen -a `basename $(XFILE)
147 cd $(BUILDDIR); $(MAKE) -f makefile.malloc_dump `basename $@`
  /onnv/onnv-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)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
prove 203 Perl users typically run the test harness through a makefile via
231 Not everyone wants to write a makefile, or use L<ExtUtils::MakeMaker>
237 context of a module distribution, and may not even use a makefile
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/
README 25 main Makefile is also slightly different so take a look at the next section or,
26 equivalently, check the comments at the beginning of Makefile before you build
29 If you change LIBDIR or FONTDIR (in Makefile) make the corresponding changes to
34 output at all. ENCODING (in Makefile) controls how dpost encodes lines of text.
47 /usr/lib/postscript/* ie. $(LIBDIR)/* in Makefile
48 /usr/lbin/postscript/* ie. $(BINDIR)/* in Makefile
49 /usr/lib/macros/pictures ie. $(MACRODIR)/pictures in Makefile
50 /usr/lib/macros/color ie. $(MACRODIR)/color in Makefile
51 /usr/lib/font/devpost/* ie. $(FONTDIR)/devpost/* in Makefile
52 /usr/lib/font/PDQ/devpost/* ie. $(FONTDIR)/PDQ/devpost/* in Makefile
    [all...]
  /onnv/onnv-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...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
crawlsrccomments.sh 510 *Makefile)
511 file_format="makefile"
638 shell|makefile)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
installperl 873 return if $name =~ /^makefile$/i;
  /onnv/onnv-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...]
  /onnv/onnv-gate/usr/src/cmd/boot/scripts/
root_archive.ksh 93 /usr/bin/gconftool-2 --makefile-install-rule \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CPAN.pm     [all...]

Completed in 3839 milliseconds

1 2