This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[possible PATCH?] Re: Where is PerlIO_isutf8()?
[perl5.git] / Makefile.SH
CommitLineData
599a829f 1#! /bin/sh
a02608de 2case $PERL_CONFIG_SH in
2304df62 3'')
66b99216
JH
4 if test -f config.sh
5 then TOP=.
2304df62
AD
6 else
7 echo "Can't find config.sh."; exit 1
8 fi
9 . $TOP/config.sh
10 ;;
11esac
12: This forces SH files to create target in same directory as SH file.
13: This is so that make depend always knows where to find SH derivatives.
14case "$0" in
15*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
16esac
17
2304df62
AD
18case "$d_dosuid" in
19*define*) suidperl='suidperl' ;;
20*) suidperl='';;
21esac
22
d5d19f97 23linklibperl='$(LIBPERL)'
3c321fdc 24shrpldflags='$(LDDLFLAGS)'
6ee623d5 25ldlibpth=''
ac9901e0 26DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
d96ebe2e 27case "$useshrplib" in
28true)
f4db5405 29 # Prefix all runs of 'miniperl' and 'perl' with
5cf1d1f1 30 # $ldlibpth so that ./perl finds *this* shared libperl.
c1b49bc0
GS
31 case "$LD_LIBRARY_PATH" in
32 '')
33 ldlibpth="LD_LIBRARY_PATH=`pwd`";;
34 *)
35 ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
36 esac
6ee623d5 37
d5d19f97 38 pldlflags="$cccdlflags"
94c41b70 39 static_target='static_pic'
d96ebe2e 40 case "${osname}${osvers}" in
41 next4*)
3c321fdc 42 ld=libtool
43 lddlflags="-dynamic -undefined warning -framework System \
44 -compatibility_version 1 -current_version $patchlevel \
45 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
6ee623d5 46 ;;
f556e5b9
JH
47 rhapsody*|darwin*)
48 shrpldflags="${ldflags} -dynamiclib \
c1e7a127
W
49 -compatibility_version \
50 ${api_revision}.${api_version}.${api_subversion} \
f556e5b9 51 -current_version \
c1e7a127 52 ${revision}.${patchlevel}.${subversion} \
f556e5b9
JH
53 -install_name \$(shrpdir)/\$@"
54 ;;
5cf1d1f1 55 cygwin*)
8736538c
AS
56 linklibperl="-lperl"
57 ;;
73d40b3e 58 sunos*)
d5d19f97
UP
59 linklibperl="-lperl"
60 ;;
43039de7 61 netbsd*|freebsd[234]*|openbsd*)
099685bc
JH
62 linklibperl="-L. -lperl"
63 ;;
3c321fdc 64 aix*)
65 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
1553ab04 66 case "$osvers" in
549a6b10 67 3*) shrpldflags="$shrpldflags -e _nostart"
1553ab04 68 ;;
549a6b10 69 *) shrpldflags="$shrpldflags -b noentry"
1553ab04
TB
70 ;;
71 esac
9c839522 72 shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
549a6b10 73 linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
3c321fdc 74 ;;
1c7d1a19
GS
75 hpux*)
76 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
46193409 77 ;;
ac9901e0 78 os390*)
f2766b05 79 shrpldflags='-W l,dll'
ac9901e0
PP
80 linklibperl='libperl.x'
81 DPERL_EXTERNAL_GLOB=''
82 ;;
655635e8 83 esac
5cf1d1f1
JH
84 case "$ldlibpthname" in
85 '') ;;
86 *)
87 case "$osname" in
88 os2)
89 ldlibpth=''
90 ;;
5cf1d1f1
JH
91 *)
92 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
93 ;;
94 esac
c1b49bc0
GS
95 # Strip off any trailing :'s
96 ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
5cf1d1f1
JH
97 ;;
98 esac
ecfc5424 99
9b9c6f34
AE
100 case "$ldlibpth" in
101 # Protect any spaces
102 *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
103 esac
6904989c 104
9b9c6f34
AE
105 case "$osname" in
106 linux)
830717a7
AD
107 # If there is a pre-existing $libperl from a previous
108 # installation, Linux needs to use LD_PRELOAD to
109 # override the LD_LIBRARY_PATH setting. See the
110 # INSTALL file, under "Building a shared perl library".
111 # If there is no pre-existing $libperl, we don't need
112 # to do anything further.
113 if test -f $archlib/CORE/$libperl; then
68e8d60a 114 rm -f preload
d0ae58a5 115 cat <<'EOT' > preload
fde91635
JH
116#! /bin/sh
117lib=$1
118shift
119test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
120exec "$@"
121EOT
9b9c6f34
AE
122 chmod 755 preload
123 ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
830717a7
AD
124 fi
125 ;;
9b9c6f34
AE
126 os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
127 ;;
60d79001 128 esac
9b9c6f34 129
60d79001 130 ;;
9b9c6f34
AE
131
132*) pldlflags=''
133 static_target='static'
b1f5ad7d
JH
134 ;;
135esac
136
a0d0e21e
LW
137: Prepare dependency lists for Makefile.
138dynamic_list=' '
139for f in $dynamic_ext; do
140 : the dependency named here will never exist
ecfc5424 141 base=`echo "$f" | sed 's/.*\///'`
75f92628 142 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
a0d0e21e
LW
143done
144
145static_list=' '
a0d0e21e
LW
146for f in $static_ext; do
147 base=`echo "$f" | sed 's/.*\///'`
cd4d8a96 148 static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
a0d0e21e
LW
149done
150
4318d5a0
GB
151nonxs_list=' '
152for f in $nonxs_ext; do
153 base=`echo "$f" | sed 's/.*\///'`
154 nonxs_list="$nonxs_list ext/$f/pm_to_blib"
155done
156
f1f802f7
JH
157# Handle the usage of different yaccs in posix-bc (During Configure we
158# us yacc for perly.y and byacc for a2p.y. The makefiles must use the
159# same configuration for run_byacc!):
160case "$osname" in
161 posix-bc)
162 byacc=$yacc
163 ;;
164esac
165
2304df62 166echo "Extracting Makefile (with variable substitutions)"
655635e8 167$spitshell >Makefile <<!GROK!THIS!
a0d0e21e 168# Makefile.SH
85e6fe83
LW
169# This file is derived from Makefile.SH. Any changes made here will
170# be lost the next time you run Configure.
655635e8 171# Makefile is used to generate $firstmakefile. The only difference
172# is that $firstmakefile has the dependencies filled in at the end.
2304df62 173#
fed7345c 174#
2304df62
AD
175# I now supply perly.c with the kits, so don't remake perly.c without byacc
176BYACC = $byacc
177CC = $cc
232e078e 178LD = $ld
16d20bd9 179
2304df62
AD
180LDFLAGS = $ldflags
181CLDFLAGS = $ldflags
85e6fe83 182
2304df62
AD
183mallocsrc = $mallocsrc
184mallocobj = $mallocobj
85e6fe83 185LNS = $lns
4c901d04
JH
186# NOTE: some systems don't grok "cp -f". XXX Configure test needed?
187CPS = $cp
2304df62 188RMS = rm -f
85e6fe83
LW
189ranlib = $ranlib
190
16d20bd9
AD
191# The following are mentioned only to make metaconfig include the
192# appropriate questions in Configure. If you want to change these,
8e07c86e 193# edit config.sh instead, or specify --man1dir=/wherever on
16d20bd9
AD
194# installman commandline.
195bin = $installbin
196scriptdir = $scriptdir
d96ebe2e 197shrpdir = $archlibexp/CORE
16d20bd9
AD
198privlib = $installprivlib
199man1dir = $man1dir
200man1ext = $man1ext
201man3dir = $man3dir
202man3ext = $man3ext
203
85e6fe83
LW
204# The following are used to build and install shared libraries for
205# dynamic loading.
206LDDLFLAGS = $lddlflags
3c321fdc 207SHRPLDFLAGS = $shrpldflags
85e6fe83 208CCDLFLAGS = $ccdlflags
a0d0e21e 209DLSUFFIX = .$dlext
ecfc5424 210PLDLFLAGS = $pldlflags
d96ebe2e 211LIBPERL = $libperl
d5d19f97 212LLIBPERL= $linklibperl
ecfc5424 213SHRPENV = $shrpenv
a0d0e21e 214
94c41b70
AD
215# Static targets are ordinarily built without CCCDLFLAGS. However,
216# if building a shared libperl.so that might later be linked into
217# another application, then it might be appropriate to also build static
218# extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
219# for GNU cc). This is handled by ext/util/make_ext.
220STATIC = $static_target
221
6ee623d5 222# The following is used to include the current directory in
5cf1d1f1 223# the dynamic loader path you are building a shared libperl.
6ee623d5
GS
224LDLIBPTH = $ldlibpth
225
a0d0e21e
LW
226dynamic_ext = $dynamic_list
227static_ext = $static_list
4318d5a0
GB
228nonxs_ext = $nonxs_list
229ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
cd4d8a96 230DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
2304df62 231
9c839522 232libs = $perllibs $cryptlib
2304df62 233
443a5b98 234public = perl\$(EXE_EXT) $suidperl utilities translators
2304df62
AD
235
236shellflags = $shellflags
237
d96ebe2e 238# This is set to MAKE=$make if your $make command doesn't
239# do it for you.
240$make_set_make
4633a7c4 241
1fef16b3
JH
242# Mention $gmake here so it gets probed for by Configure.
243
dfe9444c 244# These variables may need to be manually set for non-Unix systems.
ccc7f9b3 245AR = $full_ar
dfe9444c
AD
246EXE_EXT = $_exe
247LIB_EXT = $_a
248OBJ_EXT = $_o
249PATH_SEP = $p_
4633a7c4
LW
250
251FIRSTMAKEFILE = $firstmakefile
252
253# Any special object files needed by this architecture, e.g. os2/os2.obj
254ARCHOBJS = $archobjs
255
89ada9f2 256.SUFFIXES: .c \$(OBJ_EXT) .i .s
cd4d8a96 257
d96ebe2e 258# grrr
259SHELL = $sh
655635e8 260
28e8609d
JH
261# how to tr(anslate) newlines
262TRNL = '$trnl'
263
82240bfc
JH
264OPTIMIZE = $optimize
265
3343e82c
JH
266EXTRAS = $extras
267
bf35c3f6
JH
268INSTALLPREFIXEXP = $prefix
269
d56c5707 270!GROK!THIS!
b7b35fc2 271# not used by Makefile but by installperl;
d56c5707
JH
272# mentioned here so that metaconfig picks these up
273# $installusrbinperl
274# $versiononly
b7b35fc2 275
8170cb12
JH
276case "${osname}:${osvers}" in
277darwin:*)
278$spitshell >>Makefile <<EOF
279
280# Your locales are broken (osname $osname, osvers $osvers)
281# and to avoid the numerous
282# perl: warning: Setting locale failed.
283# warnings during the build process we reset the locale variables.
284
285LC_ALL=C
286LANG=C
287LANGUAGE=C
288EOF
289 ;;
290esac
2304df62 291
85e6fe83 292## In the following dollars and backticks do not need the extra backslash.
2304df62
AD
293$spitshell >>Makefile <<'!NO!SUBS!'
294
75550b4e 295CCCMD = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $@`
89ada9f2 296
75550b4e 297CCCMDSRC = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $<`
2304df62 298
abae58a6 299private = preplibrary lib/Config.pm lib/ExtUtils/Miniperl.pm
2304df62 300
4633a7c4
LW
301# Files to be built with variable substitution before miniperl
302# is available.
303sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
4755096e 304 makedir.SH myconfig.SH writemain.SH pod/Makefile.SH
4633a7c4 305
3ebb1980 306shextract = Makefile cflags config.h makeaperl makedepend \
4755096e 307 makedir myconfig writemain pod/Makefile
4633a7c4
LW
308
309# Files to be built with variable substitution after miniperl is
310# available. Dependencies handled manually below (for now).
2304df62 311
efb12ca0 312pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
4755096e
GS
313 pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL \
314 pod/buildtoc.PL
4633a7c4 315
4755096e 316# lib/lib.pm is not listed here because it has a rule of its own.
efb12ca0 317plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
4755096e
GS
318 pod/pod2usage pod/podchecker pod/podselect \
319 pod/buildtoc
4633a7c4 320
4755096e 321addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
2304df62 322
fed7345c 323h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
dd2155a4
DM
324h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h
325h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
219f41b1 326h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
68795e93 327h5 = utf8.h warnings.h
33b839e2 328h = $(h1) $(h2) $(h3) $(h4) $(h5)
2304df62 329
10bc17b6 330c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c reentr.c
a0ed51b3 331c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
dd2155a4 332c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c pad.c
68795e93 333c4 = globals.c perlio.c perlapi.c numeric.c locale.c pp_pack.c pp_sort.c
2304df62 334
09bef843 335c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c
2304df62 336
dd2155a4 337obj1 = $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) op$(OBJ_EXT) pad$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) reentr$(OBJ_EXT)
cd4d8a96 338obj2 = 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)
68795e93 339obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) xsutils$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT) perlapi$(OBJ_EXT) numeric$(OBJ_EXT) locale$(OBJ_EXT) pp_pack$(OBJ_EXT) pp_sort$(OBJ_EXT)
655635e8 340
4633a7c4 341obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
2304df62
AD
342
343lintflags = -hbvxac
344
cd4d8a96 345.c$(OBJ_EXT):
d96ebe2e 346 $(CCCMD) $(PLDLFLAGS) $*.c
2304df62 347
89ada9f2
JH
348.c.i:
349 $(CCCMDSRC) -E $*.c > $*.i
350
351.c.s:
352 $(CCCMDSRC) -S $*.c
353
443a5b98 354all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
248e23d9 355 @echo " ";
fcfe1ab7 356 @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
909b3858 357
b2c07774 358.PHONY: all compile translators utilities
b27471b9 359
6ee623d5
GS
360compile: all
361 echo "testing compilation" > testcompile;
362 cd utils; $(MAKE) compile;
f4db5405 363 cd x2p; $(MAKE) compile;
6ee623d5
GS
364 cd pod; $(MAKE) compile;
365
443a5b98 366translators: miniperl$(EXE_EXT) lib/Config.pm FORCE
6ee623d5 367 @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
8e07c86e 368
443a5b98 369utilities: miniperl$(EXE_EXT) lib/Config.pm $(plextract) lib/lib.pm FORCE
6ee623d5 370 @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
909b3858 371
372
16d20bd9
AD
373# This is now done by installman only if you actually want the man pages.
374# @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
85e6fe83
LW
375
376# Phony target to force checking subdirectories.
e50aee73 377# Apparently some makes require an action for the FORCE target.
869a466c 378.PHONY: FORCE
85e6fe83 379FORCE:
4633a7c4 380 @sh -c true
ac9901e0
PP
381!NO!SUBS!
382$spitshell >>Makefile <<!GROK!THIS!
85e6fe83 383
4ba7095c
JH
384# We do a copy of the op.c instead of a symlink because gcc gets huffy
385# if we have a symlink forest to another disk (it complains about too many
386# levels of symbolic links, even if we have only two)
387
ac9901e0
PP
388opmini\$(OBJ_EXT): op.c config.h
389 \$(RMS) opmini.c
390 \$(CPS) op.c opmini.c
391 \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
392 \$(RMS) opmini.c
bd0dd1d8 393
ac9901e0
PP
394!GROK!THIS!
395$spitshell >>Makefile <<'!NO!SUBS!'
517e7c64 396miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
92c28edd 397 $(CCCMD) $(PLDLFLAGS) $*.c
ecfc5424 398
92c28edd 399perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
e8827f64 400 sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
92c28edd 401 sh mv-if-diff writemain.tmp perlmain.c
85e6fe83 402
e31d4690
PP
403!NO!SUBS!
404case "$osname" in
405cygwin)
406 ;; # Let cygwin/Makefile.SHs do its work.
407*)
408 $spitshell >>Makefile <<'!NO!SUBS!'
cd4d8a96 409perlmain$(OBJ_EXT): perlmain.c
92c28edd 410 $(CCCMD) $(PLDLFLAGS) $*.c
85e6fe83 411
e31d4690
PP
412!NO!SUBS!
413 ;;
414esac
415$spitshell >>Makefile <<'!NO!SUBS!'
a0d0e21e
LW
416# The file ext.libs is a list of libraries that must be linked in
417# for static extensions, e.g. -lm -lgdbm, etc. The individual
418# static extension Makefile's add to it.
fed7345c 419ext.libs: $(static_ext)
a0d0e21e 420 -@test -f ext.libs || touch ext.libs
85e6fe83 421
ecfc5424 422!NO!SUBS!
599a829f 423
d96ebe2e 424# How to build libperl. This is still rather convoluted.
599a829f 425# Load up custom Makefile.SH fragment for shared loading and executables:
8736538c 426case "$osname" in
8736538c
AS
427*)
428 Makefile_s="$osname/Makefile.SHs"
429 ;;
430esac
431
549a6b10
JH
432case "$osname" in
433aix)
434 $spitshell >>Makefile <<!GROK!THIS!
9c839522 435LIBS = $perllibs
5f9d9a17
ME
436# In AIX we need to change this for building Perl itself from
437# its earlier definition (which is for building external
438# extensions *after* Perl has been built and installed)
439CCDLFLAGS = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
549a6b10
JH
440
441!GROK!THIS!
442 case "$useshrplib" in
443 define|true|[yY]*)
444 $spitshell >>Makefile <<'!NO!SUBS!'
445
446LIBPERL_NONSHR = libperl_nonshr$(LIB_EXT)
447MINIPERL_NONSHR = miniperl_nonshr$(EXE_EXT)
448
449$(LIBPERL_NONSHR): perl$(OBJ_EXT) $(obj)
450 $(RMS) $(LIBPERL_NONSHR)
451 $(AR) rcu $(LIBPERL_NONSHR) perl$(OBJ_EXT) $(obj)
452
bd0dd1d8 453$(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
a7089531
GS
454 $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
455 opmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
549a6b10
JH
456
457MINIPERLEXP = $(MINIPERL_NONSHR)
458
459LIBPERLEXPORT = perl.exp
460
461!NO!SUBS!
462
463 ;;
464 *)
465 $spitshell >>Makefile <<'!NO!SUBS!'
466MINIPERLEXP = miniperl$(EXE_EXT)
467
468PERLEXPORT = perl.exp
469
470!NO!SUBS!
471 ;;
472 esac
473 $spitshell >>Makefile <<'!NO!SUBS!'
474perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
5c728af0 475 ./$(MINIPERLEXP) makedef.pl PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" | sort -u | sort -f > perl.exp.tmp
549a6b10
JH
476 sh mv-if-diff perl.exp.tmp perl.exp
477
478!NO!SUBS!
479 ;;
2c2d71f5
JH
480os2)
481 $spitshell >>Makefile <<'!NO!SUBS!'
482MINIPERLEXP = miniperl
483
484perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
5c728af0 485 ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl.exp.tmp
2c2d71f5
JH
486 sh mv-if-diff perl.exp.tmp perl5.def
487
488!NO!SUBS!
489 ;;
549a6b10
JH
490esac
491
8736538c
AS
492if test -r $Makefile_s ; then
493 . $Makefile_s
d96ebe2e 494 $spitshell >>Makefile <<!GROK!THIS!
cd4d8a96 495
8736538c 496Makefile: $Makefile_s
cd4d8a96 497!GROK!THIS!
498else
f0efd8cf 499 $spitshell >>Makefile <<'!NO!SUBS!'
549a6b10 500$(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT)
9c9e9f08 501!NO!SUBS!
d96ebe2e 502 case "$useshrplib" in
503 true)
504 $spitshell >>Makefile <<'!NO!SUBS!'
6bdd71ef 505 $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs)
3c321fdc 506!NO!SUBS!
507 case "$osname" in
508 aix)
509 $spitshell >>Makefile <<'!NO!SUBS!'
28e8609d 510 rm -f libperl$(OBJ_EXT)
3c321fdc 511 mv $@ libperl$(OBJ_EXT)
512 $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
ecfc5424 513!NO!SUBS!
3c321fdc 514 ;;
515 esac
d96ebe2e 516 ;;
517 *)
518 $spitshell >>Makefile <<'!NO!SUBS!'
519 rm -f $(LIBPERL)
520 $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
521 @$(ranlib) $(LIBPERL)
655635e8 522!NO!SUBS!
d96ebe2e 523 ;;
524 esac
599a829f
IZ
525 $spitshell >>Makefile <<'!NO!SUBS!'
526
527# How to build executables.
528
529# The $& notation tells Sequent machines that it can do a parallel make,
530# and is harmless otherwise.
531# The miniperl -w -MExporter line is a basic cheap test to catch errors
532# before make goes on to run preplibrary and then MakeMaker on extensions.
533# This is very handy because later errors are often caused by miniperl
534# build problems but that's not obvious to the novice.
535# The Module used here must not depend on Config or any extensions.
536
ecfb2188
GS
537!NO!SUBS!
538
539 case "${osname}${osvers}" in
8fdf96e1 540 aix*)
ecfb2188 541 $spitshell >>Makefile <<'!NO!SUBS!'
bd0dd1d8 542miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
8fdf96e1
JH
543 $(CC) -o miniperl $(CLDFLAGS) \
544 `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
ecfb2188 545 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
bd0dd1d8 546 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
ecfb2188
GS
547!NO!SUBS!
548 ;;
8fdf96e1 549 beos*|next4*)
535d2540
JH
550 $spitshell >>Makefile <<'!NO!SUBS!'
551miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
8fdf96e1 552 $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
535d2540
JH
553 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
554 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
555!NO!SUBS!
556 ;;
cb3fc426 557 darwin*)
986530ea
JH
558 case "$osvers" in
559 [1-6].*) ;;
560 *) case "$ldflags" in
561 *"-flat_namespace"*) ;;
562 *) # to allow opmini.o to override stuff in libperl.dylib
69625aa9
JH
563 $spitshell >>Makefile <<!NO!SUBS!
564NAMESPACEFLAGS = -force_flat_namespace
565!NO!SUBS!
986530ea
JH
566 ;;
567 esac
568 ;;
cb3fc426
JH
569 esac
570 $spitshell >>Makefile <<'!NO!SUBS!'
571miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
572 -@rm -f miniperl.xok
69625aa9 573 $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o miniperl \
cb3fc426
JH
574 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
575 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
cb3fc426
JH
576!NO!SUBS!
577 ;;
ecfb2188
GS
578 *)
579 $spitshell >>Makefile <<'!NO!SUBS!'
443a5b98 580miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
93c0359c 581 -@rm -f miniperl.xok
d182087b 582 $(CC) $(CLDFLAGS) -o miniperl \
a7089531 583 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
bd0dd1d8 584 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
ecfb2188
GS
585!NO!SUBS!
586 ;;
587 esac
588
589 $spitshell >>Makefile <<'!NO!SUBS!'
599a829f 590
443a5b98 591perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
93c0359c 592 -@rm -f miniperl.xok
d182087b 593 $(SHRPENV) $(CC) -o perl$(PERL_SUFFIX) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
599a829f 594
4ae3d70a
JH
595# Purify/Quantify Perls.
596
443a5b98 597pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
d182087b 598 $(SHRPENV) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
599a829f 599
443a5b98 600purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
d182087b 601 $(SHRPENV) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
dbadb36a 602
443a5b98 603quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
d182087b 604 $(SHRPENV) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
2304df62 605
4ae3d70a
JH
606# Third Degree Perl (Tru64 only)
607
719561de 608perl.config.dashg:
83f0ef60
JH
609 @echo "Checking optimize='-g' in config.sh..."
610 @grep "^optimize=" config.sh
611 @grep "^optimize='-g'" config.sh >/dev/null || exit 1
4ae3d70a
JH
612
613perl.third.config: config.sh
614 @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
6e36760b 615 @$(MAKE) perl.config.dashg
83f0ef60
JH
616 @echo "Checking usemymalloc='n' in config.sh..."
617 @grep "^usemymalloc=" config.sh
618 @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
170ba846 619
412c6516 620perl.third: /usr/bin/atom perl.third.config perl
dca31ef4 621 atom -tool third -L. -all -gp -toolargs="-invalid -uninit heap+stack+copy -min 0" perl
83f0ef60 622 @echo "Now you may run perl.third and then study perl.3log."
15615bfd 623
4ae3d70a
JH
624# Pixie Perls (Tru64 and IRIX only)
625
719561de 626perl.pixie.config: config.sh
4ae3d70a 627 @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
6e36760b 628 @$(MAKE) perl.config.dashg
4ae3d70a 629
719561de 630perl.pixie.atom: /usr/bin/atom perl
4ae3d70a
JH
631 atom -tool pixie -L. -all -toolargs="-quiet" perl
632
633perl.pixie.irix: perl
634 pixie perl
635
719561de 636perl.pixie: /usr/bin/pixie perl.pixie.config perl
4ae3d70a
JH
637 if test -x /usr/bin/atom; then \
638 $(MAKE) perl.pixie.atom; \
639 else \
640 $(MAKE) perl.pixie.irix; \
641 fi
83f0ef60
JH
642 @echo "Now you may run perl.pixie and then run pixie."
643
644# Gprof Perl
645
646perl.config.dashpg:
647 @echo "Checking optimize='-pg' in config.sh..."
648 @grep "^optimize=" config.sh
64778e5f 649 @grep "^optimize='.*-pg.*'" config.sh >/dev/null || exit 1
83f0ef60
JH
650
651perl.gprof.config: config.sh
652 @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
653 @$(MAKE) perl.config.dashpg
654
655perl.gprof: /usr/bin/gprof perl.gprof.config
64778e5f 656 @-rm -f perl
51a35ef1 657 $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILE_LDFLAGS=-pg perl
83f0ef60 658 @echo "Now you may run perl.gprof and then run gprof perl.gprof."
4ae3d70a 659
51a35ef1
JH
660# Gcov Perl
661
662perl.config.gcov:
663 @echo "To build perl.gcov you must use gcc 3.0 or newer, checking..."
664 @echo "Checking gccversion in config.sh..."
665 @grep "^gccversion=" config.sh
666 @grep "^gccversion='[3-9]\." config.sh >/dev/null || exit 1
667 @echo "To build perl.gcov you must Configure -Dccflags=-fprofile-arcs -ftest-coverage, checking..."
668 @echo "Checking ccflags='-fprofile-arcs -ftest-coverage' in config.sh..."
669 @grep "^ccflags=" config.sh
670 @grep "^ccflags='.*-fprofile-arcs -ftest-coverage.*'" config.sh >/dev/null || exit 1
671
672perl.gcov: perl.config.gcov
673 @-rm -f perl
674 $(MAKE) PERL_SUFFIX=.gcov PERL_PROFILE_LDFLAGS='' perl
675 @echo "Now you may run perl.gcov and then run gcov some.c."
676
f946bb38
JH
677# Microperl. This is just a convenience thing if one happens to
678# build also the full Perl and therefore the real big Makefile:
f4db5405 679# usually one should manually explicitly issue the below command.
f946bb38 680
869a466c 681.PHONY: microperl
f946bb38
JH
682microperl:
683 $(MAKE) -f Makefile.micro
684
2304df62
AD
685# This version, if specified in Configure, does ONLY those scripts which need
686# set-id emulation. Suidperl must be setuid root. It contains the "taint"
687# checks as well as the special code to validate that the script in question
688# has been invoked correctly.
689
443a5b98 690suidperl$(EXE_EXT): $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT)
d182087b 691 $(SHRPENV) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
2304df62 692
599a829f
IZ
693!NO!SUBS!
694
695fi
696
697$spitshell >>Makefile <<'!NO!SUBS!'
698
bf0dfd28 699sperl$(OBJ_EXT): perl.c $(h)
2304df62 700 $(RMS) sperl.c
85e6fe83 701 $(LNS) perl.c sperl.c
d96ebe2e 702 $(CCCMD) -DIAMSUID sperl.c
2304df62
AD
703 $(RMS) sperl.c
704
fec02dd3
AD
705# We have to call our ./makedir because Ultrix 4.3 make can't handle the line
706# test -d lib/auto || mkdir lib/auto
5b7e50ea 707# We need to autosplit in two steps because VOS can't handle so many args
fec02dd3 708#
869a466c 709.PHONY: preplibrary
a64c954a 710preplibrary: miniperl$(EXE_EXT) lib/Config.pm lib/lib.pm $(PREPLIBRARY_LIBPERL)
cd4d8a96 711 @sh ./makedir lib/auto
a0d0e21e 712 @echo " AutoSplitting perl library"
92c28edd 713 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
5b7e50ea
PG
714 autosplit_lib_modules(@ARGV)' lib/*.pm
715 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
716 autosplit_lib_modules(@ARGV)' lib/*/*.pm
abae58a6 717 $(MAKE) lib/re.pm
2304df62 718
75f92628 719# Take care to avoid modifying lib/Config.pm without reason
f4db5405 720# (If trying to create a new port and having problems with the configpm script,
fb73857a 721# try 'make minitest' and/or commenting out the tests at the end of configpm.)
ab57a4d7 722lib/Config.pm: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
d2212429 723 $(LDLIBPTH) ./miniperl -Ilib configpm configpm.tmp
92c28edd 724 sh mv-if-diff configpm.tmp $@
2304df62 725
443a5b98 726lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl lib/Config.pm
e8827f64 727 $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
92c28edd 728 sh mv-if-diff minimod.tmp $@
abae58a6 729 -touch lib/ExtUtils/Miniperl.pm
fed7345c 730
92c28edd 731lib/re.pm: ext/re/re.pm
abae58a6 732 cp ext/re/re.pm ext/re/re.tmp && sh mv-if-diff ext/re/re.tmp lib/re.pm
7cfc0d09 733
180c42e0 734$(plextract): miniperl$(EXE_EXT) lib/Config.pm x2p/s2p
42c30c63 735 @-rm -f $@
92c28edd 736 $(LDLIBPTH) ./miniperl -Ilib $@.PL
72b3d9b4 737
d4d4a62f 738x2p/s2p: miniperl$(EXE_EXT) lib/Config.pm x2p/s2p.PL
36cf9c44 739 cd x2p; $(LDLIBPTH) $(MAKE) s2p
180c42e0 740
443a5b98 741lib/lib.pm: miniperl$(EXE_EXT) lib/Config.pm
42c30c63 742 @-rm -f $@
4755096e
GS
743 $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
744
443a5b98 745extra.pods: miniperl$(EXE_EXT)
fec93702 746 -@test -f extra.pods && rm -f `cat extra.pods`
72b3d9b4 747 -@rm -f extra.pods
b4bc034f 748 -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
72b3d9b4 749 nx=`echo $$x | sed -e "s/README\.//"`; \
40096396 750 cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
72b3d9b4
GS
751 echo "pod/perl"$$nx".pod" >> extra.pods ; \
752 done
bf35c3f6 753 -@rm -f pod/perlvms.pod
40096396 754 -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
72b3d9b4 755
443a5b98 756extras.make: perl$(EXE_EXT)
2a30c5e0 757 -@test -s extras.lst && PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
bf35c3f6 758
443a5b98 759extras.test: perl$(EXE_EXT)
2a30c5e0 760 -@test -s extras.lst && PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
bf35c3f6 761
443a5b98 762extras.install: perl$(EXE_EXT)
2a30c5e0 763 -@test -s extras.lst && PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
bf35c3f6 764
869a466c 765.PHONY: install install-strip install-all install-verbose install-silent \
5e2f386f 766 no-install install.perl install.man install.html
869a466c 767
f556e5b9
JH
768install-strip:
769 $(MAKE) STRIPFLAGS=-s install
770
adbebc0b 771install install-all:
c458b76c 772 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS)
c77385cf 773
4ad019ef
A
774install-verbose:
775 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V
c458b76c 776
4ad019ef 777install-silent:
8d0b2130 778 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S
4ad019ef
A
779
780no-install:
781 $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
16d20bd9 782
bf35c3f6 783install.perl: all installperl
6ee623d5
GS
784 if [ -n "$(COMPILE)" ]; \
785 then \
786 cd utils; $(MAKE) compile; \
787 cd ../x2p; $(MAKE) compile; \
788 cd ../pod; $(MAKE) compile; \
83673e1f 789 else :; \
6ee623d5 790 fi
c77385cf 791 $(LDLIBPTH) ./perl installperl $(INSTALLFLAGS) $(STRIPFLAGS)
bf35c3f6 792 $(MAKE) extras.install
a0d0e21e 793
b1a1e9f1 794install.man: all installman
c77385cf 795 $(LDLIBPTH) ./perl installman $(INSTALLFLAGS)
16d20bd9 796
84902520
TB
797# XXX Experimental. Hardwired values, but useful for testing.
798# Eventually Configure could ask for some of these values.
799install.html: all installhtml
40096396 800 -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
6ee623d5 801 $(LDLIBPTH) ./perl installhtml \
84902520
TB
802 --podroot=. --podpath=. --recurse \
803 --htmldir=$(privlib)/html \
804 --htmlroot=$(privlib)/html \
805 --splithead=pod/perlipc \
806 --splititem=pod/perlfunc \
807 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
808 --verbose
809
16d20bd9 810
a0d0e21e 811# I now supply perly.c with the kits, so the following section is
56febc5e
AD
812# used only if you force byacc to run by saying
813# make run_byacc
814# Since we patch up the byacc output, the perly.fixer script needs
815# to run with precisely the same version of byacc as I use. You
816# normally shouldn't remake perly.[ch].
817
869a466c
JH
818.PHONY: check_byacc run_byacc
819
001465dc
JH
820check_byacc:
821 @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
822
823run_byacc: FORCE check_byacc
56febc5e 824 $(BYACC) -d perly.y
cecd0ad1 825 -chmod 664 perly.c perly.h
56febc5e 826 sh $(shellflags) ./perly.fixer y.tab.c perly.c
55497cff 827 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
828 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
ebb99254 829 sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
55497cff 830 cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
2b21cd67 831 perl -i.old perlyline.pl perly.c
fb73857a 832 chmod 664 vms/perly_c.vms vms/perly_h.vms
833 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
56febc5e
AD
834
835# We don't want to regenerate perly.c and perly.h, but they might
836# appear out-of-date after a patch is applied or a new distribution is
837# made.
92c28edd 838perly.c: perly.y
b233458b
JH
839 -@sh -c true
840
92c28edd 841perly.h: perly.y
b233458b
JH
842 -@sh -c true
843
9fec149b
JH
844PERLYVMS = vms/perly_c.vms vms/perly_h.vms
845
846$(PERLYVMS): perly.c perly.h vms/vms_yfix.pl
847 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
848
bd656b61 849# No compat3.sym here since and including the 5.004_50.
e4d5a464 850# No interp.sym since 5.005_03.
22c35a8c 851SYM = global.sym globvar.sym perlio.sym pp.sym
419eaf7b 852
22c35a8c 853SYMH = perlvars.h intrpvar.h thrdvar.h
419eaf7b 854
dae78bb1
IZ
855CHMOD_W = chmod +w
856
a8581515 857# The following files are generated automatically
9ad884cb 858# autodoc.pl: pod/perlapi.pod pod/perlintern.pod
c83f8f39
JH
859# bytecode.pl: ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c
860# ext/B/B/Asmdata.pm
9ad884cb
JH
861# embed.pl: proto.h embed.h embedvar.h global.sym
862# perlapi.h perlapi.c
863# [* embed.pl needs pp.sym generated by opcode.pl! *]
864# keywords.pl: keywords.h
865# opcode.pl: opcode.h opnames.h pp_proto.h pp.sym
c83f8f39
JH
866# regcomp.pl: regnodes.h
867# warnings.pl: warnings.h lib/warnings.pm
e50aee73
AD
868# The correct versions should be already supplied with the perl kit,
869# in case you don't have perl available.
36bb303b 870# To force them to be regenerated, run
9ad884cb 871# perl regen.pl
36bb303b
NC
872# with your existing copy of perl
873# (make regen_headers is kept for backwards compatibility)
e1354ed6 874
b4d4469a
JH
875AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
876 embed.h embedvar.h global.sym \
877 pod/perlintern.pod pod/perlapi.pod \
acfe0abc 878 perlapi.h perlapi.c ext/ByteLoader/byterun.h \
c83f8f39
JH
879 ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm regnodes.h \
880 warnings.h lib/warnings.pm
e1354ed6 881
869a466c
JH
882.PHONY: regen_headers regen_pods regen_all
883
9ad884cb
JH
884regen regen_headers: FORCE
885 -perl regen.pl
8e07c86e 886
4755096e 887regen_pods: FORCE
fcfe1ab7 888 -cd pod; $(LDLIBPTH) $(MAKE) regen_pods
4755096e 889
9ad884cb 890regen_all: $(PERLYVMS) regen regen_pods
9fec149b 891
1aea71db
A
892.PHONY: manisort manicheck
893
894manisort: FORCE
895 LC_ALL=C sort -fc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \
896 LC_ALL=C sort -fo MANIFEST MANIFEST)
897
898manicheck: FORCE
899 perl Porting/manicheck
900
a0d0e21e 901# Extensions:
4318d5a0
GB
902# Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
903# automatically get built. There should ordinarily be no need to change
904# any of this part of makefile.
a0d0e21e
LW
905#
906# The dummy dependency is a place holder in case $(dynamic_ext) or
907# $(static_ext) is empty.
908#
909# DynaLoader may be needed for extensions that use Makefile.PL.
910
443a5b98 911$(DYNALOADER): miniperl$(EXE_EXT) preplibrary FORCE
94c41b70 912 @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
a0d0e21e 913
443a5b98 914d_dummy $(dynamic_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
92c28edd 915 @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
a0d0e21e 916
443a5b98 917s_dummy $(static_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
94c41b70 918 @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
2304df62 919
443a5b98 920n_dummy $(nonxs_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
92c28edd 921 @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
4318d5a0 922
869a466c
JH
923.PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
924 realclean _realcleaner clobber _clobber \
925 distclean veryclean _verycleaner
926
17b893d8 927clean: _tidy _mopup
70af249b 928
2edbd6da 929realclean: _realcleaner _mopup
fcfe1ab7 930 @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh"
70af249b 931
b37ebb13 932_clobber:
5440bc8e 933 -@rm -f Cross/run-* Cross/to-* Cross/from-*
bf35c3f6 934 rm -f config.sh cppstdin Policy.sh extras.lst
b37ebb13
JH
935
936clobber: _realcleaner _mopup _clobber
70af249b
CS
937
938distclean: clobber
939
2edbd6da 940# Like distclean but also removes emacs backups and *.orig.
b37ebb13
JH
941veryclean: _verycleaner _mopup _clobber
942 -@rm -f Obsolete Wanted
2edbd6da 943
70af249b
CS
944# Do not 'make _mopup' directly.
945_mopup:
cd4d8a96 946 rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
1ed50e5b 947 -rmdir .depending
72b3d9b4 948 -@test -f extra.pods && rm -f `cat extra.pods`
b4bc034f 949 -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
ac83e8b0 950 -rm -f perl.exp ext.libs extra.pods opmini.o
d96ebe2e 951 -rm -f perl.export perl.dll perl.libexp perl.map perl.def
1cfa4ec7 952 -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
9d4d067b 953 -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
6a966751 954 -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
93c0359c 955 -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
a0457be1 956 -rm -f perlld cygwin.c ld2 libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump
1ed50e5b
JH
957 -rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl
958 -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old
70af249b
CS
959
960# Do not 'make _tidy' directly.
961_tidy:
e3f83878
JH
962 -cd pod; $(LDLIBPTH) $(MAKE) clean
963 -cd utils; $(LDLIBPTH) $(MAKE) clean
964 -cd x2p; $(LDLIBPTH) $(MAKE) clean
4318d5a0 965 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
e3f83878 966 $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
a0d0e21e 967 done
6ee623d5 968 rm -f testcompile compilelog
ff68c719 969
2edbd6da 970_cleaner1:
4633a7c4 971 -cd os2; rm -f Makefile
2edbd6da
JH
972 -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
973 -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
974 -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
4318d5a0 975 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
2edbd6da 976 $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
a0d0e21e 977 done
2edbd6da 978
2ad994b6 979# Some systems do not support "?", so keep these files separate.
2edbd6da 980_cleaner2:
2ad994b6
PG
981 -rm -f core.*perl.*.? t/core.perl.*.? .?*.c
982 rm -f core *perl.core t/core t/*perl.core
983 rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests
984 rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
a0d0e21e 985 rm -rf $(addedbyconf)
0eb4e931 986 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
3d40713c 987 rm -f $(private) lib/Config.pod
a0d0e21e 988 rm -rf lib/auto
07a6e20d 989 rm -f lib/.exists lib/*/.exists lib/*/*/.exists
16d20bd9 990 rm -f h2ph.man pstruct
a0d0e21e 991 rm -rf .config
9b9c6f34 992 rm -f preload
6ee623d5 993 rm -f testcompile compilelog
26f17523
JH
994 -rmdir lib/B lib/Data lib/Digest
995 rm -rf lib/Encode
996 -rmdir lib/IO/Socket lib/IO/t lib/IO
d0b806d2 997 -rmdir lib/Filter/Util lib/List lib/MIME lib/PerlIO lib/Scalar lib/Sys
7589e17d 998 -rmdir lib/Thread lib/XS lib/threads/shared lib/threads t/lib/B
ecfc5424 999
f4db5405 1000_realcleaner:
2edbd6da
JH
1001 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
1002 @$(LDLIBPTH) $(MAKE) _cleaner2
1003
f4db5405 1004_verycleaner:
2edbd6da
JH
1005 @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
1006 @$(LDLIBPTH) $(MAKE) _cleaner2
c94787a5 1007 -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
2edbd6da 1008
2304df62
AD
1009# The following lint has practically everything turned on. Unfortunately,
1010# you have to wade through a lot of mumbo jumbo that can't be suppressed.
1011# If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
1012# for that spot.
1013
869a466c 1014.PHONY: lint
bf0dfd28 1015lint: $(c)
2304df62
AD
1016 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
1017
fb73857a 1018# Need to unset during recursion to go out of loop.
1019# The README below ensures that the dependency list is never empty and
1020# that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
cd4d8a96 1021
84902520 1022MAKEDEPEND = Makefile makedepend
cd4d8a96 1023
fb73857a 1024$(FIRSTMAKEFILE): README $(MAKEDEPEND)
cd4d8a96 1025 $(MAKE) depend MAKEDEPEND=
a0d0e21e 1026
599a829f 1027config.h: config_h.SH config.sh
655635e8 1028 $(SHELL) config_h.SH
1029
a0d0e21e 1030# When done, touch perlmain.c so that it doesn't get remade each time.
869a466c 1031.PHONY: depend
2304df62 1032depend: makedepend
fb73857a 1033 sh ./makedepend MAKE=$(MAKE)
a0d0e21e 1034 - test -s perlmain.c && touch perlmain.c
2304df62
AD
1035 cd x2p; $(MAKE) depend
1036
cd4d8a96 1037# Cannot postpone this until $firstmakefile is ready ;-)
92c28edd
JH
1038makedepend: makedepend.SH config.sh
1039 sh ./makedepend.SH
cd4d8a96 1040
1167a30e 1041.PHONY: test check test_prep test_prep_nodll test_prep_pre _test_prep \
869a466c 1042 test_tty test-tty _test_tty test_notty test-notty _test_notty \
e018f8be 1043 utest ucheck test.utf8 check.utf8 test.torture torturetest \
869a466c 1044 test.third check.third utest.third ucheck.third test_notty.third \
69bfbd2f 1045 test.deparse test_notty.deparse test_harness test_harness_notty \
5a6e071d 1046 minitest coretest
869a466c 1047
ec861bc1
JH
1048# Cannot delegate rebuilding of t/perl to make
1049# to allow interlaced test and minitest
3e3baf6d 1050
1167a30e
IZ
1051TESTFILE=TEST
1052
1053_test_prep:
ec861bc1 1054 cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT))
3e3baf6d 1055
1167a30e
IZ
1056# Architecture-neutral stuff:
1057
1058test_prep_pre: preplibrary utilities $(nonxs_ext)
1059
443a5b98 1060test_prep: test_prep_pre miniperl$(EXE_EXT) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
5fe84fd2 1061 PERL=./perl $(MAKE) _test_prep
ec861bc1 1062
5fe84fd2 1063_test_tty:
2a30c5e0 1064 cd t && $(PERL_DEBUG) $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS) </dev/tty
ec861bc1 1065
5fe84fd2 1066_test_notty:
2a30c5e0 1067 cd t && $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS)
ec861bc1
JH
1068
1069# The second branch is for testing without a tty or controlling terminal,
1070# see t/op/stat.t
1071_test:
994e9bc0 1072 if (true </dev/tty) >/dev/null 2>&1; then \
1167a30e 1073 $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_tty ; \
994e9bc0 1074 else \
1167a30e 1075 $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_notty ; \
994e9bc0 1076 fi
3d8f1d64 1077 @echo "Ran tests" > t/rantests
a0ed51b3 1078
937aca76 1079test check: test_prep
ec861bc1
JH
1080 PERL=./perl $(MAKE) _test
1081
937aca76 1082test_tty: test_prep
5fe84fd2 1083 PERL=./perl $(MAKE) _test_tty
ec861bc1 1084
937aca76 1085test_notty: test_prep
5fe84fd2 1086 PERL=./perl $(MAKE) _test_notty
ec861bc1 1087
83f0ef60 1088utest ucheck test.utf8 check.utf8: test_prep
35117553 1089 PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test
ec861bc1 1090
5a6e071d
PJ
1091coretest: test_prep
1092 PERL=./perl TEST_ARGS=-core $(MAKE) _test
1093
48a293f8 1094test-prep: test_prep
5fe84fd2
JH
1095
1096test-tty: test_tty
1097
1098test-notty: test_notty
1099
e018f8be
JH
1100# Torture testing
1101
1102test.torture torturetest: test_prep
1103 PERL=./perl TEST_ARGS=-torture $(MAKE) _test
1104
ec861bc1
JH
1105# Targets for Third Degree testing.
1106
9b99345a 1107test_prep.third: test_prep perl.third
5fe84fd2 1108 PERL=./perl.third $(MAKE) _test_prep
ec861bc1 1109
937aca76 1110test.third check.third: test_prep.third perl.third
ec861bc1
JH
1111 PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test
1112
937aca76 1113utest.third ucheck.third: test_prep.third perl.third
35117553 1114 PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 TEST_ARGS=-utf8 $(MAKE) _test
ec861bc1 1115
937aca76 1116test_notty.third: test_prep.third perl.third
5fe84fd2 1117 PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty
2304df62 1118
35117553
JH
1119# Targets for Deparse testing.
1120
1121test.deparse: test_prep
1122 PERL=./perl TEST_ARGS=-deparse $(MAKE) _test
1123
1124test_notty.deparse: test_prep
1125 PERL=./perl TEST_ARGS=-deparse $(MAKE) _test_notty
1126
d96ebe2e 1127# Can't depend on lib/Config.pm because that might be where miniperl
1128# is crashing.
443a5b98 1129minitest: miniperl$(EXE_EXT) lib/re.pm
4fa3f26e
YST
1130 -@test -f lib/lib.pm && test -f lib/Config.pm || \
1131 $(MAKE) lib/Config.pm lib/lib.pm
1132 @echo " "
d96ebe2e 1133 @echo "You may see some irrelevant test failures if you have been unable"
4fa3f26e
YST
1134 @echo "to build lib/Config.pm or lib/lib.pm."
1135 @echo " "
cd4d8a96 1136 - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
4fa3f26e 1137 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
16d20bd9 1138
1167a30e
IZ
1139# Test via harness
1140
1141test_harness: test_prep
1142 PERL=./perl $(MAKE) TESTFILE=harness _test
1143
69bfbd2f
RGS
1144test_harness_notty: test_prep
1145 PERL=./perl HARNESS_NOTTY=1 $(MAKE) TESTFILE=harness _test
1146
fb73857a 1147# Handy way to run perlbug -ok without having to install and run the
84902520 1148# installed perlbug. We don't re-run the tests here - we trust the user.
fb73857a 1149# Please *don't* use this unless all tests pass.
1d2dff63 1150# If you want to report test failures, use "make nok" instead.
869a466c
JH
1151
1152.PHONY: ok okfile oknack okfilenack nok nokfile noknack nokfilenack
1153
188cd53f 1154ok: utilities
92c28edd 1155 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
84902520 1156
105f9295 1157okfile: utilities
92c28edd 1158 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
105f9295 1159
890b8eb0
NC
1160oknack: utilities
1161 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
1162
1163okfilenack: utilities
1164 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
1165
1d2dff63 1166nok: utilities
92c28edd 1167 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
1d2dff63 1168
b4e8cfaf
GS
1169nokfile: utilities
1170 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
1171
890b8eb0
NC
1172noknack: utilities
1173 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
1174
1175nokfilenack: utilities
1176 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
1177
869a466c
JH
1178.PHONY: clist hlist shlist pllist
1179
85e6fe83 1180clist: $(c)
92c28edd 1181 echo $(c) | tr ' ' $(TRNL) >.clist
2304df62 1182
85e6fe83 1183hlist: $(h)
92c28edd 1184 echo $(h) | tr ' ' $(TRNL) >.hlist
2304df62 1185
85e6fe83 1186shlist: $(sh)
92c28edd 1187 echo $(sh) | tr ' ' $(TRNL) >.shlist
2304df62 1188
4633a7c4 1189pllist: $(pl)
92c28edd 1190 echo $(pl) | tr ' ' $(TRNL) >.pllist
4633a7c4 1191
92c28edd
JH
1192Makefile: Makefile.SH ./config.sh
1193 $(SHELL) Makefile.SH
760ac839 1194
869a466c 1195.PHONY: distcheck
599a829f 1196distcheck: FORCE
760ac839
LW
1197 perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
1198
869a466c 1199.PHONY: elc
771c4874
IZ
1200elc: emacs/cperl-mode.elc
1201
1202emacs/cperl-mode.elc: emacs/cperl-mode.el
1203 -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
1204
869a466c
JH
1205.PHONY: etags ctags tags
1206
d6a255e6
IZ
1207etags: TAGS
1208
1209TAGS: emacs/cperl-mode.elc
3ee700d1 1210 sh emacs/ptags
01e22528 1211
d6a255e6
IZ
1212ctags: tags
1213
1214# Let's hope make will not go into an infinite loop on case-unsensitive systems
1215# This may also fail if . is in the head of the path, since perl will
1216# require -Ilib
1217tags: TAGS
1218 perl emacs/e2ctags.pl TAGS > tags
3ee700d1 1219
2304df62
AD
1220# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1221# If this runs make out of memory, delete /usr/include lines.
1222!NO!SUBS!
1223
85e6fe83 1224$eunicefix Makefile
2304df62
AD
1225case `pwd` in
1226*SH)
85e6fe83 1227 $rm -f ../Makefile
cd4d8a96 1228 $ln Makefile ../Makefile
2304df62
AD
1229 ;;
1230esac
cd4d8a96 1231$rm -f $firstmakefile
5ff3f7a4
GS
1232
1233# Now do any special processing required before building.
1234
1235case "$ebcdic" in
2d340b60 1236define)
5ff3f7a4 1237 xxx=''
2d340b60 1238 echo "This is an EBCDIC system, checking if any parser files need regenerating." >&2
7a66b286 1239case "$osname" in
25e9a2e3 1240os390|posix-bc)
5ff3f7a4 1241 rm -f y.tab.c y.tab.h
e9d08790 1242 # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
5ff3f7a4
GS
1243 yacc -d perly.y >/dev/null 2>&1
1244 if cmp -s y.tab.c perly.c; then
1245 rm -f y.tab.c
1246 else
1247 echo "perly.y -> perly.c" >&2
1248 mv -f y.tab.c perly.c
1249 chmod u+w perly.c
c8dba6f3
GS
1250 sed -e '/^#include "perl\.h"/a\
1251\
1252#define yydebug PL_yydebug\
1253#define yynerrs PL_yynerrs\
1254#define yyerrflag PL_yyerrflag\
1255#define yychar PL_yychar\
c8dba6f3
GS
1256#define yyval PL_yyval\
1257#define yylval PL_yylval' \
1258 -e '/YYSTYPE *yyval;/D' \
1259 -e '/YYSTYPE *yylval;/D' \
1260 -e '/int yychar,/,/yynerrs;/D' \
1261 -e 's/int yydebug = 0;/yydebug = 0;/' \
1262 -e 's/[^_]realloc(/PerlMem_realloc(/g' \
1263 -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
5ff3f7a4
GS
1264 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
1265 xxx="$xxx perly.c"
1266 fi
6cfe8af5
JH
1267 case "$osname:$usethreads" in
1268 os390:define)
1269 sed -e 's@^extern int yychar, yyerrflag;@/* extern int yychar, yyerrflag; */@' perly.c > perly.tmp && mv perly.tmp perly.c
1270 ;;
1271 esac
5ff3f7a4
GS
1272 if cmp -s y.tab.h perly.h; then
1273 rm -f y.tab.h
1274 else
1275 echo "perly.y -> perly.h" >&2
1276 mv -f y.tab.h perly.h
1277 xxx="$xxx perly.h"
1278 fi
e9d08790 1279 if cd x2p
5ff3f7a4 1280 then
e9d08790 1281 rm -f y.tab.c y.tab.h
5928ee40
JH
1282 case "$osname" in
1283 posix-bc)
1284 # we are using two different yaccs in BS2000 Posix!
1285 byacc a2p.y >/dev/null 2>&1
1286 ;;
1287 *) # e.g. os390
1288 yacc a2p.y >/dev/null 2>&1
1289 ;;
1290 esac
e9d08790
JH
1291 if cmp -s y.tab.c a2p.c
1292 then
1293 rm -f y.tab.c
1294 else
1295 echo "a2p.y -> a2p.c" >&2
1296 mv -f y.tab.c a2p.c
1297 chmod u+w a2p.c
1298 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
f1f802f7 1299 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
e9d08790
JH
1300 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1301 xxx="$xxx a2p.c"
1302 fi
1303 # In case somebody yacc -d:ed the a2p.y.
1304 if test -f y.tab.h
1305 then
1306 if cmp -s y.tab.h a2p.h
1307 then
1308 rm -f y.tab.h
1309 else
1310 echo "a2p.h -> a2p.h" >&2
1311 mv -f y.tab.h a2p.h
1312 xxx="$xxx a2p.h"
1313 fi
1314 fi
1315 cd ..
5ff3f7a4 1316 fi
7a66b286
JH
1317 ;;
1318vmesa)
1319 # Do nothing in VM/ESA.
1320 ;;
aa34f189 1321*)
e9d08790 1322 echo "'$osname' is an EBCDIC system I don't know that well." >&4
aa34f189 1323 ;;
fe572743 1324esac
5ff3f7a4
GS
1325 case "$xxx" in
1326 '') echo "No parser files were regenerated. That's okay." >&2 ;;
1327 esac
1328 ;;
1329esac
1330