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