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