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