4 if test -f config.sh; then TOP=.;
5 elif test -f ../config.sh; then TOP=..;
6 elif test -f ../../config.sh; then TOP=../..;
7 elif test -f ../../../config.sh; then TOP=../../..;
8 elif test -f ../../../../config.sh; then TOP=../../../..;
10 echo "Can't find config.sh."; exit 1
15 : This forces SH files to create target in same directory as SH file.
16 : This is so that make depend always knows where to find SH derivatives.
18 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
22 *define*) suidperl='suidperl' ;;
26 linklibperl='$(LIBPERL)'
27 shrpldflags='$(LDDLFLAGS)'
31 # Prefix all runs of 'miniperl' and 'perl' with
32 # $ldlibpth so that ./perl finds *this* libperl.so.
33 ldlibpth="LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH"
35 pldlflags="$cccdlflags"
36 # NeXT-4 specific stuff. Can't we do this in the hint file?
37 case "${osname}${osvers}" in
40 lddlflags="-dynamic -undefined warning -framework System \
41 -compatibility_version 1 -current_version $patchlevel \
42 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
43 # NeXT uses a different name.
44 ldlibpth="DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH"
47 ldlibpth="DYLD_LIBRARY_PATH=`pwd`/Perl:$DYLD_LIBRARY_PATH"
49 os2*) # OS/2 doesn't need anything special for LD_LIBRARY_PATH.
55 netbsd*|freebsd[234]*)
56 linklibperl="-L. -lperl"
59 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
62 shrpldflags="$shrpldflags -e _nostart $ldflags $libs $cryptlib"
65 shrpldflags="$shrpldflags -b noentry $ldflags $libs $cryptlib"
68 aixinstdir=`pwd | sed 's/\/UU$//'`
69 linklibperl="-L $archlibexp/CORE -L $aixinstdir -lperl"
72 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+b$archlibexp/CORE -lperl"
74 beos*) ldlibpth="LIBRARY_PATH=`pwd`:$LIBRARY_PATH"
82 : Prepare dependency lists for Makefile.
84 for f in $dynamic_ext; do
85 : the dependency named here will never exist
86 base=`echo "$f" | sed 's/.*\///'`
87 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
91 for f in $static_ext; do
92 base=`echo "$f" | sed 's/.*\///'`
93 static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
97 for f in $nonxs_ext; do
98 base=`echo "$f" | sed 's/.*\///'`
99 nonxs_list="$nonxs_list ext/$f/pm_to_blib"
102 echo "Extracting Makefile (with variable substitutions)"
103 $spitshell >Makefile <<!GROK!THIS!
105 # This file is derived from Makefile.SH. Any changes made here will
106 # be lost the next time you run Configure.
107 # Makefile is used to generate $firstmakefile. The only difference
108 # is that $firstmakefile has the dependencies filled in at the end.
111 # I now supply perly.c with the kits, so don't remake perly.c without byacc
120 LARGE = $large $split
121 mallocsrc = $mallocsrc
122 mallocobj = $mallocobj
127 # The following are mentioned only to make metaconfig include the
128 # appropriate questions in Configure. If you want to change these,
129 # edit config.sh instead, or specify --man1dir=/wherever on
130 # installman commandline.
132 scriptdir = $scriptdir
133 shrpdir = $archlibexp/CORE
134 privlib = $installprivlib
140 # The following are used to build and install shared libraries for
142 LDDLFLAGS = $lddlflags
143 SHRPLDFLAGS = $shrpldflags
144 CCDLFLAGS = $ccdlflags
146 PLDLFLAGS = $pldlflags
148 LLIBPERL= $linklibperl
151 # The following is used to include the current directory in
152 # LD_LIBRARY_PATH if you are building a shared libperl.so.
155 dynamic_ext = $dynamic_list
156 static_ext = $static_list
157 nonxs_ext = $nonxs_list
158 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
159 DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
161 libs = $libs $cryptlib
163 public = perl $suidperl utilities translators
165 shellflags = $shellflags
167 # This is set to MAKE=$make if your $make command doesn't
171 # These variables may need to be manually set for non-Unix systems.
178 FIRSTMAKEFILE = $firstmakefile
180 # Any special object files needed by this architecture, e.g. os2/os2.obj
183 .SUFFIXES: .c \$(OBJ_EXT)
188 # how to tr(anslate) newlines
193 ## In the following dollars and backticks do not need the extra backslash.
194 $spitshell >>Makefile <<'!NO!SUBS!'
196 CCCMD = `sh $(shellflags) cflags $(LIBPERL) $@`
198 private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm
200 # Files to be built with variable substitution before miniperl
202 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
203 makedir.SH perl_exp.SH writemain.SH
205 shextract = Makefile cflags config.h makeaperl makedepend \
206 makedir perl.exp writemain
208 # Files to be built with variable substitution after miniperl is
209 # available. Dependencies handled manually below (for now).
211 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
212 pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
214 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
215 pod/pod2usage pod/podchecker pod/podselect
217 addedbyconf = UU $(shextract) $(plextract) pstruct
219 h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
220 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
221 h3 = opcode.h patchlevel.h perl.h perly.h pp.h proto.h regcomp.h
222 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
223 h5 = bytecode.h byterun.h utf8.h warning.h
224 h = $(h1) $(h2) $(h3) $(h4) $(h5)
226 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c
227 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
228 c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c
230 c = $(c1) $(c2) $(c3) miniperlmain.c perlmain.c
232 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) byterun$(OBJ_EXT)
233 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)
234 obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT)
236 obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
238 # Once perl has been Configure'd and built ok you build different
239 # perl variants (Debugging, Embedded, Multiplicity etc) by saying:
240 # make clean; make LIBPERL=libperl<type>.a
241 # where <type> is some combination of 'd' and(or) 'e' or 'm'.
242 # See cflags to understand how this works.
244 # This mechanism is getting clunky and might not even work any more.
245 # EMBEDDING is on by default, and MULTIPLICITY doesn't work.
251 $(CCCMD) $(PLDLFLAGS) $*.c
253 all: $(FIRSTMAKEFILE) miniperl $(private) $(plextract) $(public) $(dynamic_ext) $(nonxs_ext)
255 @echo " Everything is up to date. 'make test' to run test suite."
258 echo "testing compilation" > testcompile;
259 cd utils; $(MAKE) compile;
260 cd x2p; $(MAKE) compile;
261 cd pod; $(MAKE) compile;
263 translators: miniperl lib/Config.pm FORCE
264 @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
266 utilities: miniperl lib/Config.pm FORCE
267 @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
270 # This is now done by installman only if you actually want the man pages.
271 # @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
273 # Phony target to force checking subdirectories.
274 # Apparently some makes require an action for the FORCE target.
278 miniperlmain$(OBJ_EXT): miniperlmain.c
279 $(CCCMD) $(PLDLFLAGS) $*.c
281 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
282 sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
283 sh mv-if-diff writemain.tmp perlmain.c
285 perlmain$(OBJ_EXT): perlmain.c
286 $(CCCMD) $(PLDLFLAGS) $*.c
288 # The file ext.libs is a list of libraries that must be linked in
289 # for static extensions, e.g. -lm -lgdbm, etc. The individual
290 # static extension Makefile's add to it.
291 ext.libs: $(static_ext)
292 -@test -f ext.libs || touch ext.libs
296 # How to build libperl. This is still rather convoluted.
297 # Load up custom Makefile.SH fragment for shared loading and executables:
298 if test -r $osname/Makefile.SHs ; then
299 . $osname/Makefile.SHs
300 $spitshell >>Makefile <<!GROK!THIS!
302 Makefile: $osname/Makefile.SHs
305 $spitshell >>Makefile <<'!NO!SUBS!'
306 $(LIBPERL): $& perl$(OBJ_EXT) $(obj)
308 case "$useshrplib" in
310 $spitshell >>Makefile <<'!NO!SUBS!'
311 $(LD) $(SHRPLDFLAGS) -o $@ perl$(OBJ_EXT) $(obj)
315 $spitshell >>Makefile <<'!NO!SUBS!'
316 rm -f libperl$(OBJ_EXT)
317 mv $@ libperl$(OBJ_EXT)
318 $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
324 $spitshell >>Makefile <<'!NO!SUBS!'
326 $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
327 @$(ranlib) $(LIBPERL)
331 $spitshell >>Makefile <<'!NO!SUBS!'
333 # How to build executables.
335 # The $& notation tells Sequent machines that it can do a parallel make,
336 # and is harmless otherwise.
337 # The miniperl -w -MExporter line is a basic cheap test to catch errors
338 # before make goes on to run preplibrary and then MakeMaker on extensions.
339 # This is very handy because later errors are often caused by miniperl
340 # build problems but that's not obvious to the novice.
341 # The Module used here must not depend on Config or any extensions.
343 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)
344 $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT) $(LLIBPERL) $(libs)
345 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e 0 || $(MAKE) minitest
347 perl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
348 $(SHRPENV) $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o perl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
350 pureperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
351 $(SHRPENV) $(LDLIBPTH) purify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o pureperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
353 purecovperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
354 $(SHRPENV) $(LDLIBPTH) purecov $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o purecovperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
356 quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
357 $(SHRPENV) $(LDLIBPTH) quantify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o quantperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
359 # This version, if specified in Configure, does ONLY those scripts which need
360 # set-id emulation. Suidperl must be setuid root. It contains the "taint"
361 # checks as well as the special code to validate that the script in question
362 # has been invoked correctly.
364 suidperl: $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
365 $(SHRPENV) $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o suidperl perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
371 $spitshell >>Makefile <<'!NO!SUBS!'
373 sperl$(OBJ_EXT): perl.c perly.h patchlevel.h $(h)
375 $(LNS) perl.c sperl.c
376 $(CCCMD) -DIAMSUID sperl.c
379 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
380 # test -d lib/auto || mkdir lib/auto
382 preplibrary: miniperl lib/Config.pm $(plextract)
383 @sh ./makedir lib/auto
384 @echo " AutoSplitting perl library"
385 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
386 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
388 # Take care to avoid modifying lib/Config.pm without reason
389 # (If trying to create a new port and having problems with the configpm script,
390 # try 'make minitest' and/or commenting out the tests at the end of configpm.)
391 lib/Config.pm: config.sh miniperl configpm
392 $(LDLIBPTH) ./miniperl configpm configpm.tmp
393 sh mv-if-diff configpm.tmp $@
395 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
396 $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
397 sh mv-if-diff minimod.tmp $@
399 lib/re.pm: ext/re/re.pm
401 cat ext/re/re.pm > $@
403 $(plextract): miniperl lib/Config.pm lib/re.pm
404 $(LDLIBPTH) ./miniperl -Ilib $@.PL
406 install: all install.perl install.man
408 install.perl: all installperl
409 if [ -n "$(COMPILE)" ]; \
411 cd utils; $(MAKE) compile; \
412 cd ../x2p; $(MAKE) compile; \
413 cd ../pod; $(MAKE) compile; \
416 $(LDLIBPTH) ./perl installperl
418 install.man: all installman
419 $(LDLIBPTH) ./perl installman
421 # XXX Experimental. Hardwired values, but useful for testing.
422 # Eventually Configure could ask for some of these values.
423 install.html: all installhtml
424 $(LDLIBPTH) ./perl installhtml \
425 --podroot=. --podpath=. --recurse \
426 --htmldir=$(privlib)/html \
427 --htmlroot=$(privlib)/html \
428 --splithead=pod/perlipc \
429 --splititem=pod/perlfunc \
430 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
434 # I now supply perly.c with the kits, so the following section is
435 # used only if you force byacc to run by saying
437 # Since we patch up the byacc output, the perly.fixer script needs
438 # to run with precisely the same version of byacc as I use. You
439 # normally shouldn't remake perly.[ch].
442 @ echo 'Expect' 113 shift/reduce and 1 reduce/reduce conflict
445 sh $(shellflags) ./perly.fixer y.tab.c perly.c
446 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
447 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
448 sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
449 cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
450 chmod 664 vms/perly_c.vms vms/perly_h.vms
451 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
453 # We don't want to regenerate perly.c and perly.h, but they might
454 # appear out-of-date after a patch is applied or a new distribution is
462 # No compat3.sym here since and including the 5.004_50.
463 # No interp.sym since 5.005_03.
464 SYM = global.sym globvar.sym perlio.sym pp.sym
466 SYMH = perlvars.h intrpvar.h thrdvar.h
468 # The following files are generated automatically
469 # keywords.h: keywords.pl
470 # opcode.h: opcode.pl
471 # pp_proto.h: opcode.pl
473 # embed.h: embed.pl [* needs pp.sym generated by opcode.pl! *]
474 # embedvar.h: embed.pl [* needs pp.sym generated by opcode.pl! *]
475 # byterun.h: bytecode.pl
476 # byterun.c: bytecode.pl
477 # lib/B/Asmdata.pm: bytecode.pl
478 # regnodes.h: regcomp.pl
479 # warning.h lib/warning.pm: warning.pl
480 # The correct versions should be already supplied with the perl kit,
481 # in case you don't have perl available.
482 # To force them to run, type
493 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
494 # automatically get built. There should ordinarily be no need to change
495 # any of this part of makefile.
497 # The dummy dependency is a place holder in case $(dynamic_ext) or
498 # $(static_ext) is empty.
500 # DynaLoader may be needed for extensions that use Makefile.PL.
502 $(DYNALOADER): miniperl preplibrary FORCE
503 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
505 d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
506 @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
508 s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE
509 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
511 n_dummy $(nonxs_ext): miniperl preplibrary $(DYNALOADER) FORCE
512 @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
516 realclean: _cleaner _mopup
517 @echo "Note that make realclean does not delete config.sh or Policy.sh"
519 clobber: _cleaner _mopup
520 rm -f config.sh cppstdin Policy.sh
524 # Do not 'make _mopup' directly.
526 rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
527 rm -f perl.exp ext.libs
528 -rm -f perl.export perl.dll perl.libexp perl.map perl.def
529 -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
530 rm -f perl suidperl miniperl $(LIBPERL)
532 # Do not 'make _tidy' directly.
534 -cd pod; $(LDLIBPTH) $(MAKE) clean
535 -cd utils; $(LDLIBPTH) $(MAKE) clean
536 -cd x2p; $(LDLIBPTH) $(MAKE) clean
537 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
538 $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
540 rm -f testcompile compilelog
542 # Do not 'make _cleaner' directly.
544 -cd os2; rm -f Makefile
545 -cd pod; $(LDLIBPTH) $(MAKE) realclean
546 -cd utils; $(LDLIBPTH) $(MAKE) realclean
547 -cd x2p; $(LDLIBPTH) $(MAKE) realclean
548 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
549 $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \
551 rm -f *.orig */*.orig *~ */*~ core core.perl.*.? core.miniperl.*.? perl.core miniperl.core t/core t/core.perl.*.? t/perl.core t/tmp???? t/c t/perl so_locations t/nonexistent1
552 rm -rf $(addedbyconf)
553 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
556 rm -f lib/.exists lib/*/.exists
557 rm -f h2ph.man pstruct
559 rm -f testcompile compilelog
561 # The following lint has practically everything turned on. Unfortunately,
562 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
563 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
567 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
569 # Need to unset during recursion to go out of loop.
570 # The README below ensures that the dependency list is never empty and
571 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
573 MAKEDEPEND = Makefile makedepend
575 $(FIRSTMAKEFILE): README $(MAKEDEPEND)
576 $(MAKE) depend MAKEDEPEND=
578 config.h: config_h.SH config.sh
582 perl.exp: perl_exp.SH config.sh $(SYM) $(SYMH)
585 # When done, touch perlmain.c so that it doesn't get remade each time.
587 sh ./makedepend MAKE=$(MAKE)
588 - test -s perlmain.c && touch perlmain.c
589 cd x2p; $(MAKE) depend
591 # Cannot postpone this until $firstmakefile is ready ;-)
592 makedepend: makedepend.SH config.sh
595 test-prep: miniperl perl preplibrary utilities $(dynamic_ext) $(nonxs_ext)
596 cd t && (rm -f perl$(EXE_EXT); $(LNS) ../perl$(EXE_EXT) perl$(EXE_EXT))
598 # Second branch is for testing without a tty or controling terminal.
600 test check: test-prep
601 if (true </dev/tty) >/dev/null 2>&1; then \
602 cd t && $(LDLIBPTH) ./perl TEST </dev/tty; \
604 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST; \
607 utest ucheck: test-prep
608 if (true </dev/tty) >/dev/null 2>&1; then \
609 cd t && $(LDLIBPTH) ./perl UTEST </dev/tty; \
611 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl UTEST; \
614 # For testing without a tty or controling terminal. See t/op/stat.t
615 test-notty: test-prep
616 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST
618 # Can't depend on lib/Config.pm because that might be where miniperl
620 minitest: miniperl lib/re.pm
621 @echo "You may see some irrelevant test failures if you have been unable"
622 @echo "to build lib/Config.pm."
623 - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
624 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t </dev/tty
626 # Handy way to run perlbug -ok without having to install and run the
627 # installed perlbug. We don't re-run the tests here - we trust the user.
628 # Please *don't* use this unless all tests pass.
629 # If you want to report test failures, use "make nok" instead.
631 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
634 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
637 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
640 echo $(c) | tr ' ' $(TRNL) >.clist
643 echo $(h) | tr ' ' $(TRNL) >.hlist
646 echo $(sh) | tr ' ' $(TRNL) >.shlist
649 echo $(pl) | tr ' ' $(TRNL) >.pllist
651 Makefile: Makefile.SH ./config.sh
655 perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
657 elc: emacs/cperl-mode.elc
659 emacs/cperl-mode.elc: emacs/cperl-mode.el
660 -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
662 etags: emacs/cperl-mode.elc
664 perl emacs/e2ctags.pl TAGS > tags
668 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
669 # If this runs make out of memory, delete /usr/include lines.
676 $ln Makefile ../Makefile
679 $rm -f $firstmakefile
681 # Now do any special processing required before building.
686 echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
689 rm -f y.tab.c y.tab.h
690 # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
691 yacc -d perly.y >/dev/null 2>&1
692 if cmp -s y.tab.c perly.c; then
695 echo "perly.y -> perly.c" >&2
696 mv -f y.tab.c perly.c
698 sed -e '/^#include "perl\.h"/a\
700 #define yydebug PL_yydebug\
701 #define yynerrs PL_yynerrs\
702 #define yyerrflag PL_yyerrflag\
703 #define yychar PL_yychar\
704 #define yyval PL_yyval\
705 #define yylval PL_yylval' \
706 -e '/YYSTYPE *yyval;/D' \
707 -e '/YYSTYPE *yylval;/D' \
708 -e '/int yychar,/,/yynerrs;/D' \
709 -e 's/int yydebug = 0;/yydebug = 0;/' \
710 -e 's/[^_]realloc(/PerlMem_realloc(/g' \
711 -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
712 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
715 if cmp -s y.tab.h perly.h; then
718 echo "perly.y -> perly.h" >&2
719 mv -f y.tab.h perly.h
724 rm -f y.tab.c y.tab.h
727 # we are using two different yaccs in BS2000 Posix!
728 byacc a2p.y >/dev/null 2>&1
731 yacc a2p.y >/dev/null 2>&1
734 if cmp -s y.tab.c a2p.c
738 echo "a2p.y -> a2p.c" >&2
741 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
742 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
745 # In case somebody yacc -d:ed the a2p.y.
748 if cmp -s y.tab.h a2p.h
752 echo "a2p.h -> a2p.h" >&2
761 # Do nothing in VM/ESA.
764 echo "'$osname' is an EBCDIC system I don't know that well." >&4
768 '') echo "No parser files were regenerated. That's okay." >&2 ;;