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