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)'
29 DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
32 # Prefix all runs of 'miniperl' and 'perl' with
33 # $ldlibpth so that ./perl finds *this* shared libperl.
34 case "$LD_LIBRARY_PATH" in
36 ldlibpth="LD_LIBRARY_PATH=`pwd`";;
38 ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
41 pldlflags="$cccdlflags"
42 case "${osname}${osvers}" in
45 lddlflags="-dynamic -undefined warning -framework System \
46 -compatibility_version 1 -current_version $patchlevel \
47 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
50 shrpldflags="${ldflags} -dynamiclib \
51 -compatibility_version 1 \
53 ${api_version}.${api_subversion} \
54 -image_base 0x4be00000 \
55 -install_name \$(shrpdir)/\$@"
63 netbsd*|freebsd[234]*|openbsd*)
64 linklibperl="-L. -lperl"
67 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
69 3*) shrpldflags="$shrpldflags -e _nostart"
71 *) shrpldflags="$shrpldflags -b noentry"
74 shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
75 linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
78 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
81 shrpldflags='-W l,dll'
82 linklibperl='libperl.x'
83 DPERL_EXTERNAL_GLOB=''
86 case "$ldlibpthname" in
94 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
97 # Strip off any trailing :'s
98 ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
106 : Prepare dependency lists for Makefile.
108 for f in $dynamic_ext; do
109 : the dependency named here will never exist
110 base=`echo "$f" | sed 's/.*\///'`
111 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
115 for f in $static_ext; do
116 base=`echo "$f" | sed 's/.*\///'`
117 static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
121 for f in $nonxs_ext; do
122 base=`echo "$f" | sed 's/.*\///'`
123 nonxs_list="$nonxs_list ext/$f/pm_to_blib"
126 # Handle the usage of different yaccs in posix-bc (During Configure we
127 # us yacc for perly.y and byacc for a2p.y. The makefiles must use the
128 # same configuration for run_byacc!):
135 echo "Extracting Makefile (with variable substitutions)"
136 $spitshell >Makefile <<!GROK!THIS!
138 # This file is derived from Makefile.SH. Any changes made here will
139 # be lost the next time you run Configure.
140 # Makefile is used to generate $firstmakefile. The only difference
141 # is that $firstmakefile has the dependencies filled in at the end.
144 # I now supply perly.c with the kits, so don't remake perly.c without byacc
152 mallocsrc = $mallocsrc
153 mallocobj = $mallocobj
159 # The following are mentioned only to make metaconfig include the
160 # appropriate questions in Configure. If you want to change these,
161 # edit config.sh instead, or specify --man1dir=/wherever on
162 # installman commandline.
164 scriptdir = $scriptdir
165 shrpdir = $archlibexp/CORE
166 privlib = $installprivlib
172 # The following are used to build and install shared libraries for
174 LDDLFLAGS = $lddlflags
175 SHRPLDFLAGS = $shrpldflags
176 CCDLFLAGS = $ccdlflags
178 PLDLFLAGS = $pldlflags
180 LLIBPERL= $linklibperl
183 # The following is used to include the current directory in
184 # the dynamic loader path you are building a shared libperl.
187 dynamic_ext = $dynamic_list
188 static_ext = $static_list
189 nonxs_ext = $nonxs_list
190 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
191 DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
193 libs = $perllibs $cryptlib
195 public = perl $suidperl utilities translators
197 shellflags = $shellflags
199 # This is set to MAKE=$make if your $make command doesn't
203 # These variables may need to be manually set for non-Unix systems.
210 FIRSTMAKEFILE = $firstmakefile
212 # Any special object files needed by this architecture, e.g. os2/os2.obj
215 .SUFFIXES: .c \$(OBJ_EXT)
220 # how to tr(anslate) newlines
224 # not used by Makefile but by installperl;
225 # mentioned here so that metaconfig picks these up
230 ## In the following dollars and backticks do not need the extra backslash.
231 $spitshell >>Makefile <<'!NO!SUBS!'
233 CCCMD = `sh $(shellflags) cflags $(LIBPERL) $@`
235 private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm
237 # Files to be built with variable substitution before miniperl
239 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
240 makedir.SH myconfig.SH writemain.SH pod/Makefile.SH
242 shextract = Makefile cflags config.h makeaperl makedepend \
243 makedir myconfig writemain pod/Makefile
245 # Files to be built with variable substitution after miniperl is
246 # available. Dependencies handled manually below (for now).
248 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
249 pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL \
252 # lib/lib.pm is not listed here because it has a rule of its own.
253 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
254 pod/pod2usage pod/podchecker pod/podselect \
257 addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
259 h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
260 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
261 h3 = opcode.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
262 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
263 h5 = utf8.h warnings.h
264 h = $(h1) $(h2) $(h3) $(h4) $(h5)
266 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c
267 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
268 c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c
269 c4 = globals.c perlio.c perlapi.c
271 c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c
273 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)
274 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)
275 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)
277 obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
279 # Once perl has been Configure'd and built ok you build different
280 # perl variants (Debugging, Embedded, Multiplicity etc) by saying:
281 # make clean; make LIBPERL=libperl<type>.a
282 # where <type> is some combination of 'd' and(or) 'e' or 'm'.
283 # See cflags to understand how this works.
285 # This mechanism is getting clunky and might not even work any more.
286 # EMBEDDING is on by default, and MULTIPLICITY doesn't work.
292 $(CCCMD) $(PLDLFLAGS) $*.c
294 all: $(FIRSTMAKEFILE) miniperl extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext)
296 @echo " Everything is up to date. 'make test' to run test suite."
299 echo "testing compilation" > testcompile;
300 cd utils; $(MAKE) compile;
301 cd x2p; $(MAKE) compile;
302 cd pod; $(MAKE) compile;
304 translators: miniperl lib/Config.pm FORCE
305 @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
307 utilities: miniperl lib/Config.pm $(plextract) lib/lib.pm FORCE
308 @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
311 # This is now done by installman only if you actually want the man pages.
312 # @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
314 # Phony target to force checking subdirectories.
315 # Apparently some makes require an action for the FORCE target.
319 $spitshell >>Makefile <<!GROK!THIS!
321 # We do a copy of the op.c instead of a symlink because gcc gets huffy
322 # if we have a symlink forest to another disk (it complains about too many
323 # levels of symbolic links, even if we have only two)
325 opmini\$(OBJ_EXT): op.c config.h
327 \$(CPS) op.c opmini.c
328 \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
332 $spitshell >>Makefile <<'!NO!SUBS!'
333 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
334 $(CCCMD) $(PLDLFLAGS) $*.c
336 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
337 sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
338 sh mv-if-diff writemain.tmp perlmain.c
340 perlmain$(OBJ_EXT): perlmain.c
341 $(CCCMD) $(PLDLFLAGS) $*.c
343 # The file ext.libs is a list of libraries that must be linked in
344 # for static extensions, e.g. -lm -lgdbm, etc. The individual
345 # static extension Makefile's add to it.
346 ext.libs: $(static_ext)
347 -@test -f ext.libs || touch ext.libs
351 # How to build libperl. This is still rather convoluted.
352 # Load up custom Makefile.SH fragment for shared loading and executables:
355 Makefile_s="$osname/Makefile.SHs"
361 $spitshell >>Makefile <<!GROK!THIS!
363 # In AIX we need to change this for building Perl itself from
364 # its earlier definition (which is for building external
365 # extensions *after* Perl has been built and installed)
366 CCDLFLAGS = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
369 case "$useshrplib" in
371 $spitshell >>Makefile <<'!NO!SUBS!'
373 LIBPERL_NONSHR = libperl_nonshr$(LIB_EXT)
374 MINIPERL_NONSHR = miniperl_nonshr$(EXE_EXT)
376 $(LIBPERL_NONSHR): perl$(OBJ_EXT) $(obj)
377 $(RMS) $(LIBPERL_NONSHR)
378 $(AR) rcu $(LIBPERL_NONSHR) perl$(OBJ_EXT) $(obj)
380 $(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
381 $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
382 opmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
384 MINIPERLEXP = $(MINIPERL_NONSHR)
386 LIBPERLEXPORT = perl.exp
392 $spitshell >>Makefile <<'!NO!SUBS!'
393 MINIPERLEXP = miniperl$(EXE_EXT)
395 PERLEXPORT = perl.exp
400 $spitshell >>Makefile <<'!NO!SUBS!'
401 perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
402 ./$(MINIPERLEXP) makedef.pl PLATFORM=aix | sort -u | sort -f > perl.exp.tmp
403 sh mv-if-diff perl.exp.tmp perl.exp
408 $spitshell >>Makefile <<'!NO!SUBS!'
409 MINIPERLEXP = miniperl
411 perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
412 ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) > perl.exp.tmp
413 sh mv-if-diff perl.exp.tmp perl5.def
419 if test -r $Makefile_s ; then
421 $spitshell >>Makefile <<!GROK!THIS!
423 Makefile: $Makefile_s
426 $spitshell >>Makefile <<'!NO!SUBS!'
427 $(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT)
429 case "$useshrplib" in
431 $spitshell >>Makefile <<'!NO!SUBS!'
432 $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj)
436 $spitshell >>Makefile <<'!NO!SUBS!'
437 rm -f libperl$(OBJ_EXT)
438 mv $@ libperl$(OBJ_EXT)
439 $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
445 $spitshell >>Makefile <<'!NO!SUBS!'
447 $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
448 @$(ranlib) $(LIBPERL)
452 $spitshell >>Makefile <<'!NO!SUBS!'
454 # How to build executables.
456 # The $& notation tells Sequent machines that it can do a parallel make,
457 # and is harmless otherwise.
458 # The miniperl -w -MExporter line is a basic cheap test to catch errors
459 # before make goes on to run preplibrary and then MakeMaker on extensions.
460 # This is very handy because later errors are often caused by miniperl
461 # build problems but that's not obvious to the novice.
462 # The Module used here must not depend on Config or any extensions.
466 case "${osname}${osvers}" in
468 $spitshell >>Makefile <<'!NO!SUBS!'
469 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
470 $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
471 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
472 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
476 $spitshell >>Makefile <<'!NO!SUBS!'
477 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
478 $(CC) -o miniperl $(CLDFLAGS) \
479 `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
480 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
481 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
485 $spitshell >>Makefile <<'!NO!SUBS!'
486 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
487 $(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl \
488 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
489 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
494 $spitshell >>Makefile <<'!NO!SUBS!'
496 perl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
497 $(SHRPENV) $(LDLIBPTH) $(CC) -o perl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
499 pureperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
500 $(SHRPENV) $(LDLIBPTH) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
502 purecovperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
503 $(SHRPENV) $(LDLIBPTH) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
505 quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
506 $(SHRPENV) $(LDLIBPTH) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
508 # This version, if specified in Configure, does ONLY those scripts which need
509 # set-id emulation. Suidperl must be setuid root. It contains the "taint"
510 # checks as well as the special code to validate that the script in question
511 # has been invoked correctly.
513 suidperl: $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
514 $(SHRPENV) $(LDLIBPTH) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
520 $spitshell >>Makefile <<'!NO!SUBS!'
522 sperl$(OBJ_EXT): perl.c $(h)
524 $(LNS) perl.c sperl.c
525 $(CCCMD) -DIAMSUID sperl.c
528 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
529 # test -d lib/auto || mkdir lib/auto
531 preplibrary: miniperl lib/Config.pm
532 @sh ./makedir lib/auto
533 @echo " AutoSplitting perl library"
534 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
535 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
537 # Take care to avoid modifying lib/Config.pm without reason
538 # (If trying to create a new port and having problems with the configpm script,
539 # try 'make minitest' and/or commenting out the tests at the end of configpm.)
540 lib/Config.pm: config.sh miniperl configpm lib/re.pm
541 $(LDLIBPTH) ./miniperl configpm configpm.tmp
542 sh mv-if-diff configpm.tmp $@
544 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
545 $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
546 sh mv-if-diff minimod.tmp $@
548 lib/re.pm: ext/re/re.pm
550 cat ext/re/re.pm > $@
552 $(plextract): miniperl lib/Config.pm
553 $(LDLIBPTH) ./miniperl -Ilib $@.PL
555 lib/lib.pm: miniperl lib/Config.pm
556 $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
559 -@test -f extra.pods && rm -f `cat extra.pods`
561 -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
562 nx=`echo $$x | sed -e "s/README\.//"`; \
563 cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
564 echo "pod/perl"$$nx".pod" >> extra.pods ; \
566 -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
569 $(MAKE) STRIPFLAGS=-s install
572 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS)
575 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V
578 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S
581 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
583 install.perl: all installperl
584 if [ -n "$(COMPILE)" ]; \
586 cd utils; $(MAKE) compile; \
587 cd ../x2p; $(MAKE) compile; \
588 cd ../pod; $(MAKE) compile; \
591 $(LDLIBPTH) ./perl installperl $(INSTALLFLAGS) $(STRIPFLAGS)
593 install.man: all installman
594 $(LDLIBPTH) ./perl installman $(INSTALLFLAGS)
596 # XXX Experimental. Hardwired values, but useful for testing.
597 # Eventually Configure could ask for some of these values.
598 install.html: all installhtml
599 -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
600 $(LDLIBPTH) ./perl installhtml \
601 --podroot=. --podpath=. --recurse \
602 --htmldir=$(privlib)/html \
603 --htmlroot=$(privlib)/html \
604 --splithead=pod/perlipc \
605 --splititem=pod/perlfunc \
606 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
610 # I now supply perly.c with the kits, so the following section is
611 # used only if you force byacc to run by saying
613 # Since we patch up the byacc output, the perly.fixer script needs
614 # to run with precisely the same version of byacc as I use. You
615 # normally shouldn't remake perly.[ch].
619 -chmod 664 perly.c perly.h
620 sh $(shellflags) ./perly.fixer y.tab.c perly.c
621 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
622 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
623 sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
624 cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
625 chmod 664 vms/perly_c.vms vms/perly_h.vms
626 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
628 # We don't want to regenerate perly.c and perly.h, but they might
629 # appear out-of-date after a patch is applied or a new distribution is
637 PERLYVMS = vms/perly_c.vms vms/perly_h.vms
639 $(PERLYVMS): perly.c perly.h vms/vms_yfix.pl
640 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
642 # No compat3.sym here since and including the 5.004_50.
643 # No interp.sym since 5.005_03.
644 SYM = global.sym globvar.sym perlio.sym pp.sym
646 SYMH = perlvars.h intrpvar.h thrdvar.h
650 # The following files are generated automatically
651 # keywords.pl: keywords.h
652 # opcode.pl: opcode.h opnames.h pp_proto.h pp.sym
653 # [* embed.pl needs pp.sym generated by opcode.pl! *]
654 # embed.pl: proto.h embed.h embedvar.h global.sym objXSUB.h
655 # perlapi.h perlapi.c pod/perlintern.pod
657 # bytecode.pl: ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c
659 # regcomp.pl: regnodes.h
660 # warnings.pl: warnings.h lib/warnings.pm
661 # The correct versions should be already supplied with the perl kit,
662 # in case you don't have perl available.
663 # To force them to be regenerated, type
666 keywords.h: keywords.pl
669 OPCODE_PL_OUTPUT = opcode.h opnames.h pp_proto.h pp.sym
671 $(OPCODE_PL_OUTPUT): opcode.pl
674 # Really the prerequisites for the next rule should only be "embed.pl pp.sym"
675 # Writing it this way gives make a big hint to always run opcode.pl before
676 # embed.pl. The alternative - running embed.pl then opcode.pl causes embed.pl
677 # to be re-run next make invocation, and then all object files get recompiled.
679 proto.h embed.h embedvar.h global.sym objXSUB.h perlapi.h perlapi.c pod/perlintern.pod pod/perlapi.pod: embed.pl $(OPCODE_PL_OUTPUT)
682 ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm: bytecode.pl
685 regnodes.h: regcomp.pl
688 warnings.h lib/warnings.pm: warnings.pl
691 AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
692 embed.h embedvar.h global.sym \
693 pod/perlintern.pod pod/perlapi.pod \
694 objXSUB.h perlapi.h perlapi.c ext/ByteLoader/byterun.h \
695 ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm regnodes.h \
696 warnings.h lib/warnings.pm
699 -$(CHMOD_W) $(AUTOGEN_FILES)
708 -cd pod; $(LDLIBPTH) make regen_pods
710 regen_all: $(PERLYVMS) regen_headers regen_pods
713 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
714 # automatically get built. There should ordinarily be no need to change
715 # any of this part of makefile.
717 # The dummy dependency is a place holder in case $(dynamic_ext) or
718 # $(static_ext) is empty.
720 # DynaLoader may be needed for extensions that use Makefile.PL.
722 $(DYNALOADER): miniperl preplibrary FORCE
723 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
725 d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
726 @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
728 s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE
729 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
731 n_dummy $(nonxs_ext): miniperl preplibrary $(DYNALOADER) FORCE
732 @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
736 realclean: _realcleaner _mopup
737 @echo "Note that make realclean does not delete config.sh or Policy.sh"
740 rm -f config.sh cppstdin Policy.sh
742 clobber: _realcleaner _mopup _clobber
746 # Like distclean but also removes emacs backups and *.orig.
747 veryclean: _verycleaner _mopup _clobber
748 -@rm -f Obsolete Wanted
750 # Do not 'make _mopup' directly.
752 rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
753 -@test -f extra.pods && rm -f `cat extra.pods`
754 -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
755 -rm -f perl.exp ext.libs extra.pods opmini.o
756 -rm -f perl.export perl.dll perl.libexp perl.map perl.def
757 -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
758 rm -f perl suidperl miniperl $(LIBPERL) libperl.* microperl
760 # Do not 'make _tidy' directly.
762 -cd pod; $(LDLIBPTH) $(MAKE) clean
763 -cd utils; $(LDLIBPTH) $(MAKE) clean
764 -cd x2p; $(LDLIBPTH) $(MAKE) clean
765 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
766 $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
768 rm -f testcompile compilelog
771 -cd os2; rm -f Makefile
772 -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
773 -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
774 -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
775 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
776 $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
780 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 t/rantests .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
781 rm -rf $(addedbyconf)
782 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
785 rm -f lib/.exists lib/*/.exists lib/*/*/.exists
786 rm -f h2ph.man pstruct
788 rm -f testcompile compilelog
789 -rmdir lib/B lib/Data lib/Encode lib/IO/Socket lib/IO lib/Filter/Util lib/Sys lib/Thread
792 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
793 @$(LDLIBPTH) $(MAKE) _cleaner2
796 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
797 @$(LDLIBPTH) $(MAKE) _cleaner2
798 -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
800 # The following lint has practically everything turned on. Unfortunately,
801 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
802 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
806 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
808 # Need to unset during recursion to go out of loop.
809 # The README below ensures that the dependency list is never empty and
810 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
812 MAKEDEPEND = Makefile makedepend
814 $(FIRSTMAKEFILE): README $(MAKEDEPEND)
815 $(MAKE) depend MAKEDEPEND=
817 config.h: config_h.SH config.sh
820 # When done, touch perlmain.c so that it doesn't get remade each time.
822 sh ./makedepend MAKE=$(MAKE)
823 - test -s perlmain.c && touch perlmain.c
824 cd x2p; $(MAKE) depend
826 # Cannot postpone this until $firstmakefile is ready ;-)
827 makedepend: makedepend.SH config.sh
830 # Cannot delegate rebuilding of t/perl to make to allow interlaced
832 test-prep: miniperl perl preplibrary utilities $(dynamic_ext) $(nonxs_ext) $(TEST_PERL_DLL)
833 cd t && (rm -f perl$(EXE_EXT); $(LNS) ../perl$(EXE_EXT) perl$(EXE_EXT))
835 # Second branch is for testing without a tty or controling terminal.
837 test check: test-prep
838 if (true </dev/tty) >/dev/null 2>&1; then \
839 cd t && $(LDLIBPTH) ./perl TEST </dev/tty; \
841 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST; \
843 @echo "Ran tests" > t/rantests
845 utest ucheck: test-prep
846 if (true </dev/tty) >/dev/null 2>&1; then \
847 cd t && $(LDLIBPTH) ./perl TEST -utf8 </dev/tty; \
849 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST -utf8; \
852 # For testing without a tty or controling terminal. See t/op/stat.t
853 test-notty: test-prep
854 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST
856 # Can't depend on lib/Config.pm because that might be where miniperl
858 minitest: miniperl lib/re.pm
859 @echo "You may see some irrelevant test failures if you have been unable"
860 @echo "to build lib/Config.pm."
861 - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
862 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t </dev/tty
864 # Handy way to run perlbug -ok without having to install and run the
865 # installed perlbug. We don't re-run the tests here - we trust the user.
866 # Please *don't* use this unless all tests pass.
867 # If you want to report test failures, use "make nok" instead.
869 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
872 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
875 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
877 okfilenack: utilities
878 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
881 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
884 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
887 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
889 nokfilenack: utilities
890 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
893 echo $(c) | tr ' ' $(TRNL) >.clist
896 echo $(h) | tr ' ' $(TRNL) >.hlist
899 echo $(sh) | tr ' ' $(TRNL) >.shlist
902 echo $(pl) | tr ' ' $(TRNL) >.pllist
904 Makefile: Makefile.SH ./config.sh
908 perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
910 elc: emacs/cperl-mode.elc
912 emacs/cperl-mode.elc: emacs/cperl-mode.el
913 -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
917 TAGS: emacs/cperl-mode.elc
922 # Let's hope make will not go into an infinite loop on case-unsensitive systems
923 # This may also fail if . is in the head of the path, since perl will
926 perl emacs/e2ctags.pl TAGS > tags
928 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
929 # If this runs make out of memory, delete /usr/include lines.
936 $ln Makefile ../Makefile
939 $rm -f $firstmakefile
941 # Now do any special processing required before building.
946 echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
949 rm -f y.tab.c y.tab.h
950 # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
951 yacc -d perly.y >/dev/null 2>&1
952 if cmp -s y.tab.c perly.c; then
955 echo "perly.y -> perly.c" >&2
956 mv -f y.tab.c perly.c
958 sed -e '/^#include "perl\.h"/a\
960 #define yydebug PL_yydebug\
961 #define yynerrs PL_yynerrs\
962 #define yyerrflag PL_yyerrflag\
963 #define yychar PL_yychar\
964 #define yyval PL_yyval\
965 #define yylval PL_yylval' \
966 -e '/YYSTYPE *yyval;/D' \
967 -e '/YYSTYPE *yylval;/D' \
968 -e '/int yychar,/,/yynerrs;/D' \
969 -e 's/int yydebug = 0;/yydebug = 0;/' \
970 -e 's/[^_]realloc(/PerlMem_realloc(/g' \
971 -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
972 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
975 if cmp -s y.tab.h perly.h; then
978 echo "perly.y -> perly.h" >&2
979 mv -f y.tab.h perly.h
984 rm -f y.tab.c y.tab.h
987 # we are using two different yaccs in BS2000 Posix!
988 byacc a2p.y >/dev/null 2>&1
991 yacc a2p.y >/dev/null 2>&1
994 if cmp -s y.tab.c a2p.c
998 echo "a2p.y -> a2p.c" >&2
1001 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1002 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
1003 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1006 # In case somebody yacc -d:ed the a2p.y.
1009 if cmp -s y.tab.h a2p.h
1013 echo "a2p.h -> a2p.h" >&2
1022 # Do nothing in VM/ESA.
1025 echo "'$osname' is an EBCDIC system I don't know that well." >&4
1029 '') echo "No parser files were regenerated. That's okay." >&2 ;;