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