Cosmetic OS/2-related patches
[p5sagit/p5-mst-13.2.git] / Makefile.SH
1 #! /bin/sh
2 case $CONFIGDOTSH in
3 '')
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=../../../..;
9         else
10                 echo "Can't find config.sh."; exit 1
11         fi
12         . $TOP/config.sh
13         ;;
14 esac
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.
17 case "$0" in
18 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
19 esac
20
21 case "$d_dosuid" in
22 *define*) suidperl='suidperl' ;;
23 *) suidperl='';;
24 esac
25
26 linklibperl='$(LIBPERL)'
27 shrpldflags='$(LDDLFLAGS)'
28 ldlibpth=''
29 case "$useshrplib" in
30 true)
31         # Prefix all runs of 'miniperl' and 'perl' with 
32         # $ldlibpth so that ./perl finds *this* libperl.so.
33         ldlibpth="LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH"
34
35         pldlflags="$cccdlflags"
36         # NeXT-4 specific stuff.  Can't we do this in the hint file?
37         case "${osname}${osvers}" in
38         next4*)
39                 ld=libtool
40                 lddlflags="-dynamic -undefined warning -framework System \
41                 -compatibility_version 1 -current_version $patchlevel \
42                 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
43                 # NeXT uses a different name.
44                 ldlibpth="DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH"
45                 ;;
46         rhapsody*)
47                 ldlibpth="DYLD_LIBRARY_PATH=`pwd`/Perl:$DYLD_LIBRARY_PATH"
48                 ;;
49         cygwin*)        ldlibpth="PATH=`pwd`:$PATH"
50                 linklibperl="-lperl"
51                 ;;
52         os2*)   # OS/2 doesn't need anything special for LD_LIBRARY_PATH.
53                 ldlibpth=''
54                 ;;
55         sunos*)
56                 linklibperl="-lperl"
57                 ;;
58         netbsd*|freebsd[234]*)
59                 linklibperl="-L. -lperl"
60                 ;;
61         aix*)
62                 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
63                 case "$osvers" in
64                 3*)
65                         shrpldflags="$shrpldflags -e _nostart $ldflags $libs $cryptlib"
66                         ;;
67                 *)
68                         shrpldflags="$shrpldflags -b noentry $ldflags $libs $cryptlib"
69                         ;;
70                 esac
71                 aixinstdir=`pwd | sed 's/\/UU$//'`
72                 linklibperl="-L $archlibexp/CORE -L $aixinstdir -lperl"
73                 ;;
74         hpux*)
75                 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
76                 ldlibpth="SHLIB_PATH=`pwd`:${SHLIB_PATH}"
77                 ;;
78         beos*)  ldlibpth="LIBRARY_PATH=`pwd`:$LIBRARY_PATH"
79                 ;;
80         esac
81         ;;
82 *)      pldlflags=''
83         ;;
84 esac
85
86 : Prepare dependency lists for Makefile.
87 dynamic_list=' '
88 for f in $dynamic_ext; do
89     : the dependency named here will never exist
90       base=`echo "$f" | sed 's/.*\///'`
91     dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
92 done
93
94 static_list=' '
95 for f in $static_ext; do
96         base=`echo "$f" | sed 's/.*\///'`
97         static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
98 done
99
100 nonxs_list=' '
101 for f in $nonxs_ext; do
102     base=`echo "$f" | sed 's/.*\///'`
103     nonxs_list="$nonxs_list ext/$f/pm_to_blib"
104 done
105
106 echo "Extracting Makefile (with variable substitutions)"
107 $spitshell >Makefile <<!GROK!THIS!
108 # Makefile.SH
109 # This file is derived from Makefile.SH.  Any changes made here will
110 # be lost the next time you run Configure.
111 #  Makefile is used to generate $firstmakefile.  The only difference
112 #  is that $firstmakefile has the dependencies filled in at the end.
113 #
114 #
115 # I now supply perly.c with the kits, so don't remake perly.c without byacc
116 BYACC = $byacc
117 CC = $cc
118 LD = $ld
119
120 LDFLAGS = $ldflags
121 CLDFLAGS = $ldflags
122
123 SMALL = $small
124 LARGE = $large $split
125 mallocsrc = $mallocsrc
126 mallocobj = $mallocobj
127 LNS = $lns
128 RMS = rm -f
129 ranlib = $ranlib
130
131 # The following are mentioned only to make metaconfig include the
132 # appropriate questions in Configure.  If you want to change these,
133 # edit config.sh instead, or specify --man1dir=/wherever on
134 # installman commandline.
135 bin = $installbin
136 scriptdir = $scriptdir
137 shrpdir = $archlibexp/CORE
138 privlib = $installprivlib
139 man1dir = $man1dir
140 man1ext = $man1ext
141 man3dir = $man3dir
142 man3ext = $man3ext
143
144 # The following are used to build and install shared libraries for
145 # dynamic loading.
146 LDDLFLAGS = $lddlflags
147 SHRPLDFLAGS = $shrpldflags
148 CCDLFLAGS = $ccdlflags
149 DLSUFFIX = .$dlext
150 PLDLFLAGS = $pldlflags
151 LIBPERL = $libperl
152 LLIBPERL= $linklibperl
153 SHRPENV = $shrpenv
154
155 # The following is used to include the current directory in
156 # LD_LIBRARY_PATH if you are building a shared libperl.so.
157 LDLIBPTH = $ldlibpth
158
159 dynamic_ext = $dynamic_list
160 static_ext = $static_list
161 nonxs_ext = $nonxs_list
162 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
163 DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
164
165 libs = $libs $cryptlib
166
167 public = perl $suidperl utilities translators
168
169 shellflags = $shellflags
170
171 # This is set to  MAKE=$make if your $make command doesn't
172 # do it for you.
173 $make_set_make
174
175 # These variables may need to be manually set for non-Unix systems.
176 AR = $full_ar
177 EXE_EXT = $_exe
178 LIB_EXT = $_a
179 OBJ_EXT = $_o
180 PATH_SEP = $p_
181
182 FIRSTMAKEFILE = $firstmakefile
183
184 # Any special object files needed by this architecture, e.g. os2/os2.obj
185 ARCHOBJS = $archobjs
186
187 .SUFFIXES: .c \$(OBJ_EXT)
188
189 # grrr
190 SHELL = $sh
191
192 # how to tr(anslate) newlines
193 TRNL = '$trnl'
194
195 !GROK!THIS!
196
197 ## In the following dollars and backticks do not need the extra backslash.
198 $spitshell >>Makefile <<'!NO!SUBS!'
199
200 CCCMD = `sh $(shellflags) cflags $(LIBPERL) $@`
201
202 private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm
203
204 # Files to be built with variable substitution before miniperl
205 # is available.
206 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
207         makedir.SH perl_exp.SH writemain.SH
208
209 shextract = Makefile cflags config.h makeaperl makedepend \
210         makedir perl.exp writemain
211
212 # Files to be built with variable substitution after miniperl is
213 # available.  Dependencies handled manually below (for now).
214
215 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
216         pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
217
218 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
219         pod/pod2usage pod/podchecker pod/podselect
220
221 addedbyconf = UU $(shextract) $(plextract) pstruct
222
223 h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
224 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
225 h3 = opcode.h patchlevel.h perl.h perly.h pp.h proto.h regcomp.h
226 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
227 h5 = bytecode.h byterun.h utf8.h warning.h
228 h = $(h1) $(h2) $(h3) $(h4) $(h5)
229
230 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c
231 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
232 c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c
233
234 c = $(c1) $(c2) $(c3) miniperlmain.c perlmain.c
235
236 obj1 = $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) op$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) byterun$(OBJ_EXT)
237 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)
238 obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT)
239
240 obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
241
242 # Once perl has been Configure'd and built ok you build different
243 # perl variants (Debugging, Embedded, Multiplicity etc) by saying:
244 #       make clean; make LIBPERL=libperl<type>.a
245 # where <type> is some combination of 'd' and(or) 'e' or 'm'.
246 # See cflags to understand how this works.
247 #
248 # This mechanism is getting clunky and might not even work any more.
249 # EMBEDDING is on by default, and MULTIPLICITY doesn't work.
250 #
251
252 lintflags = -hbvxac
253
254 .c$(OBJ_EXT):
255         $(CCCMD) $(PLDLFLAGS) $*.c
256
257 all: $(FIRSTMAKEFILE) miniperl $(private) $(plextract) $(public) $(dynamic_ext) $(nonxs_ext)
258         @echo " ";
259         @echo " Everything is up to date. 'make test' to run test suite."
260
261 compile: all
262         echo "testing compilation" > testcompile;
263         cd utils;  $(MAKE) compile;
264         cd x2p; $(MAKE) compile; 
265         cd pod; $(MAKE) compile;
266
267 translators:    miniperl lib/Config.pm FORCE
268         @echo " "; echo "       Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
269
270 utilities:      miniperl lib/Config.pm FORCE
271         @echo " "; echo "       Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
272
273
274 # This is now done by installman only if you actually want the man pages.
275 #       @echo " "; echo "       Making docs"; cd pod; $(MAKE) all;
276
277 # Phony target to force checking subdirectories.
278 # Apparently some makes require an action for the FORCE target.
279 FORCE:
280         @sh -c true
281
282 miniperlmain$(OBJ_EXT): miniperlmain.c
283         $(CCCMD) $(PLDLFLAGS) $*.c
284
285 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
286         sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
287         sh mv-if-diff writemain.tmp perlmain.c
288
289 perlmain$(OBJ_EXT): perlmain.c
290         $(CCCMD) $(PLDLFLAGS) $*.c
291
292 # The file ext.libs is a list of libraries that must be linked in
293 # for static extensions, e.g. -lm -lgdbm, etc.  The individual
294 # static extension Makefile's add to it.
295 ext.libs: $(static_ext)
296         -@test -f ext.libs || touch ext.libs
297
298 !NO!SUBS!
299
300 # How to build libperl.  This is still rather convoluted.
301 # Load up custom Makefile.SH fragment for shared loading and executables:
302 case "$osname" in
303 cygwin*)
304         Makefile_s="cygwin32/Makefile.SHs"
305         ;;
306 *)
307         Makefile_s="$osname/Makefile.SHs"
308         ;;
309 esac
310
311 if test -r $Makefile_s ; then
312         . $Makefile_s
313         $spitshell >>Makefile <<!GROK!THIS!
314
315 Makefile: $Makefile_s
316 !GROK!THIS!
317 else
318         $spitshell >>Makefile <<'!NO!SUBS!'
319 $(LIBPERL): $& perl$(OBJ_EXT) $(obj)
320 !NO!SUBS!
321         case "$useshrplib" in
322         true)
323                 $spitshell >>Makefile <<'!NO!SUBS!'
324         $(LD) $(SHRPLDFLAGS) -o $@ perl$(OBJ_EXT) $(obj)
325 !NO!SUBS!
326                 case "$osname" in
327                 aix)
328                         $spitshell >>Makefile <<'!NO!SUBS!'
329         rm -f libperl$(OBJ_EXT)
330         mv $@ libperl$(OBJ_EXT)
331         $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
332 !NO!SUBS!
333                         ;;
334                 esac
335                 ;;
336         *)
337                 $spitshell >>Makefile <<'!NO!SUBS!'
338         rm -f $(LIBPERL)
339         $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
340         @$(ranlib) $(LIBPERL)
341 !NO!SUBS!
342                 ;;
343         esac
344         $spitshell >>Makefile <<'!NO!SUBS!'
345
346 # How to build executables.
347
348 # The $& notation tells Sequent machines that it can do a parallel make,
349 # and is harmless otherwise.
350 # The miniperl -w -MExporter line is a basic cheap test to catch errors
351 # before make goes on to run preplibrary and then MakeMaker on extensions.
352 # This is very handy because later errors are often caused by miniperl
353 # build problems but that's not obvious to the novice.
354 # The Module used here must not depend on Config or any extensions.
355
356 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)
357         $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT) $(LLIBPERL) $(libs)
358         $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e 0 || $(MAKE) minitest
359
360 perl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
361         $(SHRPENV) $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o perl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
362
363 pureperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
364         $(SHRPENV) $(LDLIBPTH) purify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o pureperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
365
366 purecovperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
367         $(SHRPENV) $(LDLIBPTH) purecov $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o purecovperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
368
369 quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
370         $(SHRPENV) $(LDLIBPTH) quantify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o quantperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
371
372 # This version, if specified in Configure, does ONLY those scripts which need
373 # set-id emulation.  Suidperl must be setuid root.  It contains the "taint"
374 # checks as well as the special code to validate that the script in question
375 # has been invoked correctly.
376
377 suidperl: $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
378         $(SHRPENV) $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o suidperl perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
379
380 !NO!SUBS!
381
382 fi
383
384 $spitshell >>Makefile <<'!NO!SUBS!'
385
386 sperl$(OBJ_EXT): perl.c perly.h patchlevel.h $(h)
387         $(RMS) sperl.c
388         $(LNS) perl.c sperl.c
389         $(CCCMD) -DIAMSUID sperl.c
390         $(RMS) sperl.c
391
392 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
393 #       test -d lib/auto || mkdir lib/auto
394 #
395 preplibrary: miniperl lib/Config.pm $(plextract)
396         @sh ./makedir lib/auto
397         @echo " AutoSplitting perl library"
398         $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
399                 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
400
401 # Take care to avoid modifying lib/Config.pm without reason
402 # (If trying to create a new port and having problems with the configpm script, 
403 # try 'make minitest' and/or commenting out the tests at the end of configpm.)
404 lib/Config.pm: config.sh miniperl configpm
405         $(LDLIBPTH) ./miniperl configpm configpm.tmp
406         sh mv-if-diff configpm.tmp $@
407
408 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
409         $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
410         sh mv-if-diff minimod.tmp $@
411
412 lib/re.pm: ext/re/re.pm
413         rm -f $@
414         cat ext/re/re.pm > $@
415
416 $(plextract):   miniperl lib/Config.pm lib/re.pm
417         $(LDLIBPTH) ./miniperl -Ilib $@.PL
418         
419 install: all install.perl install.man
420
421 install.perl:   all installperl
422         if [ -n "$(COMPILE)" ]; \
423         then \
424                 cd utils; $(MAKE) compile; \
425                 cd ../x2p; $(MAKE) compile; \
426                 cd ../pod; $(MAKE) compile; \
427         else :; \
428         fi
429         $(LDLIBPTH) ./perl installperl
430
431 install.man:    all installman
432         $(LDLIBPTH) ./perl installman
433
434 # XXX Experimental. Hardwired values, but useful for testing.
435 # Eventually Configure could ask for some of these values.
436 install.html: all installhtml
437         $(LDLIBPTH) ./perl installhtml                   \
438       --podroot=. --podpath=. --recurse  \
439       --htmldir=$(privlib)/html     \
440       --htmlroot=$(privlib)/html    \
441       --splithead=pod/perlipc     \
442       --splititem=pod/perlfunc    \
443       --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
444       --verbose
445
446
447 # I now supply perly.c with the kits, so the following section is
448 # used only if you force byacc to run by saying
449 #       make run_byacc
450 # Since we patch up the byacc output, the perly.fixer script needs
451 # to run with precisely the same version of byacc as I use.  You
452 # normally shouldn't remake perly.[ch].
453
454 run_byacc:      FORCE
455         @ echo 'Expect' 113 shift/reduce and 1 reduce/reduce conflict
456         $(BYACC) -d perly.y
457         chmod 664 perly.c
458         sh $(shellflags) ./perly.fixer y.tab.c perly.c
459         sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
460             -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
461         sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
462         cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
463         chmod 664 vms/perly_c.vms vms/perly_h.vms
464         perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
465
466 # We don't want to regenerate perly.c and perly.h, but they might
467 # appear out-of-date after a patch is applied or a new distribution is
468 # made.
469 perly.c: perly.y
470         -@sh -c true
471
472 perly.h: perly.y
473         -@sh -c true
474
475 # No compat3.sym here since and including the 5.004_50.
476 # No interp.sym since 5.005_03.
477 SYM  = global.sym globvar.sym perlio.sym pp.sym
478
479 SYMH = perlvars.h intrpvar.h thrdvar.h
480
481 # The following files are generated automatically
482 #       keywords.h:     keywords.pl
483 #       opcode.h:       opcode.pl
484 #       pp_proto.h:     opcode.pl
485 #       pp.sym:         opcode.pl
486 #       embed.h:        embed.pl  [* needs pp.sym generated by opcode.pl! *]
487 #       embedvar.h:     embed.pl  [* needs pp.sym generated by opcode.pl! *]
488 #       byterun.h:      bytecode.pl
489 #       byterun.c:      bytecode.pl
490 #       lib/B/Asmdata.pm:       bytecode.pl
491 #       regnodes.h:     regcomp.pl
492 #       warning.h lib/warning.pm:       warning.pl
493 # The correct versions should be already supplied with the perl kit,
494 # in case you don't have perl available.
495 # To force them to run, type
496 #       make regen_headers
497 regen_headers:  FORCE
498         perl keywords.pl
499         perl opcode.pl
500         perl embed.pl
501         perl bytecode.pl
502         perl regcomp.pl
503         perl warning.pl
504
505 # Extensions:
506 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
507 # automatically get built.  There should ordinarily be no need to change
508 # any of this part of makefile.
509 #
510 # The dummy dependency is a place holder in case $(dynamic_ext) or
511 # $(static_ext) is empty.
512 #
513 # DynaLoader may be needed for extensions that use Makefile.PL.
514
515 $(DYNALOADER):  miniperl preplibrary FORCE
516         @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
517
518 d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
519         @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
520
521 s_dummy $(static_ext):  miniperl preplibrary $(DYNALOADER) FORCE
522         @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
523
524 n_dummy $(nonxs_ext):   miniperl preplibrary $(DYNALOADER) FORCE
525         @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
526
527 clean:          _tidy _mopup
528
529 realclean:      _cleaner _mopup
530         @echo "Note that make realclean does not delete config.sh or Policy.sh"
531
532 clobber:        _cleaner _mopup
533         rm -f config.sh cppstdin Policy.sh
534
535 distclean:      clobber
536
537 # Do not 'make _mopup' directly.
538 _mopup:
539         rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
540         rm -f perl.exp ext.libs
541         -rm -f perl.export perl.dll perl.libexp perl.map perl.def
542         -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
543         rm -f perl suidperl miniperl $(LIBPERL)
544
545 # Do not 'make _tidy' directly.
546 _tidy:
547         -cd pod; $(LDLIBPTH) $(MAKE) clean
548         -cd utils; $(LDLIBPTH) $(MAKE) clean
549         -cd x2p; $(LDLIBPTH) $(MAKE) clean
550         -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
551         $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
552         done
553         rm -f testcompile compilelog
554
555 # Do not 'make _cleaner' directly.
556 _cleaner:
557         -cd os2; rm -f Makefile
558         -cd pod; $(LDLIBPTH) $(MAKE) realclean
559         -cd utils; $(LDLIBPTH) $(MAKE) realclean
560         -cd x2p; $(LDLIBPTH) $(MAKE) realclean
561         -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
562         $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \
563         done
564         rm -f *.orig */*.orig *~ */*~ core core.perl.*.? core.miniperl.*.? perl.core miniperl.core t/core t/core.perl.*.? t/perl.core t/tmp???? t/c t/perl so_locations t/nonexistent1
565         rm -rf $(addedbyconf)
566         rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
567         rm -f $(private)
568         rm -rf lib/auto
569         rm -f lib/.exists lib/*/.exists
570         rm -f h2ph.man pstruct
571         rm -rf .config
572         rm -f testcompile compilelog
573
574 # The following lint has practically everything turned on.  Unfortunately,
575 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
576 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
577 # for that spot.
578
579 lint: perly.c $(c)
580         lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
581
582 # Need to unset during recursion to go out of loop.
583 # The README below ensures that the dependency list is never empty and
584 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
585
586 MAKEDEPEND = Makefile makedepend
587
588 $(FIRSTMAKEFILE):       README $(MAKEDEPEND)
589         $(MAKE) depend MAKEDEPEND=
590
591 config.h: config_h.SH config.sh
592         $(SHELL) config_h.SH
593
594 # This is an AIXism.
595 perl.exp: perl_exp.SH config.sh $(SYM) $(SYMH)
596         $(SHELL) perl_exp.SH
597
598 # When done, touch perlmain.c so that it doesn't get remade each time.
599 depend: makedepend
600         sh ./makedepend MAKE=$(MAKE)
601         - test -s perlmain.c && touch perlmain.c
602         cd x2p; $(MAKE) depend
603
604 # Cannot postpone this until $firstmakefile is ready ;-)
605 makedepend: makedepend.SH config.sh
606         sh ./makedepend.SH
607
608 # Cannot delegate rebuilding of t/perl to make to allow interlaced
609 # test and minitest
610 test-prep: miniperl perl preplibrary utilities $(dynamic_ext) $(nonxs_ext) $(TEST_PERL_DLL)
611         cd t && (rm -f perl$(EXE_EXT); $(LNS) ../perl$(EXE_EXT) perl$(EXE_EXT))
612
613 # Second branch is for testing without a tty or controling terminal.
614 # See t/op/stat.t
615 test check: test-prep
616         if (true </dev/tty) >/dev/null 2>&1; then \
617           cd t && $(LDLIBPTH) ./perl TEST </dev/tty; \
618         else \
619           cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST; \
620         fi
621
622 utest ucheck: test-prep
623         if (true </dev/tty) >/dev/null 2>&1; then \
624           cd t && $(LDLIBPTH) ./perl UTEST </dev/tty; \
625         else \
626           cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl UTEST; \
627         fi
628
629 # For testing without a tty or controling terminal. See t/op/stat.t
630 test-notty: test-prep
631         cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST
632
633 # Can't depend on lib/Config.pm because that might be where miniperl
634 # is crashing.
635 minitest: miniperl lib/re.pm
636         @echo "You may see some irrelevant test failures if you have been unable"
637         @echo "to build lib/Config.pm."
638         - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
639                 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t </dev/tty
640
641 # Handy way to run perlbug -ok without having to install and run the
642 # installed perlbug. We don't re-run the tests here - we trust the user.
643 # Please *don't* use this unless all tests pass.
644 # If you want to report test failures, use "make nok" instead.
645 ok:     utilities
646         $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
647
648 okfile: utilities
649         $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
650
651 nok:    utilities
652         $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
653
654 clist:  $(c)
655         echo $(c) | tr ' ' $(TRNL) >.clist
656
657 hlist:  $(h)
658         echo $(h) | tr ' ' $(TRNL) >.hlist
659
660 shlist: $(sh)
661         echo $(sh) | tr ' ' $(TRNL) >.shlist
662
663 pllist: $(pl)
664         echo $(pl) | tr ' ' $(TRNL) >.pllist
665
666 Makefile: Makefile.SH ./config.sh
667         $(SHELL) Makefile.SH
668
669 distcheck: FORCE
670         perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
671
672 elc:    emacs/cperl-mode.elc
673
674 emacs/cperl-mode.elc: emacs/cperl-mode.el
675         -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
676
677 etags:  TAGS
678
679 TAGS: emacs/cperl-mode.elc
680         sh emacs/ptags
681
682 ctags:  tags
683
684 # Let's hope make will not go into an infinite loop on case-unsensitive systems
685 # This may also fail if . is in the head of the path, since perl will
686 # require -Ilib
687 tags:   TAGS
688         perl emacs/e2ctags.pl TAGS > tags
689
690 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
691 # If this runs make out of memory, delete /usr/include lines.
692 !NO!SUBS!
693
694 $eunicefix Makefile
695 case `pwd` in
696 *SH)
697     $rm -f ../Makefile
698     $ln Makefile ../Makefile
699     ;;
700 esac
701 $rm -f $firstmakefile
702
703 # Now do any special processing required before building.
704
705 case "$ebcdic" in
706 $define)
707     xxx=''
708     echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
709 case "$osname" in
710 os390|posix-bc)
711     rm -f y.tab.c y.tab.h
712     # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
713     yacc -d perly.y >/dev/null 2>&1
714     if cmp -s y.tab.c perly.c; then
715         rm -f y.tab.c
716     else
717         echo "perly.y -> perly.c" >&2
718         mv -f y.tab.c perly.c
719         chmod u+w perly.c
720         sed -e '/^#include "perl\.h"/a\
721 \
722 #define yydebug    PL_yydebug\
723 #define yynerrs    PL_yynerrs\
724 #define yyerrflag  PL_yyerrflag\
725 #define yychar     PL_yychar\
726 #define yyval      PL_yyval\
727 #define yylval     PL_yylval'                           \
728             -e '/YYSTYPE *yyval;/D'                     \
729             -e '/YYSTYPE *yylval;/D'                    \
730             -e '/int  yychar,/,/yynerrs;/D'             \
731             -e 's/int yydebug = 0;/yydebug = 0;/'       \
732             -e 's/[^_]realloc(/PerlMem_realloc(/g'      \
733             -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
734             -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
735         xxx="$xxx perly.c"
736     fi
737     if cmp -s y.tab.h perly.h; then
738         rm -f y.tab.h
739     else
740         echo "perly.y -> perly.h" >&2
741         mv -f y.tab.h perly.h
742         xxx="$xxx perly.h"
743     fi
744     if cd x2p
745     then
746         rm -f y.tab.c y.tab.h
747         case "$osname" in
748         posix-bc)
749            # we are using two different yaccs in BS2000 Posix!
750            byacc a2p.y >/dev/null 2>&1
751            ;;
752         *) # e.g. os390
753            yacc  a2p.y >/dev/null 2>&1
754            ;;
755         esac
756         if cmp -s y.tab.c a2p.c
757         then
758             rm -f y.tab.c
759         else
760             echo "a2p.y -> a2p.c" >&2
761             mv -f y.tab.c a2p.c
762             chmod u+w a2p.c
763             sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
764                 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
765             xxx="$xxx a2p.c"
766         fi
767         # In case somebody yacc -d:ed the a2p.y.
768         if test -f y.tab.h
769         then
770             if cmp -s y.tab.h a2p.h
771             then
772                 rm -f y.tab.h
773             else
774                 echo "a2p.h -> a2p.h" >&2
775                 mv -f y.tab.h a2p.h
776                 xxx="$xxx a2p.h"
777             fi
778         fi
779         cd ..
780     fi
781     ;;
782 vmesa)
783     # Do nothing in VM/ESA.
784     ;;
785 *)
786     echo "'$osname' is an EBCDIC system I don't know that well." >&4
787     ;;
788 esac
789     case "$xxx" in
790     '') echo "No parser files were regenerated.  That's okay." >&2 ;;
791     esac
792     ;;
793 esac
794