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