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