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