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