This is my patch patch.1l for perl5.001.
[p5sagit/p5-mst-13.2.git] / Makefile.SH
CommitLineData
2304df62 1case $CONFIG in
2'')
3 if test -f config.sh; then TOP=.;
4 elif 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 else
9 echo "Can't find config.sh."; exit 1
10 fi
11 . $TOP/config.sh
12 ;;
13esac
14: This forces SH files to create target in same directory as SH file.
15: This is so that make depend always knows where to find SH derivatives.
16case "$0" in
17*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
18esac
19
2304df62 20case "$d_dosuid" in
21*define*) suidperl='suidperl' ;;
22*) suidperl='';;
23esac
24
ecfc5424 25shrpenv=""
26case "$d_shrplib" in
27*define*)
28 patchlevel=`egrep '^#define[ ]+PATCHLEVEL' patchlevel.h \
29 | awk '{print $3}'`
30 case "$patchlevel" in
31 *[0-9]) plibsuf=.$so.$patchlevel;;
32 *) plibsuf=.$so;;
33 esac
34 case "$shrpdir" in
35 /usr/lib) ;;
36 "") ;;
37 *) shrpenv="env LD_RUN_PATH=$shrpdir";;
38 esac
39 pldlflags="$cccdlflags";;
40*) plibsuf=.a
41 pldlflags="";;
42esac
43
a0d0e21e 44: Prepare dependency lists for Makefile.
45dynamic_list=' '
46for f in $dynamic_ext; do
47 : the dependency named here will never exist
ecfc5424 48 base=`echo "$f" | sed 's/.*\///'`
75f92628 49 dynamic_list="$dynamic_list lib/auto/$f/$base.$dlext"
a0d0e21e 50done
51
52static_list=' '
53static_ai_list=' '
54for f in $static_ext; do
55 base=`echo "$f" | sed 's/.*\///'`
75f92628 56 static_list="$static_list lib/auto/$f/$base.a"
a0d0e21e 57 if test -f ext/$f/AutoInit.c; then
58 static_ai_list="$static_ai_list ext/$f/AutoInit.c"
59 fi
60 if test -f ext/$f/AutoInit.pl; then
61 static_ai_list="$static_ai_list ext/$f/AutoInit.pl"
62 fi
63done
64
2304df62 65echo "Extracting Makefile (with variable substitutions)"
a0d0e21e 66$spitshell >Makefile <<'!NO!SUBS!'
67# Makefile.SH
85e6fe83 68# This file is derived from Makefile.SH. Any changes made here will
69# be lost the next time you run Configure.
70# Makefile is used to generate makefile. The only difference
71# is that makefile has the dependencies filled in at the end.
2304df62 72#
fed7345c 73#
a0d0e21e 74!NO!SUBS!
2304df62 75
a0d0e21e 76$spitshell >>Makefile <<!GROK!THIS!
2304df62 77# I now supply perly.c with the kits, so don't remake perly.c without byacc
78BYACC = $byacc
79CC = $cc
232e078e 80LD = $ld
16d20bd9 81
2304df62 82LDFLAGS = $ldflags
83CLDFLAGS = $ldflags
85e6fe83 84
2304df62 85SMALL = $small
86LARGE = $large $split
87mallocsrc = $mallocsrc
88mallocobj = $mallocobj
85e6fe83 89LNS = $lns
2304df62 90RMS = rm -f
85e6fe83 91ranlib = $ranlib
92
16d20bd9 93# The following are mentioned only to make metaconfig include the
94# appropriate questions in Configure. If you want to change these,
95# edit config.sh instead, or specify --man1dir=/wherever on
96# installman commandline.
97bin = $installbin
98scriptdir = $scriptdir
99privlib = $installprivlib
100man1dir = $man1dir
101man1ext = $man1ext
102man3dir = $man3dir
103man3ext = $man3ext
104
85e6fe83 105# The following are used to build and install shared libraries for
106# dynamic loading.
107LDDLFLAGS = $lddlflags
108CCDLFLAGS = $ccdlflags
a0d0e21e 109DLSUFFIX = .$dlext
ecfc5424 110PLDLFLAGS = $pldlflags
111PLIBSUF = $plibsuf
112SHRPENV = $shrpenv
a0d0e21e 113
114dynamic_ext = $dynamic_list
115static_ext = $static_list
116ext = \$(dynamic_ext) \$(static_ext)
117static_ext_autoinit = $static_ai_list
75f92628 118DYNALOADER = lib/auto/DynaLoader/DynaLoader.a
119
2304df62 120
121libs = $libs $cryptlib
122
123public = perl $suidperl
124
125shellflags = $shellflags
126
a0d0e21e 127## To use an alternate make, set \$altmake in config.sh.
2304df62 128MAKE = ${altmake-make}
129!GROK!THIS!
130
85e6fe83 131## In the following dollars and backticks do not need the extra backslash.
2304df62 132$spitshell >>Makefile <<'!NO!SUBS!'
133
a0d0e21e 134CCCMD = `sh $(shellflags) cflags $(perllib) $@`
2304df62 135
fed7345c 136private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm
2304df62 137
16d20bd9 138sh = Makefile.SH c2ph.SH cflags.SH config_h.SH h2ph.SH h2xs.SH makeaperl.SH \
139 makedepend.SH makedir.SH perl_exp.SH perldoc.SH writemain.SH
2304df62 140
16d20bd9 141addedbyconf = UU Makefile c2ph cflags config.h h2ph h2xs makeaperl \
142 makedepend makedir perl_exp perldoc writemain
2304df62 143
fed7345c 144h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h
a0d0e21e 145h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h
2304df62 146h3 = opcode.h patchlevel.h perl.h perly.h pp.h proto.h regcomp.h
147h4 = regexp.h scope.h sv.h unixish.h util.h
148h = $(h1) $(h2) $(h3) $(h4)
149
a0d0e21e 150c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c
151c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c
ecfc5424 152c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c globals.c
2304df62 153
a0d0e21e 154c = $(c1) $(c2) $(c3) miniperlmain.c perlmain.c
2304df62 155
a0d0e21e 156obj1 = $(mallocobj) gv.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o
157obj2 = hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o
ecfc5424 158obj3 = doop.o doio.o regexec.o taint.o deb.o globals.o
2304df62 159
85e6fe83 160obj = $(obj1) $(obj2) $(obj3)
2304df62 161
a0d0e21e 162# Once perl has been Configure'd and built ok you build different
163# perl variants (Debugging, Embedded, Multiplicity etc) by saying:
164# make clean; make perllib=libperl<type>.a
165# where <type> is some combination of 'd' and(or) 'e' or 'm'.
166# See cflags to understand how this works.
167#
168# Eventually some form of 'make-a-perl' script will automate this
169# together with linking a perl executable with any desired
170# static modules.
ecfc5424 171perllib = libperl$(PLIBSUF)
a0d0e21e 172
2304df62 173lintflags = -hbvxac
174
2304df62 175# grrr
176SHELL = /bin/sh
177
2304df62 178.c.o:
ecfc5424 179 $(CCCMD) $(PLDLFLAGS) $*.c
2304df62 180
fed7345c 181all: makefile miniperl $(private) $(public) $(dynamic_ext)
a0d0e21e 182 @echo " "; echo " Making x2p stuff"; cd x2p; $(MAKE) all
16d20bd9 183
184# This is now done by installman only if you actually want the man pages.
185# @echo " "; echo " Making docs"; cd pod; $(MAKE) all;
85e6fe83 186
187# Phony target to force checking subdirectories.
188FORCE:
189
2304df62 190# The $& notation tells Sequent machines that it can do a parallel make,
191# and is harmless otherwise.
192
a0d0e21e 193miniperl: $& miniperlmain.o $(perllib)
194 $(CC) $(LARGE) $(CLDFLAGS) -o miniperl miniperlmain.o $(perllib) $(libs)
2304df62 195
ecfc5424 196miniperlmain.o: miniperlmain.c
197 $(CCCMD) $(PLDLFLAGS) $*.c
198
a0d0e21e 199perlmain.c: miniperlmain.c config.sh makefile $(static_ext_autoinit)
200 sh writemain $(DYNALOADER) $(static_ext) > tmp
201 sh mv-if-diff tmp perlmain.c
85e6fe83 202
2304df62 203perlmain.o: perlmain.c
ecfc5424 204 $(CCCMD) $(PLDLFLAGS) $*.c
85e6fe83 205
a0d0e21e 206# The file ext.libs is a list of libraries that must be linked in
207# for static extensions, e.g. -lm -lgdbm, etc. The individual
208# static extension Makefile's add to it.
fed7345c 209ext.libs: $(static_ext)
a0d0e21e 210 -@test -f ext.libs || touch ext.libs
85e6fe83 211
a0d0e21e 212perl: $& perlmain.o $(perllib) $(DYNALOADER) $(static_ext) ext.libs
ecfc5424 213 $(SHRPENV) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o perl perlmain.o $(perllib) $(DYNALOADER) $(static_ext) `cat ext.libs` $(libs)
85e6fe83 214
a0d0e21e 215pureperl: $& perlmain.o $(perllib) $(DYNALOADER) $(static_ext) ext.libs
216 purify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o pureperl perlmain.o $(perllib) $(DYNALOADER) $(static_ext) `cat ext.libs` $(libs)
2304df62 217
a0d0e21e 218quantperl: $& perlmain.o $(perllib) $(DYNALOADER) $(static_ext) ext.libs
219 quantify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o quantperl perlmain.o $(perllib) $(DYNALOADER) $(static_ext) `cat ext.libs` $(libs)
2304df62 220
a0d0e21e 221$(perllib): $& perl.o $(obj)
ecfc5424 222!NO!SUBS!
223
224case "$d_shrplib" in
225*define*)
226$spitshell >>Makefile <<'!NO!SUBS!'
232e078e 227 $(LD) $(LDDLFLAGS) -o $@ perl.o $(obj)
ecfc5424 228!NO!SUBS!
229;;
230*)
231$spitshell >>Makefile <<'!NO!SUBS!'
5d94fbed 232 rm -f $(perllib)
a0d0e21e 233 ar rcu $(perllib) perl.o $(obj)
234 @$(ranlib) $(perllib)
ecfc5424 235!NO!SUBS!
236;;
237esac
238
239$spitshell >>Makefile <<'!NO!SUBS!'
2304df62 240
241# This version, if specified in Configure, does ONLY those scripts which need
242# set-id emulation. Suidperl must be setuid root. It contains the "taint"
243# checks as well as the special code to validate that the script in question
244# has been invoked correctly.
245
a0d0e21e 246suidperl: $& sperl.o perlmain.o $(perllib) $(DYNALOADER) $(static_ext) ext.libs
247 $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o suidperl perlmain.o sperl.o $(perllib) $(DYNALOADER) $(static_ext) `cat ext.libs` $(libs)
2304df62 248
249sperl.o: perl.c perly.h patchlevel.h $(h)
250 $(RMS) sperl.c
85e6fe83 251 $(LNS) perl.c sperl.c
2304df62 252 $(CCCMD) -DIAMSUID sperl.c
253 $(RMS) sperl.c
254
16d20bd9 255# The following three header files are generated automatically
256# The correct versions should be already supplied with the perl kit,
257# in case you don't have perl or 'sh' available.
258# The - is to ignore error return codes in case you have the source
259# installed read-only or you don't have perl yet.
260keywords.h: keywords.pl
261 @echo "Don't worry if this fails."
262 - perl keywords.pl
263
2304df62 264opcode.h: opcode.pl
16d20bd9 265 @echo "Don't worry if this fails."
85e6fe83 266 - perl opcode.pl
2304df62 267
3edbfbe5 268embed.h: embed_h.sh global.sym interp.sym
16d20bd9 269 @echo "Don't worry if this fails."
270 - sh embed_h.sh
2304df62 271
fec02dd3 272# We have to call our ./makedir because Ultrix 4.3 make can't handle the line
273# test -d lib/auto || mkdir lib/auto
274#
a0d0e21e 275preplibrary: miniperl lib/Config.pm
ecfc5424 276 @./makedir lib/auto
a0d0e21e 277 @echo " AutoSplitting perl library"
278 @./miniperl -Ilib -e 'use AutoSplit; \
279 autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
2304df62 280
75f92628 281# Take care to avoid modifying lib/Config.pm without reason
a0d0e21e 282lib/Config.pm: config.sh miniperl
75f92628 283 ./miniperl configpm tmp
284 sh mv-if-diff tmp lib/Config.pm
2304df62 285
fed7345c 286lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.PL lib/Config.pm
287 ./miniperl minimod.PL > tmp && mv tmp $@
288
16d20bd9 289install: all install.perl install.man
290
291install.perl: all
2304df62 292 ./perl installperl
a0d0e21e 293
16d20bd9 294install.man: all
295 ./perl installman
296
297# Not implemented yet.
298#install.html: all
299# ./perl installhtml
300
a0d0e21e 301# I now supply perly.c with the kits, so the following section is
56febc5e 302# used only if you force byacc to run by saying
303# make run_byacc
304# Since we patch up the byacc output, the perly.fixer script needs
305# to run with precisely the same version of byacc as I use. You
306# normally shouldn't remake perly.[ch].
307
232e078e 308run_byacc: FORCE
56febc5e 309 @ echo 'Expect' 109 shift/reduce and 1 reduce/reduce conflict
310 $(BYACC) -d perly.y
311 sh $(shellflags) ./perly.fixer y.tab.c perly.c
312 mv y.tab.h perly.h
313 echo 'extern YYSTYPE yylval;' >>perly.h
314
315# We don't want to regenerate perly.c and perly.h, but they might
316# appear out-of-date after a patch is applied or a new distribution is
317# made.
318perly.c: perly.y
232e078e 319 -@touch perly.c
56febc5e 320
321perly.h: perly.y
232e078e 322 -@touch perly.h
a0d0e21e 323
a0d0e21e 324# Extensions:
325# Names added to $(dynamic_ext) or $(static_ext) will automatically
fed7345c 326# get built. There should ordinarily be no need to change any of
a0d0e21e 327# this part of makefile.
328#
329# The dummy dependency is a place holder in case $(dynamic_ext) or
330# $(static_ext) is empty.
331#
332# DynaLoader may be needed for extensions that use Makefile.PL.
333
334$(DYNALOADER): miniperl preplibrary FORCE
40000a8c 335 @sh ext/util/make_ext static $@ LIBPERL_A=$(perllib)
a0d0e21e 336
337d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
40000a8c 338 @sh ext/util/make_ext dynamic $@ LIBPERL_A=$(perllib)
a0d0e21e 339
340s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE
40000a8c 341 @sh ext/util/make_ext static $@ LIBPERL_A=$(perllib)
2304df62 342
343clean:
42793c05 344 rm -f *.o *.a all perlmain.c
fed7345c 345 rm -f perl.exp ext.libs
a0d0e21e 346 -cd x2p; $(MAKE) clean
347 -cd pod; $(MAKE) clean
75f92628 348 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) ; do \
42793c05 349 sh ext/util/make_ext clean $$x ; \
a0d0e21e 350 done
ecfc5424 351 rm -f perl suidperl miniperl $(perllib)
2304df62 352
353realclean: clean
a0d0e21e 354 -cd x2p; $(MAKE) realclean
5d94fbed 355 -cd pod; $(MAKE) realclean
42793c05 356 @for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) ; do \
357 sh ext/util/make_ext realclean $$x ; \
a0d0e21e 358 done
42793c05 359 rm -f *.orig */*.orig *~ */*~ core t/core t/c t/perl
a0d0e21e 360 rm -rf $(addedbyconf)
16d20bd9 361 rm -f makefile makefile.old
fed7345c 362 rm -f $(private)
a0d0e21e 363 rm -rf lib/auto
232e078e 364 rm -f lib/.exists
16d20bd9 365 rm -f h2ph.man pstruct
a0d0e21e 366 rm -rf .config
75f92628 367 @echo "Note that make realclean does not delete config.sh"
2304df62 368
ecfc5424 369clobber: realclean
370 rm -f config.sh cppstdin
fed7345c 371
ecfc5424 372distclean: clobber
373
2304df62 374# The following lint has practically everything turned on. Unfortunately,
375# you have to wade through a lot of mumbo jumbo that can't be suppressed.
376# If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
377# for that spot.
378
379lint: perly.c $(c)
380 lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
381
a0d0e21e 382makefile: Makefile
1aef975c 383 $(MAKE) depend
a0d0e21e 384
75f92628 385config.h: config.sh
386 /bin/sh config_h.SH
387
a0d0e21e 388# When done, touch perlmain.c so that it doesn't get remade each time.
2304df62 389depend: makedepend
2304df62 390 ./makedepend
a0d0e21e 391 - test -s perlmain.c && touch perlmain.c
2304df62 392 cd x2p; $(MAKE) depend
393
a0d0e21e 394test: miniperl perl preplibrary $(dynamic_ext)
2304df62 395 - cd t && chmod +x TEST */*.t
85e6fe83 396 - cd t && (rm -f perl; $(LNS) ../perl perl) && ./perl TEST </dev/tty
2304df62 397
16d20bd9 398minitest: miniperl
399 - cd t && chmod +x TEST */*.t
400 - cd t && (rm -f perl; $(LNS) ../miniperl perl) \
401 && ./perl TEST base/*.t comp/*.t cmd/*.t io/*.t op/*.t </dev/tty
402
85e6fe83 403clist: $(c)
2304df62 404 echo $(c) | tr ' ' '\012' >.clist
405
85e6fe83 406hlist: $(h)
2304df62 407 echo $(h) | tr ' ' '\012' >.hlist
408
85e6fe83 409shlist: $(sh)
2304df62 410 echo $(sh) | tr ' ' '\012' >.shlist
411
412# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
413# If this runs make out of memory, delete /usr/include lines.
414!NO!SUBS!
415
85e6fe83 416$eunicefix Makefile
2304df62 417case `pwd` in
418*SH)
85e6fe83 419 $rm -f ../Makefile
420 ln Makefile ../Makefile
2304df62 421 ;;
422esac
423rm -f makefile