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