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