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