This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cleanup perldelta
[perl5.git] / vms / descrip_mms.template
CommitLineData
97abc6ad
HM
1!GROK!THIS!
2# Descrip.MMS for perl5 on VMS
1f74f634 3# Last revised 5-Dec-2001 by Craig Berry -- craigberry@mac.com
97abc6ad
HM
4#
5#: This file uses MMS syntax, and can be processed using DEC's MMS product,
6#: or the free MMK clone (available by ftp at ftp.spc.edu). If you want to
7#: a Unix-style MAKE tool, run this file through mms2make.pl, which should
b4bc034f 8#: be found in the same directory as this file.
97abc6ad
HM
9#:
10#: Lines beginning with "#:" will be removed by mms2make.pl when converting
11#: this file to MAKE syntax.
97abc6ad
HM
12#
13# tidy -- purge files generated by executing this file
14# clean -- remove all intermediate (e.g. object files, C files generated
15# during build) files generated by executing this file,
c2b27382 16# but leave 'installable' files (images, library) intact
97abc6ad 17# realclean -- remove all files generated by executing this file
c2b27382 18# cleansrc -- 'realclean' + purge *.c,*.h,descrip.mms
97abc6ad
HM
19# crtl.opt -- compiler-specific linker options file (made automatically)
20#
21
22#### Start of system configuration section. ####
23
24~DECC~
7558ebc2 25~DECCXX~
97abc6ad
HM
26~GNUC~
27~ARCH-TYPE~ = 1
28~THREAD~
29~SOCKET~
429a5e67
DS
30~MALLOC~
31~CC~
3f39e13a
CB
32~MTK~
33~MTU~
498336ed 34~FLAGS~
e0261ef8 35~LARGEFILE~
44caa20c 36~ARCHNAME~
9152021d 37~USEVMSDEBUG~
b545184e 38~PREFIX~
97abc6ad
HM
39
40#: >>>>> Architecture-specific options <<<<<
86da1428
CB
41.ifdef IXE
42O = .ibj
43OLB = .ilb
44E = .ixe
45.else
97abc6ad
HM
46.ifdef AXE
47# File type to use for object files
48O = .abj
49# File type to use for object libraries
50OLB = .alb
51# File type to use for executable images
52E = .axe
53.else
54# File type to use for object files
55O = .obj
56# File type to use for object libraries
57OLB = .olb
58# File type to use for executable images
59E = .exe
60.endif
86da1428 61.endif
97abc6ad 62
86da1428 63.ifdef __IA64__
86da1428
CB
64OBJVAL = $(O)
65.else
97abc6ad 66.ifdef __AXP__
97abc6ad
HM
67OBJVAL = $(O)
68.else
97abc6ad
HM
69OBJVAL = $(MMS$TARGET_NAME)$(O)
70.endif
86da1428 71.endif
97abc6ad 72
85988417 73PERL_VERSION = ~PV~
97abc6ad 74
429a5e67 75.ifdef MALLOC
b0d5070b
CB
76MALLOC_O = malloc$(O)
77MALLOC_C = malloc$(C)
429a5e67
DS
78.endif
79
97abc6ad
HM
80.ifdef DECC_SOCKETS
81SOCKET=1
82.endif
83
44caa20c
CB
84ARCHDIR = [.lib.$(ARCHNAME).$(PERL_VERSION)]
85ARCHCORE = [.lib.$(ARCHNAME).$(PERL_VERSION).CORE]
86ARCHAUTO = [.lib.$(ARCHNAME).$(PERL_VERSION).auto]
97abc6ad 87
97abc6ad
HM
88#: >>>>>Compiler-specific options <<<<<
89.ifdef GNUC
90.first
91 @ If F$TrnLnm("Sys").eqs."" Then Define/NoLog SYS GNU_CC_Include:[VMS]
92CC = gcc
97abc6ad
HM
93# -fno-builtin avoids bug in gcc up to version 2.6.2 which can destroy
94# data when memcpy() is called on large (>64 kB) blocks of memory
95# (fixed in gcc 2.6.3)
96XTRACCFLAGS = /Obj=$(MMS$TARGET_NAME)$(O)/NoCase_Hack/Optimize=2
97DBGSPECFLAGS =
429a5e67 98XTRADEF =
97abc6ad
HM
99XTRAOBJS =
100LIBS1 = GNU_CC:[000000]GCCLIB.OLB/Library
101LIBS2 = Sys$Share:VAXCRTL/Shareable
102POSIX =
103.else
104XTRAOBJS =
105LIBS1 = $(XTRAOBJS)
6fb2e99a 106DBGSPECFLAGS = /Show=(expansion,include)/machine
97abc6ad
HM
107# Some versions of DECCRTL on AXP have a bug in chdir() which causes the change
108# to persist after the image exits, even when this was not requested, iff
109# SYSNAM is enabled. This is fixed in CSC Patch # AXPACRT04_061, but turning
110# off SYSNAM for the MM[SK] subprocess doesn't hurt anything, so we do it
111# just in case.
112.first
97abc6ad
HM
113 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").nes."" Then Define/NoLog SYS DECC$System_Include
114.ifdef __AXP__
787c52d8 115 @ Set Process/Privilege=(NoSYSNAM)
97abc6ad
HM
116 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS Sys$Library
117.else
118 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS DECC$Library_Include
119.endif
120
7558ebc2
PP
121.ifdef DECCXX
122XTRACCFLAGS = /Include=[]/Standard=ANSI/Prefix=All/Obj=$(OBJVAL)
123.else
97abc6ad 124XTRACCFLAGS = /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=$(OBJVAL)
7558ebc2 125.endif
97abc6ad
HM
126XTRADEF =
127POSIX = POSIX
97abc6ad
HM
128.endif
129
97abc6ad
HM
130#: >>>>> Configuration options <<<<<
131#: __DEBUG__: builds images with full VMS debugger support
132.ifdef __DEBUG__
133DBGCCFLAGS = /List/Debug/NoOpt$(DBGSPECFLAGS)
7ced74dd 134DBGLINKFLAGS = /Trace/Debug/Map=$(MMS$TARGET_NAME).MAP/Full/Cross
97abc6ad
HM
135DBG = DBG
136.else
137DBGCCFLAGS = /NoList
138DBGLINKFLAGS = /NoTrace/NoMap
139DBG =
140.endif
141
97abc6ad
HM
142.ifdef THREADED
143THREADDEF =
144THREAD = THREAD
145.endif
146
147.ifdef OLDTHREADED
429a5e67 148THREADDEF =
97abc6ad 149THREAD = THREAD
9ef4b0a6 150THRLIBS1 = sys$share:cma$lib_shr/share|sys$share:cma$rtl/share
97abc6ad 151.ifdef __AXP__
9ef4b0a6 152THRLIBS2 = sys$share:cma$open_lib_shr/share|sys$share:cma$open_rtl/share
97abc6ad
HM
153.endif
154.endif
155
3f39e13a
CB
156.ifdef MTU
157.ifdef MTK
158MTHREADLINKFLAGS = /THREADS=(MULTIPLE_KERNEL,UPCALLS)
159.else
160MTHREADLINKFLAGS = /THREADS=UPCALLS
161.endif
162.else
163MTHREADLINKFLAGS =
164.endif
165
97abc6ad 166# C preprocessor manifest "DEBUGGING" ==> perl -D, not the VMS debugger
e0261ef8 167.IFDEF LARGEFILE
96021e87 168CFLAGS = $(XTRACCFLAGS)$(DBGCCFLAGS)$(FLAGS)/Define=$(LARGEFILE)
96021e87 169CORECFLAGS = $(XTRACCFLAGS)$(DBGCCFLAGS)$(FLAGS)/Define=(PERL_CORE,$(LARGEFILE))
e0261ef8 170.ELSE
498336ed 171CFLAGS = $(XTRACCFLAGS)$(DBGCCFLAGS)$(FLAGS)
e0261ef8
CB
172CORECFLAGS = $(XTRACCFLAGS)$(DBGCCFLAGS)$(FLAGS)/Define=PERL_CORE
173.ENDIF
174
97abc6ad
HM
175LINKFLAGS = $(DBGLINKFLAGS)
176
177MAKE = $(MMS)
178MAKEFILE = Descrip.MMS # this file
179NOOP = continue
180
181# Macros to invoke a copy of miniperl during the build. Targets which
182# are built using these macros should depend on $(MINIPERL_EXE)
183MINIPERL_EXE = Sys$Disk:[]miniperl$(E)
f6b3c354 184MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]"
dfe814dc 185MINIPERLQ = MCR $(MINIPERL_EXE) ""-I[.lib]""
29637182 186XSUBPP = $(MINIPERL) "-I[.ext.re]" [.lib.extutils]xsubpp -noprototypes
97abc6ad
HM
187# Macro to invoke a preexisting copy of Perl. This is used to regenerate
188# some header files when rebuilding Perl, but premade versions are provided
189# in the distribution, so it's OK if this doesn't work; it's here to make
190# life easier for those who modify Perl and rebuild it.
191INSTPERL = perl
7eb47696
NC
192# Macros to invoke a copy of perl during the build. Targets which
193# are built using these macros should depend on $(PERL_EXE) EXT
bfeb8220
CB
194.IFDEF __DEBUG__
195PERL_EXE = Sys$Disk:[]n$(DBG)perl$(E)
196.ELSE
7eb47696 197PERL_EXE = Sys$Disk:[]perl$(E)
bfeb8220 198.ENDIF
7eb47696 199PERL = MCR $(PERL_EXE) "-I[.lib]"
97abc6ad
HM
200
201# Space-separated list of "static" extensions to build into perlshr (case counts).
202MYEXT = DynaLoader
203# object files for these extensions; the trailing comma is required if
204# there are any object files specified
205# These must be built separately, or you must add rules below to build them
859ef0cd 206myextobj = DynaLoader$(O),
97abc6ad
HM
207EXT = $(MYEXT)
208extobj = $(myextobj)
97abc6ad 209
429a5e67
DS
210.ifdef LIBS2
211.else
212LIBS2=
213.endif
97abc6ad 214
9ef4b0a6
BH
215.ifdef THRLIBS1
216.else
217THRLIBS1=
218.endif
219
220.ifdef THRLIBS2
221.else
222THRLIBS2=
223.endif
224
225FULLLIBS2 = $(LIBS2)|$(THRLIBS1)|$(THRLIBS2)
226
97abc6ad
HM
227#### End of system configuration section. ####
228
a55c5245 229c0 = $(MALLOC_C) av.c caretx.c deb.c doio.c doop.c dquote.c dump.c globals.c gv.c hv.c mro_core.c
7ee2227d 230c1 = mg.c locale.c mathoms.c miniperlmain.c numeric.c op.c pad.c perl.c perlapi.c perlio.c
10bc17b6 231c2 = perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c regexec.c reentr.c
f832b29a 232c3 = run.c scope.c sv.c taint.c time64.c toke.c universal.c utf8.c util.c vms.c keywords.c
b0d5070b
CB
233c = $(c0) $(c1) $(c2) $(c3)
234
5c9818e9 235obj0 = perl$(O)
495173e1 236obj1 = $(MALLOC_O) av$(O) caretx$(O) deb$(O) doio$(O) doop$(O) dquote$(O) dump$(O) mro_core$(O) globals$(O) gv$(O) hv$(O)
cfc889ad 237obj2 = keywords$(O) locale$(O) mathoms$(O) mg$(O) miniperlmain$(O) numeric$(O) op$(O) pad$(O) perlapi$(O) perlio$(O)
5c9818e9 238obj3 = perly$(O) pp$(O) pp_ctl$(O) pp_hot$(O) reentr$(O) pp_pack$(O) pp_sort$(O) pp_sys$(O) regcomp$(O)
f832b29a 239obj4 = regexec$(O) run$(O) scope$(O) sv$(O) taint$(O) time64$(O) toke$(O) universal$(O) utf8$(O) util$(O) vms$(O)
5c9818e9
CB
240
241mini_obj = perlmini$(O) $(obj1) $(obj2) $(obj3) $(obj4)
b0d5070b
CB
242obj = $(obj0) $(obj1) $(obj2) $(obj3) $(obj4)
243
63e9201e 244h0 = av.h config.h cop.h cv.h embed.h embedvar.h
02e4b6fe 245h1 = EXTERN.h form.h gv.h handy.h hv.h l1_char_class_tab.h INTERN.h intrpvar.h
8b09643d
NC
246h2 = iperlsys.h keywords.h mydtrace.h mg.h mg_vtable.h nostdio.h op.h
247h3 = op_reg_common.h opcode.h opnames.h overload.h pad.h parser.h patchlevel.h
248h4 = perl.h perlapi.h perlio.h perlsdio.h perlvars.h perly.h
66b82e1f 249h5 = pp.h pp_proto.h proto.h regcomp.h regexp.h regnodes.h scope.h
ef4abe76
NC
250h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h xsub.h
251h = $(h0) $(h1) $(h2) $(h3) $(h4) $(h5) $(h6)
787c52d8 252
787c52d8 253acopt = $(ARCHCORE)perlshr_attr.opt $(ARCHCORE)$(DBG)perlshr_bld.opt
5c0877fa 254ac = archcore_includes.ts $(acopt)
c05f8f3d 255
9387abf8
NC
256generated_headers = uudmap.h bitcount.h mg_data.h
257
97abc6ad
HM
258CRTL = []crtl.opt
259CRTLOPTS =,$(CRTL)/Options
260
261.SUFFIXES
262
263.ifdef LINK_ONLY
264.else
265.SUFFIXES $(O) .c .xs
266
267.xs.c :
268 $(XSUBPP) $(MMS$SOURCE) >$(MMS$TARGET)
269
97abc6ad
HM
270.c$(O) :
271 $(CC) $(CFLAGS) $(MMS$SOURCE)
272
273.xs$(O) :
274 $(XSUBPP) $(MMS$SOURCE) >$(MMS$SOURCE_NAME).c
275 $(CC) $(CFLAGS) $(MMS$SOURCE_NAME).c
276.endif
277
ca12659b
NC
278# Directories of Unicode data files generated by mktables
279unidatadirs = lib/unicore/To lib/unicore/lib
280
97abc6ad 281# Modules which must be installed before we can build extensions
611495fa 282LIBPREREQ = $(ARCHDIR)Config.pm $(ARCHDIR)Config_heavy.pl $(ARCHDIR)vmspipe.com
97abc6ad 283
7b4d95f7 284utils1 = [.utils]perldoc.com [.utils]c2ph.com [.utils]h2ph.com
c9dab4e9 285utils2 = [.utils]h2xs.com [.utils]libnetcfg.com [.lib]perlbug.com [.utils]json_pp.com
d658129c 286utils3 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com [.utils]xsubpp.com [.utils]pod2html.com [.utils]instmodsh.com
bb4e9162 287utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com [.utils]ptar.com [.utils]ptardiff.com [.utils]shasum.com
59658819 288utils5 = [.utils]corelist.com [.utils]ptargrep.com [.utils]zipdetails.com [.utils]encguess.com
97abc6ad 289
bfeb8220 290all : base extras archcorefiles preplibrary [.pod]perltoc.pod
1b2d7687
PP
291 @ QUALIFIERS := $(MMSQUALIFIERS)
292 @ QUALIFIERS = QUALIFIERS - """" - """"
dfe814dc 293 @ write sys$output " "
1b2d7687 294 @ write sys$output " Everything is up to date. '$(MMS)''QUALIFIERS' test' to run test suite."
9c3905ef 295
5c9818e9 296git_version.h : $(MINIPERL_EXE) make_patchnum.pl
16ad9bfa 297 $(MINIPERL) make_patchnum.pl
05b0cfd1 298
f952ce75 299base : miniperl git_version.h nonxsext perl
97abc6ad 300 @ $(NOOP)
33c64ab2 301extras : dynext libmods utils extra.pods
97abc6ad
HM
302 @ $(NOOP)
303libmods : $(LIBPREREQ)
304 @ $(NOOP)
bb4e9162 305utils : $(utils1) $(utils2) $(utils3) $(utils4) $(utils5)
97abc6ad 306 @ $(NOOP)
414b89cc
CB
307extra.pods : miniperl
308 @ @extra_pods.com
97abc6ad 309
af8a293f 310PERLDELTA_CURRENT = [.pod]perl5238delta.pod
600dcb9e
CB
311
312$(PERLDELTA_CURRENT) : [.pod]perldelta.pod
c6568584 313 Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT)
1400179b 314
6e2c8928
NC
315[.pod]perlmodlib.pod : [.pod]perlmodlib.pl MANIFEST $(MINIPERL_EXE)
316 $(MINIPERL) [.pod]perlmodlib.pl "-q"
317
54df2684
NC
318[.pod]perlapi.pod : [.pod]perlintern.pod
319 @ $(NOOP)
320
30a06a3a
CB
321[.pod]perlintern.pod : embed.fnc autodoc.pl $(MINIPERL_EXE)
322 $(MINIPERL) autodoc.pl
323
600dcb9e 324[.pod]perltoc.pod : $(PERLDELTA_CURRENT) [.pod]perlapi.pod [.pod]perlintern.pod [.pod]perlmodlib.pod extra.pods $(PERL_EXE)
bfeb8220 325 @ define/user_mode $(DBG)PERLSHR SYS$DISK:[]$(DBG)perlshr$(E)
b78c1104 326 $(PERL) "-f" [.pod]buildtoc "-q"
97abc6ad 327
7e2254de 328archcorefiles : $(ac) $(ARCHAUTO)time.stamp
97abc6ad
HM
329 @ $(NOOP)
330
cb251201
NC
331# See the comment in Makefile.SH explaining this seemingly cranky ordering
332$(MINIPERL_EXE) : [.lib]buildcustomize.pl
333 @ $(NOOP)
5e4c4c91 334
93d6612c 335vmspipe.com : [.vms]vmspipe.com
1f74f634 336 Copy/NoConfirm/Log $(MMS$SOURCE) []
93d6612c
CB
337
338miniperl : $(DBG)miniperl$(E) vmspipe.com
97abc6ad 339 @ Continue
cb251201 340
2d11a7e9 341[.lib]buildcustomize.pl : miniperlmain$(O), $(DBG)libperlmini$(OLB) $(CRTL) write_buildcustomize.pl
cb251201 342 Link $(LINKFLAGS)/NoDebug/Trace/NoMap/NoFull/NoCross/Exe=$(MINIPERL_EXE) miniperlmain$(O), $(DBG)libperlmini$(OLB)/Library/Include=globals $(CRTLOPTS)
b78ac715 343 $(MINIPERL) "-f" write_buildcustomize.pl
cb251201 344
5c9818e9
CB
345$(DBG)miniperl$(E) : miniperlmain$(O), $(DBG)libperlmini$(OLB) $(CRTL)
346 Link $(LINKFLAGS)/Trace/Exe=$(MMS$TARGET) miniperlmain$(O), $(DBG)libperlmini$(OLB)/Library/Include=globals $(CRTLOPTS)
97abc6ad
HM
347
348$(DBG)libperl$(OLB) : $(obj)
349 @ If F$Search("$(MMS$TARGET)").eqs."" Then Library/Object/Create $(MMS$TARGET)
8f9bf0bf 350 Library/Object/Replace $(MMS$TARGET) $(MMS$SOURCE_LIST)
97abc6ad 351
5c9818e9
CB
352$(DBG)libperlmini$(OLB) : $(mini_obj)
353 @ If F$Search("$(MMS$TARGET)").eqs."" Then Library/Object/Create $(MMS$TARGET)
354 Library/Object/Replace $(MMS$TARGET) $(MMS$SOURCE_LIST)
355
7b4d95f7 356perlmain.c : miniperlmain.c $(MINIPERL_EXE) nonxsext
b4999888 357 $(MINIPERL) -"MExtUtils::Miniperl" -e "writemain(\'perlmain.c', @ARGV)" "$(EXT)"
97abc6ad 358
97abc6ad
HM
359.ifdef __DEBUG__
360# Link an extra perl that doesn't invoke the debugger
1f052492 361perl : $(DBG)perl$(E)
3f39e13a 362 Link $(LINKFLAGS)$(MTHREADLINKFLAGS)/NoDebug/Trace/NoMap/NoCross/NoFull/Exe=N$(DBG)perl$(E) perlmain$(O), perlshr.opt/Option, perlshr_attr.opt/Option $(CRTLOPTS)
97abc6ad 363.else
1f052492 364perl : $(DBG)perl$(E)
97abc6ad
HM
365 @ Continue
366.endif
367
368$(DBG)perl$(E) : perlmain$(O), $(DBG)perlshr$(E), $(MINIPERL_EXE)
369 @ @[.vms]genopt "PerlShr.Opt/Write" "|" "''F$Environment("Default")'$(DBG)PerlShr$(E)/Share"
3f39e13a 370 Link $(LINKFLAGS)$(MTHREADLINKFLAGS)/Exe=$(MMS$TARGET) perlmain$(O), perlshr.opt/Option, perlshr_attr.opt/Option $(CRTLOPTS)
97abc6ad 371
97abc6ad
HM
372$(DBG)perlshr$(E) : $(DBG)libperl$(OLB) $(extobj) $(DBG)perlshr_xtras.ts
373 Link $(LINKFLAGS)/Share=$(MMS$TARGET) $(extobj) []$(DBG)perlshr_bld.opt/Option, perlshr_attr.opt/Option
374
5c9818e9
CB
375perlmini.c : perl.c
376 @ IF F$SEARCH("$(MMS$TARGET)") .NES. "" THEN DELETE/NOCONFIRM/LOG $(MMS$TARGET);*
377 @ COPY/NOCONFIRM _NLA0: $(MMS$TARGET)
378 @ SET FILE /ATTRIBUTES=RFM:STMLF $(MMS$TARGET)
379 @ OPEN/APPEND perlmini $(MMS$TARGET)
380 @ WRITE perlmini "#define PERL_IS_MINIPERL"
381 @ CLOSE perlmini
382 @ APPEND/NOCONFIRM/LOG $(MMS$SOURCE) $(MMS$TARGET)
383
384perlmini$(O) : perlmini.c
385 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
386
6f83ef0e 387bitcount.h mg_data.h : uudmap.h
45b279ec 388 @ $(NOOP)
6999193b 389
92d23424 390uudmap.h : generate_uudmap$(E)
9387abf8 391 MCR SYS$DISK:[]generate_uudmap$(E) $(generated_headers)
9444d213 392
c3301a92 393generate_uudmap$(E) : generate_uudmap$(O) $(CRTL)
9444d213
NC
394 Link $(LINKFLAGS)/NoDebug/Trace/NoMap/NoFull/NoCross/Exe=$(MMS$TARGET) generate_uudmap$(O) $(CRTLOPTS)
395
6f83ef0e 396generate_uudmap$(O) : generate_uudmap.c mg_raw.h
b50d78f7
CB
397 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
398
97abc6ad 399# The following files are built in one go by gen_shrfls.pl:
054a3baf 400# perlshr_attr.opt, $(DBG)perlshr_bld.opt - AXP and IA64
93ea32b8 401# The song and dance with gen_shrfls.opt accommodates DCL's line length limit.
97abc6ad 402$(DBG)perlshr_xtras.ts : perl.h config.h vmsish.h proto.h [.vms]gen_shrfls.pl $(MINIPERL_EXE) $(MAKEFILE) $(CRTL)
93ea32b8 403 @ $(MINIPERL) makedef.pl "PLATFORM=vms" > makedef.lis
b3ecbfd3
CB
404 @ $(MINIPERLQ) -e "print join('|',@ARGV),'|';" "$(CC)$(CFLAGS)" >gen_shrfls.opt
405 @ $(MINIPERLQ) -e "print join('|',@ARGV);" "$(O)" "$(DBG)" "$(OLB)" "$(EXT)" "$(CRTL)" >>gen_shrfls.opt
97abc6ad
HM
406 $(MINIPERL) [.vms]gen_shrfls.pl -f gen_shrfls.opt
407 @ Delete/NoLog/NoConfirm gen_shrfls.opt;
408 @ If F$Search("$(DBG)perlshr_xtras.ts").nes."" Then Delete/NoLog/NoConfirm $(DBG)perlshr_xtras.ts;*
409 @ Copy _NLA0: $(DBG)perlshr_xtras.ts
97abc6ad 410
1f74f634 411$(ARCHDIR)Config.pm : [.lib]Config.pm
97abc6ad 412 Create/Directory $(ARCHDIR)
1f74f634 413 Copy/NoConfirm/Log $(MMS$SOURCE) $(ARCHDIR)
97abc6ad 414
2d9d8159
NC
415$(ARCHDIR)Config_heavy.pl : [.lib]Config_heavy.pl
416 Create/Directory $(ARCHDIR)
417 Copy/NoConfirm/Log $(MMS$SOURCE) $(ARCHDIR)
418
1f74f634 419[.lib]Config.pm : config.h $(MINIPERL_EXE)
97abc6ad
HM
420 $(MINIPERL) ConfigPM.
421
93d6612c 422$(ARCHDIR)vmspipe.com : vmspipe.com
1f74f634 423 Copy $(MMS$SOURCE) $(ARCHDIR)
93d6612c 424
3dc3a597 425unidatafiles.ts : $(MINIPERL_EXE) [.lib]Config.pm [.lib.unicore]mktables nonxsext
3df51b85 426 $(MINIPERL) [.lib.unicore]mktables "-C" [.lib.unicore] "-P" [.pod] "-makelist" "-maketest" "-p"
23b62609
CB
427 @ If F$Search("$(MMS$TARGET)").nes."" Then Delete/NoLog/NoConfirm $(MMS$TARGET);*
428 @ Copy/NoConfirm _NLA0: $(MMS$TARGET)
ca12659b 429
2d11a7e9 430DynaLoader$(O) : [.lib]buildcustomize.pl $(ARCHDIR)Config.pm $(MINIPERL_EXE)
859ef0cd 431 $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "DynaLoader"
25ea24bb 432
859ef0cd 433dynext : $(LIBPREREQ) $(DBG)perlshr$(E) unidatafiles.ts DynaLoader$(O) preplibrary makeppport $(MINIPERL_EXE)
a34ce875
NC
434 $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--dynamic" "--static"
435
291c8c21 436nonxsext : $(LIBPREREQ) preplibrary $(MINIPERL_EXE) [.pod]perlfunc.pod
a34ce875 437 $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--nonxs"
97abc6ad 438
4403bf93 439[.utils]perldoc.com : [.utils]perldoc.PL $(ARCHDIR)Config.pm
08da30e0 440 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
97abc6ad 441
cdf8b154 442[.utils]perlivp.com : [.utils]perlivp.PL $(ARCHDIR)Config.pm
08da30e0 443 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
cdf8b154 444
2bfebb05 445[.utils]cpan.com : [.utils]cpan.PL $(ARCHDIR)Config.pm
08da30e0 446 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
2bfebb05 447
4b618757 448[.utils]prove.com : [.utils]prove.PL $(ARCHDIR)Config.pm
08da30e0 449 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
291d3373
RGS
450
451[.utils]ptar.com : [.utils]ptar.PL $(ARCHDIR)Config.pm
08da30e0 452 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
4b618757 453
b8669316 454[.utils]ptardiff.com : [.utils]ptardiff.PL $(ARCHDIR)Config.pm
08da30e0 455 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
b8669316 456
deabda19
CBW
457[.utils]ptargrep.com : [.utils]ptargrep.PL $(ARCHDIR)Config.pm
458 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
459
3ddf9550 460[.utils]shasum.com : [.utils]shasum.PL $(ARCHDIR)Config.pm
08da30e0 461 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
3ddf9550 462
6efb3e4d 463[.utils]corelist.com : [.utils]corelist.PL $(ARCHDIR)Config.pm
08da30e0 464 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
6efb3e4d 465
97abc6ad 466[.utils]c2ph.com : [.utils]c2ph.PL $(ARCHDIR)Config.pm
08da30e0 467 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
97abc6ad 468
d9f91944
CB
469[.utils]json_pp.com : [.utils]json_pp.PL $(ARCHDIR)Config.pm
470 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
471
14d70106 472[.utils]enc2xs.com : [.utils]enc2xs.PL $(ARCHDIR)Config.pm
08da30e0 473 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
59658819
CBW
474
475[.utils]encguess.com : [.utils]encguess.PL $(ARCHDIR)Config.pm
476 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
14d70106 477
97abc6ad 478[.utils]h2ph.com : [.utils]h2ph.PL $(ARCHDIR)Config.pm
08da30e0 479 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
97abc6ad
HM
480
481[.utils]h2xs.com : [.utils]h2xs.PL $(ARCHDIR)Config.pm
08da30e0 482 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
97abc6ad 483
88be34b6 484[.utils]instmodsh.com : [.utils]instmodsh.PL $(ARCHDIR)Config.pm
08da30e0 485 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
88be34b6 486
5fa137f1 487[.utils]libnetcfg.com : [.utils]libnetcfg.PL $(ARCHDIR)Config.pm
08da30e0 488 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
5fa137f1 489
97abc6ad 490[.lib]perlbug.com : [.utils]perlbug.PL $(ARCHDIR)Config.pm
08da30e0 491 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
1f74f634 492 Copy/NoConfirm/Log [.utils]perlbug.com [.lib]
97abc6ad 493
14d70106 494[.utils]piconv.com : [.utils]piconv.PL $(ARCHDIR)Config.pm
08da30e0 495 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
14d70106 496
97abc6ad 497[.utils]pl2pm.com : [.utils]pl2pm.PL $(ARCHDIR)Config.pm
08da30e0 498 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
97abc6ad
HM
499
500[.lib]splain.com : [.utils]splain.PL $(ARCHDIR)Config.pm
08da30e0 501 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
1f74f634 502 Copy/NoConfirm/Log [.utils]splain.com [.lib]
97abc6ad 503
798fd3e2 504[.utils]xsubpp.com : [.utils]xsubpp.PL $(ARCHDIR)Config.pm nonxsext
08da30e0 505 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
5fa137f1 506
08ad9465
CBW
507[.utils]zipdetails.com : [.utils]zipdetails.PL $(ARCHDIR)Config.pm nonxsext
508 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
509
d658129c
FR
510[.utils]pod2html.com : [.utils]pod2html.PL $(ARCHDIR)Config.pm nonxsext
511 $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE)
512
9b5878df 513preplibrary : $(MINIPERL_EXE) $(LIBPREREQ)
c43be3e8 514 @ $(NOOP)
97abc6ad 515
d1a21686 516makeppport : $(MINIPERL_EXE) $(ARCHDIR)Config.pm nonxsext
42e07562
MHM
517 $(MINIPERL) mkppport
518
bfeb8220 519install.html : [.pod]perltoc.pod
b545184e 520 @ @perl_setup.com "$(PREFIX)"
c645ec3f
GS
521 @ If F$Search("perl_root:[lib]html.dir").eqs."" Then Create/Directory perl_root:[lib.html]
522 $(MINIPERL) installhtml. "--podroot=. --recurse --htmldir=/perl_root/lib/html --htmlroot=.. --verbose"
b4bc034f 523
97abc6ad
HM
524printconfig :
525 @ @[.vms]make_command $(MMS) $(MMSQUALIFIERS) $(MMSTARGETS)
046cc26c 526 @ @[.vms]myconfig "$(CC)" "$(CFLAGS)" "$(LINKFLAGS)" "$(LIBS1)" "$(FULLLIBS2)" "$(EXT)" "$(DBG)"
97abc6ad 527
424a8fe9 528# The following files are generated automatically
d500e60d 529# embed.pl: proto.h embed.h embedvar.h perlapi.h perlapi.c
897d3989 530# opcode.pl: opcode.h opnames.h pp_proto.h
5f286eee
CB
531# regcomp.pl: regnodes.h
532# warnings.pl: warnings.h lib/warnings.pm
97abc6ad
HM
533# The correct versions should be already supplied with the perl kit,
534# in case you don't have perl available.
5f286eee
CB
535# To force them to be regenerated, run
536# perl regen.pl
537# with your existing copy of perl
538# (make regen_headers is kept for backwards compatibility)
539
540regen :
541 $(INSTPERL) regen.pl
542
97abc6ad 543regen_headers :
5f286eee 544 $(INSTPERL) regen.pl -v
97abc6ad 545
97abc6ad
HM
546.ifdef LINK_ONLY
547.else
787c52d8 548perly$(O) : perly.c, perly.h, $(h)
97abc6ad
HM
549.endif
550
7558ebc2
PP
551check : test
552 @ Continue
553
2d11a7e9 554test : all
20533b5a 555 @ PERL_TEST_DRIVER == "TEST."
97386f52 556 - @[.vms]test.com "$(E)" "$(__DEBUG__)"
40996b78
AT
557 @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
558
2d11a7e9 559test_harness : all
20533b5a 560 @ PERL_TEST_DRIVER == "harness."
97386f52 561 - @[.vms]test.com "$(E)" "$(__DEBUG__)"
dfe814dc 562 @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
97abc6ad 563
2d11a7e9 564minitest : $(MINITEST_EXE) unidatafiles.ts
68ccb645 565 @ PERL_TEST_DRIVER == "minitest"
97386f52 566 - @[.vms]test.com "$(E)" "$(__DEBUG__)"
68ccb645 567
3a385817
GS
568# install ought not need a source, but it doesn't work if one's not
569# there. Go figure...
5ea6993d 570install : $(PERL_EXE)
b545184e 571 @ @perl_setup.com "$(PREFIX)"
29637182 572 If F$TrnLnm("Sys") .nes. "" Then Deass SYS
5ea6993d
CB
573 @ define/user_mode $(DBG)PERLSHR SYS$DISK:[]$(DBG)perlshr$(E)
574 $(PERL) installperl
97abc6ad
HM
575
576archify : all
44caa20c 577 @ Write Sys$Output "Moving files to architecture-specific locations for $(ARCHNAME)"
97abc6ad
HM
578 archroot = "$(ARCHAUTO)" - "]" + "...]"
579 Backup/Log/Verify [.lib.auto...]*.*;/Exclude=(*.al,*.ix) 'archroot'/New_Version
580 Delete/Log/NoConfirm [.lib.auto...]*.*;*/exclude=(*.al,*.ix,*.dir)
581 Delete/Log/NoConfirm [.lib]Config.pm;*
2d9d8159 582 Delete/Log/NoConfirm [.lib]Config_heavy.pl;*
e5a8a0fb
LT
583 Copy/Log/NoConfirm *$(E);, $(ARCHDIR)
584 Delete/Log/NoConfirm Perl*$(E);*
1b2d7687
PP
585 @ QUALIFIERS := $(MMSQUALIFIERS)
586 @ QUALIFIERS = QUALIFIERS - """" - """"
97abc6ad
HM
587 @ Write Sys$Output "Architecture-specific setup completed."
588 @ Write Sys$Output "Before building for another architecture, be sure to"
1b2d7687 589 @ Write Sys$Output " 1. $(MMS)''QUALIFIERS' clean"
97abc6ad
HM
590 @ Write Sys$Output " 2. Delete Miniperl$(E)"
591
592# CORE subset for MakeMaker, so we can build Perl without sources
5c0877fa
CB
593
594archcore_includes.ts :
97abc6ad 595 @ If F$Search("$(ARCHDIR)CORE.dir").eqs."" Then Create/Directory $(ARCHCORE)
5c0877fa
CB
596 Copy/NoConfirm/Log *.h $(ARCHCORE)
597 @ Copy _NLA0: $(MMS$TARGET)
97abc6ad
HM
598$(ARCHCORE)$(DBG)libperl$(OLB) : $(DBG)libperl$(OLB) $(DBG)perlshr_xtras.ts
599 @ If F$Search("$(ARCHDIR)CORE.dir").eqs."" Then Create/Directory $(ARCHCORE)
1f74f634 600 Copy/NoConfirm/Log $(MMS$SOURCE) $(ARCHCORE)
97abc6ad
HM
601$(ARCHCORE)perlshr_attr.opt : $(DBG)perlshr_xtras.ts
602 @ If F$Search("$(ARCHDIR)CORE.dir").eqs."" Then Create/Directory $(ARCHCORE)
d510da7a 603 Copy/NoConfirm/Log perlshr_attr.opt $(ARCHCORE)
97abc6ad
HM
604$(ARCHCORE)$(DBG)perlshr_bld.opt : $(DBG)perlshr_xtras.ts
605 @ If F$Search("$(ARCHDIR)CORE.dir").eqs."" Then Create/Directory $(ARCHCORE)
1f74f634 606 Copy/NoConfirm/Log $(DBG)perlshr_bld.opt $(ARCHCORE)
97abc6ad
HM
607$(ARCHAUTO)time.stamp :
608 @ If F$Search("$(ARCHDIR)auto.dir").eqs."" Then Create/Directory $(ARCHAUTO)
609 @ If F$Search("$(MMS$TARGET)").eqs."" Then Copy/NoConfirm _NLA0: $(MMS$TARGET)
610
611.ifdef LINK_ONLY
612.else
e5a8a0fb 613# We need(ed?) an action line here for broken older versions of MMS which
97abc6ad 614# otherwise conclude that they should be compiling [.x2p]utils.c :-(
3a385817
GS
615#util$(O) : util.c
616# $(CC) $(CORECFLAGS) $(MMS$SOURCE)
97abc6ad 617# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
1f74f634
CB
618av$(O) : av.c $(h)
619 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
878cc5f0
CB
620caretx$(O) : caretx.c $(h)
621 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634
CB
622deb$(O) : deb.c $(h)
623 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
624doio$(O) : doio.c $(h)
625 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
626doop$(O) : doop.c $(h)
627 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
a55c5245
JH
628dquote$(O) : dquote.c $(h)
629 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 630dump$(O) : dump.c $(h)
3a385817 631 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
9387abf8 632globals$(O) : globals.c $(generated_headers) $(h)
b50d78f7 633 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 634gv$(O) : gv.c $(h)
3a385817 635 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
8b371338 636mro_core$(O) : mro_core.c $(h)
e1a479c5 637 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 638hv$(O) : hv.c $(h)
3a385817 639 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
cfc889ad
CB
640keywords$(O) : keywords.c $(h)
641 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 642locale$(O) : locale.c $(h)
3a385817 643 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 644malloc$(O) : malloc.c $(h)
3a385817 645 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
9fcbb300
JM
646mathoms$(O) : mathoms.c $(h)
647 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 648mg$(O) : mg.c $(h)
3a385817 649 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 650miniperlmain$(O) : miniperlmain.c $(h)
3a385817 651 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 652numeric$(O) : numeric.c $(h)
cfbf4ea5 653 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 654pad$(O) : pad.c $(h)
b0bfe279 655 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 656op$(O) : op.c $(h)
3a385817 657 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
05b0cfd1 658perl$(O) : perl.c git_version.h $(h)
3a385817 659 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 660perlapi$(O) : perlapi.c $(h)
cfbf4ea5 661 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 662perlio$(O) : perlio.c config.h $(h)
3a385817 663 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
5c9818e9 664perlmain$(O) : perlmain.c $(h)
3a385817 665 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 666perly$(O) : perly.c $(h)
b0bfe279 667 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 668pp$(O) : pp.c $(h)
3a385817 669 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 670pp_ctl$(O) : pp_ctl.c $(h)
3a385817 671 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 672pp_hot$(O) : pp_hot.c $(h)
3a385817 673 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 674pp_pack$(O) : pp_pack.c $(h)
3a385817 675 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 676pp_sort$(O) : pp_sort.c $(h)
3a385817 677 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 678pp_sys$(O) : pp_sys.c $(h)
3a385817 679 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 680reentr$(O) : reentr.c $(h)
3a385817 681 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 682regcomp$(O) : regcomp.c $(h)
3a385817 683 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 684regexec$(O) : regexec.c $(h)
3a385817 685 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 686run$(O) : run.c $(h)
3a385817 687 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 688scope$(O) : scope.c $(h)
3a385817 689 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
94a11853 690sv$(O) : sv.c $(h)
3a385817 691 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 692taint$(O) : taint.c $(h)
3a385817 693 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
f832b29a
JH
694time64$(O) : time64.c $(h)
695 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 696toke$(O) : toke.c $(h)
3a385817 697 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 698universal$(O) : universal.c $(h)
3a385817 699 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 700utf8$(O) : utf8.c $(h)
3a385817 701 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 702util$(O) : util.c $(h)
3937c24e 703 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
1f74f634 704vms$(O) : vms.c $(h)
3a385817
GS
705 $(CC) $(CORECFLAGS) $(MMS$SOURCE)
706
97abc6ad
HM
707# End of automatically generated make dependencies
708.endif # !LINK_ONLY
709
710vmsish.h : [.vms]vmsish.h
1f74f634 711 Copy/Log/NoConfirm [.vms]vmsish.h []
97abc6ad
HM
712
713vms.c : [.vms]vms.c
714 Copy/Log/Noconfirm [.vms]vms.c []
715
716$(CRTL) : $(MAKEFILE)
046cc26c 717 @ @[.vms]genopt "$(CRTL)/Write" "|" "$(LIBS1)|$(FULLLIBS2)"
97abc6ad 718
dfe814dc
PP
719ok : $(utils)
720 $(MINIPERL) lib/perlbug.com -ok -s "(UNINSTALLED)"
721
722okfile : $(utils)
723 $(MINIPERL) lib/perlbug.com -ok -s "(UNINSTALLED)" "-F" perl.ok
724
725nok : $(utils)
726 @ write sys$output " "
727 @ write sys$output " Please type the command:"
728 @ write sys$output " "
729 @ write sys$output "$(MINIPERLQ) lib/perlbug.com -nok -s ""(UNINSTALLED)"""
730
731nokfile : $(utils)
732 @ write sys$output " "
733 @ write sys$output " Please type the command:"
734 @ write sys$output " "
735 @ write sys$output "$(MINIPERLQ) lib/perlbug.com -nok -s ""(UNINSTALLED)"" ""-F"" perl.nok"
736
97abc6ad
HM
737cleanlis :
738 - If F$Search("*.Lis").nes."" Then Delete/NoConfirm/Log *.Lis;*
739 - If F$Search("*.CPP").nes."" Then Delete/NoConfirm/Log *.CPP;*
740 - If F$Search("*.Map").nes."" Then Delete/NoConfirm/Log *.Map;*
741
59d8d783 742cleantest :
31e425b5 743 - If F$Search("[.t]Perl$(E)").nes."" Then Delete/NoConfirm/Log [.t]Perl$(E);*
59d8d783 744 - If F$Search("[.t]VMSPIPE.COM").nes."" Then Delete/NoConfirm/Log [.t]VMSPIPE.COM;*
59d8d783 745
97abc6ad
HM
746tidy : cleanlis
747 - If F$Search("[...]*.Opt;-1").nes."" Then Purge/NoConfirm/Log [...]*.Opt
748 - If F$Search("[...]*$(O);-1").nes."" Then Purge/NoConfirm/Log [...]*$(O)
749 - If F$Search("[...]*$(E);-1").nes."" Then Purge/NoConfirm/Log [...]*$(E)
97386f52
CB
750 - If F$Search("config.h;-1").nes."" Then Purge/NoConfirm/Log config.h
751 - If F$Search("config.sh;-1").nes."" Then Purge/NoConfirm/Log config.sh
752 - If F$Search("vmsish.h;-1").nes."" Then Purge/NoConfirm/Log vmsish.h
753 - If F$Search("vms.c;-1") .nes."" Then Purge/NoConfirm/Log vms.c
754 - If F$Search("perlmain.c;-1") .nes."" Then Purge/NoConfirm/Log perlmain.c
9444d213 755 - If F$Search("uudmap.h;-1") .nes."" Then Purge/NoConfirm/Log uudmap.h
efa50c51 756 - If F$Search("bitcount.h;-1") .nes."" Then Purge/NoConfirm/Log bitcount.h
6f83ef0e 757 - If F$Search("mg_data.h;-1") .nes."" Then Purge/NoConfirm/Log mg_data.h
97abc6ad 758 - If F$Search("Perlshr_Gbl*.Mar;-1") .nes."" Then Purge/NoConfirm/Log Perlshr_Gbl*.Mar
9c8fb6b6 759 - If F$Search("[.ext.Opcode...];-1").nes."" Then Purge/NoConfirm/Log [.ext.Opcode]
97386f52
CB
760 - If F$Search("[.lib.auto...]*.al;-1").nes."" Then Purge/NoConfirm/Log [.lib.auto...]*.al
761 - If F$Search("[.lib.auto...]autosplit.ix;-1").nes."" Then Purge/NoConfirm/Log [.lib.auto...]autosplit.ix
97386f52 762 - If F$Search("[.lib]Config.pm;-1").nes."" Then Purge/NoConfirm/Log [.lib]Config.pm
97abc6ad 763 - If F$Search("$(ARCHDIR)Config.pm;-1").nes."" Then Purge/NoConfirm/Log $(ARCHDIR)Config.pm
97386f52 764 - If F$Search("[.lib]Config_heavy.pl;-1").nes."" Then Purge/NoConfirm/Log [.lib]Config_heavy.pl
2d9d8159 765 - If F$Search("$(ARCHDIR)Config_heavy.pl;-1").nes."" Then Purge/NoConfirm/Log $(ARCHDIR)Config_heavy.pl
97386f52 766 - If F$Search("[.lib.VMS]*.*;-1").nes."" Then Purge/NoConfirm/Log [.lib.VMS]*.*
97abc6ad
HM
767 - If F$Search("$(ARCHCORE)*.*").nes."" Then Purge/NoConfirm/Log $(ARCHCORE)*.*
768 - If F$Search("[.lib]*.com;-1").nes."" Then Purge/NoConfirm/Log [.lib]*.com
769 - If F$Search("[.pod]*.com;-1").nes."" Then Purge/NoConfirm/Log [.pod]*.com
770 - If F$Search("[.utils]*.com;-1").nes."" Then Purge/NoConfirm/Log [.utils]*.com
5e4c4c91 771 - If F$Search("[.lib]buildcustomize.pl;-1").nes."" Then Purge/NoConfirm/Log [.lib]buildcustomize.pl
97abc6ad 772
6e2cec71 773clean : tidy cleantest
c091f99a 774 - $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--all" "--target=clean"
97abc6ad
HM
775 - If F$Search("*.Opt").nes."" Then Delete/NoConfirm/Log *.Opt;*/Exclude=PerlShr_*.Opt
776 - If F$Search("[...]*$(O);*") .nes."" Then Delete/NoConfirm/Log [...]*$(O);*
97386f52
CB
777 - If F$Search("vmsish.h").nes."" Then Delete/NoConfirm/Log vmsish.h;*
778 - If F$Search("vms.c") .nes."" Then Delete/NoConfirm/Log vms.c;*
779 - If F$Search("perlmain.c") .nes."" Then Delete/NoConfirm/Log perlmain.c;*
5c9818e9 780 - If F$Search("perlmini.c") .nes."" Then Delete/NoConfirm/Log perlmini.c;*
c3301a92 781 - If F$Search("uudmap.h") .nes."" Then Delete/NoConfirm/Log uudmap.h;*
efa50c51 782 - If F$Search("bitcount.h") .nes."" Then Delete/NoConfirm/Log bitcount.h;*
c73002c3 783 - If F$Search("mg_data.h") .nes."" Then Delete/NoConfirm/Log mg_data.h;*
97abc6ad
HM
784 - If F$Search("Perlshr_Gbl*.Mar") .nes."" Then Delete/NoConfirm/Log Perlshr_Gbl*.Mar;*
785 - If F$Search("*.TS").nes."" Then Delete/NoConfirm/Log *.TS;*
97abc6ad 786 - If F$Search("[.pod]*.com").nes."" Then Delete/NoConfirm/Log [.pod]*.com;*
60f0ee9d 787 - If F$Search("[.pod]roffitall").nes."" Then Delete/NoConfirm/Log [.pod]roffitall;*
600dcb9e 788 - If F$Search("$(PERLDELTA_CURRENT)").nes."" Then Delete/NoConfirm/Log $(PERLDELTA_CURRENT);*
db34a22a 789 - If F$Search("[.pod]perlapi.pod").nes."" Then Delete/NoConfirm/Log [.pod]perlapi.pod;*
344af494 790 - If F$Search("[.pod]perlintern.pod").nes."" Then Delete/NoConfirm/Log [.pod]perlintern.pod;*
6e2c8928 791 - If F$Search("[.pod]perlmodlib.pod").nes."" Then Delete/NoConfirm/Log [.pod]perlmodlib.pod;*
7eb47696 792 - If F$Search("[.pod]perltoc.pod").nes."" Then Delete/NoConfirm/Log [.pod]perltoc.pod;*
524ce141 793 - If F$Search("[.pod]perluniprops.pod").nes."" Then Delete/NoConfirm/Log [.pod]perluniprops.pod;*
414b89cc 794 - @extra_pods CLEAN
05b0cfd1
CB
795 - If F$Search("[.lib]Config_git.pl").nes."" Then Delete/NoConfirm/Log [.lib]Config_git.pl;*
796 - If F$Search("git_version.h").nes."" Then Delete/NoConfirm/Log git_version.h;*
97abc6ad 797
cc391245 798realclean : clean
c091f99a 799 - $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--all" "--target=realclean"
42e07562 800 - $(MINIPERL) mkppport "--clean"
97abc6ad
HM
801 - If F$Search("*$(OLB)").nes."" Then Delete/NoConfirm/Log *$(OLB);*
802 - If F$Search("*.Opt").nes."" Then Delete/NoConfirm/Log *.Opt;*
97386f52
CB
803 - If F$Search("config.h").nes."" Then Delete/NoConfirm/Log config.h;*
804 - If F$Search("config.sh").nes."" Then Delete/NoConfirm/Log config.sh;*
52a043e6 805 - $(MINIPERL) -e "use File::Path; rmtree(\@ARGV,1,0);" config
d6521b56 806 - If F$Search("[.lib.unicore...]*.pl").nes."" Then Delete/NoConfirm/Log [.lib.unicore...]*.pl;*
23b62609 807 - If F$Search("[.lib.unicore]Properties.").nes."" Then Delete/NoConfirm/Log [.lib.unicore]Properties.;*
ca12659b 808 - $(MINIPERL) -e "use File::Path; rmtree(\@ARGV,1,0);" $(unidatadirs)
cc391245 809 - If F$Search("Descrip.MMS").nes."" Then Delete/NoConfirm/Log Descrip.MMS;*
414b89cc 810 - If F$Search("extra_pods.Com").nes."" Then Delete/NoConfirm/Log extra_pods.Com;*
96021e87 811 - If F$Search("extra.pods").nes."" Then Delete/NoConfirm/Log extra.pods;*
b2790d5e 812 - $(MINIPERL) -e "use File::Path; rmtree(['[.CXX_REPOSITORY]', 'lib/auto','lib/VMS','lib/$(ARCHNAME)'],1,0);"
25ea24bb 813 - If F$Search("*.TS").nes."" Then Delete/NoConfirm/Log *.TS;*
97386f52
CB
814 - If F$Search("[.lib]Config.pm").nes."" Then Delete/NoConfirm/Log [.lib]Config.pm;*
815 - If F$Search("[.lib]Config_heavy.pl").nes."" Then Delete/NoConfirm/Log [.lib]Config_heavy.pl;*
816 - If F$Search("[.lib]*.com").nes."" Then Delete/NoConfirm/Log [.lib]*.com;*
781f5a38 817 - If F$Search("[.lib...].exists").nes."" Then Delete/NoConfirm/Log [.lib...].exists;*
52a043e6 818 - If F$Search("[.pod]*.com").nes."" Then Delete/NoConfirm/Log [.pod]*.com;*
97abc6ad 819 - If F$Search("[.utils]*.com").nes."" Then Delete/NoConfirm/Log [.utils]*.com;*
97abc6ad 820 - If F$Search("$(ARCHDIR)Config.pm").nes."" Then Delete/NoConfirm/Log $(ARCHDIR)Config.pm;*
2d9d8159 821 - If F$Search("$(ARCHDIR)Config_heavy.pl").nes."" Then Delete/NoConfirm/Log $(ARCHDIR)Config_heavy.pl;*
4403bf93 822 - If F$Search("[.utils]perldoc.com").nes."" Then Delete/NoConfirm/Log [.utils]perldoc.com;*
cdf8b154 823 - If F$Search("[.utils]perlivp.com").nes."" Then Delete/NoConfirm/Log [.utils]perlivp.com;*
97abc6ad 824 - If F$Search("[...]*$(E)").nes."" Then Delete/NoConfirm/Log [...]*$(E);*
b2790d5e 825 - If F$Search("Perl_Setup.Com").nes."" Then Delete/NoConfirm/Log Perl_Setup.Com;*
dfe814dc 826 - If F$Search("[.t]rantests.").nes."" Then Delete/NoConfirm/Log [.t]rantests.;*
0279961e 827 - If F$Search("[.t]test_state.").nes."" Then Delete/NoConfirm/Log [.t]test_state.;*
d6521b56 828 - If F$Search("vmspipe.com").nes."" Then Delete/NoConfirm/Log vmspipe.com;*
ac2c13e8 829 - If F$Search("[.lib]buildcustomize.pl").nes."" Then Delete/NoConfirm/Log [.lib]buildcustomize.pl;*
b2790d5e 830 - If F$Search("[.lib]config.pod").nes."" Then Delete/NoConfirm/Log [.lib]config.pod;*
97abc6ad
HM
831
832cleansrc : clean
97386f52
CB
833 - If F$Search("*.c;-1").nes."" Then Purge/NoConfirm/Log *.c
834 - If F$Search("*.h;-1").nes."" Then Purge/NoConfirm/Log *.h
835 - If F$Search("*.vms;-1").nes."" Then Purge/NoConfirm/Log *.vms
836 - If F$Search("[.vms]$(MAKEFILE);-1").nes."" Then Purge/NoConfirm/Log [.vms]$(MAKEFILE)
837 - If F$Search("[.vms]*.c;-1").nes."" Then Purge/NoConfirm/Log [.vms]*.c
838 - If F$Search("[.vms]*.h;-1").nes."" Then Purge/NoConfirm/Log [.vms]*.h
839 - If F$Search("[.vms]*.pl;-1").nes."" Then Purge/NoConfirm/Log [.vms]*.pl
840 - If F$Search("[.vms]*.vms;-1").nes."" Then Purge/NoConfirm/Log [.vms]*.vms
841 - If F$Search("[.vms...]*.pm;-1").nes."" Then Purge/NoConfirm/Log [.vms...]*.pm
842 - If F$Search("[.vms...]*.xs;-1").nes."" Then Purge/NoConfirm/Log [.vms...]*.xs
12bc563b 843!GROK!THIS!