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