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