sperl.o also needs to depend on git_version.h
[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
13 case $CROSS_NAME in
14 '')
15         Makefile=Makefile
16         ;;
17 *)
18         # if cross-compilation, the Makefile named accordingly
19         Makefile=Makefile-cross-$CROSS_NAME
20         . Cross/config-${CROSS_NAME}.sh
21         ;;
22 esac
23
24 # H.Merijn Brand [17 Feb 2004]
25 # This comment is just to ensure that Configure will find variables that
26 # are removed/replaced in patches on blead, but are still needed in the
27 # 5.8.x, 5.6.x and 5.005.x maintainance tracks.
28 # metaconfig -m will scan all .SH files on this level (not deeper), and
29 # not in x2p and other subfolders. This file is as good as any .SH
30 # patch   references
31 # #22227 $baserev
32 # #22302 $yacc $byacc
33
34 # H.Merijn Brand [30 Oct 2004]
35 # Mentioned for the same reason for future reference
36 # #23434 $d_strlcat $d_strlcpy
37
38 : This forces SH files to create target in same directory as SH file.
39 : This is so that make depend always knows where to find SH derivatives.
40 case "$0" in
41 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
42 esac
43
44 case "$d_dosuid" in
45 *define*) suidperl='suidperl' ;;
46 *) suidperl='';;
47 esac
48
49 linklibperl='$(LIBPERL)'
50 linklibperl_nonshr=''
51 shrpldflags='$(LDDLFLAGS)'
52 ldlibpth=''
53 DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
54 DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL'
55 case "$useshrplib" in
56 true)
57         # Prefix all runs of 'miniperl' and 'perl' with
58         # $ldlibpth so that ./perl finds *this* shared libperl.
59         case "$LD_LIBRARY_PATH" in
60         '')
61                 ldlibpth="LD_LIBRARY_PATH=`pwd`";;
62         *)
63                 ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
64         esac
65
66         pldlflags="$cccdlflags"
67         static_target='static_pic'
68         case "${osname}${osvers}" in
69         next4*)
70                 ld=libtool
71                 lddlflags="-dynamic -undefined warning -framework System \
72                 -compatibility_version 1 -current_version $patchlevel \
73                 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
74                 ;;
75         rhapsody*|darwin*)
76                 shrpldflags="${ldflags} -dynamiclib \
77                             -compatibility_version \
78                                 ${api_revision}.${api_version}.${api_subversion} \
79                              -current_version \
80                                 ${revision}.${patchlevel}.${subversion} \
81                              -install_name \$(shrpdir)/\$@"
82                 ;;
83         cygwin*)
84                 shrpldflags="$shrpldflags -Wl,--out-implib=libperl.dll.a -Wl,--image-base,0x52000000"
85                 linklibperl="-L. -lperl"
86                 ;;
87         sunos*)
88                 linklibperl="-lperl"
89                 ;;
90         netbsd*|freebsd[234]*|openbsd*|dragonfly*)
91                 linklibperl="-L. -lperl"
92                 ;;
93         interix*)
94                 linklibperl="-L. -lperl"
95                 shrpldflags="$shrpldflags -Wl,--image-base,0x57000000"
96                 ;;
97         aix*)
98                 case "$cc" in
99                 gcc*)
100                         shrpldflags="-shared -Wl,-H512 -Wl,-T512 -Wl,-bhalt:4 -Wl,-bM:SRE -Wl,-bE:perl.exp"
101                         case "$osvers" in
102                         3*)     shrpldflags="$shrpldflags -e _nostart"
103                                 ;;
104                         *)      shrpldflags="$shrpldflags -Wl,-bnoentry"
105                                 ;;
106                         esac
107                         shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
108                         linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
109                         linklibperl_nonshr='-lperl_nonshr'
110                         ;;
111                 *)
112                         shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
113                         case "$osvers" in
114                         3*)     shrpldflags="$shrpldflags -e _nostart"
115                                 ;;
116                         *)      shrpldflags="$shrpldflags -b noentry"
117                                 ;;
118                         esac
119                         shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
120                         linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
121                         linklibperl_nonshr='-lperl_nonshr'
122                         ;;
123                 esac
124                 ;;
125         hpux*)
126                 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
127                 ;;
128         os390*)
129             shrpldflags='-W l,XPLINK,dll'
130             linklibperl='libperl.x'
131             DPERL_EXTERNAL_GLOB=''
132             ;;
133         esac
134         case "$ldlibpthname" in
135         '') ;;
136         *)
137             case "$osname" in
138             os2)
139                 ldlibpth=''
140                 ;;
141             *)
142                 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
143                 ;;
144             esac
145             # Strip off any trailing :'s
146             ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
147             ;;
148         esac
149
150         case "$ldlibpth" in
151         # Protect any spaces
152         *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
153         esac
154
155         case "$osname" in
156         linux)
157             # If there is a pre-existing $libperl from a previous
158             # installation, Linux needs to use LD_PRELOAD to
159             # override the LD_LIBRARY_PATH setting.  See the
160             # INSTALL file, under "Building a shared perl library".
161             # If there is no pre-existing $libperl, we don't need
162             # to do anything further.
163             if test -f $archlib/CORE/$libperl; then
164                 rm -f preload
165                 cat <<'EOT' > preload
166 #! /bin/sh
167 lib=$1
168 shift
169 test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
170 exec "$@"
171 EOT
172                 chmod 755 preload
173                 ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
174             fi
175             ;;
176         os390)  test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
177                 ;;
178         esac
179
180         ;;
181
182 *)      pldlflags=''
183         static_target='static'
184         ;;
185 esac
186
187 : Prepare dependency lists for Makefile.
188 dynamic_list=' '
189 extra_dep=''
190 for f in $dynamic_ext; do
191     : the dependency named here will never exist
192       base=`echo "$f" | sed 's/.*\///'`
193     this_target="lib/auto/$f/$base.$dlext"  
194     dynamic_list="$dynamic_list $this_target"
195
196     : Parallel makes reveal that we have some interdependencies
197     case $f in
198         Math/BigInt/FastCalc|Devel/NYTProf) extra_dep="$extra_dep
199 $this_target: lib/auto/List/Util/Util.$dlext" ;;
200         Unicode/Normalize) extra_dep="$extra_dep
201 $this_target: uni.data" ;;
202     esac
203 done
204
205 static_list=' '
206 for f in $static_ext; do
207         base=`echo "$f" | sed 's/.*\///'`
208         static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
209 done
210
211 nonxs_list=' '
212 for f in $nonxs_ext; do
213     base=`echo "$f" | sed 's/.*\///'`
214     nonxs_list="$nonxs_list ext/$f/pm_to_blib"
215 done
216
217 dtrace_h=''
218 dtrace_o=''
219 case "$usedtrace" in
220 define|true)
221         dtrace_h='perldtrace.h' 
222         $dtrace -G -s perldtrace.d -o perldtrace.tmp >/dev/null 2>&1 \
223                 && rm -f perldtrace.tmp && dtrace_o='perldtrace$(OBJ_EXT)'
224         ;;
225 esac
226
227 echo "Extracting $Makefile (with variable substitutions)"
228 $spitshell >$Makefile <<!GROK!THIS!
229 # $Makefile
230 # This file is derived from Makefile.SH.  Any changes made here will
231 # be lost the next time you run Configure.
232 #  Makefile is used to generate $firstmakefile.  The only difference
233 #  is that $firstmakefile has the dependencies filled in at the end.
234
235 CC = $cc
236 LD = $ld
237
238 LDFLAGS = $ldflags
239 CLDFLAGS = $ldflags
240
241 mallocsrc = $mallocsrc
242 mallocobj = $mallocobj
243 madlysrc = $madlysrc
244 madlyobj = $madlyobj
245 LNS = $lns
246 # NOTE: some systems don't grok "cp -f". XXX Configure test needed?
247 CPS = $cp
248 RMS = rm -f
249 ranlib = $ranlib
250
251 # The following are mentioned only to make metaconfig include the
252 # appropriate questions in Configure.  If you want to change these,
253 # edit config.sh instead, or specify --man1dir=/wherever on
254 # installman commandline.
255 bin = $installbin
256 scriptdir = $scriptdir
257 shrpdir = $archlibexp/CORE
258 privlib = $installprivlib
259 man1dir = $man1dir
260 man1ext = $man1ext
261 man3dir = $man3dir
262 man3ext = $man3ext
263
264 # The following are used to build and install shared libraries for
265 # dynamic loading.
266 LDDLFLAGS = $lddlflags
267 SHRPLDFLAGS = $shrpldflags
268 CCDLFLAGS = $ccdlflags
269 DLSUFFIX = .$dlext
270 PLDLFLAGS = $pldlflags
271 LIBPERL = $libperl
272 LLIBPERL= $linklibperl
273 LLIBPERL_NONSHR= $linklibperl_nonshr
274 SHRPENV = $shrpenv
275
276 # Static targets are ordinarily built without CCCDLFLAGS.  However,
277 # if building a shared libperl.so that might later be linked into
278 # another application, then it might be appropriate to also build static
279 # extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
280 # for GNU cc).  This is handled by ext/util/make_ext.pl.
281 STATIC = $static_target
282
283 # The following is used to include the current directory in
284 # the dynamic loader path you are building a shared libperl.
285 LDLIBPTH = $ldlibpth
286
287 # Sometimes running an executable is an adventure.
288 RUN = $run
289
290 # These variables may need to be manually set for non-Unix systems.
291 AR = $full_ar
292 HOST_EXE_EXT = 
293 EXE_EXT = $_exe
294 LIB_EXT = $_a
295 OBJ_EXT = $_o
296 PATH_SEP = $p_
297
298 #
299 dynamic_ext = $dynamic_list
300 static_ext = $static_list
301 nonxs_ext = $nonxs_list
302 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
303 DYNALOADER = DynaLoader\$(OBJ_EXT)
304
305 libs = $perllibs $cryptlib
306
307 public = perl\$(EXE_EXT) $suidperl utilities translators
308
309 shellflags = $shellflags
310
311 # This is set to  MAKE=$make if your $make command doesn't
312 # do it for you.
313 $make_set_make
314
315 # Mention $gmake here so it gets probed for by Configure.
316
317 # If you're going to use valgrind and it can't be invoked as plain valgrind
318 # then you'll need to change this, or override it on the make command line.
319 VALGRIND=valgrind
320
321 DTRACE = $dtrace
322 DTRACE_H = $dtrace_h
323 DTRACE_O = $dtrace_o
324
325 FIRSTMAKEFILE = $firstmakefile
326
327 # Any special object files needed by this architecture, e.g. os2/os2.obj
328 ARCHOBJS = $archobjs
329
330 .SUFFIXES: .c \$(OBJ_EXT) .i .s
331
332 # grrr
333 SHELL = $sh
334
335 # how to tr(anslate) newlines
336 TRNL = '$trnl'
337
338 OPTIMIZE = $optimize
339
340 EXTRAS = $extras
341
342 INSTALLPREFIXEXP = $prefix
343
344 !GROK!THIS!
345 # not used by Makefile but by installperl;
346 # mentioned here so that metaconfig picks these up
347 # $installusrbinperl
348 # $versiononly
349
350 case "${osname}:${osvers}" in
351 darwin:*)
352 $spitshell >>$Makefile <<EOF
353
354 # Your locales are broken (osname $osname, osvers $osvers)
355 # and to avoid the numerous
356 # perl: warning: Setting locale failed.
357 # warnings during the build process we reset the locale variables.
358
359 LC_ALL=C
360 LANG=C
361 LANGUAGE=C
362 EOF
363         ;;
364 esac
365
366 case $CROSS_NAME in
367 '')
368 ## In the following dollars and backticks do not need the extra backslash.
369 $spitshell >>$Makefile <<'!NO!SUBS!'
370
371 CCCMD    = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $@`
372
373 CCCMDSRC = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $<`
374
375 # we dont include lib/Config_git.pl here, as it causes circular dependencies
376 CONFIGPM = lib/Config.pm lib/Config_heavy.pl
377 # so we add it here:
378 CONFIGPM_EXTRA = $(CONFIGPM) lib/Config_git.pl
379
380 CONFIGPOD = lib/Config.pod
381
382 CONFIGH = config.h
383 !NO!SUBS!
384         ;;
385 *)
386         # if cross-compilation
387 $spitshell >>$Makefile <<!GROK!THIS!
388 CROSS_NAME = $CROSS_NAME
389 CROSS_LIB = xlib/$CROSS_NAME
390
391 CCCMD    = \`sh \$(shellflags) cflags-cross-$CROSS_NAME "optimize='\$(OPTIMIZE)'" \$@\` -I\$(CROSS_LIB)
392 CCCMDSRC = \`sh \$(shellflags) cflags-cross-$CROSS_NAME "optimize='\$(OPTIMIZE)'" \$<\` -I\$(CROSS_LIB)
393 CONFIGPM = xlib/\$(CROSS_NAME)/Config.pm
394 CONFIGPOD = xlib/\$(CROSS_NAME)/Config.pod
395 CONFIGH = xconfig.h
396
397 xconfig.h: config_h.SH Cross/config-\$(CROSS_NAME).sh
398         CONFIG_SH=Cross/config-\$(CROSS_NAME).sh CONFIG_H=xconfig.h \$(SHELL) config_h.SH
399         #TODO \$(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib -MCross=\$(CROSS_NAME) config_h.PL "INST_VER=\$(INST_VER)" "CORE_DIR=\$(CROSS_LIB)" "CONFIG_H=xconfig.h"
400         cp xconfig.h \$(CROSS_LIB)/
401         cp xconfig.h \$(CROSS_LIB)/config.h
402
403 !GROK!THIS!
404         ;;
405 esac
406
407 ## In the following dollars and backticks do not need the extra backslash.
408 $spitshell >>$Makefile <<'!NO!SUBS!'
409
410 private = preplibrary $(CONFIGPM) $(CONFIGPOD) lib/ExtUtils/Miniperl.pm
411
412 # Files to be built with variable substitution before miniperl
413 # is available.
414 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
415         makedir.SH myconfig.SH writemain.SH pod/Makefile.SH
416
417 shextract = Makefile cflags config.h makeaperl makedepend \
418         makedir myconfig writemain pod/Makefile
419
420 # Files to be built with variable substitution after miniperl is
421 # available.  Dependencies handled manually below (for now).
422
423 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
424         pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
425
426 # lib/lib.pm is not listed here because it has a rule of its own.
427 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
428         pod/pod2usage pod/podchecker pod/podselect
429
430 addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
431
432 # Unicode data files generated by mktables
433 unidatafiles = lib/unicore/Canonical.pl lib/unicore/Exact.pl \
434         lib/unicore/Properties lib/unicore/Decomposition.pl \
435         lib/unicore/CombiningClass.pl lib/unicore/Name.pl lib/unicore/PVA.pl
436
437 # Directories of Unicode data files generated by mktables
438 unidatadirs = lib/unicore/To lib/unicore/lib
439
440 h1 = EXTERN.h INTERN.h XSUB.h av.h $(CONFIGH) cop.h cv.h dosish.h
441 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h
442 h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
443 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
444 h5 = utf8.h warnings.h mydtrace.h
445 h = $(h1) $(h2) $(h3) $(h4) $(h5)
446
447 c1 = av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c
448 c2 = perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c
449 c3 = taint.c toke.c util.c deb.c run.c universal.c xsutils.c pad.c globals.c
450 c4 = perlio.c perlapi.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c
451 c5 = $(madlysrc) $(mallocsrc)
452
453 c = $(c1) $(c2) $(c3) $(c4) $(c5) miniperlmain.c perlmain.c opmini.c perlmini.c
454
455 obj0 = op$(OBJ_EXT) perl$(OBJ_EXT)
456 obj1 = $(madlyobj) $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) pad$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) reentr$(OBJ_EXT) mro$(OBJ_EXT)
457 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)
458 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) mathoms$(OBJ_EXT) locale$(OBJ_EXT) pp_pack$(OBJ_EXT) pp_sort$(OBJ_EXT)
459
460 mini_obj =  $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
461 ndt_obj = $(obj0) $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
462 obj = $(ndt_obj) $(DTRACE_O)
463
464 lintflags = \
465     -b \
466     -n \
467     -p \
468     -Ncheck=%all \
469     -Nlevel=4 \
470     -errchk=parentheses \
471     -errhdr=%all \
472     -errfmt=src \
473     -errtags \
474     -erroff=E_ASSIGN_NARROW_CONV \
475     -erroff=E_BAD_PTR_CAST \
476     -erroff=E_BAD_PTR_CAST_ALIGN \
477     -erroff=E_BAD_PTR_INT_COMBINATION \
478     -erroff=E_BAD_SIGN_EXTEND \
479     -erroff=E_BLOCK_DECL_UNUSED \
480     -erroff=E_CASE_FALLTHRU \
481     -erroff=E_CONST_EXPR \
482     -erroff=E_CONSTANT_CONDITION \
483     -erroff=E_END_OF_LOOP_CODE_NOT_REACHED \
484     -erroff=E_EQUALITY_NOT_ASSIGNMENT \
485     -erroff=E_EXPR_NULL_EFFECT \
486     -erroff=E_FALSE_LOGICAL_EXPR \
487     -erroff=E_INCL_NUSD \
488     -erroff=E_LOOP_EMPTY \
489     -erroff=E_MAIN_PARAM \
490     -erroff=E_POINTER_TO_OBJECT \
491     -erroff=E_PTRDIFF_OVERFLOW \
492     -erroff=E_SHIFT_CNT_NEG_TOO_BIG_L \
493     -erroff=E_STATIC_UNUSED \
494     -erroff=E_TRUE_LOGICAL_EXPR
495
496 splintflags = \
497     -I/usr/lib/gcc/i486-linux-gnu/4.0.2/include/ \
498     -D__builtin_va_list=va_list \
499     -Dsigjmp_buf=jmp_buf \
500     -warnposix \
501     \
502     +boolint \
503     +charintliteral \
504     -fixedformalarray \
505     -mustfreefresh \
506     -nestedextern \
507     -predboolint \
508     -predboolothers \
509     -preproc \
510     -boolops \
511     -shadow \
512     -nullstate \
513     +longintegral \
514     +matchanyintegral \
515     -type \
516     \
517     +line-len 999 \
518     +weak
519
520 splintfiles = $(c1)
521
522 .c$(OBJ_EXT): 
523         $(CCCMD) $(PLDLFLAGS) $*.c
524
525 .c.i: 
526         $(CCCMDSRC) -E $*.c > $*.i
527
528 .c.s:
529         $(CCCMDSRC) -S $*.c
530
531 all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) miniperl extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
532         @echo " ";
533         @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
534
535 sperl$(OBJ_EXT): perl.c $(h)
536         $(RMS) sperl.c
537         $(LNS) perl.c sperl.c
538         $(CCCMD) -DIAMSUID sperl.c
539         $(RMS) sperl.c
540
541 sperl.i: perl.c $(h)
542         $(CCCMDSRC) -DIAMSUID -E perl.c > sperl.i
543
544 .PHONY: all translators utilities
545
546 git_version.h: miniperl$(EXE_EXT) make_patchnum.pl
547         -$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib make_patchnum.pl
548
549 # make sure that we recompile perl.c if the git version changes
550 perl$(OBJ_EXT): git_version.h
551 sperl$(OBJ_EXT): git_version.h
552
553 translators:    miniperl$(EXE_EXT) $(CONFIGPM) FORCE
554         @echo " "; echo "       Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
555
556 utilities:      miniperl$(EXE_EXT) $(CONFIGPM) $(plextract) lib/lib.pm FORCE
557         @echo " "; echo "       Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
558
559
560 # This is now done by installman only if you actually want the man pages.
561 #       @echo " "; echo "       Making docs"; cd pod; $(MAKE) all;
562
563 # Phony target to force checking subdirectories.
564 # Apparently some makes require an action for the FORCE target.
565 .PHONY: FORCE
566 FORCE:
567         @sh -c true
568 !NO!SUBS!
569 $spitshell >>$Makefile <<!GROK!THIS!
570
571 # We do a copy of the op.c instead of a symlink because gcc gets huffy
572 # if we have a symlink forest to another disk (it complains about too many
573 # levels of symbolic links, even if we have only two)
574
575 opmini.c: op.c
576         \$(RMS) opmini.c
577         \$(CPS) op.c opmini.c
578
579 opmini\$(OBJ_EXT): opmini.c
580         \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
581
582 perlmini.c: perl.c
583         \$(RMS) perlmini.c
584         \$(CPS) perl.c perlmini.c
585
586 perlmini\$(OBJ_EXT): perlmini.c
587         \$(CCCMD) \$(PLDLFLAGS) $DPERL_IS_MINIPERL perlmini.c
588
589 globals\$(OBJ_EXT): uudmap.h
590
591 uudmap.h: generate_uudmap\$(HOST_EXE_EXT)
592         \$(RUN) ./generate_uudmap\$(HOST_EXE_EXT) >uudmap.h
593
594 generate_uudmap\$(HOST_EXE_EXT): generate_uudmap\$(OBJ_EXT)
595         \$(CC) -o generate_uudmap\$(EXE_EXT) \$(LDFLAGS) generate_uudmap\$(OBJ_EXT) \$(libs)
596
597 !GROK!THIS!
598 $spitshell >>$Makefile <<'!NO!SUBS!'
599 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
600         $(CCCMD) $(PLDLFLAGS) $*.c
601
602 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
603         sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
604
605 perlmain$(OBJ_EXT): perlmain.c
606         $(CCCMD) $(PLDLFLAGS) $*.c
607
608 # The file ext.libs is a list of libraries that must be linked in
609 # for static extensions, e.g. -lm -lgdbm, etc.  The individual
610 # static extension Makefile's add to it.
611 ext.libs: $(static_ext)
612         -@test -f ext.libs || touch ext.libs
613
614 !NO!SUBS!
615
616 # How to build libperl.  This is still rather convoluted.
617 # Load up custom Makefile.SH fragment for shared loading and executables:
618 case "$osname" in
619 *)
620         Makefile_s="$osname/Makefile.SHs"
621         ;;
622 esac
623
624 case "$osname" in
625 aix)
626         $spitshell >>$Makefile <<!GROK!THIS!
627 LIBS                    = $perllibs
628 # In AIX we need to change this for building Perl itself from
629 # its earlier definition (which is for building external
630 # extensions *after* Perl has been built and installed)
631 CCDLFLAGS               = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
632
633 !GROK!THIS!
634         case "$useshrplib" in
635         define|true|[yY]*)
636                 $spitshell >>$Makefile <<'!NO!SUBS!'
637
638 LIBPERL_NONSHR          = libperl_nonshr$(LIB_EXT)
639 MINIPERL_NONSHR         = miniperl_nonshr$(EXE_EXT)
640
641 $(LIBPERL_NONSHR): $(obj)
642         $(RMS) $(LIBPERL_NONSHR)
643         $(AR) rcu $(LIBPERL_NONSHR) $(obj)
644
645 $(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)  perlmini$(OBJ_EXT)
646         $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
647             opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
648
649 MINIPERLEXP             = $(MINIPERL_NONSHR)
650
651 LIBPERLEXPORT           = perl.exp
652
653 !NO!SUBS!
654                 
655                 ;;
656         *)      
657                 $spitshell >>$Makefile <<'!NO!SUBS!'
658 MINIPERLEXP             = miniperl$(EXE_EXT)
659
660 PERLEXPORT              = perl.exp
661
662 !NO!SUBS!
663         ;;
664         esac
665         $spitshell >>$Makefile <<'!NO!SUBS!'
666 perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
667         ./$(MINIPERLEXP) makedef.pl PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" | sort -u | sort -f > perl.exp
668
669 !NO!SUBS!
670         ;;
671 os2)
672         $spitshell >>$Makefile <<'!NO!SUBS!'
673 MINIPERLEXP             = miniperl
674
675 perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
676         ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl5.def
677
678 !NO!SUBS!
679         ;;
680 cygwin)
681         $spitshell >>$Makefile <<'!NO!SUBS!'
682 cygwin.c: cygwin/cygwin.c
683         $(LNS) cygwin/cygwin.c
684
685 LIBPERL_NONSHR          = libperl$(LIB_EXT)
686
687 $(LIBPERL_NONSHR): $(obj)
688         $(RMS) $(LIBPERL_NONSHR)
689         $(AR) rcu $(LIBPERL_NONSHR) $(obj)
690
691 !NO!SUBS!
692         ;;
693 esac
694
695 if test -s $Makefile_s ; then
696         . $Makefile_s
697         $spitshell >>$Makefile <<!GROK!THIS!
698
699 Makefile: $Makefile_s
700 !GROK!THIS!
701 else
702         case "$dtrace_h" in
703         ?*)
704                 $spitshell >>$Makefile <<'!NO!SUBS!'
705 $(DTRACE_H): perldtrace.d
706         $(DTRACE) -h -s perldtrace.d -o $(DTRACE_H)
707
708 mydtrace.h: $(DTRACE_H)
709
710 !NO!SUBS!
711                 ;;
712         esac
713         case "$dtrace_o" in
714         ?*)
715                 $spitshell >>$Makefile <<'!NO!SUBS!'
716 $(DTRACE_O): perldtrace.d
717         $(DTRACE) -G -s perldtrace.d -o $(DTRACE_O) $(ndt_obj)
718
719 !NO!SUBS!
720                 ;;
721     esac
722         $spitshell >>$Makefile <<'!NO!SUBS!'
723 $(LIBPERL): $& $(obj) $(DYNALOADER) $(LIBPERLEXPORT)
724 !NO!SUBS!
725         case "$useshrplib" in
726         true)
727                 $spitshell >>$Makefile <<'!NO!SUBS!'
728         rm -f $@
729         $(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs)
730 !NO!SUBS!
731                 case "$osname" in
732                 aix)
733                         $spitshell >>$Makefile <<'!NO!SUBS!'
734         rm -f libperl$(OBJ_EXT)
735         mv $@ libperl$(OBJ_EXT)
736         $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
737 !NO!SUBS!
738                         ;;
739                 esac
740                 ;;
741         *)
742                 $spitshell >>$Makefile <<'!NO!SUBS!'
743         rm -f $(LIBPERL)
744         $(AR) rcu $(LIBPERL) $(obj) $(DYNALOADER)
745         @$(ranlib) $(LIBPERL)
746 !NO!SUBS!
747                 ;;
748         esac
749         $spitshell >>$Makefile <<'!NO!SUBS!'
750
751 # How to build executables.
752
753 # The $& notation tells Sequent machines that it can do a parallel make,
754 # and is harmless otherwise.
755 # The miniperl -w -MExporter line is a basic cheap test to catch errors
756 # before make goes on to run preplibrary and then MakeMaker on extensions.
757 # This is very handy because later errors are often caused by miniperl
758 # build problems but that's not obvious to the novice.
759 # The Module used here must not depend on Config or any extensions.
760
761 !NO!SUBS!
762
763         case "${osname}${osvers}" in
764         aix*|beos*)
765                 $spitshell >>$Makefile <<'!NO!SUBS!'
766 miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(mini_obj) opmini$(OBJ_EXT) perlmini$(OBJ_EXT)
767         $(CC) -o miniperl$(EXE_EXT) $(CLDFLAGS) \
768             $(mini_obj) \
769             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
770         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
771 !NO!SUBS!
772                 ;;
773         next4*)
774                 $spitshell >>$Makefile <<'!NO!SUBS!'
775 miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(mini_obj) perlmini$(OBJ_EXT) opmini$(OBJ_EXT)
776         $(CC) -o miniperl$(EXE_EXT) $(mini_obj) \
777             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
778         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
779 !NO!SUBS!
780                 ;;
781         darwin*)
782                 case "$osvers" in
783                 [1-6].*) ;;
784                 *) case "$ldflags" in
785                     *"-flat_namespace"*) ;;
786                     *) # to allow opmini.o to override stuff in libperl.dylib
787                 $spitshell >>$Makefile <<!NO!SUBS!
788 NAMESPACEFLAGS = -force_flat_namespace
789 !NO!SUBS!
790                        ;;
791                     esac
792                     ;;
793                 esac
794                 $spitshell >>$Makefile <<'!NO!SUBS!'
795 miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(mini_obj) opmini$(OBJ_EXT) perlmini$(OBJ_EXT)
796         -@rm -f miniperl.xok
797         $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o miniperl$(EXE_EXT) \
798             $(mini_obj) \
799             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
800         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
801 !NO!SUBS!
802                 ;;
803         *)
804                 $spitshell >>$Makefile <<'!NO!SUBS!'
805 miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(mini_obj) opmini$(OBJ_EXT) perlmini$(OBJ_EXT)
806         -@rm -f miniperl.xok
807         $(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl$(EXE_EXT) \
808             $(mini_obj) \
809             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
810         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
811 !NO!SUBS!
812                 ;;
813         esac
814
815         $spitshell >>$Makefile <<'!NO!SUBS!'
816
817 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
818         -@rm -f miniperl.xok
819         $(SHRPENV) $(LDLIBPTH) $(CC) -o perl$(PERL_SUFFIX) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
820
821 # Purify/Quantify Perls.
822
823 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
824         $(SHRPENV) $(LDLIBPTH) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
825
826 purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
827         $(SHRPENV) $(LDLIBPTH) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
828
829 quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
830         $(SHRPENV) $(LDLIBPTH) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
831
832 # Valgrind perl (currently Linux only)
833
834 perl.valgrind.config: config.sh
835         @echo "To build perl.valgrind you must Configure -Doptimize=-g -Uusemymalloc, checking..."
836         @$(MAKE) perl.config.dashg
837         @echo "Checking usemymalloc='n' in config.sh..."
838         @grep "^usemymalloc="    config.sh
839         @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
840         @echo "And of course you have to have valgrind..."
841         $(VALGRIND) ./perl -e 1 2>/dev/null || exit 1
842
843 # Third Degree Perl (Tru64 only)
844
845 perl.config.dashg:
846         @echo "Checking optimize='-g' in config.sh..."
847         @grep "^optimize=" config.sh
848         @egrep "^optimize='(.*-g.*)'" config.sh >/dev/null || exit 1
849
850 perl.third.config: config.sh
851         @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
852         @$(MAKE) perl.config.dashg
853         @echo "Checking usemymalloc='n' in config.sh..."
854         @grep "^usemymalloc="    config.sh
855         @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
856
857 perl.third: /usr/bin/atom perl.third.config perl
858         atom -tool third -L. -all -gp -toolargs="-invalid -uninit heap+stack+copy -min 0" perl
859         @echo "Now you may run perl.third and then study perl.3log."
860
861 # Pixie Perls (Tru64 and IRIX only)
862
863 perl.pixie.config: config.sh
864         @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
865         @$(MAKE) perl.config.dashg
866
867 perl.pixie.atom: /usr/bin/atom perl
868         atom -tool pixie -L. -all -toolargs="-quiet" perl
869
870 perl.pixie.irix: perl
871         pixie perl
872
873 perl.pixie: /usr/bin/pixie perl.pixie.config perl
874         if test -x /usr/bin/atom; then \
875           $(MAKE) perl.pixie.atom; \
876         else \
877           $(MAKE) perl.pixie.irix; \
878         fi
879         @echo "Now you may run perl.pixie and then run pixie."
880
881 # Gprof Perl
882
883 perl.config.dashpg:
884         @echo "Checking optimize='-pg' in config.sh..."
885         @grep "^optimize="      config.sh
886         @grep "^optimize='.*-pg.*'" config.sh >/dev/null || exit 1
887
888 perl.gprof.config: config.sh
889         @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
890         @$(MAKE) perl.config.dashpg
891
892 perl.gprof: /usr/bin/gprof perl.gprof.config
893         @-rm -f perl
894         $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILE_LDFLAGS=-pg perl
895         @echo "Now you may run perl.gprof and then run gprof perl.gprof."
896
897 # Gcov Perl
898
899 perl.config.gcov:
900         @echo "To build perl.gcov you must use gcc 3.0 or newer, checking..."
901         @echo "Checking gccversion in config.sh..."
902         @grep "^gccversion="      config.sh
903         @grep "^gccversion='[3-9]\." config.sh >/dev/null || exit 1
904         @echo "To build perl.gcov you must Configure -Dccflags=-fprofile-arcs -ftest-coverage, checking..."
905         @echo "Checking ccflags='-fprofile-arcs -ftest-coverage' in config.sh..."
906         @grep "^ccflags="      config.sh
907         @grep "^ccflags='.*-fprofile-arcs -ftest-coverage.*'" config.sh >/dev/null || exit 1
908
909 perl.gcov: perl.config.gcov
910         @-rm -f perl
911         $(MAKE) PERL_SUFFIX=.gcov PERL_PROFILE_LDFLAGS='' perl
912         @echo "Now you may run perl.gcov and then run gcov some.c."
913
914 # Microperl.  This is just a convenience thing if one happens to
915 # build also the full Perl and therefore the real big Makefile:
916 # usually one should manually explicitly issue the below command.
917
918 .PHONY: microperl
919 microperl:
920         $(MAKE) -f Makefile.micro
921
922 # This version, if specified in Configure, does ONLY those scripts which need
923 # set-id emulation.  Suidperl must be setuid root.  It contains the "taint"
924 # checks as well as the special code to validate that the script in question
925 # has been invoked correctly.
926
927 !NO!SUBS!
928
929 case "${osname}" in
930 aix*)
931 $spitshell >>Makefile <<'!NO!SUBS!'
932 suidperl$(EXE_EXT): $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
933         $(SHRPENV) $(LDLIBPTH) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(static_ext) $(LLIBPERL_NONSHR) $(LLIBPERL) `cat ext.libs` $(libs)
934
935 !NO!SUBS!
936 ;;
937 *)
938 $spitshell >>Makefile <<'!NO!SUBS!'
939 suidperl$(EXE_EXT): $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
940         $(SHRPENV) $(LDLIBPTH) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
941
942 !NO!SUBS!
943 ;;
944 esac
945
946 fi
947
948 # Some environment have no system(), which mkpport uses.
949 # Let's try running the commands with shell.
950 case "${osname}" in
951 catamount)
952 $spitshell >>$Makefile <<!GROK!THIS!
953 .PHONY: makeppport
954 makeppport: miniperl\$(EXE_EXT) \$(CONFIGPM)
955         -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \
956         (cd ext/Devel/PPPort && `pwd`/run.sh ../../../miniperl$(EXE_EXT) -I../../../lib \$\$f); \
957         done
958
959 !GROK!THIS!
960 ;;
961 *)
962 $spitshell >>$Makefile <<'!NO!SUBS!'
963 .PHONY: makeppport
964 makeppport: miniperl$(EXE_EXT) $(CONFIGPM)
965         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib mkppport
966
967 !NO!SUBS!
968 ;;
969 esac
970
971 $spitshell >>$Makefile <<'!NO!SUBS!'
972
973 # We have to call our ./makedir because Ultrix 4.3 make can't handle the line
974 #       test -d lib/auto || mkdir lib/auto
975 # We need to autosplit in two steps because VOS can't handle so many args
976 #
977 .PHONY: preplibrary
978 preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
979         @sh ./makedir lib/auto
980         @echo " AutoSplitting perl library"
981         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib -MAutoSplit -MFile::Find -e 'find ({no_chdir=>1, wanted => sub {autosplit_lib_modules($$_) if /\.pm$$/}}, "lib")'
982         $(MAKE) lib/re.pm
983
984 $(CONFIGPOD): config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
985         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib configpm
986
987 $(CONFIGPM): $(CONFIGPOD)
988
989 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM)
990         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) minimod.pl > lib/ExtUtils/Miniperl.pm
991
992 lib/re.pm: ext/re/re.pm
993         @-rm -f $@
994         cp ext/re/re.pm lib/re.pm
995
996 $(plextract):   miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
997         @-rm -f $@
998         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I`pwd`/lib $@.PL
999
1000 x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
1001         cd x2p; $(LDLIBPTH) $(MAKE) s2p
1002
1003 lib/lib.pm:     miniperl$(EXE_EXT) $(CONFIGPM)
1004         @-rm -f $@
1005         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib lib/lib_pm.PL
1006
1007 unidatafiles $(unidatafiles): uni.data
1008
1009 uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
1010         cd lib/unicore && $(LDLIBPTH) $(RUN) ../../miniperl$(EXE_EXT) -I../../lib mktables -w
1011         touch uni.data
1012
1013 extra.pods: miniperl$(EXE_EXT)
1014         -@test ! -f extra.pods || rm -f `cat extra.pods`
1015         -@rm -f extra.pods
1016         -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
1017             nx=`echo $$x | sed -e "s/README\.//"`; \
1018             cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
1019             echo "pod/perl"$$nx".pod" >> extra.pods ; \
1020         done
1021         -@rm -f pod/perlvms.pod
1022         -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
1023         -@rm -f pod/perldelta.pod
1024         -@test -f pod/perl5110delta.pod && cd pod && $(LNS) perl5110delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc
1025
1026 extras.make: perl$(EXE_EXT)
1027         -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) $(RUN) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
1028
1029 extras.test: perl$(EXE_EXT)
1030         -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) $(RUN) ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
1031
1032 extras.install: perl$(EXE_EXT)
1033         -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) $(RUN) ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
1034
1035 .PHONY: install install-strip install-all install-verbose install-silent \
1036         no-install install.perl install.man install.html
1037
1038 META.yml:       Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
1039         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib Porting/makemeta
1040
1041 install-strip:
1042         $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"
1043
1044 install install-all:
1045         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) DESTDIR="$(DESTDIR)"
1046
1047 install-verbose:
1048         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V DESTDIR="$(DESTDIR)"
1049
1050 install-silent:
1051         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S DESTDIR="$(DESTDIR)"
1052
1053 no-install:
1054         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n DESTDIR="$(DESTDIR)"
1055
1056 # Set this to an empty string to avoid an attempt of rebuild before install
1057 INSTALL_DEPENDENCE = all
1058
1059 install.perl:   $(INSTALL_DEPENDENCE) installperl
1060         $(LDLIBPTH) $(RUN) ./perl installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
1061         -@test ! -s extras.lst || $(MAKE) extras.install
1062
1063 install.man:    all installman
1064         $(LDLIBPTH) $(RUN) ./perl installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
1065
1066 # XXX Experimental. Hardwired values, but useful for testing.
1067 # Eventually Configure could ask for some of these values.
1068 install.html: all installhtml
1069         -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
1070         $(LDLIBPTH) $(RUN) ./perl installhtml   \
1071       --podroot=. --podpath=. --recurse  \
1072       --htmldir=$(privlib)/html   \
1073       --htmlroot=$(privlib)/html  \
1074       --splithead=pod/perlipc     \
1075       --splititem=pod/perlfunc    \
1076       --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
1077       --ignore=Porting/Maintainers.pm,Porting/patching.pod,Porting/pumpkin.pod,Porting/repository.pod \
1078       --verbose
1079
1080
1081 # I now supply perly.c with the kits, so the following section is
1082 # used only if you force bison to run by saying
1083 #       make regen_perly
1084 # You normally shouldn't remake perly.[ch].
1085
1086 .PHONY: regen_perly
1087
1088 run_byacc:
1089         @echo "run_byacc is obsolete; try 'make regen_perly' instead"
1090
1091 # this outputs perly.h, perly.act and perly.tab
1092 regen_perly:
1093         perl regen_perly.pl
1094
1095 # We don't want to regenerate perly.c and perly.h, but they might
1096 # appear out-of-date after a patch is applied or a new distribution is
1097 # made.
1098 perly.c: perly.y
1099         -@sh -c true
1100
1101 perly.h: perly.y
1102         -@sh -c true
1103
1104 # No compat3.sym here since and including the 5.004_50.
1105 # No interp.sym since 5.005_03.
1106 SYM  = global.sym globvar.sym perlio.sym pp.sym
1107
1108 SYMH = perlvars.h intrpvar.h
1109
1110 CHMOD_W = chmod +w
1111
1112 # The following files are generated automatically
1113 #       autodoc.pl:     pod/perlapi.pod pod/perlintern.pod
1114 #       embed.pl:       proto.h embed.h embedvar.h global.sym
1115 #                       perlapi.h perlapi.c 
1116 # [* embed.pl needs pp.sym generated by opcode.pl! *]
1117 #       keywords.pl:    keywords.h
1118 #       opcode.pl:      opcode.h opnames.h pp_proto.h pp.sym
1119 #       regcomp.pl:     regnodes.h
1120 #       warnings.pl:    warnings.h lib/warnings.pm
1121 # The correct versions should be already supplied with the perl kit,
1122 # in case you don't have perl available.
1123 # To force them to be regenerated, run
1124 #       perl regen.pl
1125 # with your existing copy of perl
1126 # (make regen_headers is kept for backwards compatibility)
1127
1128 AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
1129                 embed.h embedvar.h global.sym \
1130                 pod/perlintern.pod pod/perlapi.pod \
1131                 perlapi.h perlapi.c regnodes.h \
1132                 warnings.h lib/warnings.pm
1133
1134 .PHONY: regen_headers regen_pods regen_all
1135
1136 regen:  FORCE
1137         -perl regen.pl
1138
1139 regen_headers:  FORCE
1140         -perl regen.pl -v
1141
1142 regen_pods:     FORCE
1143         -cd pod; $(LDLIBPTH) $(MAKE) regen_pods
1144
1145 regen_all: regen regen_pods
1146
1147 .PHONY: manisort manicheck
1148
1149 manisort:       FORCE
1150         LC_ALL=C sort -fdc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \
1151                 LC_ALL=C sort -fdo MANIFEST MANIFEST)
1152
1153 manicheck:      FORCE
1154         perl Porting/manicheck
1155
1156 # Extensions:
1157 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
1158 # automatically get built.  There should ordinarily be no need to change
1159 # any of this part of makefile.
1160 #
1161 # The dummy dependency is a place holder in case $(dynamic_ext) or
1162 # $(static_ext) is empty.
1163 #
1164 # DynaLoader may be needed for extensions that use Makefile.PL.
1165
1166 $(DYNALOADER):  miniperl$(EXE_EXT) preplibrary FORCE
1167         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib ext/util/make_ext.pl $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
1168
1169 d_dummy $(dynamic_ext): miniperl$(EXE_EXT) preplibrary makeppport $(DYNALOADER) FORCE
1170         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib ext/util/make_ext.pl dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
1171
1172 s_dummy $(static_ext):  miniperl$(EXE_EXT) preplibrary makeppport $(DYNALOADER) FORCE
1173         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib ext/util/make_ext.pl $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
1174
1175 n_dummy $(nonxs_ext):   miniperl$(EXE_EXT) preplibrary FORCE
1176         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib ext/util/make_ext.pl nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
1177 !NO!SUBS!
1178
1179 $spitshell >>$Makefile <<EOF
1180 $extra_dep
1181 EOF
1182
1183 $spitshell >>$Makefile <<'!NO!SUBS!'
1184
1185 .PHONY: printconfig
1186 printconfig:
1187         @eval `$(LDLIBPTH) $(RUN) ./perl -Ilib -V:$(CONFIGVAR)`; echo $$$(CONFIGVAR)
1188
1189 .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
1190         realclean _realcleaner clobber _clobber \
1191         distclean veryclean _verycleaner \
1192         cleanup_unpacked_files unpack_files
1193
1194 clean:          cleanup_unpacked_files _tidy _mopup 
1195
1196 realclean:      cleanup_unpacked_files _realcleaner _mopup
1197         @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh"
1198
1199 _clobber:
1200         -@rm -f Cross/run-* Cross/to-* Cross/from-*
1201         rm -f t/test_state
1202         rm -f config.sh cppstdin Policy.sh extras.lst
1203
1204 clobber:        cleanup_unpacked_files _realcleaner _mopup _clobber
1205
1206 distclean:      clobber
1207
1208 # Like distclean but also removes emacs backups and *.orig.
1209 veryclean:      cleanup_unpacked_files _verycleaner _mopup _clobber
1210         -@rm -f Obsolete Wanted
1211
1212 # Do not 'make _mopup' directly.
1213 _mopup:
1214         rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c opmini.c perlmini.c uudmap.h generate_uudmap$(EXE_EXT)
1215         -rmdir .depending
1216         -@test -f extra.pods && rm -f `cat extra.pods`
1217         -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
1218         -rm -f perl.exp ext.libs extra.pods uni.data opmini.o perlmini.o
1219         -rm -f perl.export perl.dll perl.libexp perl.map perl.def
1220         -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
1221         -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
1222         -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
1223         -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
1224         -rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump
1225         -rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl
1226         -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old
1227         -rm -f config.arch config.over $(DTRACE_H)
1228
1229 # Do not 'make _tidy' directly.
1230 _tidy:
1231         -cd pod; $(LDLIBPTH) $(MAKE) clean
1232         -cd utils; $(LDLIBPTH) $(MAKE) clean
1233         -cd x2p; $(LDLIBPTH) $(MAKE) clean
1234         -rm -f lib/Config_git.pl git_version.h
1235         -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
1236         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib ext/util/make_ext.pl clean $$x MAKE=$(MAKE) ; \
1237         done
1238
1239 _cleaner1:
1240         -cd os2; rm -f Makefile
1241         -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
1242         -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
1243         -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
1244         -@if test -f miniperl$(EXE_EXT) ; then \
1245         for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
1246         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib ext/util/make_ext.pl $(CLEAN) $$x MAKE=$(MAKE) ; \
1247         done ; \
1248         else \
1249         sh $(CLEAN).sh ; \
1250         fi
1251         rm -f realclean.sh veryclean.sh
1252         -@test ! -f ./miniperl$(EXE_EXT) || $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib mkppport --clean
1253
1254 # Some systems do not support "?", so keep these files separate.
1255 _cleaner2:
1256         -rm -f core.*perl.*.? t/core.perl.*.? .?*.c
1257         rm -f core *perl.core t/core t/*perl.core core.* t/core.*
1258         rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests
1259         rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
1260         rm -rf $(addedbyconf)
1261         rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
1262         rm -f $(private)
1263         rm -rf $(unidatafiles) $(unidatadirs)
1264         rm -rf lib/auto
1265         rm -f lib/.exists lib/*/.exists lib/*/*/.exists
1266         rm -f h2ph.man pstruct
1267         rm -rf .config
1268         rm -f preload lib/re.pm
1269         rm -rf lib/Encode lib/Compress lib/Hash lib/re
1270         rm -rf lib/TAP lib/Module/Pluggable lib/App
1271         rm -rf lib/mro
1272         rm -rf lib/IO/Compress lib/IO/Uncompress
1273         rm -f lib/ExtUtils/ParseXS/t/XSTest.c
1274         rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT)
1275         rm -f lib/ExtUtils/ParseXS/t/XSTest$(DLSUFFIX)
1276         rm -fr lib/B
1277         -rmdir lib/Data
1278         -rmdir lib/Filter/Util lib/IO/Socket
1279         -rmdir lib/List lib/MIME lib/Scalar lib/Sys
1280         -rmdir lib/threads lib/XS
1281         -rmdir lib/CPANPLUS/Dist/Build/t/dummy-*
1282         -rmdir lib/CPANPLUS/t/dummy-cpanplus lib/CPANPLUS/t/dummy-localmirror
1283         -rm -f lib/ExtUtils/CBuilder/t/libcompilet.dll.a
1284         -rm -f lib/ExtUtils/ParseXS/t/libXSTest.dll.a
1285
1286 _realcleaner:
1287         @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
1288         @$(LDLIBPTH) $(MAKE) _cleaner2
1289
1290 _verycleaner:
1291         @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
1292         @$(LDLIBPTH) $(MAKE) _cleaner2
1293         -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
1294
1295 .PHONY: lint
1296 lint: $(c)
1297         rm -f *.ln
1298         lint $(lintflags) -DPERL_CORE -D_REENTRANT -DDEBUGGING -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(c)
1299
1300 .PHONY: splint
1301 splint: $(c)
1302         splint $(splintflags) -DPERL_CORE -D_REENTRANT -DDEBUGGING -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(splintfiles)
1303
1304 # Need to unset during recursion to go out of loop.
1305 # The README below ensures that the dependency list is never empty and
1306 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
1307
1308 MAKEDEPEND = Makefile makedepend
1309
1310 $(FIRSTMAKEFILE):       README $(MAKEDEPEND)
1311         $(MAKE) depend MAKEDEPEND=
1312
1313 config.h: config_h.SH config.sh
1314         $(SHELL) config_h.SH
1315
1316 # When done, touch perlmain.c so that it doesn't get remade each time.
1317 .PHONY: depend
1318 depend: makedepend
1319         sh ./makedepend MAKE=$(MAKE)
1320         - test -s perlmain.c && touch perlmain.c
1321         cd x2p; $(MAKE) depend
1322
1323 # Cannot postpone this until $firstmakefile is ready ;-)
1324 makedepend: makedepend.SH config.sh
1325         sh ./makedepend.SH
1326
1327 .PHONY: test check test_prep test_prep_nodll test_prep_pre _test_prep \
1328         test_tty test-tty _test_tty test_notty test-notty _test_notty \
1329         utest ucheck test.utf8 check.utf8 test.torture torturetest \
1330         test.utf16 check.utf16 utest.utf16 ucheck.utf16 \
1331         test.third check.third utest.third ucheck.third test_notty.third \
1332         test.deparse test_notty.deparse test_harness test_harness_notty \
1333         minitest coretest test.taintwarn test-reonly
1334
1335 # Cannot delegate rebuilding of t/perl to make
1336 # to allow interlaced test and minitest
1337
1338 TESTFILE=TEST
1339
1340 _test_prep: unpack_files
1341         cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT))
1342
1343 # Architecture-neutral stuff:
1344
1345 test_prep_pre: preplibrary utilities $(nonxs_ext)
1346
1347 test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
1348         PERL=./perl $(MAKE) _test_prep
1349
1350 _test_tty:
1351         cd t && $(PERL_DEBUG) $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS) $(TEST_FILES) </dev/tty
1352
1353 _test_notty:
1354         cd t && $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS) $(TEST_FILES)
1355
1356 unpack_files:
1357         $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -u -m
1358
1359 cleanup_unpacked_files:
1360         -@test ! -f ./miniperl$(EXE_EXT) || $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -c
1361
1362 # The second branch is for testing without a tty or controlling terminal,
1363 # see t/op/stat.t
1364 _test:
1365         if (true </dev/tty) >/dev/null 2>&1; then \
1366           $(MAKE) TEST_ARGS='$(TEST_ARGS)' TESTFILE=$(TESTFILE) _test_tty   ; \
1367         else \
1368           $(MAKE) TEST_ARGS='$(TEST_ARGS)' TESTFILE=$(TESTFILE) _test_notty ; \
1369         fi
1370         @echo "Ran tests" > t/rantests
1371
1372 test check: test_prep
1373         PERL=./perl $(MAKE) _test
1374
1375 test_tty: test_prep
1376         PERL=./perl $(MAKE) _test_tty
1377
1378 test_notty: test_prep
1379         PERL=./perl $(MAKE) _test_notty
1380
1381 utest ucheck test.utf8 check.utf8: test_prep
1382         PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test
1383
1384 coretest: test_prep
1385         PERL=./perl TEST_ARGS=-core $(MAKE) _test
1386
1387 test-prep:      test_prep
1388
1389 test-tty:       test_tty
1390
1391 test-notty:     test_notty
1392
1393 # Torture testing
1394
1395 test.torture torturetest:       test_prep
1396         PERL=./perl TEST_ARGS=-torture $(MAKE) _test
1397
1398 # Targets for UTF16 testing:
1399
1400 minitest.utf16: minitest.prep
1401         - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
1402                 && $(LDLIBPTH) $(RUN) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t </dev/tty
1403
1404 test.utf16 check.utf16: test_prep
1405         PERL=./perl $(MAKE) TEST_ARGS=-utf16 _test
1406
1407 utest.utf16 ucheck.utf16: test_prep
1408         PERL=./perl $(MAKE) TEST_ARGS="-utf8 -utf16" _test
1409
1410 # Targets for valgrind testing:
1411
1412 test_prep.valgrind: test_prep perl.valgrind
1413         PERL=./perl $(MAKE) _test_prep
1414
1415 test.valgrind check.valgrind:   test_prep perl.valgrind.config
1416         PERL=./perl PERL_DEBUG=PERL_VALGRIND=1 VALGRIND='$(VALGRIND)' $(MAKE) _test
1417
1418 utest.valgrind ucheck.valgrind: test_prep.valgrind perl.valgrind.config
1419         PERL=./perl PERL_DEBUG=PERL_VALGRIND=1 TEST_ARGS=-utf8 $(MAKE) _test
1420
1421 test_notty.valgrind: test_prep.valgrind perl.valgrind.config
1422         PERL=./perl $(MAKE) PERL_DEBUG=PERL_VALGRIND=1 _test_notty
1423
1424 # Targets for Third Degree testing.
1425
1426 test_prep.third: test_prep perl.third
1427         PERL=./perl.third $(MAKE) _test_prep
1428
1429 test.third check.third: test_prep.third perl.third
1430         PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test
1431
1432 utest.third ucheck.third: test_prep.third perl.third
1433         PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 TEST_ARGS=-utf8 $(MAKE) _test
1434
1435 test_notty.third: test_prep.third perl.third
1436         PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty
1437
1438 # Targets for Deparse testing.
1439
1440 test.deparse:   test_prep
1441         PERL=./perl TEST_ARGS=-deparse $(MAKE) _test
1442
1443 test_notty.deparse:     test_prep
1444         PERL=./perl TEST_ARGS=-deparse $(MAKE) _test_notty
1445
1446 # Targets to run the test suite with -t
1447
1448 test.taintwarn: test_prep
1449         PERL=./perl TEST_ARGS=-taintwarn $(MAKE) _test
1450
1451 minitest.prep:
1452         -@test -f lib/lib.pm && test -f lib/Config.pm || \
1453           $(MAKE) lib/Config.pm lib/lib.pm $(unidatafiles)
1454         @echo " "
1455         @echo "You may see some irrelevant test failures if you have been unable"
1456         @echo "to build lib/Config.pm, lib/lib.pm or the Unicode data files."
1457         @echo " "
1458
1459 # Can't depend on lib/Config.pm because that might be where miniperl
1460 # is crashing.
1461 minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep
1462         - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
1463                 && $(LDLIBPTH) $(RUN) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t </dev/tty
1464
1465 # Test via harness
1466
1467 test_harness: test_prep
1468         PERL=./perl $(MAKE) TESTFILE=harness _test
1469
1470 test_harness_notty: test_prep
1471         PERL=./perl HARNESS_NOTTY=1 $(MAKE) TESTFILE=harness _test
1472
1473 test-reonly: test_prep
1474         PERL=./perl TEST_ARGS='-re \\bpat\\b \\breg \\bre\b \\bsubst \\brxcode' $(MAKE) TESTFILE=harness _test
1475
1476 # Handy way to run perlbug -ok without having to install and run the
1477 # installed perlbug. We don't re-run the tests here - we trust the user.
1478 # Please *don't* use this unless all tests pass.
1479 # If you want to report test failures, use "make nok" instead.
1480
1481 .PHONY: ok okfile oknack okfilenack nok nokfile noknack nokfilenack
1482
1483 ok:     utilities
1484         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
1485
1486 okfile: utilities
1487         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
1488
1489 oknack: utilities
1490         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
1491
1492 okfilenack:     utilities
1493         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
1494
1495 nok:    utilities
1496         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
1497
1498 nokfile:        utilities
1499         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
1500
1501 noknack:        utilities
1502         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
1503
1504 nokfilenack:    utilities
1505         $(LDLIBPTH) $(RUN) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
1506
1507 .PHONY: clist hlist shlist pllist
1508
1509 clist:  $(c)
1510         echo $(c) | tr ' ' $(TRNL) >.clist
1511
1512 hlist:  $(h)
1513         echo $(h) | tr ' ' $(TRNL) >.hlist
1514
1515 shlist: $(sh)
1516         echo $(sh) | tr ' ' $(TRNL) >.shlist
1517
1518 pllist: $(pl)
1519         echo $(pl) | tr ' ' $(TRNL) >.pllist
1520
1521 Makefile: Makefile.SH ./config.sh
1522         $(SHELL) Makefile.SH
1523
1524 .PHONY: distcheck
1525 distcheck: FORCE
1526         perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
1527
1528 .PHONY: elc
1529 elc:    emacs/cperl-mode.elc
1530
1531 emacs/cperl-mode.elc: emacs/cperl-mode.el
1532         -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
1533
1534 .PHONY: etags ctags tags
1535
1536 etags:  TAGS
1537
1538 TAGS: emacs/cperl-mode.elc
1539         sh emacs/ptags
1540
1541 # Let's hope make will not go into an infinite loop on case-unsensitive systems
1542 # This may also fail if . is in the head of the path, since perl will
1543 # require -Ilib
1544 tags:   TAGS
1545         perl emacs/e2ctags.pl TAGS > tags
1546
1547 ctags:
1548         ctags -f Tags -N --totals --languages=c --langmap=c:+.h --exclude=opmini.c --exclude=perlmini.c *.c *.h
1549
1550 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1551 # If this runs make out of memory, delete /usr/include lines.
1552 !NO!SUBS!
1553
1554 $eunicefix Makefile
1555 case `pwd` in
1556 *SH)
1557     $rm -f ../Makefile
1558     $ln Makefile ../Makefile
1559     ;;
1560 esac
1561 $rm -f $firstmakefile
1562
1563 # Now do any special processing required before building.
1564
1565 case "$ebcdic" in
1566 define)
1567     xxx=''
1568     echo "This is an EBCDIC system, checking if any parser files need regenerating." >&2
1569 case "$osname" in
1570 os390|posix-bc)
1571     if cd x2p
1572     then
1573         rm -f y.tab.c y.tab.h
1574         case "$osname" in
1575         posix-bc)
1576            # we are using two different yaccs in BS2000 Posix!
1577            byacc a2p.y >/dev/null 2>&1
1578            ;;
1579         *) # e.g. os390
1580            yacc  a2p.y >/dev/null 2>&1
1581            ;;
1582         esac
1583         if cmp -s y.tab.c a2p.c
1584         then
1585             rm -f y.tab.c
1586         else
1587             echo "a2p.y -> a2p.c" >&2
1588             mv -f y.tab.c a2p.c
1589             chmod u+w a2p.c
1590             sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1591                 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
1592                 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1593             xxx="$xxx a2p.c"
1594         fi
1595         # In case somebody yacc -d:ed the a2p.y.
1596         if test -f y.tab.h
1597         then
1598             if cmp -s y.tab.h a2p.h
1599             then
1600                 rm -f y.tab.h
1601             else
1602                 echo "a2p.h -> a2p.h" >&2
1603                 mv -f y.tab.h a2p.h
1604                 xxx="$xxx a2p.h"
1605             fi
1606         fi
1607         cd ..
1608     fi
1609     ;;
1610 vmesa)
1611     # Do nothing in VM/ESA.
1612     ;;
1613 *)
1614     echo "'$osname' is an EBCDIC system I don't know that well." >&4
1615     ;;
1616 esac
1617     case "$xxx" in
1618     '') echo "No parser files were regenerated.  That's okay." >&2 ;;
1619     esac
1620     ;;
1621 esac
1622
1623 # ex: set ts=8 sts=4 sw=4 noet: