This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add config.msg to VMS configure.com
[perl5.git] / Makefile.SH
CommitLineData
599a829f 1#! /bin/sh
2000072c 2case $CONFIGDOTSH in
2304df62
AD
3'')
4 if test -f config.sh; then TOP=.;
5 elif test -f ../config.sh; then TOP=..;
6 elif test -f ../../config.sh; then TOP=../..;
7 elif test -f ../../../config.sh; then TOP=../../..;
8 elif test -f ../../../../config.sh; then TOP=../../../..;
9 else
10 echo "Can't find config.sh."; exit 1
11 fi
12 . $TOP/config.sh
13 ;;
14esac
15: This forces SH files to create target in same directory as SH file.
16: This is so that make depend always knows where to find SH derivatives.
17case "$0" in
18*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
19esac
20
2304df62
AD
21case "$d_dosuid" in
22*define*) suidperl='suidperl' ;;
23*) suidperl='';;
24esac
25
d5d19f97 26linklibperl='$(LIBPERL)'
3c321fdc 27shrpldflags='$(LDDLFLAGS)'
6ee623d5 28ldlibpth=''
d96ebe2e 29case "$useshrplib" in
30true)
6ee623d5
GS
31 # Prefix all runs of 'miniperl' and 'perl' with
32 # $ldlibpth so that ./perl finds *this* libperl.so.
33 ldlibpth="LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH"
34
d5d19f97 35 pldlflags="$cccdlflags"
f0efd8cf 36 # NeXT-4 specific stuff. Can't we do this in the hint file?
d96ebe2e 37 case "${osname}${osvers}" in
38 next4*)
3c321fdc 39 ld=libtool
40 lddlflags="-dynamic -undefined warning -framework System \
41 -compatibility_version 1 -current_version $patchlevel \
42 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
6ee623d5
GS
43 # NeXT uses a different name.
44 ldlibpth="DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH"
45 ;;
8f1f23e8
W
46 rhapsody*)
47 ldlibpth="DYLD_LIBRARY_PATH=`pwd`/Perl:$DYLD_LIBRARY_PATH"
48 ;;
8736538c
AS
49 cygwin*) ldlibpth="PATH=`pwd`:$PATH"
50 linklibperl="-lperl"
51 ;;
6ee623d5
GS
52 os2*) # OS/2 doesn't need anything special for LD_LIBRARY_PATH.
53 ldlibpth=''
d96ebe2e 54 ;;
73d40b3e 55 sunos*)
d5d19f97
UP
56 linklibperl="-lperl"
57 ;;
73d40b3e 58 netbsd*|freebsd[234]*)
099685bc
JH
59 linklibperl="-L. -lperl"
60 ;;
3c321fdc 61 aix*)
62 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
1553ab04
TB
63 case "$osvers" in
64 3*)
65 shrpldflags="$shrpldflags -e _nostart $ldflags $libs $cryptlib"
66 ;;
67 *)
68 shrpldflags="$shrpldflags -b noentry $ldflags $libs $cryptlib"
69 ;;
70 esac
3c321fdc 71 aixinstdir=`pwd | sed 's/\/UU$//'`
72 linklibperl="-L $archlibexp/CORE -L $aixinstdir -lperl"
73 ;;
1c7d1a19
GS
74 hpux*)
75 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
76 ldlibpth="SHLIB_PATH=`pwd`:${SHLIB_PATH}"
fb73857a 77 ;;
46193409
JH
78 beos*) ldlibpth="LIBRARY_PATH=`pwd`:$LIBRARY_PATH"
79 ;;
655635e8 80 esac
d5d19f97 81 ;;
f0efd8cf 82*) pldlflags=''
d96ebe2e 83 ;;
ecfc5424
AD
84esac
85
a0d0e21e
LW
86: Prepare dependency lists for Makefile.
87dynamic_list=' '
88for f in $dynamic_ext; do
89 : the dependency named here will never exist
ecfc5424 90 base=`echo "$f" | sed 's/.*\///'`
75f92628 91 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
a0d0e21e
LW
92done
93
94static_list=' '
a0d0e21e
LW
95for f in $static_ext; do
96 base=`echo "$f" | sed 's/.*\///'`
cd4d8a96 97 static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
a0d0e21e
LW
98done
99
4318d5a0
GB
100nonxs_list=' '
101for f in $nonxs_ext; do
102 base=`echo "$f" | sed 's/.*\///'`
103 nonxs_list="$nonxs_list ext/$f/pm_to_blib"
104done
105
2304df62 106echo "Extracting Makefile (with variable substitutions)"
655635e8 107$spitshell >Makefile <<!GROK!THIS!
a0d0e21e 108# Makefile.SH
85e6fe83
LW
109# This file is derived from Makefile.SH. Any changes made here will
110# be lost the next time you run Configure.
655635e8 111# Makefile is used to generate $firstmakefile. The only difference
112# is that $firstmakefile has the dependencies filled in at the end.
2304df62 113#
fed7345c 114#
2304df62
AD
115# I now supply perly.c with the kits, so don't remake perly.c without byacc
116BYACC = $byacc
117CC = $cc
232e078e 118LD = $ld
16d20bd9 119
2304df62
AD
120LDFLAGS = $ldflags
121CLDFLAGS = $ldflags
85e6fe83 122
2304df62
AD
123SMALL = $small
124LARGE = $large $split
125mallocsrc = $mallocsrc
126mallocobj = $mallocobj
85e6fe83 127LNS = $lns
2304df62 128RMS = rm -f
85e6fe83
LW
129ranlib = $ranlib
130
16d20bd9
AD
131# The following are mentioned only to make metaconfig include the
132# appropriate questions in Configure. If you want to change these,
8e07c86e 133# edit config.sh instead, or specify --man1dir=/wherever on
16d20bd9
AD
134# installman commandline.
135bin = $installbin
136scriptdir = $scriptdir
d96ebe2e 137shrpdir = $archlibexp/CORE
16d20bd9
AD
138privlib = $installprivlib
139man1dir = $man1dir
140man1ext = $man1ext
141man3dir = $man3dir
142man3ext = $man3ext
143
85e6fe83
LW
144# The following are used to build and install shared libraries for
145# dynamic loading.
146LDDLFLAGS = $lddlflags
3c321fdc 147SHRPLDFLAGS = $shrpldflags
85e6fe83 148CCDLFLAGS = $ccdlflags
a0d0e21e 149DLSUFFIX = .$dlext
ecfc5424 150PLDLFLAGS = $pldlflags
d96ebe2e 151LIBPERL = $libperl
d5d19f97 152LLIBPERL= $linklibperl
ecfc5424 153SHRPENV = $shrpenv
a0d0e21e 154
6ee623d5
GS
155# The following is used to include the current directory in
156# LD_LIBRARY_PATH if you are building a shared libperl.so.
157LDLIBPTH = $ldlibpth
158
a0d0e21e
LW
159dynamic_ext = $dynamic_list
160static_ext = $static_list
4318d5a0
GB
161nonxs_ext = $nonxs_list
162ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
cd4d8a96 163DYNALOADER = lib/auto/DynaLoader/DynaLoader\$(LIB_EXT)
2304df62
AD
164
165libs = $libs $cryptlib
166
909b3858 167public = perl $suidperl utilities translators
2304df62
AD
168
169shellflags = $shellflags
170
d96ebe2e 171# This is set to MAKE=$make if your $make command doesn't
172# do it for you.
173$make_set_make
4633a7c4 174
dfe9444c 175# These variables may need to be manually set for non-Unix systems.
ccc7f9b3 176AR = $full_ar
dfe9444c
AD
177EXE_EXT = $_exe
178LIB_EXT = $_a
179OBJ_EXT = $_o
180PATH_SEP = $p_
4633a7c4
LW
181
182FIRSTMAKEFILE = $firstmakefile
183
184# Any special object files needed by this architecture, e.g. os2/os2.obj
185ARCHOBJS = $archobjs
186
cd4d8a96 187.SUFFIXES: .c \$(OBJ_EXT)
188
d96ebe2e 189# grrr
190SHELL = $sh
655635e8 191
28e8609d
JH
192# how to tr(anslate) newlines
193TRNL = '$trnl'
194
2304df62
AD
195!GROK!THIS!
196
85e6fe83 197## In the following dollars and backticks do not need the extra backslash.
2304df62
AD
198$spitshell >>Makefile <<'!NO!SUBS!'
199
d96ebe2e 200CCCMD = `sh $(shellflags) cflags $(LIBPERL) $@`
2304df62 201
fed7345c 202private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm
2304df62 203
4633a7c4
LW
204# Files to be built with variable substitution before miniperl
205# is available.
206sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
207 makedir.SH perl_exp.SH writemain.SH
208
209shextract = Makefile cflags config.h makeaperl makedepend \
655635e8 210 makedir perl.exp writemain
4633a7c4
LW
211
212# Files to be built with variable substitution after miniperl is
213# available. Dependencies handled manually below (for now).
2304df62 214
efb12ca0
GS
215pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
216 pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4633a7c4 217
efb12ca0
GS
218plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
219 pod/pod2usage pod/podchecker pod/podselect
4633a7c4
LW
220
221addedbyconf = UU $(shextract) $(plextract) pstruct
2304df62 222
fed7345c 223h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
a0d0e21e 224h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
2304df62 225h3 = opcode.h patchlevel.h perl.h perly.h pp.h proto.h regcomp.h
219f41b1 226h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
599cee73 227h5 = bytecode.h byterun.h utf8.h warning.h
33b839e2 228h = $(h1) $(h2) $(h3) $(h4) $(h5)
2304df62 229
33b839e2 230c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c
a0ed51b3 231c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c
760ac839 232c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c
2304df62 233
a0d0e21e 234c = $(c1) $(c2) $(c3) miniperlmain.c perlmain.c
2304df62 235
33b839e2 236obj1 = $(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) byterun$(OBJ_EXT)
cd4d8a96 237obj2 = 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)
a0ed51b3 238obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT)
655635e8 239
4633a7c4 240obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
2304df62 241
a0d0e21e
LW
242# Once perl has been Configure'd and built ok you build different
243# perl variants (Debugging, Embedded, Multiplicity etc) by saying:
d96ebe2e 244# make clean; make LIBPERL=libperl<type>.a
a0d0e21e
LW
245# where <type> is some combination of 'd' and(or) 'e' or 'm'.
246# See cflags to understand how this works.
247#
d96ebe2e 248# This mechanism is getting clunky and might not even work any more.
249# EMBEDDING is on by default, and MULTIPLICITY doesn't work.
250#
a0d0e21e 251
2304df62
AD
252lintflags = -hbvxac
253
cd4d8a96 254.c$(OBJ_EXT):
d96ebe2e 255 $(CCCMD) $(PLDLFLAGS) $*.c
2304df62 256
4318d5a0 257all: $(FIRSTMAKEFILE) miniperl $(private) $(plextract) $(public) $(dynamic_ext) $(nonxs_ext)
248e23d9
GS
258 @echo " ";
259 @echo " Everything is up to date. 'make test' to run test suite."
909b3858 260
6ee623d5
GS
261compile: all
262 echo "testing compilation" > testcompile;
263 cd utils; $(MAKE) compile;
264 cd x2p; $(MAKE) compile;
265 cd pod; $(MAKE) compile;
266
909b3858 267translators: miniperl lib/Config.pm FORCE
6ee623d5 268 @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
8e07c86e 269
909b3858 270utilities: miniperl lib/Config.pm FORCE
6ee623d5 271 @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
909b3858 272
273
16d20bd9
AD
274# This is now done by installman only if you actually want the man pages.
275# @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
85e6fe83
LW
276
277# Phony target to force checking subdirectories.
e50aee73 278# Apparently some makes require an action for the FORCE target.
85e6fe83 279FORCE:
4633a7c4 280 @sh -c true
85e6fe83 281
cd4d8a96 282miniperlmain$(OBJ_EXT): miniperlmain.c
d96ebe2e 283 $(CCCMD) $(PLDLFLAGS) $*.c
ecfc5424 284
655635e8 285perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
e8827f64
GS
286 sh writemain $(DYNALOADER) $(static_ext) > writemain.tmp
287 sh mv-if-diff writemain.tmp perlmain.c
85e6fe83 288
cd4d8a96 289perlmain$(OBJ_EXT): perlmain.c
d96ebe2e 290 $(CCCMD) $(PLDLFLAGS) $*.c
85e6fe83 291
a0d0e21e
LW
292# The file ext.libs is a list of libraries that must be linked in
293# for static extensions, e.g. -lm -lgdbm, etc. The individual
294# static extension Makefile's add to it.
fed7345c 295ext.libs: $(static_ext)
a0d0e21e 296 -@test -f ext.libs || touch ext.libs
85e6fe83 297
ecfc5424 298!NO!SUBS!
599a829f 299
d96ebe2e 300# How to build libperl. This is still rather convoluted.
599a829f 301# Load up custom Makefile.SH fragment for shared loading and executables:
8736538c
AS
302case "$osname" in
303cygwin*)
304 Makefile_s="cygwin32/Makefile.SHs"
305 ;;
306*)
307 Makefile_s="$osname/Makefile.SHs"
308 ;;
309esac
310
311if test -r $Makefile_s ; then
312 . $Makefile_s
d96ebe2e 313 $spitshell >>Makefile <<!GROK!THIS!
cd4d8a96 314
8736538c 315Makefile: $Makefile_s
cd4d8a96 316!GROK!THIS!
317else
f0efd8cf 318 $spitshell >>Makefile <<'!NO!SUBS!'
9c9e9f08 319$(LIBPERL): $& perl$(OBJ_EXT) $(obj)
320!NO!SUBS!
d96ebe2e 321 case "$useshrplib" in
322 true)
323 $spitshell >>Makefile <<'!NO!SUBS!'
3c321fdc 324 $(LD) $(SHRPLDFLAGS) -o $@ perl$(OBJ_EXT) $(obj)
325!NO!SUBS!
326 case "$osname" in
327 aix)
328 $spitshell >>Makefile <<'!NO!SUBS!'
28e8609d 329 rm -f libperl$(OBJ_EXT)
3c321fdc 330 mv $@ libperl$(OBJ_EXT)
331 $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
ecfc5424 332!NO!SUBS!
3c321fdc 333 ;;
334 esac
d96ebe2e 335 ;;
336 *)
337 $spitshell >>Makefile <<'!NO!SUBS!'
338 rm -f $(LIBPERL)
339 $(AR) rcu $(LIBPERL) perl$(OBJ_EXT) $(obj)
340 @$(ranlib) $(LIBPERL)
655635e8 341!NO!SUBS!
d96ebe2e 342 ;;
343 esac
599a829f
IZ
344 $spitshell >>Makefile <<'!NO!SUBS!'
345
346# How to build executables.
347
348# The $& notation tells Sequent machines that it can do a parallel make,
349# and is harmless otherwise.
350# The miniperl -w -MExporter line is a basic cheap test to catch errors
351# before make goes on to run preplibrary and then MakeMaker on extensions.
352# This is very handy because later errors are often caused by miniperl
353# build problems but that's not obvious to the novice.
354# The Module used here must not depend on Config or any extensions.
355
356miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)
6ee623d5 357 $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT) $(LLIBPERL) $(libs)
bfc6b1eb 358 $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e 0 || $(MAKE) minitest
599a829f
IZ
359
360perl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
6ee623d5 361 $(SHRPENV) $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o perl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
599a829f
IZ
362
363pureperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
6ee623d5 364 $(SHRPENV) $(LDLIBPTH) purify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o pureperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
599a829f 365
dbadb36a 366purecovperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
6ee623d5 367 $(SHRPENV) $(LDLIBPTH) purecov $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o purecovperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
dbadb36a 368
599a829f 369quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
6ee623d5 370 $(SHRPENV) $(LDLIBPTH) quantify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o quantperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
2304df62
AD
371
372# This version, if specified in Configure, does ONLY those scripts which need
373# set-id emulation. Suidperl must be setuid root. It contains the "taint"
374# checks as well as the special code to validate that the script in question
375# has been invoked correctly.
376
d96ebe2e 377suidperl: $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
6ee623d5 378 $(SHRPENV) $(LDLIBPTH) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o suidperl perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
2304df62 379
599a829f
IZ
380!NO!SUBS!
381
382fi
383
384$spitshell >>Makefile <<'!NO!SUBS!'
385
cd4d8a96 386sperl$(OBJ_EXT): perl.c perly.h patchlevel.h $(h)
2304df62 387 $(RMS) sperl.c
85e6fe83 388 $(LNS) perl.c sperl.c
d96ebe2e 389 $(CCCMD) -DIAMSUID sperl.c
2304df62
AD
390 $(RMS) sperl.c
391
fec02dd3
AD
392# We have to call our ./makedir because Ultrix 4.3 make can't handle the line
393# test -d lib/auto || mkdir lib/auto
394#
4633a7c4 395preplibrary: miniperl lib/Config.pm $(plextract)
cd4d8a96 396 @sh ./makedir lib/auto
a0d0e21e 397 @echo " AutoSplitting perl library"
bfc6b1eb 398 $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
a0d0e21e 399 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
2304df62 400
75f92628 401# Take care to avoid modifying lib/Config.pm without reason
fb73857a 402# (If trying to create a new port and having problems with the configpm script,
403# try 'make minitest' and/or commenting out the tests at the end of configpm.)
655635e8 404lib/Config.pm: config.sh miniperl configpm
e8827f64
GS
405 $(LDLIBPTH) ./miniperl configpm configpm.tmp
406 sh mv-if-diff configpm.tmp $@
2304df62 407
37120919 408lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
e8827f64
GS
409 $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp
410 sh mv-if-diff minimod.tmp $@
fed7345c 411
56953603 412lib/re.pm: ext/re/re.pm
ceb0239c 413 rm -f $@
56953603
IZ
414 cat ext/re/re.pm > $@
415
416$(plextract): miniperl lib/Config.pm lib/re.pm
474d7bc5 417 $(LDLIBPTH) ./miniperl -Ilib $@.PL
6ee623d5 418
16d20bd9
AD
419install: all install.perl install.man
420
cd4d8a96 421install.perl: all installperl
6ee623d5
GS
422 if [ -n "$(COMPILE)" ]; \
423 then \
424 cd utils; $(MAKE) compile; \
425 cd ../x2p; $(MAKE) compile; \
426 cd ../pod; $(MAKE) compile; \
83673e1f 427 else :; \
6ee623d5
GS
428 fi
429 $(LDLIBPTH) ./perl installperl
a0d0e21e 430
cd4d8a96 431install.man: all installman
6ee623d5 432 $(LDLIBPTH) ./perl installman
16d20bd9 433
84902520
TB
434# XXX Experimental. Hardwired values, but useful for testing.
435# Eventually Configure could ask for some of these values.
436install.html: all installhtml
6ee623d5 437 $(LDLIBPTH) ./perl installhtml \
84902520
TB
438 --podroot=. --podpath=. --recurse \
439 --htmldir=$(privlib)/html \
440 --htmlroot=$(privlib)/html \
441 --splithead=pod/perlipc \
442 --splititem=pod/perlfunc \
443 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
444 --verbose
445
16d20bd9 446
a0d0e21e 447# I now supply perly.c with the kits, so the following section is
56febc5e
AD
448# used only if you force byacc to run by saying
449# make run_byacc
450# Since we patch up the byacc output, the perly.fixer script needs
451# to run with precisely the same version of byacc as I use. You
452# normally shouldn't remake perly.[ch].
453
232e078e 454run_byacc: FORCE
28757baa 455 @ echo 'Expect' 113 shift/reduce and 1 reduce/reduce conflict
56febc5e 456 $(BYACC) -d perly.y
fb73857a 457 chmod 664 perly.c
56febc5e 458 sh $(shellflags) ./perly.fixer y.tab.c perly.c
55497cff 459 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
460 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
ebb99254 461 sed -e '/^extern YYSTYPE yy/D' y.tab.h >yh.tmp && mv yh.tmp y.tab.h
55497cff 462 cmp -s y.tab.h perly.h && rm -f y.tab.h || mv y.tab.h perly.h
fb73857a 463 chmod 664 vms/perly_c.vms vms/perly_h.vms
464 perl vms/vms_yfix.pl perly.c perly.h vms/perly_c.vms vms/perly_h.vms
56febc5e
AD
465
466# We don't want to regenerate perly.c and perly.h, but they might
467# appear out-of-date after a patch is applied or a new distribution is
468# made.
469perly.c: perly.y
cd4d8a96 470 -@sh -c true
56febc5e
AD
471
472perly.h: perly.y
cd4d8a96 473 -@sh -c true
a0d0e21e 474
bd656b61 475# No compat3.sym here since and including the 5.004_50.
e4d5a464 476# No interp.sym since 5.005_03.
22c35a8c 477SYM = global.sym globvar.sym perlio.sym pp.sym
419eaf7b 478
22c35a8c 479SYMH = perlvars.h intrpvar.h thrdvar.h
419eaf7b 480
a8581515 481# The following files are generated automatically
e50aee73
AD
482# keywords.h: keywords.pl
483# opcode.h: opcode.pl
22c35a8c
GS
484# pp_proto.h: opcode.pl
485# pp.sym: opcode.pl
486# embed.h: embed.pl [* needs pp.sym generated by opcode.pl! *]
487# embedvar.h: embed.pl [* needs pp.sym generated by opcode.pl! *]
a8581515
MB
488# byterun.h: bytecode.pl
489# byterun.c: bytecode.pl
490# lib/B/Asmdata.pm: bytecode.pl
d09b2d29 491# regnodes.h: regcomp.pl
599cee73 492# warning.h lib/warning.pm: warning.pl
e50aee73
AD
493# The correct versions should be already supplied with the perl kit,
494# in case you don't have perl available.
495# To force them to run, type
496# make regen_headers
497regen_headers: FORCE
498 perl keywords.pl
499 perl opcode.pl
500 perl embed.pl
a8581515 501 perl bytecode.pl
d09b2d29 502 perl regcomp.pl
599cee73 503 perl warning.pl
8e07c86e 504
a0d0e21e 505# Extensions:
4318d5a0
GB
506# Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
507# automatically get built. There should ordinarily be no need to change
508# any of this part of makefile.
a0d0e21e
LW
509#
510# The dummy dependency is a place holder in case $(dynamic_ext) or
511# $(static_ext) is empty.
512#
513# DynaLoader may be needed for extensions that use Makefile.PL.
514
515$(DYNALOADER): miniperl preplibrary FORCE
6ee623d5 516 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
a0d0e21e
LW
517
518d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
6ee623d5 519 @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
a0d0e21e
LW
520
521s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE
6ee623d5 522 @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
2304df62 523
4318d5a0
GB
524n_dummy $(nonxs_ext): miniperl preplibrary $(DYNALOADER) FORCE
525 @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
526
17b893d8 527clean: _tidy _mopup
70af249b
CS
528
529realclean: _cleaner _mopup
4e2a5f63 530 @echo "Note that make realclean does not delete config.sh or Policy.sh"
70af249b
CS
531
532clobber: _cleaner _mopup
4e2a5f63 533 rm -f config.sh cppstdin Policy.sh
70af249b
CS
534
535distclean: clobber
536
537# Do not 'make _mopup' directly.
538_mopup:
cd4d8a96 539 rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c
fed7345c 540 rm -f perl.exp ext.libs
d96ebe2e 541 -rm -f perl.export perl.dll perl.libexp perl.map perl.def
1cfa4ec7 542 -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
70af249b
CS
543 rm -f perl suidperl miniperl $(LIBPERL)
544
545# Do not 'make _tidy' directly.
546_tidy:
e3f83878
JH
547 -cd pod; $(LDLIBPTH) $(MAKE) clean
548 -cd utils; $(LDLIBPTH) $(MAKE) clean
549 -cd x2p; $(LDLIBPTH) $(MAKE) clean
4318d5a0 550 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
e3f83878 551 $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
a0d0e21e 552 done
6ee623d5 553 rm -f testcompile compilelog
ff68c719 554
555# Do not 'make _cleaner' directly.
556_cleaner:
4633a7c4 557 -cd os2; rm -f Makefile
e3f83878
JH
558 -cd pod; $(LDLIBPTH) $(MAKE) realclean
559 -cd utils; $(LDLIBPTH) $(MAKE) realclean
560 -cd x2p; $(LDLIBPTH) $(MAKE) realclean
4318d5a0 561 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
e3f83878 562 $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \
a0d0e21e 563 done
8544a514 564 rm -f *.orig */*.orig *~ */*~ core core.perl.*.? core.miniperl.*.? perl.core miniperl.core t/core t/core.perl.*.? t/perl.core t/tmp???? t/c t/perl so_locations t/nonexistent1
a0d0e21e 565 rm -rf $(addedbyconf)
cd4d8a96 566 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
fed7345c 567 rm -f $(private)
a0d0e21e 568 rm -rf lib/auto
181ea953 569 rm -f lib/.exists lib/*/.exists
16d20bd9 570 rm -f h2ph.man pstruct
a0d0e21e 571 rm -rf .config
6ee623d5 572 rm -f testcompile compilelog
ecfc5424 573
2304df62
AD
574# The following lint has practically everything turned on. Unfortunately,
575# you have to wade through a lot of mumbo jumbo that can't be suppressed.
576# If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
577# for that spot.
578
579lint: perly.c $(c)
580 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
581
fb73857a 582# Need to unset during recursion to go out of loop.
583# The README below ensures that the dependency list is never empty and
584# that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
cd4d8a96 585
84902520 586MAKEDEPEND = Makefile makedepend
cd4d8a96 587
fb73857a 588$(FIRSTMAKEFILE): README $(MAKEDEPEND)
cd4d8a96 589 $(MAKE) depend MAKEDEPEND=
a0d0e21e 590
599a829f 591config.h: config_h.SH config.sh
655635e8 592 $(SHELL) config_h.SH
593
419eaf7b
JH
594# This is an AIXism.
595perl.exp: perl_exp.SH config.sh $(SYM) $(SYMH)
655635e8 596 $(SHELL) perl_exp.SH
75f92628 597
a0d0e21e 598# When done, touch perlmain.c so that it doesn't get remade each time.
2304df62 599depend: makedepend
fb73857a 600 sh ./makedepend MAKE=$(MAKE)
a0d0e21e 601 - test -s perlmain.c && touch perlmain.c
2304df62
AD
602 cd x2p; $(MAKE) depend
603
cd4d8a96 604# Cannot postpone this until $firstmakefile is ready ;-)
605makedepend: makedepend.SH config.sh
606 sh ./makedepend.SH
607
4318d5a0 608test-prep: miniperl perl preplibrary utilities $(dynamic_ext) $(nonxs_ext)
3e3baf6d
TB
609 cd t && (rm -f perl$(EXE_EXT); $(LNS) ../perl$(EXE_EXT) perl$(EXE_EXT))
610
994e9bc0
KH
611# Second branch is for testing without a tty or controling terminal.
612# See t/op/stat.t
3e3baf6d 613test check: test-prep
994e9bc0
KH
614 if (true </dev/tty) >/dev/null 2>&1; then \
615 cd t && $(LDLIBPTH) ./perl TEST </dev/tty; \
616 else \
617 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST; \
618 fi
3e3baf6d 619
a0ed51b3 620utest ucheck: test-prep
994e9bc0
KH
621 if (true </dev/tty) >/dev/null 2>&1; then \
622 cd t && $(LDLIBPTH) ./perl UTEST </dev/tty; \
623 else \
624 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl UTEST; \
625 fi
a0ed51b3 626
3e3baf6d
TB
627# For testing without a tty or controling terminal. See t/op/stat.t
628test-notty: test-prep
6ee623d5 629 cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST
2304df62 630
d96ebe2e 631# Can't depend on lib/Config.pm because that might be where miniperl
632# is crashing.
a35c6d74 633minitest: miniperl lib/re.pm
d96ebe2e 634 @echo "You may see some irrelevant test failures if you have been unable"
635 @echo "to build lib/Config.pm."
cd4d8a96 636 - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
6ee623d5 637 && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t </dev/tty
16d20bd9 638
fb73857a 639# Handy way to run perlbug -ok without having to install and run the
84902520 640# installed perlbug. We don't re-run the tests here - we trust the user.
fb73857a 641# Please *don't* use this unless all tests pass.
1d2dff63 642# If you want to report test failures, use "make nok" instead.
188cd53f 643ok: utilities
39fa2da7 644 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
84902520 645
105f9295 646okfile: utilities
39fa2da7 647 $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
105f9295 648
1d2dff63 649nok: utilities
39fa2da7 650 $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
1d2dff63 651
85e6fe83 652clist: $(c)
28e8609d 653 echo $(c) | tr ' ' $(TRNL) >.clist
2304df62 654
85e6fe83 655hlist: $(h)
28e8609d 656 echo $(h) | tr ' ' $(TRNL) >.hlist
2304df62 657
85e6fe83 658shlist: $(sh)
28e8609d 659 echo $(sh) | tr ' ' $(TRNL) >.shlist
2304df62 660
4633a7c4 661pllist: $(pl)
28e8609d 662 echo $(pl) | tr ' ' $(TRNL) >.pllist
4633a7c4 663
599a829f 664Makefile: Makefile.SH ./config.sh
760ac839
LW
665 $(SHELL) Makefile.SH
666
599a829f 667distcheck: FORCE
760ac839
LW
668 perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
669
771c4874
IZ
670elc: emacs/cperl-mode.elc
671
672emacs/cperl-mode.elc: emacs/cperl-mode.el
673 -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
674
675etags: emacs/cperl-mode.elc
3ee700d1 676 sh emacs/ptags
01e22528
CK
677 perl emacs/e2ctags.pl TAGS > tags
678
679ctags: etags
3ee700d1 680
2304df62
AD
681# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
682# If this runs make out of memory, delete /usr/include lines.
683!NO!SUBS!
684
85e6fe83 685$eunicefix Makefile
2304df62
AD
686case `pwd` in
687*SH)
85e6fe83 688 $rm -f ../Makefile
cd4d8a96 689 $ln Makefile ../Makefile
2304df62
AD
690 ;;
691esac
cd4d8a96 692$rm -f $firstmakefile
5ff3f7a4
GS
693
694# Now do any special processing required before building.
695
696case "$ebcdic" in
697$define)
698 xxx=''
699 echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
7a66b286 700case "$osname" in
25e9a2e3 701os390|posix-bc)
5ff3f7a4 702 rm -f y.tab.c y.tab.h
e9d08790 703 # yacc must be a reentrant ("pure") Bison in BS2000 Posix!
5ff3f7a4
GS
704 yacc -d perly.y >/dev/null 2>&1
705 if cmp -s y.tab.c perly.c; then
706 rm -f y.tab.c
707 else
708 echo "perly.y -> perly.c" >&2
709 mv -f y.tab.c perly.c
710 chmod u+w perly.c
c8dba6f3
GS
711 sed -e '/^#include "perl\.h"/a\
712\
713#define yydebug PL_yydebug\
714#define yynerrs PL_yynerrs\
715#define yyerrflag PL_yyerrflag\
716#define yychar PL_yychar\
c8dba6f3
GS
717#define yyval PL_yyval\
718#define yylval PL_yylval' \
719 -e '/YYSTYPE *yyval;/D' \
720 -e '/YYSTYPE *yylval;/D' \
721 -e '/int yychar,/,/yynerrs;/D' \
722 -e 's/int yydebug = 0;/yydebug = 0;/' \
723 -e 's/[^_]realloc(/PerlMem_realloc(/g' \
724 -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
5ff3f7a4
GS
725 -e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c
726 xxx="$xxx perly.c"
727 fi
728 if cmp -s y.tab.h perly.h; then
729 rm -f y.tab.h
730 else
731 echo "perly.y -> perly.h" >&2
732 mv -f y.tab.h perly.h
733 xxx="$xxx perly.h"
734 fi
e9d08790 735 if cd x2p
5ff3f7a4 736 then
e9d08790 737 rm -f y.tab.c y.tab.h
5928ee40
JH
738 case "$osname" in
739 posix-bc)
740 # we are using two different yaccs in BS2000 Posix!
741 byacc a2p.y >/dev/null 2>&1
742 ;;
743 *) # e.g. os390
744 yacc a2p.y >/dev/null 2>&1
745 ;;
746 esac
e9d08790
JH
747 if cmp -s y.tab.c a2p.c
748 then
749 rm -f y.tab.c
750 else
751 echo "a2p.y -> a2p.c" >&2
752 mv -f y.tab.c a2p.c
753 chmod u+w a2p.c
754 sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
755 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
756 xxx="$xxx a2p.c"
757 fi
758 # In case somebody yacc -d:ed the a2p.y.
759 if test -f y.tab.h
760 then
761 if cmp -s y.tab.h a2p.h
762 then
763 rm -f y.tab.h
764 else
765 echo "a2p.h -> a2p.h" >&2
766 mv -f y.tab.h a2p.h
767 xxx="$xxx a2p.h"
768 fi
769 fi
770 cd ..
5ff3f7a4 771 fi
7a66b286
JH
772 ;;
773vmesa)
774 # Do nothing in VM/ESA.
775 ;;
aa34f189 776*)
e9d08790 777 echo "'$osname' is an EBCDIC system I don't know that well." >&4
aa34f189 778 ;;
fe572743 779esac
5ff3f7a4
GS
780 case "$xxx" in
781 '') echo "No parser files were regenerated. That's okay." >&2 ;;
782 esac
783 ;;
784esac
785