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