One more run_byacc (a hand-tweaked version had slipped in).
[p5sagit/p5-mst-13.2.git] / Makefile.SH
1 #! /bin/sh
2 case $PERL_CONFIG_SH in
3 '')
4         if test -f config.sh
5                 then TOP=.
6         else
7                 echo "Can't find config.sh."; exit 1
8         fi
9         . $TOP/config.sh
10         ;;
11 esac
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.
14 case "$0" in
15 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
16 esac
17
18 case "$d_dosuid" in
19 *define*) suidperl='suidperl' ;;
20 *) suidperl='';;
21 esac
22
23 linklibperl='$(LIBPERL)'
24 shrpldflags='$(LDDLFLAGS)'
25 ldlibpth=''
26 DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
27 case "$useshrplib" in
28 true)
29         # Prefix all runs of 'miniperl' and 'perl' with 
30         # $ldlibpth so that ./perl finds *this* shared libperl.
31         case "$LD_LIBRARY_PATH" in
32         '')
33                 ldlibpth="LD_LIBRARY_PATH=`pwd`";;
34         *)
35                 ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
36         esac
37
38         pldlflags="$cccdlflags"
39         case "${osname}${osvers}" in
40         next4*)
41                 ld=libtool
42                 lddlflags="-dynamic -undefined warning -framework System \
43                 -compatibility_version 1 -current_version $patchlevel \
44                 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
45                 ;;
46         rhapsody*|darwin*)
47                 shrpldflags="${ldflags} -dynamiclib \
48                              -compatibility_version 1 \
49                              -current_version \
50                                 ${api_version}.${api_subversion} \
51                              -image_base 0x4be00000 \
52                              -install_name \$(shrpdir)/\$@"
53                 ;;
54         cygwin*)
55                 linklibperl="-lperl"
56                 ;;
57         sunos*)
58                 linklibperl="-lperl"
59                 ;;
60         netbsd*|freebsd[234]*|openbsd*)
61                 linklibperl="-L. -lperl"
62                 ;;
63         aix*)
64                 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
65                 case "$osvers" in
66                 3*)     shrpldflags="$shrpldflags -e _nostart"
67                         ;;
68                 *)      shrpldflags="$shrpldflags -b noentry"
69                         ;;
70                 esac
71                 shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
72                 linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
73                 ;;
74         hpux*)
75                 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
76                 ;;
77         os390*)
78             shrpldflags='-W l,dll'
79             linklibperl='libperl.x'
80             DPERL_EXTERNAL_GLOB=''
81             ;;
82         esac
83         case "$ldlibpthname" in
84         '') ;;
85         *)
86             case "$osname" in
87             os2)
88                 ldlibpth=''
89                 ;;
90             *)
91                 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
92                 ;;
93             esac
94             # Strip off any trailing :'s
95             ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
96             ;;
97         esac
98         ;;
99 *)      pldlflags=''
100         ;;
101 esac
102
103 : Prepare dependency lists for Makefile.
104 dynamic_list=' '
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"
109 done
110
111 static_list=' '
112 for f in $static_ext; do
113         base=`echo "$f" | sed 's/.*\///'`
114         static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
115 done
116
117 nonxs_list=' '
118 for f in $nonxs_ext; do
119     base=`echo "$f" | sed 's/.*\///'`
120     nonxs_list="$nonxs_list ext/$f/pm_to_blib"
121 done
122
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!):
126 case "$osname" in
127     posix-bc)
128         byacc=$yacc
129         ;;
130 esac
131
132 echo "Extracting Makefile (with variable substitutions)"
133 $spitshell >Makefile <<!GROK!THIS!
134 # Makefile.SH
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.
139 #
140 #
141 # I now supply perly.c with the kits, so don't remake perly.c without byacc
142 BYACC = $byacc
143 CC = $cc
144 LD = $ld
145
146 LDFLAGS = $ldflags
147 CLDFLAGS = $ldflags
148
149 mallocsrc = $mallocsrc
150 mallocobj = $mallocobj
151 LNS = $lns
152 # NOTE: some systems don't grok "cp -f". XXX Configure test needed?
153 CPS = $cp
154 RMS = rm -f
155 ranlib = $ranlib
156
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.
161 bin = $installbin
162 scriptdir = $scriptdir
163 shrpdir = $archlibexp/CORE
164 privlib = $installprivlib
165 man1dir = $man1dir
166 man1ext = $man1ext
167 man3dir = $man3dir
168 man3ext = $man3ext
169
170 # The following are used to build and install shared libraries for
171 # dynamic loading.
172 LDDLFLAGS = $lddlflags
173 SHRPLDFLAGS = $shrpldflags
174 CCDLFLAGS = $ccdlflags
175 DLSUFFIX = .$dlext
176 PLDLFLAGS = $pldlflags
177 LIBPERL = $libperl
178 LLIBPERL= $linklibperl
179 SHRPENV = $shrpenv
180
181 # The following is used to include the current directory in
182 # the dynamic loader path you are building a shared libperl.
183 LDLIBPTH = $ldlibpth
184
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)
190
191 libs = $perllibs $cryptlib
192
193 public = perl $suidperl utilities translators
194
195 shellflags = $shellflags
196
197 # This is set to  MAKE=$make if your $make command doesn't
198 # do it for you.
199 $make_set_make
200
201 # These variables may need to be manually set for non-Unix systems.
202 AR = $full_ar
203 EXE_EXT = $_exe
204 LIB_EXT = $_a
205 OBJ_EXT = $_o
206 PATH_SEP = $p_
207
208 FIRSTMAKEFILE = $firstmakefile
209
210 # Any special object files needed by this architecture, e.g. os2/os2.obj
211 ARCHOBJS = $archobjs
212
213 .SUFFIXES: .c \$(OBJ_EXT)
214
215 # grrr
216 SHELL = $sh
217
218 # how to tr(anslate) newlines
219 TRNL = '$trnl'
220
221 !GROK!THIS!
222 # not used by Makefile but by installperl;
223 # mentioned here so that metaconfig picks these up
224 # $installusrbinperl
225 # $versiononly
226
227
228 ## In the following dollars and backticks do not need the extra backslash.
229 $spitshell >>Makefile <<'!NO!SUBS!'
230
231 CCCMD = `sh $(shellflags) cflags $(LIBPERL) $@`
232
233 private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm
234
235 # Files to be built with variable substitution before miniperl
236 # is available.
237 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
238         makedir.SH myconfig.SH writemain.SH pod/Makefile.SH
239
240 shextract = Makefile cflags config.h makeaperl makedepend \
241         makedir myconfig writemain pod/Makefile
242
243 # Files to be built with variable substitution after miniperl is
244 # available.  Dependencies handled manually below (for now).
245
246 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
247         pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL \
248         pod/buildtoc.PL
249
250 # lib/lib.pm is not listed here because it has a rule of its own.
251 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
252         pod/pod2usage pod/podchecker pod/podselect \
253         pod/buildtoc
254
255 addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
256
257 h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
258 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
259 h3 = opcode.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
260 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
261 h5 = utf8.h warnings.h
262 h = $(h1) $(h2) $(h3) $(h4) $(h5)
263
264 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c
265 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
266 c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c
267 c4 = globals.c perlio.c perlapi.c
268
269 c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c
270
271 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)
272 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)
273 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)
274
275 obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
276
277 # Once perl has been Configure'd and built ok you build different
278 # perl variants (Debugging, Embedded, Multiplicity etc) by saying:
279 #       make clean; make LIBPERL=libperl<type>.a
280 # where <type> is some combination of 'd' and(or) 'e' or 'm'.
281 # See cflags to understand how this works.
282 #
283 # This mechanism is getting clunky and might not even work any more.
284 # EMBEDDING is on by default, and MULTIPLICITY doesn't work.
285 #
286
287 lintflags = -hbvxac
288
289 .c$(OBJ_EXT):
290         $(CCCMD) $(PLDLFLAGS) $*.c
291
292 all: $(FIRSTMAKEFILE) miniperl extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext)
293         @echo " ";
294         @echo " Everything is up to date. 'make test' to run test suite."
295
296 compile: all
297         echo "testing compilation" > testcompile;
298         cd utils;  $(MAKE) compile;
299         cd x2p; $(MAKE) compile; 
300         cd pod; $(MAKE) compile;
301
302 translators:    miniperl lib/Config.pm FORCE
303         @echo " "; echo "       Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
304
305 utilities:      miniperl lib/Config.pm $(plextract) lib/lib.pm FORCE
306         @echo " "; echo "       Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
307
308
309 # This is now done by installman only if you actually want the man pages.
310 #       @echo " "; echo "       Making docs"; cd pod; $(MAKE) all;
311
312 # Phony target to force checking subdirectories.
313 # Apparently some makes require an action for the FORCE target.
314 FORCE:
315         @sh -c true
316 !NO!SUBS!
317 $spitshell >>Makefile <<!GROK!THIS!
318
319 # We do a copy of the op.c instead of a symlink because gcc gets huffy
320 # if we have a symlink forest to another disk (it complains about too many
321 # levels of symbolic links, even if we have only two)
322
323 opmini\$(OBJ_EXT): op.c config.h
324         \$(RMS) opmini.c
325         \$(CPS) op.c opmini.c
326         \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
327         \$(RMS) opmini.c
328
329 !GROK!THIS!
330 $spitshell >>Makefile <<'!NO!SUBS!'
331 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
332         $(CCCMD) $(PLDLFLAGS) $*.c
333
334 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
335         sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
336         sh mv-if-diff writemain.tmp perlmain.c
337
338 perlmain$(OBJ_EXT): perlmain.c
339         $(CCCMD) $(PLDLFLAGS) $*.c
340
341 # The file ext.libs is a list of libraries that must be linked in
342 # for static extensions, e.g. -lm -lgdbm, etc.  The individual
343 # static extension Makefile's add to it.
344 ext.libs: $(static_ext)
345         -@test -f ext.libs || touch ext.libs
346
347 !NO!SUBS!
348
349 # How to build libperl.  This is still rather convoluted.
350 # Load up custom Makefile.SH fragment for shared loading and executables:
351 case "$osname" in
352 *)
353         Makefile_s="$osname/Makefile.SHs"
354         ;;
355 esac
356
357 case "$osname" in
358 aix)
359         $spitshell >>Makefile <<!GROK!THIS!
360 LIBS                    = $perllibs
361 # In AIX we need to change this for building Perl itself from
362 # its earlier definition (which is for building external
363 # extensions *after* Perl has been built and installed)
364 CCDLFLAGS               = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
365
366 !GROK!THIS!
367         case "$useshrplib" in
368         define|true|[yY]*)
369                 $spitshell >>Makefile <<'!NO!SUBS!'
370
371 LIBPERL_NONSHR          = libperl_nonshr$(LIB_EXT)
372 MINIPERL_NONSHR         = miniperl_nonshr$(EXE_EXT)
373
374 $(LIBPERL_NONSHR): perl$(OBJ_EXT) $(obj)
375         $(RMS) $(LIBPERL_NONSHR)
376         $(AR) rcu $(LIBPERL_NONSHR) perl$(OBJ_EXT) $(obj)
377
378 $(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
379         $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
380             opmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
381
382 MINIPERLEXP             = $(MINIPERL_NONSHR)
383
384 LIBPERLEXPORT           = perl.exp
385
386 !NO!SUBS!
387                 
388                 ;;
389         *)      
390                 $spitshell >>Makefile <<'!NO!SUBS!'
391 MINIPERLEXP             = miniperl$(EXE_EXT)
392
393 PERLEXPORT              = perl.exp
394
395 !NO!SUBS!
396         ;;
397         esac
398         $spitshell >>Makefile <<'!NO!SUBS!'
399 perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
400         ./$(MINIPERLEXP) makedef.pl PLATFORM=aix | sort -u | sort -f > perl.exp.tmp
401         sh mv-if-diff perl.exp.tmp perl.exp
402
403 !NO!SUBS!
404         ;;
405 os2)
406         $spitshell >>Makefile <<'!NO!SUBS!'
407 MINIPERLEXP             = miniperl
408
409 perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
410         ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) > perl.exp.tmp
411         sh mv-if-diff perl.exp.tmp perl5.def
412
413 !NO!SUBS!
414         ;;
415 esac
416
417 if test -r $Makefile_s ; then
418         . $Makefile_s
419         $spitshell >>Makefile <<!GROK!THIS!
420
421 Makefile: $Makefile_s
422 !GROK!THIS!
423 else
424         $spitshell >>Makefile <<'!NO!SUBS!'
425 $(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT)
426 !NO!SUBS!
427         case "$useshrplib" in
428         true)
429                 $spitshell >>Makefile <<'!NO!SUBS!'
430         $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj)
431 !NO!SUBS!
432                 case "$osname" in
433                 aix)
434                         $spitshell >>Makefile <<'!NO!SUBS!'
435         rm -f libperl$(OBJ_EXT)
436         mv $@ libperl$(OBJ_EXT)
437         $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
438 !NO!SUBS!
439                         ;;
440                 esac
441                 ;;
442         *)
443                 $spitshell >>Makefile <<'!NO!SUBS!'
444         rm -f $(LIBPERL)
445         $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
446         @$(ranlib) $(LIBPERL)
447 !NO!SUBS!
448                 ;;
449         esac
450         $spitshell >>Makefile <<'!NO!SUBS!'
451
452 # How to build executables.
453
454 # The $& notation tells Sequent machines that it can do a parallel make,
455 # and is harmless otherwise.
456 # The miniperl -w -MExporter line is a basic cheap test to catch errors
457 # before make goes on to run preplibrary and then MakeMaker on extensions.
458 # This is very handy because later errors are often caused by miniperl
459 # build problems but that's not obvious to the novice.
460 # The Module used here must not depend on Config or any extensions.
461
462 !NO!SUBS!
463
464         case "${osname}${osvers}" in
465         next4*)
466                 $spitshell >>Makefile <<'!NO!SUBS!'
467 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
468         $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
469             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
470         $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
471 !NO!SUBS!
472                 ;;
473         aix*)
474                 $spitshell >>Makefile <<'!NO!SUBS!'
475 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
476         $(CC) -o miniperl $(CLDFLAGS) \
477             `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
478             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
479         $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
480 !NO!SUBS!
481                 ;;
482         *)
483                 $spitshell >>Makefile <<'!NO!SUBS!'
484 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
485         $(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl \
486             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
487         $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
488 !NO!SUBS!
489                 ;;
490         esac
491
492         $spitshell >>Makefile <<'!NO!SUBS!'
493
494 perl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
495         $(SHRPENV) $(LDLIBPTH) $(CC) -o perl$(PERL_SUFFIX) $(PERL_PROFILING) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
496
497 # Purify/Quantify Perls.
498
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)
501
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)
504
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)
507
508 # Third Degree Perl (Tru64 only)
509
510 perl.config.dashg:
511         @echo "Checking optimize='-g' in config.sh..."
512         @grep "^optimize="     config.sh
513         @grep "^optimize='-g'" config.sh >/dev/null || exit 1
514
515 perl.third.config: config.sh
516         @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
517         @$(MAKE) perl.config.dashg
518         @echo "Checking usemymalloc='n' in config.sh..."
519         @grep "^usemymalloc="    config.sh
520         @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
521
522 perl.third: /usr/bin/atom perl.third.config perl
523         atom -tool third -L. -all -gp -toolargs="-quiet -invalid -uninit heap+stack+partword+copy -min 0" perl
524         @echo "Now you may run perl.third and then study perl.3log."
525
526 # Pixie Perls (Tru64 and IRIX only)
527
528 perl.pixie.config: config.sh
529         @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
530         @$(MAKE) perl.config.dashg
531
532 perl.pixie.atom: /usr/bin/atom perl
533         atom -tool pixie -L. -all -toolargs="-quiet" perl
534
535 perl.pixie.irix: perl
536         pixie perl
537
538 perl.pixie: /usr/bin/pixie perl.pixie.config perl
539         if test -x /usr/bin/atom; then \
540           $(MAKE) perl.pixie.atom; \
541         else \
542           $(MAKE) perl.pixie.irix; \
543         fi
544         @echo "Now you may run perl.pixie and then run pixie."
545
546 # Gprof Perl
547
548 perl.config.dashpg:
549         @echo "Checking optimize='-pg' in config.sh..."
550         @grep "^optimize="      config.sh
551         @grep "^optimize='-pg'" config.sh >/dev/null || exit 1
552
553 perl.gprof.config: config.sh
554         @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
555         @$(MAKE) perl.config.dashpg
556
557 perl.gprof: /usr/bin/gprof perl.gprof.config
558         $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILING=-pg perl
559         @echo "Now you may run perl.gprof and then run gprof perl.gprof."
560
561 # Microperl.  This is just a convenience thing if one happens to
562 # build also the full Perl and therefore the real big Makefile:
563 # usually one should manually explicitly issue the below command. 
564
565 microperl:
566         $(MAKE) -f Makefile.micro
567
568 # This version, if specified in Configure, does ONLY those scripts which need
569 # set-id emulation.  Suidperl must be setuid root.  It contains the "taint"
570 # checks as well as the special code to validate that the script in question
571 # has been invoked correctly.
572
573 suidperl: $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
574         $(SHRPENV) $(LDLIBPTH) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
575
576 !NO!SUBS!
577
578 fi
579
580 $spitshell >>Makefile <<'!NO!SUBS!'
581
582 sperl$(OBJ_EXT): perl.c $(h)
583         $(RMS) sperl.c
584         $(LNS) perl.c sperl.c
585         $(CCCMD) -DIAMSUID sperl.c
586         $(RMS) sperl.c
587
588 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
589 #       test -d lib/auto || mkdir lib/auto
590 #
591 preplibrary: miniperl lib/Config.pm lib/lib.pm lib/re.pm
592         @sh ./makedir lib/auto
593         @echo " AutoSplitting perl library"
594         $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
595                 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
596
597 # Take care to avoid modifying lib/Config.pm without reason
598 # (If trying to create a new port and having problems with the configpm script, 
599 # try 'make minitest' and/or commenting out the tests at the end of configpm.)
600 lib/Config.pm: config.sh miniperl configpm lib/re.pm
601         $(LDLIBPTH) ./miniperl configpm configpm.tmp
602         sh mv-if-diff configpm.tmp $@
603
604 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
605         $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
606         sh mv-if-diff minimod.tmp $@
607
608 lib/re.pm: ext/re/re.pm
609         @-rm -f $@
610         cat ext/re/re.pm > $@
611
612 $(plextract):   miniperl lib/Config.pm
613         @-rm -f $@
614         $(LDLIBPTH) ./miniperl -Ilib $@.PL
615
616 lib/lib.pm:     miniperl lib/Config.pm
617         @-rm -f $@
618         $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
619
620 extra.pods: miniperl
621         -@test -f extra.pods && rm -f `cat extra.pods`
622         -@rm -f extra.pods
623         -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
624             nx=`echo $$x | sed -e "s/README\.//"`; \
625             cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
626             echo "pod/perl"$$nx".pod" >> extra.pods ; \
627         done
628         -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
629
630 install-strip:
631         $(MAKE) STRIPFLAGS=-s install
632
633 install install-all:
634         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS)
635
636 install-verbose:
637         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V
638
639 install-silent:
640         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S
641
642 no-install:
643         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
644
645 install.perl:   all installperl
646         if [ -n "$(COMPILE)" ]; \
647         then \
648                 cd utils; $(MAKE) compile; \
649                 cd ../x2p; $(MAKE) compile; \
650                 cd ../pod; $(MAKE) compile; \
651         else :; \
652         fi
653         $(LDLIBPTH) ./perl installperl $(INSTALLFLAGS) $(STRIPFLAGS)
654
655 install.man:    all installman
656         $(LDLIBPTH) ./perl installman $(INSTALLFLAGS)
657
658 # XXX Experimental. Hardwired values, but useful for testing.
659 # Eventually Configure could ask for some of these values.
660 install.html: all installhtml
661         -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
662         $(LDLIBPTH) ./perl installhtml                   \
663       --podroot=. --podpath=. --recurse  \
664       --htmldir=$(privlib)/html     \
665       --htmlroot=$(privlib)/html    \
666       --splithead=pod/perlipc     \
667       --splititem=pod/perlfunc    \
668       --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
669       --verbose
670
671
672 # I now supply perly.c with the kits, so the following section is
673 # used only if you force byacc to run by saying
674 #       make run_byacc
675 # Since we patch up the byacc output, the perly.fixer script needs
676 # to run with precisely the same version of byacc as I use.  You
677 # normally shouldn't remake perly.[ch].
678
679 check_byacc:
680         @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
681
682 run_byacc:      FORCE check_byacc
683         $(BYACC) -d perly.y
684         -chmod 664 perly.c perly.h
685         sh $(shellflags) ./perly.fixer y.tab.c perly.c
686         sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
687             -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
688         sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
689         cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
690         chmod 664 vms/perly_c.vms vms/perly_h.vms
691         perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
692
693 # We don't want to regenerate perly.c and perly.h, but they might
694 # appear out-of-date after a patch is applied or a new distribution is
695 # made.
696 perly.c: perly.y
697         -@sh -c true
698
699 perly.h: perly.y
700         -@sh -c true
701
702 PERLYVMS = vms/perly_c.vms vms/perly_h.vms
703
704 $(PERLYVMS):    perly.c perly.h vms/vms_yfix.pl
705         perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
706
707 # No compat3.sym here since and including the 5.004_50.
708 # No interp.sym since 5.005_03.
709 SYM  = global.sym globvar.sym perlio.sym pp.sym
710
711 SYMH = perlvars.h intrpvar.h thrdvar.h
712
713 CHMOD_W = chmod +w
714
715 # The following files are generated automatically
716 #       keywords.pl:    keywords.h
717 #       opcode.pl:      opcode.h opnames.h pp_proto.h pp.sym
718 # [* embed.pl needs pp.sym generated by opcode.pl! *]
719 #       embed.pl:       proto.h embed.h embedvar.h global.sym objXSUB.h
720 #                       perlapi.h perlapi.c pod/perlintern.pod
721 #                       pod/perlapi.pod
722 #       bytecode.pl:    ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c
723 #                       ext/B/B/Asmdata.pm
724 #       regcomp.pl:     regnodes.h
725 #       warnings.pl:    warnings.h lib/warnings.pm
726 # The correct versions should be already supplied with the perl kit,
727 # in case you don't have perl available.
728 # To force them to be regenerated, type
729 #       make regen_headers
730
731 keywords.h:     keywords.pl
732         -perl keywords.pl
733
734 OPCODE_PL_OUTPUT = opcode.h opnames.h pp_proto.h pp.sym
735
736 $(OPCODE_PL_OUTPUT): opcode.pl
737         -perl opcode.pl
738
739 # Really the prerequisites for the next rule  should only be "embed.pl pp.sym"
740 # Writing it this way gives make a big hint to always run opcode.pl before
741 # embed.pl. The alternative - running embed.pl then opcode.pl causes embed.pl
742 # to be re-run next make invocation, and then all object files get recompiled.
743
744 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)
745         -perl embed.pl
746
747 ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm: bytecode.pl
748         -perl bytecode.pl
749
750 regnodes.h:     regcomp.pl
751         -perl regcomp.pl
752
753 warnings.h lib/warnings.pm: warnings.pl
754         -perl warnings.pl
755
756 AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
757                 embed.h embedvar.h global.sym \
758                 pod/perlintern.pod pod/perlapi.pod \
759                 objXSUB.h perlapi.h perlapi.c ext/ByteLoader/byterun.h \
760                 ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm regnodes.h \
761                 warnings.h lib/warnings.pm
762
763 regen_headers:  FORCE
764         -$(CHMOD_W) $(AUTOGEN_FILES)
765         -perl keywords.pl
766         -perl opcode.pl
767         -perl embed.pl
768         -perl bytecode.pl
769         -perl regcomp.pl
770         -perl warnings.pl
771
772 regen_pods:     FORCE
773         -cd pod; $(LDLIBPTH) make regen_pods
774
775 regen_all: $(PERLYVMS) regen_headers regen_pods
776
777 # Extensions:
778 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
779 # automatically get built.  There should ordinarily be no need to change
780 # any of this part of makefile.
781 #
782 # The dummy dependency is a place holder in case $(dynamic_ext) or
783 # $(static_ext) is empty.
784 #
785 # DynaLoader may be needed for extensions that use Makefile.PL.
786
787 $(DYNALOADER):  miniperl preplibrary FORCE
788         @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
789
790 d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
791         @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
792
793 s_dummy $(static_ext):  miniperl preplibrary $(DYNALOADER) FORCE
794         @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
795
796 n_dummy $(nonxs_ext):   miniperl preplibrary $(DYNALOADER) FORCE
797         @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
798
799 clean:          _tidy _mopup
800
801 realclean:      _realcleaner _mopup
802         @echo "Note that make realclean does not delete config.sh or Policy.sh"
803
804 _clobber:
805         rm -f config.sh cppstdin Policy.sh
806
807 clobber:        _realcleaner _mopup _clobber
808
809 distclean:      clobber
810
811 # Like distclean but also removes emacs backups and *.orig.
812 veryclean:      _verycleaner _mopup _clobber
813         -@rm -f Obsolete Wanted
814
815 # Do not 'make _mopup' directly.
816 _mopup:
817         rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
818         -@test -f extra.pods && rm -f `cat extra.pods`
819         -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
820         -rm -f perl.exp ext.libs extra.pods opmini.o
821         -rm -f perl.export perl.dll perl.libexp perl.map perl.def
822         -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
823         -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
824         -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
825         -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts
826         rm -f perl suidperl miniperl $(LIBPERL) libperl.* microperl
827
828 # Do not 'make _tidy' directly.
829 _tidy:
830         -cd pod; $(LDLIBPTH) $(MAKE) clean
831         -cd utils; $(LDLIBPTH) $(MAKE) clean
832         -cd x2p; $(LDLIBPTH) $(MAKE) clean
833         -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
834         $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
835         done
836         rm -f testcompile compilelog
837
838 _cleaner1:
839         -cd os2; rm -f Makefile
840         -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
841         -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
842         -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
843         -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
844         $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
845         done
846
847 _cleaner2:
848         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)
849         rm -rf $(addedbyconf)
850         rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
851         rm -f $(private)
852         rm -rf lib/auto
853         rm -f lib/.exists lib/*/.exists lib/*/*/.exists
854         rm -f h2ph.man pstruct
855         rm -rf .config
856         rm -f testcompile compilelog
857         -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
858
859 _realcleaner: 
860         @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
861         @$(LDLIBPTH) $(MAKE) _cleaner2
862
863 _verycleaner: 
864         @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
865         @$(LDLIBPTH) $(MAKE) _cleaner2
866         -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
867
868 # The following lint has practically everything turned on.  Unfortunately,
869 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
870 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
871 # for that spot.
872
873 lint: $(c)
874         lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
875
876 # Need to unset during recursion to go out of loop.
877 # The README below ensures that the dependency list is never empty and
878 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
879
880 MAKEDEPEND = Makefile makedepend
881
882 $(FIRSTMAKEFILE):       README $(MAKEDEPEND)
883         $(MAKE) depend MAKEDEPEND=
884
885 config.h: config_h.SH config.sh
886         $(SHELL) config_h.SH
887
888 # When done, touch perlmain.c so that it doesn't get remade each time.
889 depend: makedepend
890         sh ./makedepend MAKE=$(MAKE)
891         - test -s perlmain.c && touch perlmain.c
892         cd x2p; $(MAKE) depend
893
894 # Cannot postpone this until $firstmakefile is ready ;-)
895 makedepend: makedepend.SH config.sh
896         sh ./makedepend.SH
897
898 # Cannot delegate rebuilding of t/perl to make
899 # to allow interlaced test and minitest
900
901 _test_prep: $(PERL)$(EXE_EXT)
902         cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT))
903
904 test_prep: miniperl ./perl$(EXE_EXT) preplibrary utilities $(dynamic_ext) $(nonxs_ext) $(TEST_PERL_DLL)
905         PERL=./perl $(MAKE) _test_prep
906
907 _test_tty:
908         cd t && $(LDLIBPTH) $(PERL_DEBUG) $(PERL) TEST $(TEST_ARGS) </dev/tty
909
910 _test_notty:
911         cd t && $(LDLIBPTH) $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(PERL) TEST $(TEST_ARGS)
912
913 # The second branch is for testing without a tty or controlling terminal,
914 # see t/op/stat.t
915 _test:
916         if (true </dev/tty) >/dev/null 2>&1; then \
917           $(MAKE) TEST_ARGS=$(TEST_ARGS) _test_tty   ; \
918         else \
919           $(MAKE) TEST_ARGS=$(TEST_ARGS) _test_notty ; \
920         fi
921         @echo "Ran tests" > t/rantests
922
923 test check: test_prep
924         PERL=./perl $(MAKE) _test
925
926 test_tty: test_prep
927         PERL=./perl $(MAKE) _test_tty
928
929 test_notty: test_prep
930         PERL=./perl $(MAKE) _test_notty
931
932 utest ucheck test.utf8 check.utf8: test_prep
933         PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test
934
935 test-prep:      test_prep
936
937 test-tty:       test_tty
938
939 test-notty:     test_notty
940
941 # Targets for Third Degree testing.
942
943 test_prep.third: test_prep perl.third
944         PERL=./perl.third $(MAKE) _test_prep
945
946 test.third check.third: test_prep.third perl.third
947         PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test
948
949 utest.third ucheck.third: test_prep.third perl.third
950         PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 TEST_ARGS=-utf8 $(MAKE) _test
951
952 test_notty.third: test_prep.third perl.third
953         PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty
954
955 # Targets for Deparse testing.
956
957 test.deparse:   test_prep
958         PERL=./perl TEST_ARGS=-deparse $(MAKE) _test
959
960 test_notty.deparse:     test_prep
961         PERL=./perl TEST_ARGS=-deparse $(MAKE) _test_notty
962
963 # Can't depend on lib/Config.pm because that might be where miniperl
964 # is crashing.
965 minitest: miniperl lib/re.pm
966         @echo "You may see some irrelevant test failures if you have been unable"
967         @echo "to build lib/Config.pm."
968         - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
969                 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t </dev/tty
970
971 # Handy way to run perlbug -ok without having to install and run the
972 # installed perlbug. We don't re-run the tests here - we trust the user.
973 # Please *don't* use this unless all tests pass.
974 # If you want to report test failures, use "make nok" instead.
975 ok:     utilities
976         $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
977
978 okfile: utilities
979         $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
980
981 oknack: utilities
982         $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
983
984 okfilenack:     utilities
985         $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
986
987 nok:    utilities
988         $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
989
990 nokfile:        utilities
991         $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
992
993 noknack:        utilities
994         $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
995
996 nokfilenack:    utilities
997         $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
998
999 clist:  $(c)
1000         echo $(c) | tr ' ' $(TRNL) >.clist
1001
1002 hlist:  $(h)
1003         echo $(h) | tr ' ' $(TRNL) >.hlist
1004
1005 shlist: $(sh)
1006         echo $(sh) | tr ' ' $(TRNL) >.shlist
1007
1008 pllist: $(pl)
1009         echo $(pl) | tr ' ' $(TRNL) >.pllist
1010
1011 Makefile: Makefile.SH ./config.sh
1012         $(SHELL) Makefile.SH
1013
1014 distcheck: FORCE
1015         perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
1016
1017 elc:    emacs/cperl-mode.elc
1018
1019 emacs/cperl-mode.elc: emacs/cperl-mode.el
1020         -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
1021
1022 etags:  TAGS
1023
1024 TAGS: emacs/cperl-mode.elc
1025         sh emacs/ptags
1026
1027 ctags:  tags
1028
1029 # Let's hope make will not go into an infinite loop on case-unsensitive systems
1030 # This may also fail if . is in the head of the path, since perl will
1031 # require -Ilib
1032 tags:   TAGS
1033         perl emacs/e2ctags.pl TAGS > tags
1034
1035 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1036 # If this runs make out of memory, delete /usr/include lines.
1037 !NO!SUBS!
1038
1039 $eunicefix Makefile
1040 case `pwd` in
1041 *SH)
1042     $rm -f ../Makefile
1043     $ln Makefile ../Makefile
1044     ;;
1045 esac
1046 $rm -f $firstmakefile
1047
1048 # Now do any special processing required before building.
1049
1050 case "$ebcdic" in
1051 $define)
1052     xxx=''
1053     echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
1054 case "$osname" in
1055 os390|posix-bc)
1056     rm -f y.tab.c y.tab.h
1057     # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
1058     yacc -d perly.y >/dev/null 2>&1
1059     if cmp -s y.tab.c perly.c; then
1060         rm -f y.tab.c
1061     else
1062         echo "perly.y -> perly.c" >&2
1063         mv -f y.tab.c perly.c
1064         chmod u+w perly.c
1065         sed -e '/^#include "perl\.h"/a\
1066 \
1067 #define yydebug    PL_yydebug\
1068 #define yynerrs    PL_yynerrs\
1069 #define yyerrflag  PL_yyerrflag\
1070 #define yychar     PL_yychar\
1071 #define yyval      PL_yyval\
1072 #define yylval     PL_yylval'                           \
1073             -e '/YYSTYPE *yyval;/D'                     \
1074             -e '/YYSTYPE *yylval;/D'                    \
1075             -e '/int  yychar,/,/yynerrs;/D'             \
1076             -e 's/int yydebug = 0;/yydebug = 0;/'       \
1077             -e 's/[^_]realloc(/PerlMem_realloc(/g'      \
1078             -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1079             -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
1080         xxx="$xxx perly.c"
1081     fi
1082     if cmp -s y.tab.h perly.h; then
1083         rm -f y.tab.h
1084     else
1085         echo "perly.y -> perly.h" >&2
1086         mv -f y.tab.h perly.h
1087         xxx="$xxx perly.h"
1088     fi
1089     if cd x2p
1090     then
1091         rm -f y.tab.c y.tab.h
1092         case "$osname" in
1093         posix-bc)
1094            # we are using two different yaccs in BS2000 Posix!
1095            byacc a2p.y >/dev/null 2>&1
1096            ;;
1097         *) # e.g. os390
1098            yacc  a2p.y >/dev/null 2>&1
1099            ;;
1100         esac
1101         if cmp -s y.tab.c a2p.c
1102         then
1103             rm -f y.tab.c
1104         else
1105             echo "a2p.y -> a2p.c" >&2
1106             mv -f y.tab.c a2p.c
1107             chmod u+w a2p.c
1108             sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1109                 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
1110                 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1111             xxx="$xxx a2p.c"
1112         fi
1113         # In case somebody yacc -d:ed the a2p.y.
1114         if test -f y.tab.h
1115         then
1116             if cmp -s y.tab.h a2p.h
1117             then
1118                 rm -f y.tab.h
1119             else
1120                 echo "a2p.h -> a2p.h" >&2
1121                 mv -f y.tab.h a2p.h
1122                 xxx="$xxx a2p.h"
1123             fi
1124         fi
1125         cd ..
1126     fi
1127     ;;
1128 vmesa)
1129     # Do nothing in VM/ESA.
1130     ;;
1131 *)
1132     echo "'$osname' is an EBCDIC system I don't know that well." >&4
1133     ;;
1134 esac
1135     case "$xxx" in
1136     '') echo "No parser files were regenerated.  That's okay." >&2 ;;
1137     esac
1138     ;;
1139 esac
1140