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