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