This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test %main::OVERLOAD, which was almost broken by a proposed fix for
[perl5.git] / Makefile.SH
1 case $PERL_CONFIG_SH in
2 '')
3         if test -f config.sh
4                 then TOP=.
5         else
6                 echo "Can't find config.sh."; exit 1
7         fi
8         . $TOP/config.sh
9         ;;
10 esac
11
12 case $CROSS_NAME in
13 '')
14         Makefile=Makefile
15         ;;
16 *)
17         # if cross-compilation, the Makefile named accordingly
18         Makefile=Makefile-cross-$CROSS_NAME
19         . Cross/config-${CROSS_NAME}.sh
20         ;;
21 esac
22
23 # H.Merijn Brand [17 Feb 2004]
24 # This comment is just to ensure that Configure will find variables that
25 # are removed/replaced in patches on blead, but are still needed in the
26 # 5.8.x, 5.6.x and 5.005.x maintainance tracks.
27 # metaconfig -m will scan all .SH files on this level (not deeper), and
28 # not in x2p and other subfolders. This file is as good as any .SH
29 # patch   references
30 # #22227 $baserev
31 # #22302 $yacc $byacc
32
33 # H.Merijn Brand [30 Oct 2004]
34 # Mentioned for the same reason for future reference
35 # #23434 $d_strlcat $d_strlcpy
36
37 : This forces SH files to create target in same directory as SH file.
38 : This is so that make depend always knows where to find SH derivatives.
39 case "$0" in
40 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
41 esac
42
43 linklibperl='$(LIBPERL)'
44 linklibperl_nonshr=''
45 shrpldflags='$(LDDLFLAGS)'
46 ldlibpth=''
47 DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
48 DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL'
49 case "$useshrplib" in
50 true)
51         # Prefix all runs of 'miniperl' and 'perl' with
52         # $ldlibpth so that ./perl finds *this* shared libperl.
53         case "$LD_LIBRARY_PATH" in
54         '')
55                 ldlibpth="LD_LIBRARY_PATH=`pwd`";;
56         *)
57                 ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
58         esac
59
60         pldlflags="$cccdlflags"
61         static_ldflags=''
62         case "${osname}${osvers}" in
63         next4*)
64                 ld=libtool
65                 lddlflags="-dynamic -undefined warning -framework System \
66                 -compatibility_version 1 -current_version $patchlevel \
67                 -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
68                 ;;
69         rhapsody*|darwin*)
70                 shrpldflags="${ldflags} -dynamiclib \
71                             -compatibility_version \
72                                 ${api_revision}.${api_version}.${api_subversion} \
73                              -current_version \
74                                 ${revision}.${patchlevel}.${subversion} \
75                              -install_name \$(shrpdir)/\$@"
76                 ;;
77         cygwin*)
78                 shrpldflags="$shrpldflags -Wl,--out-implib=libperl.dll.a -Wl,--image-base,0x52000000"
79                 linklibperl="-L. -lperl"
80                 ;;
81         sunos*)
82                 linklibperl="-lperl"
83                 ;;
84         netbsd*|freebsd[234]*|openbsd*|dragonfly*)
85                 linklibperl="-L. -lperl"
86                 ;;
87         interix*)
88                 linklibperl="-L. -lperl"
89                 shrpldflags="$shrpldflags -Wl,--image-base,0x57000000"
90                 ;;
91         aix*)
92                 case "$cc" in
93                 gcc*)
94                         shrpldflags="-shared -Wl,-H512 -Wl,-T512 -Wl,-bhalt:4 -Wl,-bM:SRE -Wl,-bE:perl.exp"
95                         case "$osvers" in
96                         3*)     shrpldflags="$shrpldflags -e _nostart"
97                                 ;;
98                         *)      shrpldflags="$shrpldflags -Wl,-bnoentry"
99                                 ;;
100                         esac
101                         shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
102                         linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
103                         linklibperl_nonshr='-lperl_nonshr'
104                         ;;
105                 *)
106                         shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
107                         case "$osvers" in
108                         3*)     shrpldflags="$shrpldflags -e _nostart"
109                                 ;;
110                         *)      shrpldflags="$shrpldflags -b noentry"
111                                 ;;
112                         esac
113                         shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
114                         linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
115                         linklibperl_nonshr='-lperl_nonshr'
116                         ;;
117                 esac
118                 ;;
119         hpux*)
120                 linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
121                 ;;
122         os390*)
123             shrpldflags='-W l,XPLINK,dll'
124             linklibperl='libperl.x'
125             DPERL_EXTERNAL_GLOB=''
126             ;;
127         esac
128         case "$ldlibpthname" in
129         '') ;;
130         *)
131             case "$osname" in
132             os2)
133                 ldlibpth=''
134                 ;;
135             *)
136                 eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
137                 ;;
138             esac
139             # Strip off any trailing :'s
140             ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
141             ;;
142         esac
143
144         case "$ldlibpth" in
145         # Protect any spaces
146         *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
147         esac
148
149         case "$osname" in
150         linux)
151             # If there is a pre-existing $libperl from a previous
152             # installation, Linux needs to use LD_PRELOAD to
153             # override the LD_LIBRARY_PATH setting.  See the
154             # INSTALL file, under "Building a shared perl library".
155             # If there is no pre-existing $libperl, we don't need
156             # to do anything further.
157             if test -f $archlib/CORE/$libperl; then
158                 rm -f preload
159                 cat <<'EOT' > preload
160 #! /bin/sh
161 lib=$1
162 shift
163 test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
164 exec "$@"
165 EOT
166                 chmod 755 preload
167                 ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
168             fi
169             ;;
170         os390)  test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
171                 ;;
172         esac
173
174         ;;
175
176 *)      pldlflags=''
177         static_ldflags='CCCDLFLAGS='
178         ;;
179 esac
180
181 : Prepare dependency lists for Makefile.
182 dynamic_list=' '
183 dynamic_ext_re="lib/auto/re/re.$dlext"
184 extra_dep=''
185 for f in $dynamic_ext; do
186     : the dependency named here will never exist
187       base=`echo "$f" | sed 's/.*\///'`
188     this_target="lib/auto/$f/$base.$dlext"  
189     dynamic_list="$dynamic_list $this_target"
190
191     : Parallel makes reveal that we have some interdependencies
192     case $f in
193         Encode) extra_dep="$extra_dep
194 $this_target: lib/auto/Cwd/Cwd.$dlext" ;;
195         Math/BigInt/FastCalc|Devel/NYTProf) extra_dep="$extra_dep
196 $this_target: lib/auto/List/Util/Util.$dlext" ;;
197         Unicode/Normalize) extra_dep="$extra_dep
198 $this_target: uni.data" ;;
199         Text/ParseWords) extra_dep="$extra_dep
200 $this_target: lib/auto/Scalar/Util.$dlext" ;;
201         SDBM_File) extra_dep="$extra_dep
202 $this_target: lib/auto/Cwd/Cwd.$dlext" ;;
203     esac
204 done
205
206 static_list=' '
207 for f in $static_ext; do
208         base=`echo "$f" | sed 's/.*\///'`
209         static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
210     : Parallel makes reveal that we have some interdependencies
211     this_target="lib/auto/$f/$base\$(LIB_EXT)"
212     case $f in
213         Math/BigInt/FastCalc|Devel/NYTProf) extra_dep="$extra_dep
214 $this_target: lib/auto/List/Util/Util\$(LIB_EXT)" ;;
215         Unicode/Normalize) extra_dep="$extra_dep
216 $this_target: uni.data" ;;
217     esac
218 done
219
220 nonxs_list=' '
221 for f in $nonxs_ext; do
222     p=`echo "$f" | tr / -`
223     for d in ext dist cpan; do
224         if test -d $d/$p; then
225             nonxs_list="$nonxs_list $d/$p/pm_to_blib"
226         fi
227     done
228 done
229
230 dtrace_h=''
231 dtrace_o=''
232 case "$usedtrace" in
233 define|true)
234         dtrace_h='perldtrace.h' 
235         $dtrace -G -s perldtrace.d -o perldtrace.tmp >/dev/null 2>&1 \
236                 && rm -f perldtrace.tmp && dtrace_o='perldtrace$(OBJ_EXT)'
237         ;;
238 esac
239
240 echo "Extracting $Makefile (with variable substitutions)"
241 $spitshell >$Makefile <<!GROK!THIS!
242 # $Makefile
243 # This file is derived from Makefile.SH.  Any changes made here will
244 # be lost the next time you run Configure.
245 #  Makefile is used to generate $firstmakefile.  The only difference
246 #  is that $firstmakefile has the dependencies filled in at the end.
247
248 CC = $cc
249 LD = $ld
250
251 LDFLAGS = $ldflags
252 CLDFLAGS = $ldflags
253
254 mallocsrc = $mallocsrc
255 mallocobj = $mallocobj
256 madlysrc = $madlysrc
257 madlyobj = $madlyobj
258 LNS = $lns
259 # NOTE: some systems don't grok "cp -f". XXX Configure test needed?
260 CPS = $cp
261 RMS = rm -f
262 ranlib = $ranlib
263
264 # The following are mentioned only to make metaconfig include the
265 # appropriate questions in Configure.  If you want to change these,
266 # edit config.sh instead, or specify --man1dir=/wherever on
267 # installman commandline.
268 bin = $installbin
269 scriptdir = $scriptdir
270 shrpdir = $archlibexp/CORE
271 privlib = $installprivlib
272 man1dir = $man1dir
273 man1ext = $man1ext
274 man3dir = $man3dir
275 man3ext = $man3ext
276
277 # The following are used to build and install shared libraries for
278 # dynamic loading.
279 LDDLFLAGS = $lddlflags
280 SHRPLDFLAGS = $shrpldflags
281 CCDLFLAGS = $ccdlflags
282 DLSUFFIX = .$dlext
283 PLDLFLAGS = $pldlflags
284 LIBPERL = $libperl
285 LLIBPERL= $linklibperl
286 LLIBPERL_NONSHR= $linklibperl_nonshr
287 SHRPENV = $shrpenv
288
289 # Static targets are ordinarily built without CCCDLFLAGS.  However,
290 # if building a shared libperl.so that might later be linked into
291 # another application, then it might be appropriate to also build static
292 # extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
293 # for GNU cc).
294 STATIC_LDFLAGS = $static_ldflags
295
296 # The following is used to include the current directory in
297 # the dynamic loader path you are building a shared libperl.
298 LDLIBPTH = $ldlibpth
299
300 # Sometimes running an executable is an adventure.
301 RUN = $run
302
303 # These variables may need to be manually set for non-Unix systems.
304 AR = $full_ar
305 HOST_EXE_EXT = 
306 EXE_EXT = $_exe
307 LIB_EXT = $_a
308 OBJ_EXT = $_o
309 PATH_SEP = $p_
310
311 # Macros to invoke a copy of miniperl during the build.  Targets which
312 # are built using these macros should depend on \$(MINIPERL_EXE)
313 MINIPERL_EXE = miniperl\$(EXE_EXT)
314 MINIPERL = \$(LDLIBPTH) \$(RUN) ./miniperl\$(EXE_EXT) -Ilib
315
316 # Macros to invoke a copy of our fully operational perl during the build.
317 PERL_EXE = perl\$(EXE_EXT)
318 RUN_PERL = \$(LDLIBPTH) \$(RUN) ./perl\$(EXE_EXT)
319
320 # Macros to run our tests
321 RUN_TESTS = \$(LDLIBPTH) ./runtests
322
323 dynamic_ext = $dynamic_list
324 dynamic_ext_re = $dynamic_ext_re
325 static_ext = $static_list
326 nonxs_ext = $nonxs_list
327 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
328 DYNALOADER = DynaLoader\$(OBJ_EXT)
329
330 libs = $perllibs $cryptlib
331
332 public = \$(PERL_EXE) utilities translators
333
334 shellflags = $shellflags
335
336 # This is set to  MAKE=$make if your $make command doesn't
337 # do it for you.
338 $make_set_make
339
340 # Mention $gmake here so it gets probed for by Configure.
341
342 # If you're going to use valgrind and it can't be invoked as plain valgrind
343 # then you'll need to change this, or override it on the make command line.
344 VALGRIND=valgrind
345
346 DTRACE = $dtrace
347 DTRACE_H = $dtrace_h
348 DTRACE_O = $dtrace_o
349
350 FIRSTMAKEFILE = $firstmakefile
351
352 # Any special object files needed by this architecture, e.g. os2/os2.obj
353 ARCHOBJS = $archobjs
354
355 .SUFFIXES: .c \$(OBJ_EXT) .i .s
356
357 # grrr
358 SHELL = $sh
359
360 # how to tr(anslate) newlines
361 TRNL = '$trnl'
362
363 OPTIMIZE = $optimize
364
365 EXTRAS = $extras
366
367 INSTALLPREFIXEXP = $prefix
368
369 !GROK!THIS!
370 # not used by Makefile but by installperl;
371 # mentioned here so that metaconfig picks these up
372 # $installusrbinperl
373 # $versiononly
374
375 case "${osname}:${osvers}" in
376 darwin:*)
377 $spitshell >>$Makefile <<EOF
378
379 # Your locales are broken (osname $osname, osvers $osvers)
380 # and to avoid the numerous
381 # perl: warning: Setting locale failed.
382 # warnings during the build process we reset the locale variables.
383
384 LC_ALL=C
385 LANG=C
386 LANGUAGE=C
387 EOF
388         ;;
389 esac
390
391 case $CROSS_NAME in
392 '')
393 ## In the following dollars and backticks do not need the extra backslash.
394 $spitshell >>$Makefile <<'!NO!SUBS!'
395
396 CCCMD    = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $@`
397
398 CCCMDSRC = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $<`
399
400 CONFIGPM_FROM_CONFIG_SH = lib/Config.pm lib/Config_heavy.pl
401 CONFIGPM = $(CONFIGPM_FROM_CONFIG_SH) lib/Config_git.pl
402
403 CONFIGPOD = lib/Config.pod
404
405 CONFIGH = config.h
406 !NO!SUBS!
407         ;;
408 *)
409         # if cross-compilation
410 $spitshell >>$Makefile <<!GROK!THIS!
411 CROSS_NAME = $CROSS_NAME
412 CROSS_LIB = xlib/$CROSS_NAME
413
414 CCCMD    = \`sh \$(shellflags) cflags-cross-$CROSS_NAME "optimize='\$(OPTIMIZE)'" \$@\` -I\$(CROSS_LIB)
415 CCCMDSRC = \`sh \$(shellflags) cflags-cross-$CROSS_NAME "optimize='\$(OPTIMIZE)'" \$<\` -I\$(CROSS_LIB)
416 CONFIGPM = xlib/\$(CROSS_NAME)/Config.pm
417 CONFIGPOD = xlib/\$(CROSS_NAME)/Config.pod
418 CONFIGH = xconfig.h
419
420 xconfig.h: config_h.SH Cross/config-\$(CROSS_NAME).sh
421         CONFIG_SH=Cross/config-\$(CROSS_NAME).sh CONFIG_H=xconfig.h \$(SHELL) config_h.SH
422         #TODO \$(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib -MCross=\$(CROSS_NAME) config_h.PL "INST_VER=\$(INST_VER)" "CORE_DIR=\$(CROSS_LIB)" "CONFIG_H=xconfig.h"
423         cp xconfig.h \$(CROSS_LIB)/
424         cp xconfig.h \$(CROSS_LIB)/config.h
425
426 !GROK!THIS!
427         ;;
428 esac
429
430 ## In the following dollars and backticks do not need the extra backslash.
431 $spitshell >>$Makefile <<'!NO!SUBS!'
432
433 private = preplibrary $(CONFIGPM) $(CONFIGPOD) lib/ExtUtils/Miniperl.pm git_version.h
434
435 # Files to be built with variable substitution before miniperl
436 # is available.
437 sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
438         myconfig.SH writemain.SH pod/Makefile.SH
439
440 shextract = Makefile cflags config.h makeaperl makedepend \
441         makedir myconfig writemain pod/Makefile
442
443 # Files to be built with variable substitution after miniperl is
444 # available.  Dependencies handled manually below (for now).
445
446 pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
447         pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
448
449 plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
450         pod/pod2usage pod/podchecker pod/podselect
451
452 addedbyconf = UU $(shextract) $(plextract) pstruct
453
454 # Unicode data files generated by mktables
455 unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \
456         lib/unicore/CombiningClass.pl lib/unicore/Name.pl \
457         lib/unicore/Heavy.pl lib/unicore/mktables.lst
458
459 # Directories of Unicode data files generated by mktables
460 unidatadirs = lib/unicore/To lib/unicore/lib
461
462 h1 = EXTERN.h INTERN.h XSUB.h av.h $(CONFIGH) cop.h cv.h dosish.h
463 h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h
464 h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
465 h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
466 h5 = utf8.h warnings.h mydtrace.h op_reg_common.h
467 h = $(h1) $(h2) $(h3) $(h4) $(h5)
468
469 c1 = av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c
470 c2 = perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c
471 c3 = taint.c toke.c util.c deb.c run.c universal.c pad.c globals.c
472 c4 = perlio.c perlapi.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c
473 c5 = $(madlysrc) $(mallocsrc)
474
475 c = $(c1) $(c2) $(c3) $(c4) $(c5) miniperlmain.c perlmain.c opmini.c perlmini.c
476
477 obj0 = op$(OBJ_EXT) perl$(OBJ_EXT)
478 obj1 = $(madlyobj) $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) pad$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) reentr$(OBJ_EXT) mro$(OBJ_EXT)
479 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)
480 obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT) perlapi$(OBJ_EXT) numeric$(OBJ_EXT) mathoms$(OBJ_EXT) locale$(OBJ_EXT) pp_pack$(OBJ_EXT) pp_sort$(OBJ_EXT)
481
482 mini_obj =  $(obj1) $(obj2) $(obj3) $(ARCHOBJS) $(DTRACE_O)
483 ndt_obj = $(obj0) $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
484 obj = $(ndt_obj) $(DTRACE_O)
485
486 perltoc_pod_prereqs = extra.pods pod/perl5135delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
487 generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
488
489 Icwd = -Idist/Cwd -Idist/Cwd/lib
490
491 lintflags = \
492     -b \
493     -n \
494     -p \
495     -Ncheck=%all \
496     -Nlevel=4 \
497     -errchk=parentheses \
498     -errhdr=%all \
499     -errfmt=src \
500     -errtags \
501     -erroff=E_ASSIGN_NARROW_CONV \
502     -erroff=E_BAD_PTR_CAST \
503     -erroff=E_BAD_PTR_CAST_ALIGN \
504     -erroff=E_BAD_PTR_INT_COMBINATION \
505     -erroff=E_BAD_SIGN_EXTEND \
506     -erroff=E_BLOCK_DECL_UNUSED \
507     -erroff=E_CASE_FALLTHRU \
508     -erroff=E_CONST_EXPR \
509     -erroff=E_CONSTANT_CONDITION \
510     -erroff=E_END_OF_LOOP_CODE_NOT_REACHED \
511     -erroff=E_EQUALITY_NOT_ASSIGNMENT \
512     -erroff=E_EXPR_NULL_EFFECT \
513     -erroff=E_FALSE_LOGICAL_EXPR \
514     -erroff=E_INCL_NUSD \
515     -erroff=E_LOOP_EMPTY \
516     -erroff=E_MAIN_PARAM \
517     -erroff=E_POINTER_TO_OBJECT \
518     -erroff=E_PTRDIFF_OVERFLOW \
519     -erroff=E_SHIFT_CNT_NEG_TOO_BIG_L \
520     -erroff=E_STATIC_UNUSED \
521     -erroff=E_TRUE_LOGICAL_EXPR
522
523 splintflags = \
524     -I/usr/lib/gcc/i486-linux-gnu/4.0.2/include/ \
525     -D__builtin_va_list=va_list \
526     -Dsigjmp_buf=jmp_buf \
527     -warnposix \
528     \
529     +boolint \
530     +charintliteral \
531     -fixedformalarray \
532     -mustfreefresh \
533     -nestedextern \
534     -predboolint \
535     -predboolothers \
536     -preproc \
537     -boolops \
538     -shadow \
539     -nullstate \
540     +longintegral \
541     +matchanyintegral \
542     -type \
543     \
544     +line-len 999 \
545     +weak
546
547 splintfiles = $(c1)
548
549 .c$(OBJ_EXT): 
550         $(CCCMD) $(PLDLFLAGS) $*.c
551
552 .c.i: 
553         $(CCCMDSRC) -E $*.c > $*.i
554
555 .c.s:
556         $(CCCMDSRC) -S $*.c
557
558 all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) miniperl $(generated_pods) $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
559         @echo " ";
560         @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
561
562 .PHONY: all translators utilities
563
564 # Both git_version.h and lib/Config_git.pl are built
565 # by make_patchnum.pl.
566 git_version.h: lib/Config_git.pl
567
568 lib/Config_git.pl: $(MINIPERL_EXE) make_patchnum.pl
569         $(MINIPERL) make_patchnum.pl
570
571 # make sure that we recompile perl.c if the git version changes
572 perl$(OBJ_EXT): git_version.h
573
574 translators:    $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) FORCE
575         @echo " "; echo "       Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
576
577 utilities:      $(MINIPERL_EXE) $(CONFIGPM) $(plextract) FORCE
578         @echo " "; echo "       Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
579
580
581 # This is now done by installman only if you actually want the man pages.
582 #       @echo " "; echo "       Making docs"; cd pod; $(MAKE) all;
583
584 # Phony target to force checking subdirectories.
585 # Apparently some makes require an action for the FORCE target.
586 .PHONY: FORCE
587 FORCE:
588         @sh -c true
589 !NO!SUBS!
590
591 for file in op perl; do
592     if $issymlink $file.c; then
593         $spitshell >>$Makefile <<!GROK!THIS!
594
595 # We do a copy of the $file.c instead of a symlink because gcc gets huffy
596 # if we have a symlink forest to another disk (it complains about too many
597 # levels of symbolic links, even if we have only two)
598
599 ${file}mini.c: $file.c
600         \$(RMS) ${file}mini.c
601         \$(CPS) ${file}.c ${file}mini.c
602 !GROK!THIS!
603     else
604         $spitshell >>$Makefile <<!GROK!THIS!
605
606 ${file}mini.c: $file.c
607         \$(RMS) ${file}mini.c
608         \$(LNS) ${file}.c ${file}mini.c
609 !GROK!THIS!
610     fi
611
612     $spitshell >>$Makefile <<!GROK!THIS!
613
614 ${file}mini\$(OBJ_EXT): ${file}mini.c
615         \$(CCCMD) \$(PLDLFLAGS) $DPERL_IS_MINIPERL $DPERL_EXTERNAL_GLOB ${file}mini.c
616 !GROK!THIS!
617 done
618
619 $spitshell >>$Makefile <<'!NO!SUBS!'
620
621 globals$(OBJ_EXT): uudmap.h bitcount.h
622
623 uudmap.h: bitcount.h
624
625 bitcount.h: generate_uudmap$(HOST_EXE_EXT)
626         $(RUN) ./generate_uudmap$(HOST_EXE_EXT) uudmap.h bitcount.h
627
628 generate_uudmap$(HOST_EXE_EXT): generate_uudmap$(OBJ_EXT)
629         $(CC) -o generate_uudmap$(EXE_EXT) $(LDFLAGS) generate_uudmap$(OBJ_EXT) $(libs)
630
631 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
632         $(CCCMD) $(PLDLFLAGS) $*.c
633
634 perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
635         sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
636
637 perlmain$(OBJ_EXT): perlmain.c
638         $(CCCMD) $(PLDLFLAGS) $*.c
639
640 # The file ext.libs is a list of libraries that must be linked in
641 # for static extensions, e.g. -lm -lgdbm, etc.  The individual
642 # static extension Makefile's add to it.
643 ext.libs: $(static_ext)
644         -@test -f ext.libs || touch ext.libs
645
646 !NO!SUBS!
647
648 # How to build libperl.  This is still rather convoluted.
649 # Load up custom Makefile.SH fragment for shared loading and executables:
650 case "$osname" in
651 *)
652         Makefile_s="$osname/Makefile.SHs"
653         ;;
654 esac
655
656 case "$osname" in
657 aix)
658         $spitshell >>$Makefile <<!GROK!THIS!
659 LIBS                    = $perllibs
660 # In AIX we need to change this for building Perl itself from
661 # its earlier definition (which is for building external
662 # extensions *after* Perl has been built and installed)
663 CCDLFLAGS               = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
664
665 !GROK!THIS!
666         case "$useshrplib" in
667         define|true|[yY]*)
668                 $spitshell >>$Makefile <<'!NO!SUBS!'
669
670 LIBPERL_NONSHR          = libperl_nonshr$(LIB_EXT)
671 MINIPERL_NONSHR         = miniperl_nonshr$(EXE_EXT)
672
673 $(LIBPERL_NONSHR): $(obj)
674         $(RMS) $(LIBPERL_NONSHR)
675         $(AR) rcu $(LIBPERL_NONSHR) $(obj)
676
677 $(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)  perlmini$(OBJ_EXT)
678         $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
679             opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
680
681 MINIPERLEXP             = $(MINIPERL_NONSHR)
682
683 LIBPERLEXPORT           = perl.exp
684
685 !NO!SUBS!
686                 
687                 ;;
688         *)      
689                 $spitshell >>$Makefile <<'!NO!SUBS!'
690 MINIPERLEXP             = $(MINIPERL_EXE)
691
692 PERLEXPORT              = perl.exp
693
694 !NO!SUBS!
695         ;;
696         esac
697         $spitshell >>$Makefile <<'!NO!SUBS!'
698 perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
699         ./$(MINIPERLEXP) makedef.pl PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" | sort -u | sort -f > perl.exp
700
701 !NO!SUBS!
702         ;;
703 os2)
704         $spitshell >>$Makefile <<'!NO!SUBS!'
705 MINIPERLEXP             = miniperl
706
707 perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
708         ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl5.def
709
710 !NO!SUBS!
711         ;;
712 cygwin)
713         $spitshell >>$Makefile <<'!NO!SUBS!'
714 cygwin.c: cygwin/cygwin.c
715         $(LNS) cygwin/cygwin.c
716
717 LIBPERL_NONSHR          = libperl$(LIB_EXT)
718
719 $(LIBPERL_NONSHR): $(obj)
720         $(RMS) $(LIBPERL_NONSHR)
721         $(AR) rcu $(LIBPERL_NONSHR) $(obj)
722
723 !NO!SUBS!
724         ;;
725 esac
726
727 if test -s $Makefile_s ; then
728         . $Makefile_s
729         $spitshell >>$Makefile <<!GROK!THIS!
730
731 Makefile: $Makefile_s
732 !GROK!THIS!
733 else
734         case "$dtrace_h" in
735         ?*)
736                 $spitshell >>$Makefile <<'!NO!SUBS!'
737 $(DTRACE_H): perldtrace.d
738         $(DTRACE) -h -s perldtrace.d -o $(DTRACE_H)
739
740 mydtrace.h: $(DTRACE_H)
741
742 !NO!SUBS!
743                 ;;
744         esac
745         case "$dtrace_o" in
746         ?*)
747                 $spitshell >>$Makefile <<'!NO!SUBS!'
748 $(DTRACE_O): perldtrace.d
749         $(DTRACE) -G -s perldtrace.d -o $(DTRACE_O) $(ndt_obj)
750
751 !NO!SUBS!
752                 ;;
753     esac
754         $spitshell >>$Makefile <<'!NO!SUBS!'
755 $(LIBPERL): $& $(obj) $(DYNALOADER) $(LIBPERLEXPORT)
756 !NO!SUBS!
757         case "$useshrplib" in
758         true)
759                 $spitshell >>$Makefile <<'!NO!SUBS!'
760         rm -f $@
761         $(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs)
762 !NO!SUBS!
763                 case "$osname" in
764                 aix)
765                         $spitshell >>$Makefile <<'!NO!SUBS!'
766         rm -f libperl$(OBJ_EXT)
767         mv $@ libperl$(OBJ_EXT)
768         $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
769 !NO!SUBS!
770                         ;;
771                 esac
772                 ;;
773         *)
774                 $spitshell >>$Makefile <<'!NO!SUBS!'
775         rm -f $(LIBPERL)
776         $(AR) rcu $(LIBPERL) $(obj) $(DYNALOADER)
777         @$(ranlib) $(LIBPERL)
778 !NO!SUBS!
779                 ;;
780         esac
781         $spitshell >>$Makefile <<'!NO!SUBS!'
782
783 # How to build executables.
784
785 # The $& notation tells Sequent machines that it can do a parallel make,
786 # and is harmless otherwise.
787 # The miniperl -w -MExporter line is a basic cheap test to catch errors
788 # before make goes on to run preplibrary and then MakeMaker on extensions.
789 # This is very handy because later errors are often caused by miniperl
790 # build problems but that's not obvious to the novice.
791 # The Module used here must not depend on Config or any extensions.
792
793 !NO!SUBS!
794
795         case "${osname}${osvers}" in
796         aix*|beos*)
797                 $spitshell >>$Makefile <<'!NO!SUBS!'
798 $(MINIPERL_EXE): $& miniperlmain$(OBJ_EXT) $(mini_obj) opmini$(OBJ_EXT) perlmini$(OBJ_EXT)
799         $(CC) -o $(MINIPERL_EXE) $(CLDFLAGS) \
800             $(mini_obj) \
801             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
802         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
803 !NO!SUBS!
804                 ;;
805         next4*)
806                 $spitshell >>$Makefile <<'!NO!SUBS!'
807 $(MINIPERL_EXE): $& miniperlmain$(OBJ_EXT) $(mini_obj) perlmini$(OBJ_EXT) opmini$(OBJ_EXT)
808         $(CC) -o $(MINIPERL_EXE) $(mini_obj) \
809             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
810         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
811 !NO!SUBS!
812                 ;;
813         darwin*)
814                 case "$osvers" in
815                 [1-6].*) ;;
816                 *) case "$ldflags" in
817                     *"-flat_namespace"*) ;;
818                     *) # to allow opmini.o to override stuff in libperl.dylib
819                 $spitshell >>$Makefile <<!NO!SUBS!
820 NAMESPACEFLAGS = -force_flat_namespace
821 !NO!SUBS!
822                        ;;
823                     esac
824                     ;;
825                 esac
826                 $spitshell >>$Makefile <<'!NO!SUBS!'
827 $(MINIPERL_EXE): $& miniperlmain$(OBJ_EXT) $(mini_obj) opmini$(OBJ_EXT) perlmini$(OBJ_EXT)
828         -@rm -f miniperl.xok
829         $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o $(MINIPERL_EXE) \
830             $(mini_obj) \
831             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
832         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
833 !NO!SUBS!
834                 ;;
835         *)
836                 $spitshell >>$Makefile <<'!NO!SUBS!'
837 $(MINIPERL_EXE): $& miniperlmain$(OBJ_EXT) $(mini_obj) opmini$(OBJ_EXT) perlmini$(OBJ_EXT)
838         -@rm -f miniperl.xok
839         $(LDLIBPTH) $(CC) $(CLDFLAGS) -o $(MINIPERL_EXE) \
840             $(mini_obj) \
841             miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perlmini$(OBJ_EXT) $(libs)
842         $(LDLIBPTH) $(RUN) ./miniperl$(HOST_EXE_EXT) -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
843 !NO!SUBS!
844                 ;;
845         esac
846
847         $spitshell >>$Makefile <<'!NO!SUBS!'
848
849 $(PERL_EXE): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
850         -@rm -f miniperl.xok
851         $(SHRPENV) $(LDLIBPTH) $(CC) -o perl$(PERL_SUFFIX) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
852
853 # Purify/Quantify Perls.
854
855 pure$(PERL_EXE): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
856         $(SHRPENV) $(LDLIBPTH) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
857
858 purecov$(PERL_EXE): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
859         $(SHRPENV) $(LDLIBPTH) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
860
861 quant$(PERL_EXE): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
862         $(SHRPENV) $(LDLIBPTH) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
863
864 # Valgrind perl (currently Linux only)
865
866 perl.valgrind.config: config.sh
867         @echo "To build perl.valgrind you must Configure -Doptimize=-g -Uusemymalloc, checking..."
868         @$(MAKE) perl.config.dashg
869         @echo "Checking usemymalloc='n' in config.sh..."
870         @grep "^usemymalloc="    config.sh
871         @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
872         @echo "And of course you have to have valgrind..."
873         $(VALGRIND) ./perl -e 1 2>/dev/null || exit 1
874
875 # Third Degree Perl (Tru64 only)
876
877 perl.config.dashg:
878         @echo "Checking optimize='-g' in config.sh..."
879         @grep "^optimize=" config.sh
880         @egrep "^optimize='(.*-g.*)'" config.sh >/dev/null || exit 1
881
882 perl.third.config: config.sh
883         @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
884         @$(MAKE) perl.config.dashg
885         @echo "Checking usemymalloc='n' in config.sh..."
886         @grep "^usemymalloc="    config.sh
887         @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
888
889 perl.third: /usr/bin/atom perl.third.config perl
890         atom -tool third -L. -all -gp -toolargs="-invalid -uninit heap+stack+copy -min 0" perl
891         @echo "Now you may run perl.third and then study perl.3log."
892
893 # Pixie Perls (Tru64 and IRIX only)
894
895 perl.pixie.config: config.sh
896         @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
897         @$(MAKE) perl.config.dashg
898
899 perl.pixie.atom: /usr/bin/atom perl
900         atom -tool pixie -L. -all -toolargs="-quiet" perl
901
902 perl.pixie.irix: perl
903         pixie perl
904
905 perl.pixie: /usr/bin/pixie perl.pixie.config perl
906         if test -x /usr/bin/atom; then \
907           $(MAKE) perl.pixie.atom; \
908         else \
909           $(MAKE) perl.pixie.irix; \
910         fi
911         @echo "Now you may run perl.pixie and then run pixie."
912
913 # Gprof Perl
914
915 perl.config.dashpg:
916         @echo "Checking optimize='-pg' in config.sh..."
917         @grep "^optimize="      config.sh
918         @grep "^optimize='.*-pg.*'" config.sh >/dev/null || exit 1
919
920 perl.gprof.config: config.sh
921         @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
922         @$(MAKE) perl.config.dashpg
923
924 perl.gprof: /usr/bin/gprof perl.gprof.config
925         @-rm -f perl
926         $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILE_LDFLAGS=-pg perl
927         @echo "Now you may run perl.gprof and then run gprof perl.gprof."
928
929 # Gcov Perl
930
931 perl.config.gcov:
932         @echo "To build perl.gcov you must use gcc 3.0 or newer, checking..."
933         @echo "Checking gccversion in config.sh..."
934         @grep "^gccversion="      config.sh
935         @grep "^gccversion='[3-9]\." config.sh >/dev/null || exit 1
936         @echo "To build perl.gcov you must Configure -Dccflags=-fprofile-arcs -ftest-coverage, checking..."
937         @echo "Checking ccflags='-fprofile-arcs -ftest-coverage' in config.sh..."
938         @grep "^ccflags="      config.sh
939         @grep "^ccflags='.*-fprofile-arcs -ftest-coverage.*'" config.sh >/dev/null || exit 1
940
941 perl.gcov: perl.config.gcov
942         @-rm -f perl
943         $(MAKE) PERL_SUFFIX=.gcov PERL_PROFILE_LDFLAGS='' perl
944         @echo "Now you may run perl.gcov and then run gcov some.c."
945
946 # Microperl.  This is just a convenience thing if one happens to
947 # build also the full Perl and therefore the real big Makefile:
948 # usually one should manually explicitly issue the below command.
949
950 .PHONY: microperl
951 microperl:
952         $(MAKE) -f Makefile.micro
953
954 !NO!SUBS!
955
956 fi
957
958 # Some environment have no system(), which mkpport uses.
959 # Let's try running the commands with shell.
960 case "${osname}" in
961 catamount)
962 $spitshell >>$Makefile <<!GROK!THIS!
963 .PHONY: makeppport
964 makeppport: \$(MINIPERL_EXE) \$(CONFIGPM)
965         -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \
966         (cd ext/Devel-PPPort && `pwd`/run.sh ../../$(MINIPERL_EXE) -I../../lib \$\$f); \
967         done
968
969 !GROK!THIS!
970 ;;
971 *)
972 $spitshell >>$Makefile <<'!NO!SUBS!'
973 .PHONY: makeppport
974 makeppport: $(MINIPERL_EXE) $(CONFIGPM) $(nonxs_ext)
975         $(MINIPERL) $(Icwd) mkppport
976
977 !NO!SUBS!
978 ;;
979 esac
980
981 $spitshell >>$Makefile <<'!NO!SUBS!'
982
983 .PHONY: preplibrary
984 preplibrary: $(MINIPERL_EXE) $(CONFIGPM) lib/re.pm $(PREPLIBRARY_LIBPERL)
985
986 $(CONFIGPM_FROM_CONFIG_SH): $(CONFIGPOD)
987
988 $(CONFIGPOD): config.sh $(MINIPERL_EXE) configpm Porting/Glossary lib/Config_git.pl
989         $(MINIPERL) configpm
990
991 lib/ExtUtils/Miniperl.pm: miniperlmain.c $(MINIPERL_EXE) minimod.pl $(CONFIGPM)
992         $(MINIPERL) minimod.pl > lib/ExtUtils/Miniperl.pm
993
994 lib/re.pm: ext/re/re.pm
995         @-rm -f $@
996         cp ext/re/re.pm lib/re.pm
997
998 $(plextract):   $(MINIPERL_EXE) $(CONFIGPM) x2p/s2p $(dynamic_ext)
999         @-rm -f $@
1000         $(MINIPERL) $@.PL
1001
1002 x2p/s2p: $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) x2p/s2p.PL
1003         cd x2p; $(LDLIBPTH) $(MAKE) s2p
1004
1005 unidatafiles $(unidatafiles) pod/perluniprops.pod: uni.data
1006
1007 uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext)
1008         $(MINIPERL) $(Icwd) lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
1009 #       Commented out so always runs, mktables looks at far more files than we
1010 #       can in this makefile to decide if needs to run or not
1011 #       touch uni.data
1012
1013 # $(PERL_EXE) and ext because buildtoc uses Text::Wrap uses re
1014 # But also this ensures that all extensions are built before we try to scan
1015 # them, which picks up Devel::PPPort's documentation.
1016 pod/perltoc.pod: $(perltoc_pod_prereqs)  $(PERL_EXE) $(ext) pod/buildtoc
1017         $(RUN_PERL) -f -Ilib pod/buildtoc --build-toc -q
1018
1019 pod/perlapi.pod: pod/perlintern.pod
1020
1021 pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
1022         $(MINIPERL) autodoc.pl
1023
1024 pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
1025         $(MINIPERL) $(Icwd) pod/perlmodlib.PL -q
1026
1027 pod/perl5135delta.pod: pod/perldelta.pod
1028         $(LNS) perldelta.pod pod/perl5135delta.pod
1029
1030 extra.pods: $(MINIPERL_EXE)
1031         -@test ! -f extra.pods || rm -f `cat extra.pods`
1032         -@rm -f extra.pods
1033         -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
1034             nx=`echo $$x | sed -e "s/README\.//"`; \
1035             $(LNS) ../$$x "pod/perl"$$nx".pod" ; \
1036             echo "pod/perl"$$nx".pod" >> extra.pods ; \
1037         done
1038
1039 extras.make: $(PERL_EXE)
1040         -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
1041
1042 extras.test: $(PERL_EXE)
1043         -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
1044
1045 extras.install: $(PERL_EXE)
1046         -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
1047
1048 .PHONY: install install-strip install-all install-verbose install-silent \
1049         no-install install.perl install.man install.html
1050
1051 install-strip:
1052         $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"
1053
1054 install install-all:
1055         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) DESTDIR="$(DESTDIR)"
1056
1057 install-verbose:
1058         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V DESTDIR="$(DESTDIR)"
1059
1060 install-silent:
1061         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S DESTDIR="$(DESTDIR)"
1062
1063 no-install:
1064         $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n DESTDIR="$(DESTDIR)"
1065
1066 # Set this to an empty string to avoid an attempt of rebuild before install
1067 INSTALL_DEPENDENCE = all
1068
1069 install.perl:   $(INSTALL_DEPENDENCE) installperl
1070         $(RUN_PERL) installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
1071         -@test ! -s extras.lst || $(MAKE) extras.install
1072
1073 install.man:    all installman
1074         $(RUN_PERL) installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
1075
1076 # XXX Experimental. Hardwired values, but useful for testing.
1077 # Eventually Configure could ask for some of these values.
1078 install.html: all installhtml
1079         -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
1080         $(RUN_PERL) installhtml   \
1081       --podroot=. --podpath=. --recurse  \
1082       --htmldir=$(privlib)/html   \
1083       --htmlroot=$(privlib)/html  \
1084       --splithead=pod/perlipc     \
1085       --splititem=pod/perlfunc    \
1086       --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
1087       --ignore=Porting/Maintainers.pm,Porting/pumpkin.pod,Porting/repository.pod \
1088       --verbose
1089
1090
1091 # I now supply perly.c with the kits, so the following section is
1092 # used only if you force bison to run by saying
1093 #       make regen_perly
1094 # You normally shouldn't remake perly.[ch].
1095
1096 .PHONY: regen_perly
1097
1098 run_byacc:
1099         @echo "run_byacc is obsolete; try 'make regen_perly' instead"
1100
1101 # this outputs perly.h, perly.act and perly.tab
1102 regen_perly:
1103         perl regen_perly.pl
1104
1105 # We don't want to regenerate perly.c and perly.h, but they might
1106 # appear out-of-date after a patch is applied or a new distribution is
1107 # made.
1108 perly.c: perly.y
1109         -@sh -c true
1110
1111 perly.h: perly.y
1112         -@sh -c true
1113
1114 # No compat3.sym here since and including the 5.004_50.
1115 # No interp.sym since 5.005_03.
1116 SYM  = global.sym globvar.sym perlio.sym pp.sym
1117
1118 SYMH = perlvars.h intrpvar.h
1119
1120 CHMOD_W = chmod +w
1121
1122 # The following files are generated automatically
1123 #       embed.pl:       proto.h embed.h embedvar.h global.sym
1124 #                       perlapi.h perlapi.c 
1125 # [* embed.pl needs pp.sym generated by opcode.pl! *]
1126 #       keywords.pl:    keywords.h
1127 #       opcode.pl:      opcode.h opnames.h pp_proto.h pp.sym
1128 #       regcomp.pl:     regnodes.h
1129 #       warnings.pl:    warnings.h lib/warnings.pm
1130 # The correct versions should be already supplied with the perl kit,
1131 # in case you don't have perl available.
1132 # To force them to be regenerated, run
1133 #       perl regen.pl
1134 # with your existing copy of perl
1135 # (make regen_headers is kept for backwards compatibility)
1136
1137 AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
1138                 embed.h embedvar.h global.sym \
1139                 perlapi.h perlapi.c regnodes.h \
1140                 warnings.h lib/warnings.pm
1141
1142 .PHONY: regen_headers regen_all
1143
1144 regen:  FORCE
1145         -perl regen.pl
1146
1147 regen_headers:  FORCE
1148         -perl regen.pl -v
1149
1150 regen_meta:  META.yml
1151
1152 META.yml:   FORCE
1153         PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(RUN_PERL) -Ilib Porting/makemeta
1154
1155
1156 regen_all: regen regen_meta
1157
1158 .PHONY: manisort manicheck
1159
1160 manisort:       FORCE
1161         @perl Porting/manisort -q || (echo "WARNING: re-sorting MANIFEST"; \
1162                 perl Porting/manisort -q -o MANIFEST; sh -c true)
1163
1164 manicheck:      FORCE
1165         perl Porting/manicheck
1166
1167 # Extensions:
1168 # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
1169 # automatically get built.  There should ordinarily be no need to change
1170 # any of this part of makefile.
1171 #
1172 # The dummy dependency is a place holder in case $(dynamic_ext) or
1173 # $(static_ext) is empty.
1174 #
1175 # DynaLoader may be needed for extensions that use Makefile.PL.
1176
1177 $(DYNALOADER):  $(MINIPERL_EXE) preplibrary FORCE $(nonxs_ext)
1178         $(MINIPERL) make_ext.pl $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) LINKTYPE=static $(STATIC_LDFLAGS)
1179
1180 d_dummy $(dynamic_ext): $(MINIPERL_EXE) preplibrary makeppport $(DYNALOADER) FORCE $(PERLEXPORT)
1181         $(MINIPERL) make_ext.pl $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) LINKTYPE=dynamic
1182
1183 s_dummy $(static_ext):  $(MINIPERL_EXE) preplibrary makeppport $(DYNALOADER) FORCE
1184         $(MINIPERL) make_ext.pl $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) LINKTYPE=static $(STATIC_LDFLAGS)
1185
1186 n_dummy $(nonxs_ext):   $(MINIPERL_EXE) preplibrary FORCE
1187         $(MINIPERL) make_ext.pl $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
1188 !NO!SUBS!
1189
1190 $spitshell >>$Makefile <<EOF
1191 $extra_dep
1192 EOF
1193
1194 $spitshell >>$Makefile <<'!NO!SUBS!'
1195
1196 .PHONY: printconfig
1197 printconfig:
1198         @eval `$(RUN_PERL) -Ilib -V:$(CONFIGVAR)`; echo $$$(CONFIGVAR)
1199
1200 .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
1201         realclean _realcleaner clobber _clobber \
1202         distclean veryclean _verycleaner
1203
1204 clean:          _tidy _mopup 
1205
1206 realclean:      _realcleaner _mopup
1207         @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh"
1208
1209 _clobber:
1210         -@rm -f Cross/run-* Cross/to-* Cross/from-*
1211         rm -f t/test_state
1212         rm -f config.sh cppstdin Policy.sh extras.lst
1213
1214 clobber:        _realcleaner _mopup _clobber
1215
1216 distclean:      clobber
1217
1218 # Like distclean but also removes emacs backups and *.orig.
1219 veryclean:      _verycleaner _mopup _clobber
1220         -@rm -f Obsolete Wanted
1221
1222 # Do not 'make _mopup' directly.
1223 _mopup:
1224         rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c opmini.c perlmini.c uudmap.h generate_uudmap$(EXE_EXT) bitcount.h
1225         -rmdir .depending
1226         -@test -f extra.pods && rm -f `cat extra.pods`
1227         -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
1228         -rm -f perl.exp ext.libs $(generated_pods) uni.data opmini.o perlmini.o
1229         -rm -f perl.export perl.dll perl.libexp perl.map perl.def
1230         -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
1231         -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
1232         -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
1233         -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
1234         -rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump
1235         -rm -f $(PERL_EXE) $(MINIPERL_EXE) $(LIBPERL) libperl.* microperl
1236         -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old
1237         -rm -f config.arch config.over $(DTRACE_H) runtests
1238
1239 # Do not 'make _tidy' directly.
1240 _tidy:
1241         -cd pod; $(LDLIBPTH) $(MAKE) clean
1242         -cd utils; $(LDLIBPTH) $(MAKE) clean
1243         -cd x2p; $(LDLIBPTH) $(MAKE) clean
1244         -rm -f lib/Config_git.pl git_version.h
1245         -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
1246         $(MINIPERL) make_ext.pl --target=clean $$x MAKE=$(MAKE) ; \
1247         done
1248
1249 _cleaner1:
1250         -cd os2; rm -f Makefile
1251         -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
1252         -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
1253         -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
1254         -@if test -f $(MINIPERL_EXE) ; then \
1255         for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
1256         $(MINIPERL) make_ext.pl --target=$(CLEAN) $$x MAKE=$(MAKE) ; \
1257         done ; \
1258         else \
1259         sh $(CLEAN).sh ; \
1260         fi
1261         rm -f realclean.sh veryclean.sh
1262         -for file in `find cpan dist ext -name ppport.h` ; do rm -f $$file; done
1263
1264 # Dear POSIX, thanks for making the default to xargs to be
1265 # run once if nothhing is passed in. It is such a great help.
1266
1267 # Some systems do not support "?", so keep these files separate.
1268 _cleaner2:
1269         -rm -f core.*perl.*.? t/core.perl.*.? .?*.c
1270         rm -f core *perl.core t/core t/*perl.core core.* t/core.*
1271         rm -f t/misctmp* t/forktmp* t/tmp* t/c t/$(PERL_EXE) t/rantests
1272         rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
1273         rm -rf $(addedbyconf)
1274         rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
1275         rm -f $(private)
1276         rm -rf $(unidatafiles) $(unidatadirs)
1277         rm -rf lib/auto
1278         rm -f lib/.exists lib/*/.exists lib/*/*/.exists
1279         rm -f h2ph.man pstruct
1280         rm -rf .config
1281         rm -f preload lib/re.pm
1282         rm -rf lib/Encode lib/Compress lib/Hash lib/re
1283         rm -rf lib/TAP lib/Module/Pluggable lib/App
1284         rm -rf lib/mro
1285         rm -rf lib/IO/Compress lib/IO/Uncompress
1286         rm -f lib/ExtUtils/ParseXS/t/XSTest.c
1287         rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT)
1288         rm -f lib/ExtUtils/ParseXS/t/XSTest$(DLSUFFIX)
1289         rm -fr lib/B
1290         rm -fr lib/CPAN lib/CPANPLUS
1291         rm -fr lib/ExtUtils/CBuilder
1292         -rmdir cpan/CPANPLUS-Dist-Build/t/dummy-cpanplus cpan/CPANPLUS/t/dummy-cpanplus cpan/CPANPLUS/t/dummy-localmirror
1293         -rmdir ext/B/lib
1294         -rmdir lib/Archive/Tar lib/Archive lib/Attribute
1295         -rmdir lib/CGI
1296         -rmdir lib/Data lib/Devel lib/Digest
1297         -rmdir lib/ExtUtils/Command lib/ExtUtils/Constant lib/ExtUtils/Liblist lib/ExtUtils/MakeMaker
1298         -rmdir lib/File/Spec lib/Filter/Util lib/Filter
1299         -rmdir lib/I18N/LangTags lib/IO/Socket lib/IO lib/IPC
1300         -rmdir lib/List/Util lib/List
1301         -rmdir lib/Locale/Maketext lib/Locale
1302         -rmdir lib/Log/Message lib/Log
1303         -rmdir lib/Math/Big* lib/Math
1304         -rmdir lib/Memoize lib/MIME
1305         -rmdir lib/Module/Build/Platform lib/Module/Build lib/Module/Load lib/Module
1306         -rmdir lib/Net/FTP lib/Object
1307         -rmdir lib/Parse/CPAN lib/Parse
1308         -rmdir lib/PerlIO/via lib/PerlIO
1309         -rmdir lib/Package lib/Params
1310         -rmdir lib/Pod/Perldoc lib/Pod/Simple lib/Pod/Text
1311         -rmdir lib/Sys lib/Scalar/Util lib/Scalar
1312         -rmdir lib/Term/UI lib/Thread
1313         -rmdir lib/Test/Builder/Tester lib/Test/Builder lib/Test
1314         -rmdir lib/Unicode/Collate
1315         -rmdir lib/XS/APItest lib/XS
1316         -rmdir lib/inc/latest lib/inc
1317         -rmdir lib/autodie/exception lib/autodie lib/encoding lib/threads
1318         -rm -f lib/ExtUtils/CBuilder/t/libcompilet.dll.a
1319         -rm -f lib/ExtUtils/ParseXS/t/libXSTest.dll.a
1320
1321 _realcleaner:
1322         @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=distclean
1323         @$(LDLIBPTH) $(MAKE) _cleaner2
1324
1325 _verycleaner:
1326         @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
1327         @$(LDLIBPTH) $(MAKE) _cleaner2
1328         -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
1329
1330 .PHONY: lint
1331 lint: $(c)
1332         rm -f *.ln
1333         lint $(lintflags) -DPERL_CORE -D_REENTRANT -DDEBUGGING -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(c)
1334
1335 .PHONY: splint
1336 splint: $(c)
1337         splint $(splintflags) -DPERL_CORE -D_REENTRANT -DDEBUGGING -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(splintfiles)
1338
1339 # Need to unset during recursion to go out of loop.
1340 # The README below ensures that the dependency list is never empty and
1341 # that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
1342
1343 MAKEDEPEND = Makefile makedepend
1344
1345 $(FIRSTMAKEFILE):       README $(MAKEDEPEND)
1346         $(MAKE) depend MAKEDEPEND=
1347
1348 config.h: config_h.SH config.sh
1349         $(SHELL) config_h.SH
1350
1351 # When done, touch perlmain.c so that it doesn't get remade each time.
1352 .PHONY: depend
1353 depend: makedepend
1354         sh ./makedepend MAKE=$(MAKE)
1355         - test -s perlmain.c && touch perlmain.c
1356         cd x2p; $(MAKE) depend
1357
1358 # Cannot postpone this until $firstmakefile is ready ;-)
1359 makedepend: makedepend.SH config.sh
1360         sh ./makedepend.SH
1361
1362 runtests: runtests.SH config.sh
1363         sh ./runtests.SH
1364
1365 .PHONY: test check test_prep test_prep_nodll test_prep_pre \
1366         test_prep_reonly test_tty test-tty test_notty test-notty \
1367         utest ucheck test.utf8 check.utf8 test.torture torturetest \
1368         test.utf16 check.utf16 utest.utf16 ucheck.utf16 \
1369         test.third check.third utest.third ucheck.third test_notty.third \
1370         test.deparse test_notty.deparse test_harness test_harness_notty \
1371         minitest coretest test.taintwarn test-reonly _test
1372
1373 _test:
1374         echo >&2 The _test target is deprecated. Please upgrade your smoker
1375         PERL=./perl $(RUN_TESTS) choose
1376
1377 # Cannot delegate rebuilding of t/perl to make
1378 # to allow interlaced test and minitest
1379
1380 # Architecture-neutral stuff:
1381
1382 test_prep_pre: preplibrary utilities $(nonxs_ext)
1383
1384 test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) $(dynamic_ext) $(TEST_PERL_DLL) runtests
1385         cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
1386
1387 test_prep_reonly: $(MINIPERL_EXE) $(PERL_EXE) $(dynamic_ext_re) $(TEST_PERL_DLL)
1388         $(MINIPERL) make_ext.pl $(dynamic_ext_re) MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) LINKTYPE=dynamic
1389         cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
1390
1391 test check: test_prep
1392         $(RUN_TESTS) choose
1393
1394 test_tty: test_prep
1395         $(RUN_TESTS) tty
1396
1397 test_notty: test_prep
1398         $(RUN_TESTS) no-tty
1399
1400 utest ucheck test.utf8 check.utf8: test_prep
1401         TEST_ARGS=-utf8 $(RUN_TESTS) choose
1402
1403 coretest: test_prep
1404         TEST_ARGS=-core $(RUN_TESTS) choose
1405
1406 test-prep:      test_prep
1407
1408 test-tty:       test_tty
1409
1410 test-notty:     test_notty
1411
1412 # Torture testing
1413
1414 test.torture torturetest:       test_prep
1415         TEST_ARGS=-torture $(RUN_TESTS) choose
1416
1417 # Targets for UTF16 testing:
1418
1419 minitest.utf16: minitest.prep
1420         - cd t && (rm -f $(PERL_EXE); $(LNS) ../$(MINIPERL_EXE) $(PERL_EXE)) \
1421                 && $(RUN_PERL) TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
1422
1423 test.utf16 check.utf16: test_prep
1424         TEST_ARGS=-utf16 $(RUN_TESTS) choose
1425
1426 utest.utf16 ucheck.utf16: test_prep
1427         TEST_ARGS="-utf8 -utf16" $(RUN_TESTS) choose
1428
1429 # Targets for valgrind testing:
1430
1431 test_prep.valgrind: test_prep perl.valgrind
1432
1433 test.valgrind check.valgrind:   test_prep perl.valgrind.config
1434         PERL_VALGRIND=1 VALGRIND='$(VALGRIND)' $(RUN_TESTS) choose
1435
1436 utest.valgrind ucheck.valgrind: test_prep.valgrind perl.valgrind.config
1437         PERL_VALGRIND=1 TEST_ARGS=-utf8 $(RUN_TESTS) choose
1438
1439 test_notty.valgrind: test_prep.valgrind perl.valgrind.config
1440         PERL_VALGRIND=1 $(RUN_TESTS) no-tty
1441
1442 # Targets for Third Degree testing.
1443
1444 test_prep.third: test_prep perl.third
1445         cd t && (rm -f ./perl.third$(EXE_EXT); $(LNS) ../perl.third$(EXE_EXT) perl.third(EXE_EXT))
1446
1447 test.third check.third: test_prep.third perl.third
1448         PERL=./perl.third PERL_3LOG=1 $(RUN_TESTS) choose
1449
1450 utest.third ucheck.third: test_prep.third perl.third
1451         PERL=./perl.third PERL_3LOG=1 TEST_ARGS=-utf8 $(RUN_TESTS) choose
1452
1453 test_notty.third: test_prep.third perl.third
1454         PERL=./perl.third PERL_3LOG=1 $(RUN_TESTS) choose
1455
1456 # Targets for Deparse testing.
1457
1458 test.deparse:   test_prep
1459         TEST_ARGS=-deparse $(RUN_TESTS) choose
1460
1461 test_notty.deparse:     test_prep
1462         TEST_ARGS=-deparse $(RUN_TESTS) no-tty
1463
1464 # Targets to run the test suite with -t
1465
1466 test.taintwarn: test_prep
1467         TEST_ARGS=-taintwarn $(RUN_TESTS) choose
1468
1469 minitest.prep:
1470         -@test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles)
1471         @echo " "
1472         @echo "You may see some irrelevant test failures if you have been unable"
1473         @echo "to build lib/Config.pm, or the Unicode data files."
1474         @echo " "
1475
1476 # Can't depend on lib/Config.pm because that might be where miniperl
1477 # is crashing.
1478 minitest: $(MINIPERL_EXE) lib/re.pm minitest.prep
1479         - cd t && (rm -f $(PERL_EXE); $(LNS) ../$(MINIPERL_EXE) $(PERL_EXE)) \
1480                 && $(RUN_PERL) TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t op/*.t uni/*.t </dev/tty
1481
1482 # Test via harness
1483
1484 test_harness: test_prep
1485         TESTFILE=harness $(RUN_TESTS) choose
1486
1487 test_harness_notty: test_prep
1488         HARNESS_NOTTY=1 TESTFILE=harness $(RUN_TESTS) choose
1489
1490 test-reonly: test_prep_reonly
1491         TEST_ARGS='-re \bre\/' TESTFILE=harness $(RUN_TESTS) choose
1492
1493
1494 # Porting tests (well-formedness of pod, manifest, etc)
1495
1496 test_porting: test_prep
1497         cd t && $(RUN_PERL) harness porting/*.t
1498
1499 # Handy way to run perlbug -ok without having to install and run the
1500 # installed perlbug. We don't re-run the tests here - we trust the user.
1501 # Please *don't* use this unless all tests pass.
1502 # If you want to report test failures, use "make nok" instead.
1503
1504 .PHONY: ok okfile oknack okfilenack nok nokfile noknack nokfilenack
1505
1506 ok:     utilities
1507         $(RUN_PERL) -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
1508
1509 okfile: utilities
1510         $(RUN_PERL) -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
1511
1512 oknack: utilities
1513         $(RUN_PERL) -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
1514
1515 okfilenack:     utilities
1516         $(RUN_PERL) -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
1517
1518 nok:    utilities
1519         $(RUN_PERL) -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
1520
1521 nokfile:        utilities
1522         $(RUN_PERL) -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
1523
1524 noknack:        utilities
1525         $(RUN_PERL) -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
1526
1527 nokfilenack:    utilities
1528         $(RUN_PERL) -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
1529
1530 .PHONY: clist hlist shlist pllist
1531
1532 clist:  $(c)
1533         echo $(c) | tr ' ' $(TRNL) >.clist
1534
1535 hlist:  $(h)
1536         echo $(h) | tr ' ' $(TRNL) >.hlist
1537
1538 shlist: $(sh)
1539         echo $(sh) | tr ' ' $(TRNL) >.shlist
1540
1541 pllist: $(pl)
1542         echo $(pl) | tr ' ' $(TRNL) >.pllist
1543
1544 Makefile: Makefile.SH ./config.sh
1545         $(SHELL) Makefile.SH
1546
1547 .PHONY: distcheck
1548 distcheck: FORCE
1549         perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
1550
1551 .PHONY: elc
1552 elc:    emacs/cperl-mode.elc
1553
1554 emacs/cperl-mode.elc: emacs/cperl-mode.el
1555         -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
1556
1557 .PHONY: etags ctags tags
1558
1559 etags:  TAGS
1560
1561 TAGS: emacs/cperl-mode.elc
1562         sh emacs/ptags
1563
1564 # Let's hope make will not go into an infinite loop on case-unsensitive systems
1565 # This may also fail if . is in the head of the path, since perl will
1566 # require -Ilib
1567 tags:   TAGS
1568         perl emacs/e2ctags.pl TAGS > tags
1569
1570 ctags:
1571         ctags -f Tags -N --totals --languages=c --langmap=c:+.h --exclude=opmini.c --exclude=perlmini.c *.c *.h
1572
1573 # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1574 # If this runs make out of memory, delete /usr/include lines.
1575 !NO!SUBS!
1576
1577 $eunicefix Makefile
1578 case `pwd` in
1579 *SH)
1580     $rm -f ../Makefile
1581     $ln Makefile ../Makefile
1582     ;;
1583 esac
1584 $rm -f $firstmakefile
1585
1586 # Now do any special processing required before building.
1587
1588 case "$ebcdic" in
1589 define)
1590     xxx=''
1591     echo "This is an EBCDIC system, checking if any parser files need regenerating." >&2
1592 case "$osname" in
1593 os390|posix-bc)
1594     if cd x2p
1595     then
1596         rm -f y.tab.c y.tab.h
1597         case "$osname" in
1598         posix-bc)
1599            # we are using two different yaccs in BS2000 Posix!
1600            byacc a2p.y >/dev/null 2>&1
1601            ;;
1602         *) # e.g. os390
1603            yacc  a2p.y >/dev/null 2>&1
1604            ;;
1605         esac
1606         if cmp -s y.tab.c a2p.c
1607         then
1608             rm -f y.tab.c
1609         else
1610             echo "a2p.y -> a2p.c" >&2
1611             mv -f y.tab.c a2p.c
1612             chmod u+w a2p.c
1613             sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
1614                 -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
1615                 -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
1616             xxx="$xxx a2p.c"
1617         fi
1618         # In case somebody yacc -d:ed the a2p.y.
1619         if test -f y.tab.h
1620         then
1621             if cmp -s y.tab.h a2p.h
1622             then
1623                 rm -f y.tab.h
1624             else
1625                 echo "a2p.h -> a2p.h" >&2
1626                 mv -f y.tab.h a2p.h
1627                 xxx="$xxx a2p.h"
1628             fi
1629         fi
1630         cd ..
1631     fi
1632     ;;
1633 vmesa)
1634     # Do nothing in VM/ESA.
1635     ;;
1636 *)
1637     echo "'$osname' is an EBCDIC system I don't know that well." >&4
1638     ;;
1639 esac
1640     case "$xxx" in
1641     '') echo "No parser files were regenerated.  That's okay." >&2 ;;
1642     esac
1643     ;;
1644 esac
1645
1646 # ex: set ts=8 sts=4 sw=4 noet: