2 case $PERL_CONFIG_SH in
7 echo "Can't find config.sh."; exit 1
12 : This forces SH files to create target in same directory as SH file.
13 : This is so that make depend always knows where to find SH derivatives.
15 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
19 *define*) suidperl='suidperl' ;;
23 linklibperl='$(LIBPERL)'
24 shrpldflags='$(LDDLFLAGS)'
26 DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
29 # Prefix all runs of 'miniperl' and 'perl' with
30 # $ldlibpth so that ./perl finds *this* shared libperl.
31 case "$LD_LIBRARY_PATH" in
33 ldlibpth="LD_LIBRARY_PATH=`pwd`";;
35 ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
38 pldlflags="$cccdlflags"
39 case "${osname}${osvers}" in
42 lddlflags="-dynamic -undefined warning -framework System \
43 -compatibility_version 1 -current_version $patchlevel \
44 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
47 shrpldflags="${ldflags} -dynamiclib \
48 -compatibility_version \
49 ${api_revision}.${api_version}.${api_subversion} \
51 ${revision}.${patchlevel}.${subversion} \
52 -install_name \$(shrpdir)/\$@"
60 netbsd*|freebsd[234]*|openbsd*)
61 linklibperl="-L. -lperl"
64 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
66 3*) shrpldflags="$shrpldflags -e _nostart"
68 *) shrpldflags="$shrpldflags -b noentry"
71 shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
72 linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
75 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
78 shrpldflags='-W l,dll'
79 linklibperl='libperl.x'
80 DPERL_EXTERNAL_GLOB=''
83 case "$ldlibpthname" in
91 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
94 # Strip off any trailing :'s
95 ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
103 : Prepare dependency lists for Makefile.
105 for f in $dynamic_ext; do
106 : the dependency named here will never exist
107 base=`echo "$f" | sed 's/.*\///'`
108 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
112 for f in $static_ext; do
113 base=`echo "$f" | sed 's/.*\///'`
114 static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
118 for f in $nonxs_ext; do
119 base=`echo "$f" | sed 's/.*\///'`
120 nonxs_list="$nonxs_list ext/$f/pm_to_blib"
123 # Handle the usage of different yaccs in posix-bc (During Configure we
124 # us yacc for perly.y and byacc for a2p.y. The makefiles must use the
125 # same configuration for run_byacc!):
132 echo "Extracting Makefile (with variable substitutions)"
133 $spitshell >Makefile <<!GROK!THIS!
135 # This file is derived from Makefile.SH. Any changes made here will
136 # be lost the next time you run Configure.
137 # Makefile is used to generate $firstmakefile. The only difference
138 # is that $firstmakefile has the dependencies filled in at the end.
141 # I now supply perly.c with the kits, so don't remake perly.c without byacc
149 mallocsrc = $mallocsrc
150 mallocobj = $mallocobj
152 # NOTE: some systems don't grok "cp -f". XXX Configure test needed?
157 # The following are mentioned only to make metaconfig include the
158 # appropriate questions in Configure. If you want to change these,
159 # edit config.sh instead, or specify --man1dir=/wherever on
160 # installman commandline.
162 scriptdir = $scriptdir
163 shrpdir = $archlibexp/CORE
164 privlib = $installprivlib
170 # The following are used to build and install shared libraries for
172 LDDLFLAGS = $lddlflags
173 SHRPLDFLAGS = $shrpldflags
174 CCDLFLAGS = $ccdlflags
176 PLDLFLAGS = $pldlflags
178 LLIBPERL= $linklibperl
181 # The following is used to include the current directory in
182 # the dynamic loader path you are building a shared libperl.
185 dynamic_ext = $dynamic_list
186 static_ext = $static_list
187 nonxs_ext = $nonxs_list
188 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
189 DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
191 libs = $perllibs $cryptlib
193 public = perl $suidperl utilities translators
195 shellflags = $shellflags
197 # This is set to MAKE=$make if your $make command doesn't
201 # These variables may need to be manually set for non-Unix systems.
208 FIRSTMAKEFILE = $firstmakefile
210 # Any special object files needed by this architecture, e.g. os2/os2.obj
213 .SUFFIXES: .c \$(OBJ_EXT) .i .s
218 # how to tr(anslate) newlines
225 INSTALLPREFIXEXP = $prefix
228 # not used by Makefile but by installperl;
229 # mentioned here so that metaconfig picks these up
233 case "${osname}:${osvers}" in
235 $spitshell >>Makefile <<EOF
237 # Your locales are broken (osname $osname, osvers $osvers)
238 # and to avoid the numerous
239 # perl: warning: Setting locale failed.
240 # warnings during the build process we reset the locale variables.
249 ## In the following dollars and backticks do not need the extra backslash.
250 $spitshell >>Makefile <<'!NO!SUBS!'
252 CCCMD = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $(LIBPERL) $@`
254 CCCMDSRC = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $(LIBPERL) $<`
256 private = preplibrary lib/Config.pm lib/ExtUtils/Miniperl.pm
258 # Files to be built with variable substitution before miniperl
260 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
261 makedir.SH myconfig.SH writemain.SH pod/Makefile.SH
263 shextract = Makefile cflags config.h makeaperl makedepend \
264 makedir myconfig writemain pod/Makefile
266 # Files to be built with variable substitution after miniperl is
267 # available. Dependencies handled manually below (for now).
269 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
270 pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL \
273 # lib/lib.pm is not listed here because it has a rule of its own.
274 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
275 pod/pod2usage pod/podchecker pod/podselect \
278 addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
280 h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
281 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
282 h3 = opcode.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
283 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
284 h5 = utf8.h warnings.h sharedsv.h
285 h = $(h1) $(h2) $(h3) $(h4) $(h5)
287 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c
288 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
289 c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c
290 c4 = globals.c perlio.c perlapi.c numeric.c locale.c pp_pack.c pp_sort.c sharedsv.c
292 c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c
294 obj1 = $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) op$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT)
295 obj2 = hv$(OBJ_EXT) av$(OBJ_EXT) run$(OBJ_EXT) pp_hot$(OBJ_EXT) sv$(OBJ_EXT) pp$(OBJ_EXT) scope$(OBJ_EXT) pp_ctl$(OBJ_EXT) pp_sys$(OBJ_EXT)
296 obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) xsutils$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT) perlapi$(OBJ_EXT) numeric$(OBJ_EXT) locale$(OBJ_EXT) pp_pack$(OBJ_EXT) pp_sort$(OBJ_EXT) sharedsv$(OBJ_EXT)
298 obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
300 # Once perl has been Configure'd and built ok you build different
301 # perl variants (Debugging, Embedded, Multiplicity etc) by saying:
302 # make clean; make LIBPERL=libperl<type>.a
303 # where <type> is some combination of 'd' and(or) 'e' or 'm'.
304 # See cflags to understand how this works.
306 # This mechanism is getting clunky and might not even work any more.
307 # EMBEDDING is on by default, and MULTIPLICITY doesn't work.
313 $(CCCMD) $(PLDLFLAGS) $*.c
316 $(CCCMDSRC) -E $*.c > $*.i
321 .PHONY: all compile translators utilities
323 all: $(FIRSTMAKEFILE) miniperl extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
325 @echo " Everything is up to date. 'make test' to run test suite."
328 echo "testing compilation" > testcompile;
329 cd utils; $(MAKE) compile;
330 cd x2p; $(MAKE) compile;
331 cd pod; $(MAKE) compile;
333 translators: miniperl lib/Config.pm FORCE
334 @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
336 utilities: miniperl lib/Config.pm $(plextract) lib/lib.pm FORCE
337 @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
340 # This is now done by installman only if you actually want the man pages.
341 # @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
343 # Phony target to force checking subdirectories.
344 # Apparently some makes require an action for the FORCE target.
349 $spitshell >>Makefile <<!GROK!THIS!
351 # We do a copy of the op.c instead of a symlink because gcc gets huffy
352 # if we have a symlink forest to another disk (it complains about too many
353 # levels of symbolic links, even if we have only two)
355 opmini\$(OBJ_EXT): op.c config.h
357 \$(CPS) op.c opmini.c
358 \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
362 $spitshell >>Makefile <<'!NO!SUBS!'
363 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
364 $(CCCMD) $(PLDLFLAGS) $*.c
366 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
367 sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
368 sh mv-if-diff writemain.tmp perlmain.c
370 perlmain$(OBJ_EXT): perlmain.c
371 $(CCCMD) $(PLDLFLAGS) $*.c
373 # The file ext.libs is a list of libraries that must be linked in
374 # for static extensions, e.g. -lm -lgdbm, etc. The individual
375 # static extension Makefile's add to it.
376 ext.libs: $(static_ext)
377 -@test -f ext.libs || touch ext.libs
381 # How to build libperl. This is still rather convoluted.
382 # Load up custom Makefile.SH fragment for shared loading and executables:
385 Makefile_s="$osname/Makefile.SHs"
391 $spitshell >>Makefile <<!GROK!THIS!
393 # In AIX we need to change this for building Perl itself from
394 # its earlier definition (which is for building external
395 # extensions *after* Perl has been built and installed)
396 CCDLFLAGS = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
399 case "$useshrplib" in
401 $spitshell >>Makefile <<'!NO!SUBS!'
403 LIBPERL_NONSHR = libperl_nonshr$(LIB_EXT)
404 MINIPERL_NONSHR = miniperl_nonshr$(EXE_EXT)
406 $(LIBPERL_NONSHR): perl$(OBJ_EXT) $(obj)
407 $(RMS) $(LIBPERL_NONSHR)
408 $(AR) rcu $(LIBPERL_NONSHR) perl$(OBJ_EXT) $(obj)
410 $(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
411 $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
412 opmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
414 MINIPERLEXP = $(MINIPERL_NONSHR)
416 LIBPERLEXPORT = perl.exp
422 $spitshell >>Makefile <<'!NO!SUBS!'
423 MINIPERLEXP = miniperl$(EXE_EXT)
425 PERLEXPORT = perl.exp
430 $spitshell >>Makefile <<'!NO!SUBS!'
431 perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
432 ./$(MINIPERLEXP) makedef.pl PLATFORM=aix | sort -u | sort -f > perl.exp.tmp
433 sh mv-if-diff perl.exp.tmp perl.exp
438 $spitshell >>Makefile <<'!NO!SUBS!'
439 MINIPERLEXP = miniperl
441 perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
442 ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) > perl.exp.tmp
443 sh mv-if-diff perl.exp.tmp perl5.def
449 if test -r $Makefile_s ; then
451 $spitshell >>Makefile <<!GROK!THIS!
453 Makefile: $Makefile_s
456 $spitshell >>Makefile <<'!NO!SUBS!'
457 $(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT)
459 case "$useshrplib" in
461 $spitshell >>Makefile <<'!NO!SUBS!'
462 $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj)
466 $spitshell >>Makefile <<'!NO!SUBS!'
467 rm -f libperl$(OBJ_EXT)
468 mv $@ libperl$(OBJ_EXT)
469 $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
475 $spitshell >>Makefile <<'!NO!SUBS!'
477 $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
478 @$(ranlib) $(LIBPERL)
482 $spitshell >>Makefile <<'!NO!SUBS!'
484 # How to build executables.
486 # The $& notation tells Sequent machines that it can do a parallel make,
487 # and is harmless otherwise.
488 # The miniperl -w -MExporter line is a basic cheap test to catch errors
489 # before make goes on to run preplibrary and then MakeMaker on extensions.
490 # This is very handy because later errors are often caused by miniperl
491 # build problems but that's not obvious to the novice.
492 # The Module used here must not depend on Config or any extensions.
496 case "${osname}${osvers}" in
498 $spitshell >>Makefile <<'!NO!SUBS!'
499 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
500 $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
501 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
502 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
506 $spitshell >>Makefile <<'!NO!SUBS!'
507 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
508 $(CC) -o miniperl $(CLDFLAGS) \
509 `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
510 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
511 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
515 $spitshell >>Makefile <<'!NO!SUBS!'
516 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
518 $(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl \
519 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
520 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
525 $spitshell >>Makefile <<'!NO!SUBS!'
527 perl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
529 $(SHRPENV) $(LDLIBPTH) $(CC) -o perl$(PERL_SUFFIX) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
531 # Purify/Quantify Perls.
533 pureperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
534 $(SHRPENV) $(LDLIBPTH) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
536 purecovperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
537 $(SHRPENV) $(LDLIBPTH) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
539 quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
540 $(SHRPENV) $(LDLIBPTH) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
542 # Third Degree Perl (Tru64 only)
545 @echo "Checking optimize='-g' in config.sh..."
546 @grep "^optimize=" config.sh
547 @grep "^optimize='-g'" config.sh >/dev/null || exit 1
549 perl.third.config: config.sh
550 @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
551 @$(MAKE) perl.config.dashg
552 @echo "Checking usemymalloc='n' in config.sh..."
553 @grep "^usemymalloc=" config.sh
554 @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
556 perl.third: /usr/bin/atom perl.third.config perl
557 atom -tool third -L. -all -gp -toolargs="-quiet -invalid -uninit heap+stack+partword+copy -min 0" perl
558 @echo "Now you may run perl.third and then study perl.3log."
560 # Pixie Perls (Tru64 and IRIX only)
562 perl.pixie.config: config.sh
563 @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
564 @$(MAKE) perl.config.dashg
566 perl.pixie.atom: /usr/bin/atom perl
567 atom -tool pixie -L. -all -toolargs="-quiet" perl
569 perl.pixie.irix: perl
572 perl.pixie: /usr/bin/pixie perl.pixie.config perl
573 if test -x /usr/bin/atom; then \
574 $(MAKE) perl.pixie.atom; \
576 $(MAKE) perl.pixie.irix; \
578 @echo "Now you may run perl.pixie and then run pixie."
583 @echo "Checking optimize='-pg' in config.sh..."
584 @grep "^optimize=" config.sh
585 @grep "^optimize='.*-pg.*'" config.sh >/dev/null || exit 1
587 perl.gprof.config: config.sh
588 @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
589 @$(MAKE) perl.config.dashpg
591 perl.gprof: /usr/bin/gprof perl.gprof.config
593 $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILE_LDFLAGS=-pg perl
594 @echo "Now you may run perl.gprof and then run gprof perl.gprof."
599 @echo "To build perl.gcov you must use gcc 3.0 or newer, checking..."
600 @echo "Checking gccversion in config.sh..."
601 @grep "^gccversion=" config.sh
602 @grep "^gccversion='[3-9]\." config.sh >/dev/null || exit 1
603 @echo "To build perl.gcov you must Configure -Dccflags=-fprofile-arcs -ftest-coverage, checking..."
604 @echo "Checking ccflags='-fprofile-arcs -ftest-coverage' in config.sh..."
605 @grep "^ccflags=" config.sh
606 @grep "^ccflags='.*-fprofile-arcs -ftest-coverage.*'" config.sh >/dev/null || exit 1
608 perl.gcov: perl.config.gcov
610 $(MAKE) PERL_SUFFIX=.gcov PERL_PROFILE_LDFLAGS='' perl
611 @echo "Now you may run perl.gcov and then run gcov some.c."
613 # Microperl. This is just a convenience thing if one happens to
614 # build also the full Perl and therefore the real big Makefile:
615 # usually one should manually explicitly issue the below command.
619 $(MAKE) -f Makefile.micro
621 # This version, if specified in Configure, does ONLY those scripts which need
622 # set-id emulation. Suidperl must be setuid root. It contains the "taint"
623 # checks as well as the special code to validate that the script in question
624 # has been invoked correctly.
626 suidperl: $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
627 $(SHRPENV) $(LDLIBPTH) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
633 $spitshell >>Makefile <<'!NO!SUBS!'
635 sperl$(OBJ_EXT): perl.c $(h)
637 $(LNS) perl.c sperl.c
638 $(CCCMD) -DIAMSUID sperl.c
641 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
642 # test -d lib/auto || mkdir lib/auto
645 preplibrary: miniperl lib/Config.pm lib/lib.pm
646 @sh ./makedir lib/auto
647 @echo " AutoSplitting perl library"
648 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
649 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
652 # Take care to avoid modifying lib/Config.pm without reason
653 # (If trying to create a new port and having problems with the configpm script,
654 # try 'make minitest' and/or commenting out the tests at the end of configpm.)
655 lib/Config.pm: config.sh miniperl configpm
656 $(LDLIBPTH) ./miniperl configpm configpm.tmp
657 sh mv-if-diff configpm.tmp $@
659 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
660 $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
661 sh mv-if-diff minimod.tmp $@
662 -touch lib/ExtUtils/Miniperl.pm
664 lib/re.pm: ext/re/re.pm
665 cp ext/re/re.pm ext/re/re.tmp && sh mv-if-diff ext/re/re.tmp lib/re.pm
667 $(plextract): miniperl lib/Config.pm
669 $(LDLIBPTH) ./miniperl -Ilib $@.PL
671 lib/lib.pm: miniperl lib/Config.pm
673 $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
676 -@test -f extra.pods && rm -f `cat extra.pods`
678 -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
679 nx=`echo $$x | sed -e "s/README\.//"`; \
680 cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
681 echo "pod/perl"$$nx".pod" >> extra.pods ; \
683 -@rm -f pod/perlvms.pod
684 -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
687 -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
690 -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
693 -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
695 .PHONY: install install-strip install-all install-verbose install-silent \
696 no-install install.perl install.man installman install.html installhtml
699 $(MAKE) STRIPFLAGS=-s install
702 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS)
705 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V
708 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S
711 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
713 install.perl: all installperl
714 if [ -n "$(COMPILE)" ]; \
716 cd utils; $(MAKE) compile; \
717 cd ../x2p; $(MAKE) compile; \
718 cd ../pod; $(MAKE) compile; \
721 $(LDLIBPTH) ./perl installperl $(INSTALLFLAGS) $(STRIPFLAGS)
722 $(MAKE) extras.install
724 install.man: all installman
725 $(LDLIBPTH) ./perl installman $(INSTALLFLAGS)
727 # XXX Experimental. Hardwired values, but useful for testing.
728 # Eventually Configure could ask for some of these values.
729 install.html: all installhtml
730 -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
731 $(LDLIBPTH) ./perl installhtml \
732 --podroot=. --podpath=. --recurse \
733 --htmldir=$(privlib)/html \
734 --htmlroot=$(privlib)/html \
735 --splithead=pod/perlipc \
736 --splititem=pod/perlfunc \
737 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
741 # I now supply perly.c with the kits, so the following section is
742 # used only if you force byacc to run by saying
744 # Since we patch up the byacc output, the perly.fixer script needs
745 # to run with precisely the same version of byacc as I use. You
746 # normally shouldn't remake perly.[ch].
748 .PHONY: check_byacc run_byacc
751 @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
753 run_byacc: FORCE check_byacc
755 -chmod 664 perly.c perly.h
756 sh $(shellflags) ./perly.fixer y.tab.c perly.c
757 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
758 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
759 sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
760 cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
761 perl -i perlyline.pl perly.c
762 chmod 664 vms/perly_c.vms vms/perly_h.vms
763 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
765 # We don't want to regenerate perly.c and perly.h, but they might
766 # appear out-of-date after a patch is applied or a new distribution is
774 PERLYVMS = vms/perly_c.vms vms/perly_h.vms
776 $(PERLYVMS): perly.c perly.h vms/vms_yfix.pl
777 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
779 # No compat3.sym here since and including the 5.004_50.
780 # No interp.sym since 5.005_03.
781 SYM = global.sym globvar.sym perlio.sym pp.sym
783 SYMH = perlvars.h intrpvar.h thrdvar.h
787 # The following files are generated automatically
788 # keywords.pl: keywords.h
789 # opcode.pl: opcode.h opnames.h pp_proto.h pp.sym
790 # [* embed.pl needs pp.sym generated by opcode.pl! *]
791 # embed.pl: proto.h embed.h embedvar.h global.sym
792 # perlapi.h perlapi.c pod/perlintern.pod
794 # bytecode.pl: ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c
796 # regcomp.pl: regnodes.h
797 # warnings.pl: warnings.h lib/warnings.pm
798 # The correct versions should be already supplied with the perl kit,
799 # in case you don't have perl available.
800 # To force them to be regenerated, type
803 AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
804 embed.h embedvar.h global.sym \
805 pod/perlintern.pod pod/perlapi.pod \
806 perlapi.h perlapi.c ext/ByteLoader/byterun.h \
807 ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm regnodes.h \
808 warnings.h lib/warnings.pm
810 .PHONY: regen_headers regen_pods regen_all
813 -$(CHMOD_W) $(AUTOGEN_FILES)
822 -cd pod; $(LDLIBPTH) make regen_pods
824 regen_all: $(PERLYVMS) regen_headers regen_pods
827 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
828 # automatically get built. There should ordinarily be no need to change
829 # any of this part of makefile.
831 # The dummy dependency is a place holder in case $(dynamic_ext) or
832 # $(static_ext) is empty.
834 # DynaLoader may be needed for extensions that use Makefile.PL.
836 $(DYNALOADER): miniperl preplibrary FORCE
837 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
839 d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
840 @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
842 s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE
843 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
845 n_dummy $(nonxs_ext): miniperl preplibrary $(DYNALOADER) FORCE
846 @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
848 .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
849 realclean _realcleaner clobber _clobber \
850 distclean veryclean _verycleaner
854 realclean: _realcleaner _mopup
855 @echo "Note that make realclean does not delete config.sh or Policy.sh"
858 -@rm -f Cross/run-* Cross/to-* Cross/from-*
859 rm -f config.sh cppstdin Policy.sh extras.lst
861 clobber: _realcleaner _mopup _clobber
865 # Like distclean but also removes emacs backups and *.orig.
866 veryclean: _verycleaner _mopup _clobber
867 -@rm -f Obsolete Wanted
869 # Do not 'make _mopup' directly.
871 rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
872 -@test -f extra.pods && rm -f `cat extra.pods`
873 -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
874 -rm -f perl.exp ext.libs extra.pods opmini.o
875 -rm -f perl.export perl.dll perl.libexp perl.map perl.def
876 -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
877 -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
878 -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
879 -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
880 -rm -f perlld cygwin.c ld2 libperl*.def libperl*.dll
881 rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl
883 # Do not 'make _tidy' directly.
885 -cd pod; $(LDLIBPTH) $(MAKE) clean
886 -cd utils; $(LDLIBPTH) $(MAKE) clean
887 -cd x2p; $(LDLIBPTH) $(MAKE) clean
888 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
889 $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
891 rm -f testcompile compilelog
894 -cd os2; rm -f Makefile
895 -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
896 -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
897 -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
898 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
899 $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
903 rm -f core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
904 rm -rf $(addedbyconf)
905 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
908 rm -f lib/.exists lib/*/.exists lib/*/*/.exists
909 rm -f h2ph.man pstruct
911 rm -f testcompile compilelog
912 -rmdir lib/B lib/Data lib/Digest lib/Encode lib/IO/Socket lib/IO lib/Filter/Util lib/List lib/MIME lib/PerlIO lib/Scalar lib/Sys lib/Thread lib/XS
915 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
916 @$(LDLIBPTH) $(MAKE) _cleaner2
919 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
920 @$(LDLIBPTH) $(MAKE) _cleaner2
921 -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
923 # The following lint has practically everything turned on. Unfortunately,
924 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
925 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
930 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
932 # Need to unset during recursion to go out of loop.
933 # The README below ensures that the dependency list is never empty and
934 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
936 MAKEDEPEND = Makefile makedepend
938 $(FIRSTMAKEFILE): README $(MAKEDEPEND)
939 $(MAKE) depend MAKEDEPEND=
941 config.h: config_h.SH config.sh
944 # When done, touch perlmain.c so that it doesn't get remade each time.
947 sh ./makedepend MAKE=$(MAKE)
948 - test -s perlmain.c && touch perlmain.c
949 cd x2p; $(MAKE) depend
951 # Cannot postpone this until $firstmakefile is ready ;-)
952 makedepend: makedepend.SH config.sh
955 .PHONY: test check test_prep test_prep_nodll test_prep_pre _test_prep \
956 test_tty test-tty _test_tty test_notty test-notty _test_notty \
957 utest ucheck test.utf8 check.utf8 \
958 test.third check.third utest.third ucheck.third test_notty.third \
959 test.deparse test_notty.deparse \
962 # Cannot delegate rebuilding of t/perl to make
963 # to allow interlaced test and minitest
968 cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT))
970 # Architecture-neutral stuff:
972 test_prep_pre: preplibrary utilities $(nonxs_ext)
974 test_prep: test_prep_pre miniperl perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
975 PERL=./perl $(MAKE) _test_prep
978 cd t && $(LDLIBPTH) $(PERL_DEBUG) $(PERL) $(TESTFILE) $(TEST_ARGS) </dev/tty
981 cd t && $(LDLIBPTH) $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(PERL) $(TESTFILE) $(TEST_ARGS)
983 # The second branch is for testing without a tty or controlling terminal,
986 if (true </dev/tty) >/dev/null 2>&1; then \
987 $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_tty ; \
989 $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_notty ; \
991 @echo "Ran tests" > t/rantests
993 test check: test_prep
994 PERL=./perl $(MAKE) _test
997 PERL=./perl $(MAKE) _test_tty
999 test_notty: test_prep
1000 PERL=./perl $(MAKE) _test_notty
1002 utest ucheck test.utf8 check.utf8: test_prep
1003 PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test
1006 PERL=./perl TEST_ARGS=-core $(MAKE) _test
1008 test-prep: test_prep
1012 test-notty: test_notty
1014 # Targets for Third Degree testing.
1016 test_prep.third: test_prep perl.third perl.third$(EXE_EXT)
1017 PERL=./perl.third $(MAKE) _test_prep
1019 test.third check.third: test_prep.third perl.third
1020 PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test
1022 utest.third ucheck.third: test_prep.third perl.third
1023 PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 TEST_ARGS=-utf8 $(MAKE) _test
1025 test_notty.third: test_prep.third perl.third
1026 PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty
1028 # Targets for Deparse testing.
1030 test.deparse: test_prep
1031 PERL=./perl TEST_ARGS=-deparse $(MAKE) _test
1033 test_notty.deparse: test_prep
1034 PERL=./perl TEST_ARGS=-deparse $(MAKE) _test_notty
1036 # Can't depend on lib/Config.pm because that might be where miniperl
1038 minitest: miniperl lib/re.pm
1039 @echo "You may see some irrelevant test failures if you have been unable"
1040 @echo "to build lib/Config.pm."
1041 - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
1042 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t </dev/tty
1046 test_harness: test_prep
1047 PERL=./perl $(MAKE) TESTFILE=harness _test
1049 # Handy way to run perlbug -ok without having to install and run the
1050 # installed perlbug. We don't re-run the tests here - we trust the user.
1051 # Please *don't* use this unless all tests pass.
1052 # If you want to report test failures, use "make nok" instead.
1054 .PHONY: ok okfile oknack okfilenack nok nokfile noknack nokfilenack
1057 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
1060 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
1063 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
1065 okfilenack: utilities
1066 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
1069 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
1072 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
1075 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
1077 nokfilenack: utilities
1078 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
1080 .PHONY: clist hlist shlist pllist
1083 echo $(c) | tr ' ' $(TRNL) >.clist
1086 echo $(h) | tr ' ' $(TRNL) >.hlist
1089 echo $(sh) | tr ' ' $(TRNL) >.shlist
1092 echo $(pl) | tr ' ' $(TRNL) >.pllist
1094 Makefile: Makefile.SH ./config.sh
1095 $(SHELL) Makefile.SH
1099 perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
1102 elc: emacs/cperl-mode.elc
1104 emacs/cperl-mode.elc: emacs/cperl-mode.el
1105 -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
1107 .PHONY: etags ctags tags
1111 TAGS: emacs/cperl-mode.elc
1116 # Let's hope make will not go into an infinite loop on case-unsensitive systems
1117 # This may also fail if . is in the head of the path, since perl will
1120 perl emacs/e2ctags.pl TAGS > tags
1122 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1123 # If this runs make out of memory, delete /usr/include lines.
1130 $ln Makefile ../Makefile
1133 $rm -f $firstmakefile
1135 # Now do any special processing required before building.
1140 echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
1143 rm -f y.tab.c y.tab.h
1144 # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
1145 yacc -d perly.y >/dev/null 2>&1
1146 if cmp -s y.tab.c perly.c; then
1149 echo "perly.y -> perly.c" >&2
1150 mv -f y.tab.c perly.c
1152 sed -e '/^#include "perl\.h"/a\
1154 #define yydebug PL_yydebug\
1155 #define yynerrs PL_yynerrs\
1156 #define yyerrflag PL_yyerrflag\
1157 #define yychar PL_yychar\
1158 #define yyval PL_yyval\
1159 #define yylval PL_yylval' \
1160 -e '/YYSTYPE *yyval;/D' \
1161 -e '/YYSTYPE *yylval;/D' \
1162 -e '/int yychar,/,/yynerrs;/D' \
1163 -e 's/int yydebug = 0;/yydebug = 0;/' \
1164 -e 's/[^_]realloc(/PerlMem_realloc(/g' \
1165 -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1166 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
1169 if cmp -s y.tab.h perly.h; then
1172 echo "perly.y -> perly.h" >&2
1173 mv -f y.tab.h perly.h
1178 rm -f y.tab.c y.tab.h
1181 # we are using two different yaccs in BS2000 Posix!
1182 byacc a2p.y >/dev/null 2>&1
1185 yacc a2p.y >/dev/null 2>&1
1188 if cmp -s y.tab.c a2p.c
1192 echo "a2p.y -> a2p.c" >&2
1195 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1196 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
1197 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1200 # In case somebody yacc -d:ed the a2p.y.
1203 if cmp -s y.tab.h a2p.h
1207 echo "a2p.h -> a2p.h" >&2
1216 # Do nothing in VM/ESA.
1219 echo "'$osname' is an EBCDIC system I don't know that well." >&4
1223 '') echo "No parser files were regenerated. That's okay." >&2 ;;