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 static_target='static_pic'
40 case "${osname}${osvers}" in
43 lddlflags="-dynamic -undefined warning -framework System \
44 -compatibility_version 1 -current_version $patchlevel \
45 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
48 shrpldflags="${ldflags} -dynamiclib \
49 -compatibility_version \
50 ${api_revision}.${api_version}.${api_subversion} \
52 ${revision}.${patchlevel}.${subversion} \
53 -install_name \$(shrpdir)/\$@"
61 netbsd*|freebsd[234]*|openbsd*)
62 linklibperl="-L. -lperl"
65 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
67 3*) shrpldflags="$shrpldflags -e _nostart"
69 *) shrpldflags="$shrpldflags -b noentry"
72 shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
73 linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
76 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
79 shrpldflags='-W l,dll'
80 linklibperl='libperl.x'
81 DPERL_EXTERNAL_GLOB=''
84 case "$ldlibpthname" in
92 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
95 # Strip off any trailing :'s
96 ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
102 *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
108 cat <<'EOT' > preload
112 test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
116 ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
118 os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
125 static_target='static'
129 : Prepare dependency lists for Makefile.
131 for f in $dynamic_ext; do
132 : the dependency named here will never exist
133 base=`echo "$f" | sed 's/.*\///'`
134 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
138 for f in $static_ext; do
139 base=`echo "$f" | sed 's/.*\///'`
140 static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
144 for f in $nonxs_ext; do
145 base=`echo "$f" | sed 's/.*\///'`
146 nonxs_list="$nonxs_list ext/$f/pm_to_blib"
149 # Handle the usage of different yaccs in posix-bc (During Configure we
150 # us yacc for perly.y and byacc for a2p.y. The makefiles must use the
151 # same configuration for run_byacc!):
158 echo "Extracting Makefile (with variable substitutions)"
159 $spitshell >Makefile <<!GROK!THIS!
161 # This file is derived from Makefile.SH. Any changes made here will
162 # be lost the next time you run Configure.
163 # Makefile is used to generate $firstmakefile. The only difference
164 # is that $firstmakefile has the dependencies filled in at the end.
167 # I now supply perly.c with the kits, so don't remake perly.c without byacc
175 mallocsrc = $mallocsrc
176 mallocobj = $mallocobj
178 # NOTE: some systems don't grok "cp -f". XXX Configure test needed?
183 # The following are mentioned only to make metaconfig include the
184 # appropriate questions in Configure. If you want to change these,
185 # edit config.sh instead, or specify --man1dir=/wherever on
186 # installman commandline.
188 scriptdir = $scriptdir
189 shrpdir = $archlibexp/CORE
190 privlib = $installprivlib
196 # The following are used to build and install shared libraries for
198 LDDLFLAGS = $lddlflags
199 SHRPLDFLAGS = $shrpldflags
200 CCDLFLAGS = $ccdlflags
202 PLDLFLAGS = $pldlflags
204 LLIBPERL= $linklibperl
207 # Static targets are ordinarily built without CCCDLFLAGS. However,
208 # if building a shared libperl.so that might later be linked into
209 # another application, then it might be appropriate to also build static
210 # extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
211 # for GNU cc). This is handled by ext/util/make_ext.
212 STATIC = $static_target
214 # The following is used to include the current directory in
215 # the dynamic loader path you are building a shared libperl.
218 dynamic_ext = $dynamic_list
219 static_ext = $static_list
220 nonxs_ext = $nonxs_list
221 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
222 DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
224 libs = $perllibs $cryptlib
226 public = perl\$(EXE_EXT) $suidperl utilities translators
228 shellflags = $shellflags
230 # This is set to MAKE=$make if your $make command doesn't
234 # Mention $gmake here so it gets probed for by Configure.
236 # These variables may need to be manually set for non-Unix systems.
243 FIRSTMAKEFILE = $firstmakefile
245 # Any special object files needed by this architecture, e.g. os2/os2.obj
248 .SUFFIXES: .c \$(OBJ_EXT) .i .s
253 # how to tr(anslate) newlines
260 INSTALLPREFIXEXP = $prefix
263 # not used by Makefile but by installperl;
264 # mentioned here so that metaconfig picks these up
268 case "${osname}:${osvers}" in
270 $spitshell >>Makefile <<EOF
272 # Your locales are broken (osname $osname, osvers $osvers)
273 # and to avoid the numerous
274 # perl: warning: Setting locale failed.
275 # warnings during the build process we reset the locale variables.
284 ## In the following dollars and backticks do not need the extra backslash.
285 $spitshell >>Makefile <<'!NO!SUBS!'
287 CCCMD = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $@`
289 CCCMDSRC = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $<`
291 private = preplibrary lib/Config.pm lib/ExtUtils/Miniperl.pm
293 # Files to be built with variable substitution before miniperl
295 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
296 makedir.SH myconfig.SH writemain.SH pod/Makefile.SH
298 shextract = Makefile cflags config.h makeaperl makedepend \
299 makedir myconfig writemain pod/Makefile
301 # Files to be built with variable substitution after miniperl is
302 # available. Dependencies handled manually below (for now).
304 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
305 pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL \
308 # lib/lib.pm is not listed here because it has a rule of its own.
309 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
310 pod/pod2usage pod/podchecker pod/podselect \
313 addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
315 h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
316 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h
317 h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
318 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
319 h5 = utf8.h warnings.h
320 h = $(h1) $(h2) $(h3) $(h4) $(h5)
322 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c reentr.c
323 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
324 c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c pad.c
325 c4 = globals.c perlio.c perlapi.c numeric.c locale.c pp_pack.c pp_sort.c
327 c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c
329 obj1 = $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) op$(OBJ_EXT) pad$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) reentr$(OBJ_EXT)
330 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)
331 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)
333 obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
338 $(CCCMD) $(PLDLFLAGS) $*.c
341 $(CCCMDSRC) -E $*.c > $*.i
346 all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
348 @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
350 .PHONY: all compile translators utilities
353 echo "testing compilation" > testcompile;
354 cd utils; $(MAKE) compile;
355 cd x2p; $(MAKE) compile;
356 cd pod; $(MAKE) compile;
358 translators: miniperl$(EXE_EXT) lib/Config.pm FORCE
359 @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
361 utilities: miniperl$(EXE_EXT) lib/Config.pm $(plextract) lib/lib.pm FORCE
362 @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
365 # This is now done by installman only if you actually want the man pages.
366 # @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
368 # Phony target to force checking subdirectories.
369 # Apparently some makes require an action for the FORCE target.
374 $spitshell >>Makefile <<!GROK!THIS!
376 # We do a copy of the op.c instead of a symlink because gcc gets huffy
377 # if we have a symlink forest to another disk (it complains about too many
378 # levels of symbolic links, even if we have only two)
380 opmini\$(OBJ_EXT): op.c config.h
382 \$(CPS) op.c opmini.c
383 \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
387 $spitshell >>Makefile <<'!NO!SUBS!'
388 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
389 $(CCCMD) $(PLDLFLAGS) $*.c
391 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
392 sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
393 sh mv-if-diff writemain.tmp perlmain.c
398 ;; # Let cygwin/Makefile.SHs do its work.
400 $spitshell >>Makefile <<'!NO!SUBS!'
401 perlmain$(OBJ_EXT): perlmain.c
402 $(CCCMD) $(PLDLFLAGS) $*.c
407 $spitshell >>Makefile <<'!NO!SUBS!'
408 # The file ext.libs is a list of libraries that must be linked in
409 # for static extensions, e.g. -lm -lgdbm, etc. The individual
410 # static extension Makefile's add to it.
411 ext.libs: $(static_ext)
412 -@test -f ext.libs || touch ext.libs
416 # How to build libperl. This is still rather convoluted.
417 # Load up custom Makefile.SH fragment for shared loading and executables:
420 Makefile_s="$osname/Makefile.SHs"
426 $spitshell >>Makefile <<!GROK!THIS!
428 # In AIX we need to change this for building Perl itself from
429 # its earlier definition (which is for building external
430 # extensions *after* Perl has been built and installed)
431 CCDLFLAGS = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
434 case "$useshrplib" in
436 $spitshell >>Makefile <<'!NO!SUBS!'
438 LIBPERL_NONSHR = libperl_nonshr$(LIB_EXT)
439 MINIPERL_NONSHR = miniperl_nonshr$(EXE_EXT)
441 $(LIBPERL_NONSHR): perl$(OBJ_EXT) $(obj)
442 $(RMS) $(LIBPERL_NONSHR)
443 $(AR) rcu $(LIBPERL_NONSHR) perl$(OBJ_EXT) $(obj)
445 $(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
446 $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
447 opmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
449 MINIPERLEXP = $(MINIPERL_NONSHR)
451 LIBPERLEXPORT = perl.exp
457 $spitshell >>Makefile <<'!NO!SUBS!'
458 MINIPERLEXP = miniperl$(EXE_EXT)
460 PERLEXPORT = perl.exp
465 $spitshell >>Makefile <<'!NO!SUBS!'
466 perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
467 ./$(MINIPERLEXP) makedef.pl PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" | sort -u | sort -f > perl.exp.tmp
468 sh mv-if-diff perl.exp.tmp perl.exp
473 $spitshell >>Makefile <<'!NO!SUBS!'
474 MINIPERLEXP = miniperl
476 perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
477 ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl.exp.tmp
478 sh mv-if-diff perl.exp.tmp perl5.def
484 if test -r $Makefile_s ; then
486 $spitshell >>Makefile <<!GROK!THIS!
488 Makefile: $Makefile_s
491 $spitshell >>Makefile <<'!NO!SUBS!'
492 $(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT)
494 case "$useshrplib" in
496 $spitshell >>Makefile <<'!NO!SUBS!'
497 $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj)
501 $spitshell >>Makefile <<'!NO!SUBS!'
502 rm -f libperl$(OBJ_EXT)
503 mv $@ libperl$(OBJ_EXT)
504 $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
510 $spitshell >>Makefile <<'!NO!SUBS!'
512 $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
513 @$(ranlib) $(LIBPERL)
517 $spitshell >>Makefile <<'!NO!SUBS!'
519 # How to build executables.
521 # The $& notation tells Sequent machines that it can do a parallel make,
522 # and is harmless otherwise.
523 # The miniperl -w -MExporter line is a basic cheap test to catch errors
524 # before make goes on to run preplibrary and then MakeMaker on extensions.
525 # This is very handy because later errors are often caused by miniperl
526 # build problems but that's not obvious to the novice.
527 # The Module used here must not depend on Config or any extensions.
531 case "${osname}${osvers}" in
533 $spitshell >>Makefile <<'!NO!SUBS!'
534 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
535 $(CC) -o miniperl $(CLDFLAGS) \
536 `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
537 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
538 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
542 $spitshell >>Makefile <<'!NO!SUBS!'
543 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
544 $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
545 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
546 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
552 *) case "$ldflags" in
553 *"-flat_namespace"*) ;;
554 *) # to allow opmini.o to override stuff in libperl.dylib
555 $spitshell >>Makefile <<!NO!SUBS!
556 NAMESPACEFLAGS = -force_flat_namespace
562 $spitshell >>Makefile <<'!NO!SUBS!'
563 miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
565 $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o miniperl \
566 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
567 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
571 $spitshell >>Makefile <<'!NO!SUBS!'
572 miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
574 $(CC) $(CLDFLAGS) -o miniperl \
575 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
576 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
581 $spitshell >>Makefile <<'!NO!SUBS!'
583 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
585 $(SHRPENV) $(CC) -o perl$(PERL_SUFFIX) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
587 # Purify/Quantify Perls.
589 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
590 $(SHRPENV) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
592 purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
593 $(SHRPENV) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
595 quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
596 $(SHRPENV) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
598 # Third Degree Perl (Tru64 only)
601 @echo "Checking optimize='-g' in config.sh..."
602 @grep "^optimize=" config.sh
603 @grep "^optimize='-g'" config.sh >/dev/null || exit 1
605 perl.third.config: config.sh
606 @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
607 @$(MAKE) perl.config.dashg
608 @echo "Checking usemymalloc='n' in config.sh..."
609 @grep "^usemymalloc=" config.sh
610 @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
612 perl.third: /usr/bin/atom perl.third.config perl
613 atom -tool third -L. -all -gp -toolargs="-invalid -uninit heap+stack+copy -min 0" perl
614 @echo "Now you may run perl.third and then study perl.3log."
616 # Pixie Perls (Tru64 and IRIX only)
618 perl.pixie.config: config.sh
619 @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
620 @$(MAKE) perl.config.dashg
622 perl.pixie.atom: /usr/bin/atom perl
623 atom -tool pixie -L. -all -toolargs="-quiet" perl
625 perl.pixie.irix: perl
628 perl.pixie: /usr/bin/pixie perl.pixie.config perl
629 if test -x /usr/bin/atom; then \
630 $(MAKE) perl.pixie.atom; \
632 $(MAKE) perl.pixie.irix; \
634 @echo "Now you may run perl.pixie and then run pixie."
639 @echo "Checking optimize='-pg' in config.sh..."
640 @grep "^optimize=" config.sh
641 @grep "^optimize='.*-pg.*'" config.sh >/dev/null || exit 1
643 perl.gprof.config: config.sh
644 @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
645 @$(MAKE) perl.config.dashpg
647 perl.gprof: /usr/bin/gprof perl.gprof.config
649 $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILE_LDFLAGS=-pg perl
650 @echo "Now you may run perl.gprof and then run gprof perl.gprof."
655 @echo "To build perl.gcov you must use gcc 3.0 or newer, checking..."
656 @echo "Checking gccversion in config.sh..."
657 @grep "^gccversion=" config.sh
658 @grep "^gccversion='[3-9]\." config.sh >/dev/null || exit 1
659 @echo "To build perl.gcov you must Configure -Dccflags=-fprofile-arcs -ftest-coverage, checking..."
660 @echo "Checking ccflags='-fprofile-arcs -ftest-coverage' in config.sh..."
661 @grep "^ccflags=" config.sh
662 @grep "^ccflags='.*-fprofile-arcs -ftest-coverage.*'" config.sh >/dev/null || exit 1
664 perl.gcov: perl.config.gcov
666 $(MAKE) PERL_SUFFIX=.gcov PERL_PROFILE_LDFLAGS='' perl
667 @echo "Now you may run perl.gcov and then run gcov some.c."
669 # Microperl. This is just a convenience thing if one happens to
670 # build also the full Perl and therefore the real big Makefile:
671 # usually one should manually explicitly issue the below command.
675 $(MAKE) -f Makefile.micro
677 # This version, if specified in Configure, does ONLY those scripts which need
678 # set-id emulation. Suidperl must be setuid root. It contains the "taint"
679 # checks as well as the special code to validate that the script in question
680 # has been invoked correctly.
682 suidperl$(EXE_EXT): $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
683 $(SHRPENV) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
689 $spitshell >>Makefile <<'!NO!SUBS!'
691 sperl$(OBJ_EXT): perl.c $(h)
693 $(LNS) perl.c sperl.c
694 $(CCCMD) -DIAMSUID sperl.c
697 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
698 # test -d lib/auto || mkdir lib/auto
699 # We need to autosplit in two steps because VOS can't handle so many args
702 preplibrary: miniperl$(EXE_EXT) lib/Config.pm lib/lib.pm $(PREPLIBRARY_LIBPERL)
703 @sh ./makedir lib/auto
704 @echo " AutoSplitting perl library"
705 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
706 autosplit_lib_modules(@ARGV)' lib/*.pm
707 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
708 autosplit_lib_modules(@ARGV)' lib/*/*.pm
711 # Take care to avoid modifying lib/Config.pm without reason
712 # (If trying to create a new port and having problems with the configpm script,
713 # try 'make minitest' and/or commenting out the tests at the end of configpm.)
714 lib/Config.pm: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
715 $(LDLIBPTH) ./miniperl -Ilib configpm configpm.tmp
716 sh mv-if-diff configpm.tmp $@
718 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl lib/Config.pm
719 $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
720 sh mv-if-diff minimod.tmp $@
721 -touch lib/ExtUtils/Miniperl.pm
723 lib/re.pm: ext/re/re.pm
724 cp ext/re/re.pm ext/re/re.tmp && sh mv-if-diff ext/re/re.tmp lib/re.pm
726 $(plextract): miniperl$(EXE_EXT) lib/Config.pm x2p/s2p
728 $(LDLIBPTH) ./miniperl -Ilib $@.PL
730 x2p/s2p: miniperl$(EXE_EXT) lib/Config.pm x2p/s2p.PL
731 cd x2p; $(LDLIBPTH) $(MAKE) s2p
733 lib/lib.pm: miniperl$(EXE_EXT) lib/Config.pm
735 $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
737 extra.pods: miniperl$(EXE_EXT)
738 -@test -f extra.pods && rm -f `cat extra.pods`
740 -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
741 nx=`echo $$x | sed -e "s/README\.//"`; \
742 cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
743 echo "pod/perl"$$nx".pod" >> extra.pods ; \
745 -@rm -f pod/perlvms.pod
746 -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
748 extras.make: perl$(EXE_EXT)
749 -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
751 extras.test: perl$(EXE_EXT)
752 -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
754 extras.install: perl$(EXE_EXT)
755 -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
757 .PHONY: install install-strip install-all install-verbose install-silent \
758 no-install install.perl install.man install.html
761 $(MAKE) STRIPFLAGS=-s install
764 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS)
767 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V
770 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S
773 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
775 install.perl: all installperl
776 if [ -n "$(COMPILE)" ]; \
778 cd utils; $(MAKE) compile; \
779 cd ../x2p; $(MAKE) compile; \
780 cd ../pod; $(MAKE) compile; \
783 $(LDLIBPTH) ./perl installperl $(INSTALLFLAGS) $(STRIPFLAGS)
784 $(MAKE) extras.install
786 install.man: all installman
787 $(LDLIBPTH) ./perl installman $(INSTALLFLAGS)
789 # XXX Experimental. Hardwired values, but useful for testing.
790 # Eventually Configure could ask for some of these values.
791 install.html: all installhtml
792 -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
793 $(LDLIBPTH) ./perl installhtml \
794 --podroot=. --podpath=. --recurse \
795 --htmldir=$(privlib)/html \
796 --htmlroot=$(privlib)/html \
797 --splithead=pod/perlipc \
798 --splititem=pod/perlfunc \
799 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
803 # I now supply perly.c with the kits, so the following section is
804 # used only if you force byacc to run by saying
806 # Since we patch up the byacc output, the perly.fixer script needs
807 # to run with precisely the same version of byacc as I use. You
808 # normally shouldn't remake perly.[ch].
810 .PHONY: check_byacc run_byacc
813 @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
815 run_byacc: FORCE check_byacc
817 -chmod 664 perly.c perly.h
818 sh $(shellflags) ./perly.fixer y.tab.c perly.c
819 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
820 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
821 sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
822 cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
823 perl -i.old perlyline.pl perly.c
824 chmod 664 vms/perly_c.vms vms/perly_h.vms
825 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
827 # We don't want to regenerate perly.c and perly.h, but they might
828 # appear out-of-date after a patch is applied or a new distribution is
836 PERLYVMS = vms/perly_c.vms vms/perly_h.vms
838 $(PERLYVMS): perly.c perly.h vms/vms_yfix.pl
839 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
841 # No compat3.sym here since and including the 5.004_50.
842 # No interp.sym since 5.005_03.
843 SYM = global.sym globvar.sym perlio.sym pp.sym
845 SYMH = perlvars.h intrpvar.h thrdvar.h
849 # The following files are generated automatically
850 # autodoc.pl: pod/perlapi.pod pod/perlintern.pod
851 # bytecode.pl: ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c
853 # embed.pl: proto.h embed.h embedvar.h global.sym
854 # perlapi.h perlapi.c
855 # [* embed.pl needs pp.sym generated by opcode.pl! *]
856 # keywords.pl: keywords.h
857 # opcode.pl: opcode.h opnames.h pp_proto.h pp.sym
858 # regcomp.pl: regnodes.h
859 # warnings.pl: warnings.h lib/warnings.pm
860 # The correct versions should be already supplied with the perl kit,
861 # in case you don't have perl available.
862 # To force them to be regenerated, run
864 # with your existing copy of perl
865 # (make regen_headers is kept for backwards compatibility)
867 AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
868 embed.h embedvar.h global.sym \
869 pod/perlintern.pod pod/perlapi.pod \
870 perlapi.h perlapi.c ext/ByteLoader/byterun.h \
871 ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm regnodes.h \
872 warnings.h lib/warnings.pm
874 .PHONY: regen_headers regen_pods regen_all
876 regen regen_headers: FORCE
880 -cd pod; $(LDLIBPTH) $(MAKE) regen_pods
882 regen_all: $(PERLYVMS) regen regen_pods
884 .PHONY: manisort manicheck
887 LC_ALL=C sort -fc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \
888 LC_ALL=C sort -fo MANIFEST MANIFEST)
891 perl Porting/manicheck
894 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
895 # automatically get built. There should ordinarily be no need to change
896 # any of this part of makefile.
898 # The dummy dependency is a place holder in case $(dynamic_ext) or
899 # $(static_ext) is empty.
901 # DynaLoader may be needed for extensions that use Makefile.PL.
903 $(DYNALOADER): miniperl$(EXE_EXT) preplibrary FORCE
904 @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
906 d_dummy $(dynamic_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
907 @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
909 s_dummy $(static_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
910 @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
912 n_dummy $(nonxs_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
913 @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
915 .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
916 realclean _realcleaner clobber _clobber \
917 distclean veryclean _verycleaner
921 realclean: _realcleaner _mopup
922 @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh"
925 -@rm -f Cross/run-* Cross/to-* Cross/from-*
926 rm -f config.sh cppstdin Policy.sh extras.lst
928 clobber: _realcleaner _mopup _clobber
932 # Like distclean but also removes emacs backups and *.orig.
933 veryclean: _verycleaner _mopup _clobber
934 -@rm -f Obsolete Wanted
936 # Do not 'make _mopup' directly.
938 rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
940 -@test -f extra.pods && rm -f `cat extra.pods`
941 -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
942 -rm -f perl.exp ext.libs extra.pods opmini.o
943 -rm -f perl.export perl.dll perl.libexp perl.map perl.def
944 -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
945 -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
946 -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
947 -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
948 -rm -f perlld cygwin.c ld2 libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump
949 -rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl
950 -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old
952 # Do not 'make _tidy' directly.
954 -cd pod; $(LDLIBPTH) $(MAKE) clean
955 -cd utils; $(LDLIBPTH) $(MAKE) clean
956 -cd x2p; $(LDLIBPTH) $(MAKE) clean
957 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
958 $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
960 rm -f testcompile compilelog
963 -cd os2; rm -f Makefile
964 -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
965 -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
966 -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
967 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
968 $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
971 # Some systems do not support "?", so keep these files separate.
973 -rm -f core.*perl.*.? t/core.perl.*.? .?*.c
974 rm -f core *perl.core t/core t/*perl.core
975 rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests
976 rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
977 rm -rf $(addedbyconf)
978 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
979 rm -f $(private) lib/Config.pod
981 rm -f lib/.exists lib/*/.exists lib/*/*/.exists
982 rm -f h2ph.man pstruct
985 rm -f testcompile compilelog
986 -rmdir lib/B lib/Data lib/Digest
988 -rmdir lib/IO/Socket lib/IO/t lib/IO
989 -rmdir lib/Filter/Util lib/List lib/MIME lib/PerlIO lib/Scalar lib/Sys
990 -rmdir lib/Thread lib/XS lib/threads/shared lib/threads t/lib/B
993 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
994 @$(LDLIBPTH) $(MAKE) _cleaner2
997 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
998 @$(LDLIBPTH) $(MAKE) _cleaner2
999 -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
1001 # The following lint has practically everything turned on. Unfortunately,
1002 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
1003 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
1008 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
1010 # Need to unset during recursion to go out of loop.
1011 # The README below ensures that the dependency list is never empty and
1012 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
1014 MAKEDEPEND = Makefile makedepend
1016 $(FIRSTMAKEFILE): README $(MAKEDEPEND)
1017 $(MAKE) depend MAKEDEPEND=
1019 config.h: config_h.SH config.sh
1020 $(SHELL) config_h.SH
1022 # When done, touch perlmain.c so that it doesn't get remade each time.
1025 sh ./makedepend MAKE=$(MAKE)
1026 - test -s perlmain.c && touch perlmain.c
1027 cd x2p; $(MAKE) depend
1029 # Cannot postpone this until $firstmakefile is ready ;-)
1030 makedepend: makedepend.SH config.sh
1033 .PHONY: test check test_prep test_prep_nodll test_prep_pre _test_prep \
1034 test_tty test-tty _test_tty test_notty test-notty _test_notty \
1035 utest ucheck test.utf8 check.utf8 test.torture torturetest \
1036 test.third check.third utest.third ucheck.third test_notty.third \
1037 test.deparse test_notty.deparse test_harness \
1040 # Cannot delegate rebuilding of t/perl to make
1041 # to allow interlaced test and minitest
1046 cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT))
1048 # Architecture-neutral stuff:
1050 test_prep_pre: preplibrary utilities $(nonxs_ext)
1052 test_prep: test_prep_pre miniperl$(EXE_EXT) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
1053 PERL=./perl $(MAKE) _test_prep
1056 cd t && $(LDLIBPTH) $(PERL_DEBUG) $(PERL) $(TESTFILE) $(TEST_ARGS) </dev/tty
1059 cd t && $(LDLIBPTH) $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(PERL) $(TESTFILE) $(TEST_ARGS)
1061 # The second branch is for testing without a tty or controlling terminal,
1064 if (true </dev/tty) >/dev/null 2>&1; then \
1065 $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_tty ; \
1067 $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_notty ; \
1069 @echo "Ran tests" > t/rantests
1071 test check: test_prep
1072 PERL=./perl $(MAKE) _test
1075 PERL=./perl $(MAKE) _test_tty
1077 test_notty: test_prep
1078 PERL=./perl $(MAKE) _test_notty
1080 utest ucheck test.utf8 check.utf8: test_prep
1081 PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test
1084 PERL=./perl TEST_ARGS=-core $(MAKE) _test
1086 test-prep: test_prep
1090 test-notty: test_notty
1094 test.torture torturetest: test_prep
1095 PERL=./perl TEST_ARGS=-torture $(MAKE) _test
1097 # Targets for Third Degree testing.
1099 test_prep.third: test_prep perl.third
1100 PERL=./perl.third $(MAKE) _test_prep
1102 test.third check.third: test_prep.third perl.third
1103 PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test
1105 utest.third ucheck.third: test_prep.third perl.third
1106 PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 TEST_ARGS=-utf8 $(MAKE) _test
1108 test_notty.third: test_prep.third perl.third
1109 PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty
1111 # Targets for Deparse testing.
1113 test.deparse: test_prep
1114 PERL=./perl TEST_ARGS=-deparse $(MAKE) _test
1116 test_notty.deparse: test_prep
1117 PERL=./perl TEST_ARGS=-deparse $(MAKE) _test_notty
1119 # Can't depend on lib/Config.pm because that might be where miniperl
1121 minitest: miniperl$(EXE_EXT) lib/re.pm
1122 -@test -f lib/lib.pm && test -f lib/Config.pm || \
1123 $(MAKE) lib/Config.pm lib/lib.pm
1125 @echo "You may see some irrelevant test failures if you have been unable"
1126 @echo "to build lib/Config.pm or lib/lib.pm."
1128 - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
1129 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
1133 test_harness: test_prep
1134 PERL=./perl $(MAKE) TESTFILE=harness _test
1136 # Handy way to run perlbug -ok without having to install and run the
1137 # installed perlbug. We don't re-run the tests here - we trust the user.
1138 # Please *don't* use this unless all tests pass.
1139 # If you want to report test failures, use "make nok" instead.
1141 .PHONY: ok okfile oknack okfilenack nok nokfile noknack nokfilenack
1144 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
1147 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
1150 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
1152 okfilenack: utilities
1153 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
1156 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
1159 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
1162 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
1164 nokfilenack: utilities
1165 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
1167 .PHONY: clist hlist shlist pllist
1170 echo $(c) | tr ' ' $(TRNL) >.clist
1173 echo $(h) | tr ' ' $(TRNL) >.hlist
1176 echo $(sh) | tr ' ' $(TRNL) >.shlist
1179 echo $(pl) | tr ' ' $(TRNL) >.pllist
1181 Makefile: Makefile.SH ./config.sh
1182 $(SHELL) Makefile.SH
1186 perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
1189 elc: emacs/cperl-mode.elc
1191 emacs/cperl-mode.elc: emacs/cperl-mode.el
1192 -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
1194 .PHONY: etags ctags tags
1198 TAGS: emacs/cperl-mode.elc
1203 # Let's hope make will not go into an infinite loop on case-unsensitive systems
1204 # This may also fail if . is in the head of the path, since perl will
1207 perl emacs/e2ctags.pl TAGS > tags
1209 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1210 # If this runs make out of memory, delete /usr/include lines.
1217 $ln Makefile ../Makefile
1220 $rm -f $firstmakefile
1222 # Now do any special processing required before building.
1227 echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
1230 rm -f y.tab.c y.tab.h
1231 # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
1232 yacc -d perly.y >/dev/null 2>&1
1233 if cmp -s y.tab.c perly.c; then
1236 echo "perly.y -> perly.c" >&2
1237 mv -f y.tab.c perly.c
1239 sed -e '/^#include "perl\.h"/a\
1241 #define yydebug PL_yydebug\
1242 #define yynerrs PL_yynerrs\
1243 #define yyerrflag PL_yyerrflag\
1244 #define yychar PL_yychar\
1245 #define yyval PL_yyval\
1246 #define yylval PL_yylval' \
1247 -e '/YYSTYPE *yyval;/D' \
1248 -e '/YYSTYPE *yylval;/D' \
1249 -e '/int yychar,/,/yynerrs;/D' \
1250 -e 's/int yydebug = 0;/yydebug = 0;/' \
1251 -e 's/[^_]realloc(/PerlMem_realloc(/g' \
1252 -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1253 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
1256 case "$osname:$usethreads" in
1258 sed -e 's@^extern int yychar, yyerrflag;@/* extern int yychar, yyerrflag; */@' perly.c > perly.tmp && mv perly.tmp perly.c
1261 if cmp -s y.tab.h perly.h; then
1264 echo "perly.y -> perly.h" >&2
1265 mv -f y.tab.h perly.h
1270 rm -f y.tab.c y.tab.h
1273 # we are using two different yaccs in BS2000 Posix!
1274 byacc a2p.y >/dev/null 2>&1
1277 yacc a2p.y >/dev/null 2>&1
1280 if cmp -s y.tab.c a2p.c
1284 echo "a2p.y -> a2p.c" >&2
1287 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1288 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
1289 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1292 # In case somebody yacc -d:ed the a2p.y.
1295 if cmp -s y.tab.h a2p.h
1299 echo "a2p.h -> a2p.h" >&2
1308 # Do nothing in VM/ESA.
1311 echo "'$osname' is an EBCDIC system I don't know that well." >&4
1315 '') echo "No parser files were regenerated. That's okay." >&2 ;;