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