Remove duplicate declaration
[p5sagit/p5-mst-13.2.git] / win32 / Makefile
CommitLineData
9e42cd94 1#
2# Makefile to build perl on Windows NT using Microsoft NMAKE.
3# Supported compilers:
da2c7419 4# Visual C++ 2.0 through 7.0 (and possibly newer versions)
9453ddcd 5# MS Platform SDK 64-bit compiler and tools
9e42cd94 6#
7# This is set up to build a perl.exe that runs off a shared library
78a7c709 8# (perl59.dll). Also makes individual DLLs for the XS extensions.
9e42cd94 9#
10
11##
12## Make sure you read README.win32 *before* you mess with anything here!
13##
14
15##
16## Build configuration. Edit the values below to suit your needs.
17##
18
19#
20# Set these to wherever you want "nmake install" to put your
21# newly built perl.
22#
23INST_DRV = c:
24INST_TOP = $(INST_DRV)\perl
25
26#
27# Comment this out if you DON'T want your perl installation to be versioned.
28# This means that the new installation will overwrite any files from the
29# old installation at the same INST_TOP location. Leaving it enabled is
30# the safest route, as perl adds the extra version directory to all the
31# locations it installs files to. If you disable it, an alternative
32# versioned installation can be obtained by setting INST_TOP above to a
33# path that includes an arbitrary version string.
34#
56a89353 35#INST_VER = \5.9.5
9e42cd94 36
37#
38# Comment this out if you DON'T want your perl installation to have
39# architecture specific components. This means that architecture-
40# specific files will be installed along with the architecture-neutral
41# files. Leaving it enabled is safer and more flexible, in case you
42# want to build multiple flavors of perl and install them together in
43# the same location. Commenting it out gives you a simpler
44# installation that is easier to understand for beginners.
45#
bdb4cb88 46#INST_ARCH = \$(ARCHNAME)
9e42cd94 47
48#
7ada00a0 49# Uncomment this if you want perl to run
50# $Config{sitelibexp}\sitecustomize.pl
51# before anything else. This script can then be set up, for example,
52# to add additional entries to @INC.
53#
54#USE_SITECUST = define
55
56#
9e42cd94 57# uncomment to enable multiple interpreters. This is need for fork()
f7d585d3 58# emulation and for thread support.
9e42cd94 59#
bdb4cb88 60USE_MULTI = define
9e42cd94 61
62#
f7d585d3 63# Beginnings of interpreter cloning/threads; now reasonably complete.
9e42cd94 64# This should be enabled to get the fork() emulation. This needs
65# USE_MULTI as well.
66#
bdb4cb88 67USE_ITHREADS = define
9e42cd94 68
69#
70# uncomment to enable the implicit "host" layer for all system calls
71# made by perl. This needs USE_MULTI above. This is also needed to
72# get fork().
73#
bdb4cb88 74USE_IMP_SYS = define
9e42cd94 75
76#
f7d585d3 77# Comment out next assign to disable perl's I/O subsystem and use compiler's
78# stdio for IO - depending on your compiler vendor and run time library you may
79# then get a number of fails from make test i.e. bugs - complain to them not us ;-).
80# You will also be unable to take full advantage of perl5.8's support for multiple
81# encodings and may see lower IO performance. You have been warned.
9e42cd94 82USE_PERLIO = define
83
84#
4a9d6100 85# Comment this out if you don't want to enable large file support for
86# some reason. Should normally only be changed to maintain compatibility
87# with an older release of perl.
bdb4cb88 88USE_LARGE_FILES = define
4a9d6100 89
90#
da2c7419 91# uncomment exactly one of the following
9e42cd94 92#
da2c7419 93# Visual C++ 2.x
9e42cd94 94#CCTYPE = MSVC20
da2c7419 95# Visual C++ > 2.x and < 6.x
96#CCTYPE = MSVC
1c847d4b 97# Visual C++ 6.x (aka Visual C++ 98)
4a9d6100 98CCTYPE = MSVC60
1c847d4b 99# Visual C++ Toolkit 2003 (aka Visual C++ 7.x) (free command-line tools)
da2c7419 100#CCTYPE = MSVC70FREE
1c847d4b 101# Visual C++ .NET 2003 (aka Visual C++ 7.x) (full version)
da2c7419 102#CCTYPE = MSVC70
1c847d4b 103# Visual C++ 2005 Express Edition (aka Visual C++ 8.x) (free version)
73c9ebc7 104#CCTYPE = MSVC80FREE
1c847d4b 105# Visual C++ 2005 (aka Visual C++ 8.x) (full version)
73c9ebc7 106#CCTYPE = MSVC80
9e42cd94 107
108#
109# uncomment next line if you want debug version of perl (big,slow)
f7d585d3 110# If not enabled, we automatically try to use maximum optimization
111# with all compilers that are known to have a working optimizer.
9e42cd94 112#
113#CFG = Debug
114
115#
116# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
117# It has patches that fix known bugs in older versions of MSVCRT.DLL.
118# This currently requires VC 5.0 with Service Pack 3 or later.
119# Get it from CPAN at http://www.cpan.org/authors/id/D/DO/DOUGL/
120# and follow the directions in the package to install.
121#
122# Not recommended if you have VC 6.x and you're not running Windows 9x.
123#
124#USE_PERLCRT = define
125
126#
127# uncomment to enable linking with setargv.obj under the Visual C
128# compiler. Setting this options enables perl to expand wildcards in
129# arguments, but it may be harder to use alternate methods like
130# File::DosGlob that are more powerful. This option is supported only with
131# Visual C.
132#
133#USE_SETARGV = define
134
135#
4ace4afb 136# if you want to have the crypt() builtin function implemented, leave this or
137# CRYPT_LIB uncommented. The fcrypt.c file named here contains a suitable
138# version of des_fcrypt().
9e42cd94 139#
4ace4afb 140CRYPT_SRC = fcrypt.c
9e42cd94 141
142#
143# if you didn't set CRYPT_SRC and if you have des_fcrypt() available in a
144# library, uncomment this, and make sure the library exists (see README.win32)
145# Specify the full pathname of the library.
146#
147#CRYPT_LIB = fcrypt.lib
148
149#
150# set this if you wish to use perl's malloc
151# WARNING: Turning this on/off WILL break binary compatibility with extensions
152# you may have compiled with/without it. Be prepared to recompile all
153# extensions if you change the default. Currently, this cannot be enabled
154# if you ask for USE_IMP_SYS above.
155#
156#PERL_MALLOC = define
157
158#
06c896bb 159# set this to enable debugging mstats
160# This must be enabled to use the Devel::Peek::mstat() function. This cannot
161# be enabled without PERL_MALLOC as well.
162#
bdb4cb88 163#DEBUG_MSTATS = define
06c896bb 164
165#
4e036e4b 166# set this to additionally provide a statically linked perl-static.exe.
167# Note that dynamic loading will not work with this perl, so you must
168# include required modules statically using STATIC_EXT variable below.
169# A static library perl59s.lib will also be created.
170# Ordinary perl.exe is not affected by this option.
171#
172#BUILD_STATIC = define
173
174#
06c896bb 175#
9e42cd94 176# set the install locations of the compiler include/libraries
177# Running VCVARS32.BAT is *required* when using Visual C.
178# Some versions of Visual C don't define MSVCDIR in the environment,
179# so you may have to set CCHOME explicitly (spaces in the path name should
180# not be quoted)
181#
182#CCHOME = f:\msvc20
183CCHOME = $(MSVCDIR)
184CCINCDIR = $(CCHOME)\include
185CCLIBDIR = $(CCHOME)\lib
186
187#
188# Additional compiler flags can be specified here.
189#
2e30e1e1 190BUILDOPT = $(BUILDOPTEXTRA)
9e42cd94 191
7ada00a0 192#
2eb87578 193# Adding -DPERL_HASH_SEED_EXPLICIT will disable randomization of Perl's
194# internal hash function unless the PERL_HASH_SEED environment variable is set.
195# Alternatively, adding -DNO_HASH_SEED will completely disable the
196# randomization feature.
197# The latter is required to maintain binary compatibility with Perl 5.8.0.
198#
199#BUILDOPT = $(BUILDOPT) -DPERL_HASH_SEED_EXPLICIT
200#BUILDOPT = $(BUILDOPT) -DNO_HASH_SEED
201
9e42cd94 202#
203# This should normally be disabled. Adding -DPERL_POLLUTE enables support
204# for old symbols by default, at the expense of extreme pollution. You most
205# probably just want to build modules that won't compile with
206# perl Makefile.PL POLLUTE=1
207# instead of enabling this. Please report such modules to the respective
208# authors.
209#
210#BUILDOPT = $(BUILDOPT) -DPERL_POLLUTE
211
212#
213# This should normally be disabled. Enabling it will disable the File::Glob
214# implementation of CORE::glob.
215#
216#BUILDOPT = $(BUILDOPT) -DPERL_EXTERNAL_GLOB
217
218#
219# This should normally be disabled. Enabling it causes perl to read scripts
220# in text mode (which is the 5.005 behavior) and will break ByteLoader.
bdb4cb88 221#
9e42cd94 222#BUILDOPT = $(BUILDOPT) -DPERL_TEXTMODE_SCRIPTS
223
224#
225# specify semicolon-separated list of extra directories that modules will
226# look for libraries (spaces in path names need not be quoted)
227#
228EXTRALIBDIRS =
229
230#
231# set this to your email address (perl will guess a value from
232# from your loginname and your hostname, which may not be right)
233#
234#EMAIL =
235
236##
237## Build configuration ends.
238##
239
240##################### CHANGE THESE ONLY IF YOU MUST #####################
241
242!IF "$(CRYPT_SRC)$(CRYPT_LIB)" == ""
243D_CRYPT = undef
244!ELSE
245D_CRYPT = define
246CRYPT_FLAG = -DHAVE_DES_FCRYPT
247!ENDIF
248
646e33b6 249!IF "$(USE_IMP_SYS)" == "define"
250PERL_MALLOC = undef
251DEBUG_MSTATS = undef
252!ENDIF
253
9e42cd94 254!IF "$(PERL_MALLOC)" == ""
255PERL_MALLOC = undef
646e33b6 256DEBUG_MSTATS = undef
06c896bb 257!ENDIF
258
259!IF "$(DEBUG_MSTATS)" == ""
646e33b6 260DEBUG_MSTATS = undef
06c896bb 261!ENDIF
262
263!IF "$(DEBUG_MSTATS)" == "define"
646e33b6 264BUILDOPT = $(BUILDOPT) -DPERL_DEBUGGING_MSTATS
9e42cd94 265!ENDIF
266
7ada00a0 267!IF "$(USE_SITECUST)" == ""
268USE_SITECUST = undef
269!ENDIF
270
9e42cd94 271!IF "$(USE_MULTI)" == ""
272USE_MULTI = undef
273!ENDIF
274
275!IF "$(USE_ITHREADS)" == ""
276USE_ITHREADS = undef
277!ENDIF
278
279!IF "$(USE_IMP_SYS)" == ""
280USE_IMP_SYS = undef
281!ENDIF
282
283!IF "$(USE_PERLIO)" == ""
284USE_PERLIO = undef
285!ENDIF
286
4a9d6100 287!IF "$(USE_LARGE_FILES)" == ""
288USE_LARGE_FILES = undef
289!ENDIF
290
9e42cd94 291!IF "$(USE_PERLCRT)" == ""
292USE_PERLCRT = undef
293!ENDIF
294
3db8f154 295!IF "$(USE_IMP_SYS)$(USE_MULTI)" == "defineundef"
9e42cd94 296USE_MULTI = define
297!ENDIF
298
299!IF "$(USE_ITHREADS)$(USE_MULTI)" == "defineundef"
300USE_MULTI = define
9e42cd94 301!ENDIF
302
7ada00a0 303!IF "$(USE_SITECUST)" == "define"
304BUILDOPT = $(BUILDOPT) -DUSE_SITECUSTOMIZE
305!ENDIF
306
3db8f154 307!IF "$(USE_MULTI)" != "undef"
9e42cd94 308BUILDOPT = $(BUILDOPT) -DPERL_IMPLICIT_CONTEXT
309!ENDIF
310
311!IF "$(USE_IMP_SYS)" != "undef"
312BUILDOPT = $(BUILDOPT) -DPERL_IMPLICIT_SYS
313!ENDIF
314
315!IF "$(PROCESSOR_ARCHITECTURE)" == ""
316PROCESSOR_ARCHITECTURE = x86
317!ENDIF
318
c623ac67 319!IF "$(WIN64)" == ""
bf2a35e5 320# When we are running from a 32bit cmd.exe on AMD64 then
321# PROCESSOR_ARCHITECTURE is set to x86 and PROCESSOR_ARCHITEW6432
322# is set to AMD64
c623ac67 323!IF "$(PROCESSOR_ARCHITEW6432)" != ""
324PROCESSOR_ARCHITECTURE = $(PROCESSOR_ARCHITEW6432)
325WIN64 = define
326!ELSE
bf2a35e5 327!IF "$(PROCESSOR_ARCHITECTURE)" == "AMD64" || "$(PROCESSOR_ARCHITECTURE)" == "IA64"
c623ac67 328WIN64 = define
329!ELSE
330WIN64 = undef
331!ENDIF
332!ENDIF
333!ENDIF
334
bf2a35e5 335ARCHITECTURE = $(PROCESSOR_ARCHITECTURE)
336!IF "$(ARCHITECTURE)" == "AMD64"
337ARCHITECTURE = x64
9453ddcd 338!ENDIF
bf2a35e5 339!IF "$(ARCHITECTURE)" == "IA64"
340ARCHITECTURE = ia64
9453ddcd 341!ENDIF
342
9e42cd94 343!IF "$(USE_MULTI)" == "define"
bf2a35e5 344ARCHNAME = MSWin32-$(ARCHITECTURE)-multi
9e42cd94 345!ELSE
346!IF "$(USE_PERLIO)" == "define"
bf2a35e5 347ARCHNAME = MSWin32-$(ARCHITECTURE)-perlio
9e42cd94 348!ELSE
bf2a35e5 349ARCHNAME = MSWin32-$(ARCHITECTURE)
9e42cd94 350!ENDIF
351!ENDIF
9e42cd94 352
353!IF "$(USE_PERLIO)" == "define"
354BUILDOPT = $(BUILDOPT) -DUSE_PERLIO
355!ENDIF
356
357!IF "$(USE_ITHREADS)" == "define"
358ARCHNAME = $(ARCHNAME)-thread
359!ENDIF
360
1c847d4b 361# Visual C++ 98, .NET 2003 and 2005 specific.
362# VC++ 6.x, 7.x and 8.x can load DLL's on demand. Makes the test suite run in
363# about 10% less time. (The free version of 7.x can't do this, but the free
364# version of 8.x can.)
365!IF "$(CCTYPE)" == "MSVC60" || "$(CCTYPE)" == "MSVC70" || \
366 "$(CCTYPE)" == "MSVC80" || "$(CCTYPE)" == "MSVC80FREE"
036c1c1e 367DELAYLOAD = -DELAYLOAD:ws2_32.dll -DELAYLOAD:shell32.dll delayimp.lib
9e42cd94 368!ENDIF
369
c8e599d3 370# Visual C++ 2005 (VC++ 8.x) creates manifest files for EXEs and DLLs. These
371# either need copying everywhere with the binaries, or else need embedding in
372# them otherwise MSVCR80.dll won't be found. Embed them for simplicity, and
373# delete them afterwards so that they don't get installed too.
374!IF "$(CCTYPE)" == "MSVC80" || "$(CCTYPE)" == "MSVC80FREE"
375EMBED_EXE_MANI = mt -nologo -manifest $@.manifest -outputresource:$@;1 && \
376 del $@.manifest
377EMBED_DLL_MANI = mt -nologo -manifest $@.manifest -outputresource:$@;2 && \
378 del $@.manifest
379!ENDIF
380
9e42cd94 381ARCHDIR = ..\lib\$(ARCHNAME)
382COREDIR = ..\lib\CORE
383AUTODIR = ..\lib\auto
384LIBDIR = ..\lib
385EXTDIR = ..\ext
386PODDIR = ..\pod
387EXTUTILSDIR = $(LIBDIR)\ExtUtils
b4a41557 388HTMLDIR = .\html
9e42cd94 389
390#
391INST_SCRIPT = $(INST_TOP)$(INST_VER)\bin
392INST_BIN = $(INST_SCRIPT)$(INST_ARCH)
393INST_LIB = $(INST_TOP)$(INST_VER)\lib
394INST_ARCHLIB = $(INST_LIB)$(INST_ARCH)
395INST_COREDIR = $(INST_ARCHLIB)\CORE
9e42cd94 396INST_HTML = $(INST_TOP)$(INST_VER)\html
397
398#
399# Programs to compile, build .lib files and link
400#
401
402CC = cl
403LINK32 = link
404LIB32 = $(LINK32) -lib
405RSC = rc
406
407#
408# Options
409#
410
411INCLUDES = -I$(COREDIR) -I.\include -I. -I..
412#PCHFLAGS = -Fpc:\temp\vcmoduls.pch -YX
413DEFINES = -DWIN32 -D_CONSOLE -DNO_STRICT $(CRYPT_FLAG)
414LOCDEFS = -DPERLDLL -DPERL_CORE
415SUBSYS = console
416CXX_FLAG = -TP -GX
417
418!IF "$(USE_PERLCRT)" != "define"
419LIBC = msvcrt.lib
420!ELSE
421LIBC = PerlCRT.lib
422!ENDIF
423
9e42cd94 424!IF "$(CFG)" == "Debug"
425! IF "$(CCTYPE)" == "MSVC20"
426OPTIMIZE = -Od -MD -Z7 -DDEBUGGING
427! ELSE
428OPTIMIZE = -Od -MD -Zi -DDEBUGGING
429! ENDIF
c623ac67 430LINK_DBG = -debug
9e42cd94 431!ELSE
ec25c072 432OPTIMIZE = -MD -Zi -DNDEBUG
433# we enable debug symbols in release builds also
434LINK_DBG = -debug -opt:ref,icf
435# you may want to enable this if you want COFF symbols in the executables
436# in addition to the PDB symbols. The default Dr. Watson that ships with
437# Windows can use the the former but not latter. The free WinDbg can be
438# installed to get better stack traces from just the PDB symbols, so we
439# avoid the bloat of COFF symbols by default.
440#LINK_DBG = $(LINK_DBG) -debugtype:both
d921a5fb 441! IF "$(WIN64)" == "define"
442# enable Whole Program Optimizations (WPO) and Link Time Code Generation (LTCG)
443OPTIMIZE = $(OPTIMIZE) -Ox -GL
444LINK_DBG = $(LINK_DBG) -ltcg
445! ELSE
446# -O1 yields smaller code, which turns out to be faster than -O2 on x86
447OPTIMIZE = $(OPTIMIZE) -O1
448#OPTIMIZE = $(OPTIMIZE) -O2
449! ENDIF
9e42cd94 450!ENDIF
451
c623ac67 452!IF "$(WIN64)" == "define"
453DEFINES = $(DEFINES) -DWIN64 -DCONSERVATIVE
9453ddcd 454OPTIMIZE = $(OPTIMIZE) -Wp64 -fp:precise
da2c7419 455!ENDIF
456
46e77f11 457# Use the MSVCRT read() fix if the PerlCRT was not chosen, but only when using
458# VC++ 6.x or earlier. Later versions use MSVCR70.dll, MSVCR71.dll, etc, which
459# do not require the fix.
460!IF "$(CCTYPE)" == "MSVC20" || "$(CCTYPE)" == "MSVC" || "$(CCTYPE)" == "MSVC60"
461! IF "$(USE_PERLCRT)" != "define"
9e42cd94 462BUILDOPT = $(BUILDOPT) -DPERL_MSVCRT_READFIX
46e77f11 463! ENDIF
9e42cd94 464!ENDIF
465
466LIBBASEFILES = $(CRYPT_LIB) \
467 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib \
468 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib \
036c1c1e 469 netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib \
9453ddcd 470 version.lib odbc32.lib odbccp32.lib
c623ac67 471
9453ddcd 472# The 64 bit Platform SDK compilers contain a runtime library that doesn't
473# include the buffer overrun verification code used by the /GS switch.
474# Since the code links against libraries that are compiled with /GS, this
475# "security cookie verification" must be included via bufferoverlow.lib.
476!IF "$(WIN64)" == "define"
477LIBBASEFILES = $(LIBBASEFILES) bufferoverflowU.lib
c623ac67 478!ENDIF
9e42cd94 479
480# we add LIBC here, since we may be using PerlCRT.dll
481LIBFILES = $(LIBBASEFILES) $(LIBC)
482
a5ca303d 483#EXTRACFLAGS = -nologo -GF -W4 -wd4127 -wd4706
9453ddcd 484EXTRACFLAGS = -nologo -GF -W3
bb275e72 485CFLAGS = $(EXTRACFLAGS) $(INCLUDES) $(DEFINES) $(LOCDEFS) \
9e42cd94 486 $(PCHFLAGS) $(OPTIMIZE)
487LINK_FLAGS = -nologo -nodefaultlib $(LINK_DBG) \
488 -libpath:"$(INST_COREDIR)" \
489 -machine:$(PROCESSOR_ARCHITECTURE)
4e036e4b 490LIB_FLAGS = -nologo
9e42cd94 491OBJOUT_FLAG = -Fo
492EXEOUT_FLAG = -Fe
493
494CFLAGS_O = $(CFLAGS) $(BUILDOPT)
495
496#################### do not edit below this line #######################
497############# NO USER-SERVICEABLE PARTS BEYOND THIS POINT ##############
498
499o = .obj
500
501#
502# Rules
503#
504
505.SUFFIXES : .c $(o) .dll .lib .exe .rc .res
506
507.c$(o):
508 $(CC) -c -I$(<D) $(CFLAGS_O) $(OBJOUT_FLAG)$@ $<
509
510.y.c:
511 $(NOOP)
512
513$(o).dll:
514 $(LINK32) -dll -subsystem:windows -implib:$(*B).lib -def:$(*B).def \
515 -out:$@ $(LINK_FLAGS) $(LIBFILES) $< $(LIBPERL)
c8e599d3 516 $(EMBED_DLL_MANI)
9e42cd94 517
518.rc.res:
519 $(RSC) -i.. $<
520
5d458dd8 521
9e42cd94 522#
523# various targets
524
525# makedef.pl must be updated if this changes, and this should normally
526# only change when there is an incompatible revision of the public API.
78a7c709 527PERLIMPLIB = ..\perl59.lib
4e036e4b 528PERLSTATICLIB = ..\perl59s.lib
78a7c709 529PERLDLL = ..\perl59.dll
9e42cd94 530
531MINIPERL = ..\miniperl.exe
532MINIDIR = .\mini
533PERLEXE = ..\perl.exe
534WPERLEXE = ..\wperl.exe
4e036e4b 535PERLEXESTATIC = ..\perl-static.exe
9e42cd94 536GLOBEXE = ..\perlglob.exe
04bae4fb 537CONFIGPM = ..\lib\Config.pm ..\lib\Config_heavy.pl
9e42cd94 538MINIMOD = ..\lib\ExtUtils\Miniperl.pm
539X2P = ..\x2p\a2p.exe
4e036e4b 540!IF "$(BUILD_STATIC)" == "define"
541PERLSTATIC = static
542!ELSE
543PERLSTATIC =
544!ENDIF
73c9ebc7 545
ca12659b 546# Unicode data files generated by mktables
6ae7e459 547FIRSTUNIFILE = ..\lib\unicore\Canonical.pl
ca12659b 548UNIDATAFILES = ..\lib\unicore\Canonical.pl ..\lib\unicore\Exact.pl \
549 ..\lib\unicore\Properties ..\lib\unicore\Decomposition.pl \
7ebf06b3 550 ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \
551 ..\lib\unicore\PVA.pl
ca12659b 552
553# Directories of Unicode data files generated by mktables
27a8011f 554UNIDATADIR1 = ..\lib\unicore\To
555UNIDATADIR2 = ..\lib\unicore\lib
ca12659b 556
3890b58f 557PERLEXE_ICO = .\perlexe.ico
558PERLEXE_RES = .\perlexe.res
559PERLDLL_RES =
560
9e42cd94 561# Nominate a target which causes extensions to be re-built
562# This used to be $(PERLEXE), but at worst it is the .dll that they depend
563# on and really only the interface - i.e. the .def file used to export symbols
564# from the .dll
565PERLDEP = perldll.def
566
567PL2BAT = bin\pl2bat.pl
568GLOBBAT = bin\perlglob.bat
569
570UTILS = \
571 ..\utils\h2ph \
572 ..\utils\splain \
573 ..\utils\dprofpp \
574 ..\utils\perlbug \
575 ..\utils\pl2pm \
576 ..\utils\c2ph \
827a599d 577 ..\utils\pstruct \
9e42cd94 578 ..\utils\h2xs \
579 ..\utils\perldoc \
9e42cd94 580 ..\utils\perlivp \
581 ..\utils\libnetcfg \
827a599d 582 ..\utils\enc2xs \
583 ..\utils\piconv \
bb4e9162 584 ..\utils\config_data \
18a1cebe 585 ..\utils\corelist \
83cd6e83 586 ..\utils\cpan \
ea0e987d 587 ..\utils\xsubpp \
4b618757 588 ..\utils\prove \
291d3373 589 ..\utils\ptar \
b8669316 590 ..\utils\ptardiff \
3ddf9550 591 ..\utils\shasum \
ea0e987d 592 ..\utils\instmodsh \
9e42cd94 593 ..\pod\checkpods \
594 ..\pod\pod2html \
595 ..\pod\pod2latex \
596 ..\pod\pod2man \
597 ..\pod\pod2text \
598 ..\pod\pod2usage \
599 ..\pod\podchecker \
600 ..\pod\podselect \
601 ..\x2p\find2perl \
827a599d 602 ..\x2p\psed \
9e42cd94 603 ..\x2p\s2p \
9e42cd94 604 bin\exetype.pl \
605 bin\runperl.pl \
606 bin\pl2bat.pl \
607 bin\perlglob.pl \
608 bin\search.pl
609
610MAKE = nmake -nologo
611MAKE_BARE = nmake
612
c623ac67 613!IF "$(WIN64)" == "define"
614CFGSH_TMPL = config.vc64
615CFGH_TMPL = config_H.vc64
616!ELSE
9e42cd94 617CFGSH_TMPL = config.vc
618CFGH_TMPL = config_H.vc
c623ac67 619!ENDIF
9e42cd94 620
b6ed7314 621XCOPY = xcopy /f /r /i /d /y
622RCOPY = xcopy /f /r /i /e /d /y
65980d94 623NOOP = @rem
9e42cd94 624NULL =
625
626DEL = del
627
628#
629# filenames given to xsubpp must have forward slashes (since it puts
630# full pathnames in #line strings)
631XSUBPP = ..\$(MINIPERL) -I..\..\lib ..\$(EXTUTILSDIR)\xsubpp \
632 -C++ -prototypes
633
634MICROCORE_SRC = \
635 ..\av.c \
636 ..\deb.c \
637 ..\doio.c \
638 ..\doop.c \
639 ..\dump.c \
640 ..\globals.c \
641 ..\gv.c \
642 ..\hv.c \
643 ..\locale.c \
a0d89a74 644 ..\mathoms.c \
9e42cd94 645 ..\mg.c \
646 ..\numeric.c \
647 ..\op.c \
295f0f84 648 ..\pad.c \
9e42cd94 649 ..\perl.c \
650 ..\perlapi.c \
651 ..\perly.c \
652 ..\pp.c \
653 ..\pp_ctl.c \
654 ..\pp_hot.c \
655 ..\pp_pack.c \
656 ..\pp_sort.c \
657 ..\pp_sys.c \
10bc17b6 658 ..\reentr.c \
9e42cd94 659 ..\regcomp.c \
660 ..\regexec.c \
661 ..\run.c \
662 ..\scope.c \
663 ..\sv.c \
664 ..\taint.c \
665 ..\toke.c \
666 ..\universal.c \
667 ..\utf8.c \
668 ..\util.c \
669 ..\xsutils.c
670
671EXTRACORE_SRC = $(EXTRACORE_SRC) perllib.c
672
673!IF "$(PERL_MALLOC)" == "define"
674EXTRACORE_SRC = $(EXTRACORE_SRC) ..\malloc.c
675!ENDIF
676
677EXTRACORE_SRC = $(EXTRACORE_SRC) ..\perlio.c
678
679WIN32_SRC = \
680 .\win32.c \
681 .\win32sck.c \
682 .\win32thread.c
683
f7d585d3 684# We need this for miniperl build unless we override canned
685# config.h #define building mini\*
686#!IF "$(USE_PERLIO)" == "define"
9e42cd94 687WIN32_SRC = $(WIN32_SRC) .\win32io.c
f7d585d3 688#!ENDIF
9e42cd94 689
690!IF "$(CRYPT_SRC)" != ""
691WIN32_SRC = $(WIN32_SRC) .\$(CRYPT_SRC)
692!ENDIF
693
694DLL_SRC = $(DYNALOADER).c
695
696X2P_SRC = \
697 ..\x2p\a2p.c \
698 ..\x2p\hash.c \
699 ..\x2p\str.c \
700 ..\x2p\util.c \
701 ..\x2p\walk.c
702
703CORE_NOCFG_H = \
704 ..\av.h \
705 ..\cop.h \
706 ..\cv.h \
707 ..\dosish.h \
708 ..\embed.h \
709 ..\form.h \
710 ..\gv.h \
711 ..\handy.h \
712 ..\hv.h \
713 ..\iperlsys.h \
714 ..\mg.h \
715 ..\nostdio.h \
716 ..\op.h \
717 ..\opcode.h \
718 ..\perl.h \
719 ..\perlapi.h \
720 ..\perlsdio.h \
721 ..\perlsfio.h \
722 ..\perly.h \
723 ..\pp.h \
724 ..\proto.h \
cdb0f547 725 ..\regcomp.h \
9e42cd94 726 ..\regexp.h \
727 ..\scope.h \
728 ..\sv.h \
729 ..\thread.h \
730 ..\unixish.h \
731 ..\utf8.h \
732 ..\util.h \
733 ..\warnings.h \
734 ..\XSUB.h \
735 ..\EXTERN.h \
736 ..\perlvars.h \
737 ..\intrpvar.h \
738 ..\thrdvar.h \
739 .\include\dirent.h \
740 .\include\netdb.h \
741 .\include\sys\socket.h \
742 .\win32.h
743
744CORE_H = $(CORE_NOCFG_H) .\config.h
745
746MICROCORE_OBJ = $(MICROCORE_SRC:.c=.obj)
747CORE_OBJ = $(MICROCORE_OBJ) $(EXTRACORE_SRC:.c=.obj)
748WIN32_OBJ = $(WIN32_SRC:.c=.obj)
749MINICORE_OBJ = $(MICROCORE_OBJ:..\=.\mini\) \
750 $(MINIDIR)\miniperlmain$(o) \
751 $(MINIDIR)\perlio$(o)
752MINIWIN32_OBJ = $(WIN32_OBJ:.\=.\mini\)
753MINI_OBJ = $(MINICORE_OBJ) $(MINIWIN32_OBJ)
754DLL_OBJ = $(DLL_SRC:.c=.obj)
755X2P_OBJ = $(X2P_SRC:.c=.obj)
756
757PERLDLL_OBJ = $(CORE_OBJ)
758PERLEXE_OBJ = perlmain$(o)
4e036e4b 759PERLEXEST_OBJ = perlmainst$(o)
9e42cd94 760
761PERLDLL_OBJ = $(PERLDLL_OBJ) $(WIN32_OBJ) $(DLL_OBJ)
9e42cd94 762
763!IF "$(USE_SETARGV)" != ""
764SETARGV_OBJ = setargv$(o)
765!ENDIF
766
595589fa 767# specify static extensions here
4e036e4b 768#STATIC_EXT = Cwd Compress/Raw/Zlib
9e7cf449 769STATIC_EXT =
595589fa 770
9e42cd94 771DYNALOADER = $(EXTDIR)\DynaLoader\DynaLoader
772SOCKET = $(EXTDIR)\Socket\Socket
773FCNTL = $(EXTDIR)\Fcntl\Fcntl
774OPCODE = $(EXTDIR)\Opcode\Opcode
775SDBM_FILE = $(EXTDIR)\SDBM_File\SDBM_File
776IO = $(EXTDIR)\IO\IO
777POSIX = $(EXTDIR)\POSIX\POSIX
778ATTRS = $(EXTDIR)\attrs\attrs
779THREAD = $(EXTDIR)\Thread\Thread
780B = $(EXTDIR)\B\B
781RE = $(EXTDIR)\re\re
782DUMPER = $(EXTDIR)\Data\Dumper\Dumper
783ERRNO = $(EXTDIR)\Errno\Errno
784PEEK = $(EXTDIR)\Devel\Peek\Peek
785BYTELOADER = $(EXTDIR)\ByteLoader\ByteLoader
786DPROF = $(EXTDIR)\Devel\DProf\DProf
787GLOB = $(EXTDIR)\File\Glob\Glob
788HOSTNAME = $(EXTDIR)\Sys\Hostname\Hostname
789STORABLE = $(EXTDIR)\Storable\Storable
790FILTER = $(EXTDIR)\Filter\Util\Call\Call
791ENCODE = $(EXTDIR)\Encode\Encode
792MD5 = $(EXTDIR)\Digest\MD5\MD5
59717686 793SHA = $(EXTDIR)\Digest\SHA\SHA
e934609f 794PERLIOSCALAR = $(EXTDIR)\PerlIO\scalar\scalar
9e42cd94 795MIMEBASE64 = $(EXTDIR)\MIME\Base64\Base64
796TIMEHIRES = $(EXTDIR)\Time\HiRes\HiRes
797CWD = $(EXTDIR)\Cwd\Cwd
798LISTUTIL = $(EXTDIR)\List\Util\Util
96c33d98 799HASHUTIL = $(EXTDIR)\Hash\Util\Util
e934609f 800PERLIOVIA = $(EXTDIR)\PerlIO\via\via
83e2e978 801XSAPITEST = $(EXTDIR)\XS\APItest\APItest
9e42cd94 802XSTYPEMAP = $(EXTDIR)\XS\Typemap\Typemap
803UNICODENORMALIZE = $(EXTDIR)\Unicode\Normalize\Normalize
4e74047c 804MATHBIGINTFASTCALC = $(EXTDIR)\Math\BigInt\FastCalc\FastCalc
059b2413 805COMPRESSZLIB = $(EXTDIR)\Compress\Zlib\Zlib
b4ad57f4 806WIN32_DIR = ext\Win32
00701878 807WIN32APIFILE = ext\Win32API\File\File
9e42cd94 808
809SOCKET_DLL = $(AUTODIR)\Socket\Socket.dll
810FCNTL_DLL = $(AUTODIR)\Fcntl\Fcntl.dll
811OPCODE_DLL = $(AUTODIR)\Opcode\Opcode.dll
812SDBM_FILE_DLL = $(AUTODIR)\SDBM_File\SDBM_File.dll
813IO_DLL = $(AUTODIR)\IO\IO.dll
814POSIX_DLL = $(AUTODIR)\POSIX\POSIX.dll
815ATTRS_DLL = $(AUTODIR)\attrs\attrs.dll
816THREAD_DLL = $(AUTODIR)\Thread\Thread.dll
817B_DLL = $(AUTODIR)\B\B.dll
818DUMPER_DLL = $(AUTODIR)\Data\Dumper\Dumper.dll
819PEEK_DLL = $(AUTODIR)\Devel\Peek\Peek.dll
820RE_DLL = $(AUTODIR)\re\re.dll
821BYTELOADER_DLL = $(AUTODIR)\ByteLoader\ByteLoader.dll
822DPROF_DLL = $(AUTODIR)\Devel\DProf\DProf.dll
823GLOB_DLL = $(AUTODIR)\File\Glob\Glob.dll
824HOSTNAME_DLL = $(AUTODIR)\Sys\Hostname\Hostname.dll
825STORABLE_DLL = $(AUTODIR)\Storable\Storable.dll
826FILTER_DLL = $(AUTODIR)\Filter\Util\Call\Call.dll
827ENCODE_DLL = $(AUTODIR)\Encode\Encode.dll
828MD5_DLL = $(AUTODIR)\Digest\MD5\MD5.dll
59717686 829SHA_DLL = $(AUTODIR)\Digest\SHA\SHA.dll
e934609f 830PERLIOSCALAR_DLL = $(AUTODIR)\PerlIO\scalar\scalar.dll
9e42cd94 831MIMEBASE64_DLL = $(AUTODIR)\MIME\Base64\Base64.dll
832TIMEHIRES_DLL = $(AUTODIR)\Time\HiRes\HiRes.dll
833CWD_DLL = $(AUTODIR)\Cwd\Cwd.dll
834LISTUTIL_DLL = $(AUTODIR)\List\Util\Util.dll
96c33d98 835HASHUTIL_DLL = $(AUTODIR)\HASH\Util\Util.dll
e934609f 836PERLIOVIA_DLL = $(AUTODIR)\PerlIO\via\via.dll
83e2e978 837XSAPITEST_DLL = $(AUTODIR)\XS\APItest\APItest.dll
9e42cd94 838XSTYPEMAP_DLL = $(AUTODIR)\XS\Typemap\Typemap.dll
839UNICODENORMALIZE_DLL = $(AUTODIR)\Unicode\Normalize\Normalize.dll
4e74047c 840MATHBIGINTFASTCALC_DLL = $(AUTODIR)\Math\BigInt\FastCalc\FastCalc.dll
059b2413 841COMPRESSZLIB_DLL = $(AUTODIR)\Compress\Zlib\Zlib.dll
b4ad57f4 842WIN32_DLL = $(AUTODIR)\Win32\Win32.dll
00701878 843WIN32APIFILE_DLL = $(AUTODIR)\Win32API\File\File.dll
9e42cd94 844
845EXTENSION_C = \
846 $(SOCKET).c \
847 $(FCNTL).c \
848 $(OPCODE).c \
849 $(SDBM_FILE).c \
850 $(IO).c \
851 $(POSIX).c \
852 $(ATTRS).c \
853 $(THREAD).c \
854 $(RE).c \
855 $(DUMPER).c \
856 $(PEEK).c \
857 $(B).c \
858 $(BYTELOADER).c \
859 $(DPROF).c \
860 $(GLOB).c \
861 $(HOSTNAME).c \
862 $(STORABLE).c \
863 $(FILTER).c \
864 $(ENCODE).c \
865 $(MD5).c \
59717686 866 $(SHA).c \
9e42cd94 867 $(PERLIOSCALAR).c \
868 $(MIMEBASE64).c \
869 $(TIMEHIRES).c \
870 $(CWD).c \
871 $(LISTUTIL).c \
96c33d98 872 $(HASHUTIL).c \
9e42cd94 873 $(PERLIOVIA).c \
83e2e978 874 $(XSAPITEST).c \
9e42cd94 875 $(XSTYPEMAP).c \
b4ad57f4 876 $(UNICODENORMALIZE).c \
4e74047c 877 $(MATHBIGINTFASTCALC).c \
059b2413 878 $(COMPRESSZLIB).c \
00701878 879 $(WIN32_DIR).c \
880 $(WIN32APIFILE).c
9e42cd94 881
882EXTENSION_DLL = \
883 $(SOCKET_DLL) \
884 $(FCNTL_DLL) \
885 $(OPCODE_DLL) \
886 $(SDBM_FILE_DLL)\
887 $(IO_DLL) \
888 $(POSIX_DLL) \
889 $(ATTRS_DLL) \
890 $(DUMPER_DLL) \
891 $(PEEK_DLL) \
892 $(B_DLL) \
893 $(RE_DLL) \
894 $(THREAD_DLL) \
895 $(BYTELOADER_DLL) \
896 $(DPROF_DLL) \
897 $(GLOB_DLL) \
898 $(HOSTNAME_DLL) \
899 $(STORABLE_DLL) \
900 $(FILTER_DLL) \
901 $(ENCODE_DLL) \
902 $(MD5_DLL) \
59717686 903 $(SHA_DLL) \
9e42cd94 904 $(PERLIOSCALAR_DLL) \
905 $(MIMEBASE64_DLL) \
906 $(TIMEHIRES_DLL) \
907 $(CWD_DLL) \
908 $(LISTUTIL_DLL) \
96c33d98 909 $(HASHUTIL_DLL) \
9e42cd94 910 $(PERLIOVIA_DLL) \
83e2e978 911 $(XSAPITEST_DLL) \
9e42cd94 912 $(XSTYPEMAP_DLL) \
b4ad57f4 913 $(UNICODENORMALIZE_DLL) \
4e74047c 914 $(MATHBIGINTFASTCALC_DLL) \
059b2413 915 $(COMPRESSZLIB_DLL) \
00701878 916 $(WIN32_DLL) \
917 $(WIN32APIFILE_DLL)
9e42cd94 918
9e42cd94 919CFG_VARS = \
920 "INST_DRV=$(INST_DRV)" \
921 "INST_TOP=$(INST_TOP)" \
922 "INST_VER=$(INST_VER)" \
923 "INST_ARCH=$(INST_ARCH)" \
924 "archname=$(ARCHNAME)" \
925 "cc=$(CC)" \
926 "ld=$(LINK32)" \
bb275e72 927 "ccflags=$(EXTRACFLAGS) $(OPTIMIZE:"=\") $(DEFINES) $(BUILDOPT)" \
9e42cd94 928 "cf_email=$(EMAIL)" \
929 "d_crypt=$(D_CRYPT)" \
930 "d_mymalloc=$(PERL_MALLOC)" \
931 "libs=$(LIBFILES)" \
932 "incpath=$(CCINCDIR:"=\")" \
933 "libperl=$(PERLIMPLIB:..\=)" \
934 "libpth=$(CCLIBDIR:"=\");$(EXTRALIBDIRS:"=\")" \
935 "libc=$(LIBC)" \
936 "make=$(MAKE_BARE)" \
d2b25974 937 "static_ext=$(STATIC_EXT)" \
7e0017d3 938 "usethreads=$(USE_ITHREADS)" \
9e42cd94 939 "useithreads=$(USE_ITHREADS)" \
9e42cd94 940 "usemultiplicity=$(USE_MULTI)" \
941 "useperlio=$(USE_PERLIO)" \
4a9d6100 942 "uselargefiles=$(USE_LARGE_FILES)" \
7ada00a0 943 "usesitecustomize=$(USE_SITECUST)" \
9e42cd94 944 "LINK_FLAGS=$(LINK_FLAGS:"=\")" \
945 "optimize=$(OPTIMIZE:"=\")"
946
947#
948# Top targets
949#
950
ca12659b 951all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \
4e036e4b 952 $(X2P) MakePPPort Extensions $(PERLSTATIC)
9e42cd94 953 @echo Everything is up to date. '$(MAKE_BARE) test' to run test suite.
954
5d458dd8 955..\regnodes.h : ..\regcomp.sym
956 cd ..
957 regcomp.pl
958 cd win32
959
960regnodes : ..\regnodes.h
961
962reonly : regnodes .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \
a24cc0c0 963 $(X2P) Extensions_reonly
964 @echo Perl and 're' are up to date.
965
9e42cd94 966$(DYNALOADER)$(o) : $(DYNALOADER).c $(CORE_H) $(EXTDIR)\DynaLoader\dlutils.c
967
4e036e4b 968static: $(PERLEXESTATIC)
969
9e42cd94 970#------------------------------------------------------------
971
972$(GLOBEXE) : perlglob$(o)
973 $(LINK32) $(LINK_FLAGS) $(LIBFILES) -out:$@ -subsystem:$(SUBSYS) \
974 perlglob$(o) setargv$(o)
c8e599d3 975 $(EMBED_EXE_MANI)
9e42cd94 976
977perlglob$(o) : perlglob.c
978
979config.w32 : $(CFGSH_TMPL)
980 copy $(CFGSH_TMPL) config.w32
981
982.\config.h : $(CFGH_TMPL)
983 -del /f config.h
984 copy $(CFGH_TMPL) config.h
985
986..\config.sh : config.w32 $(MINIPERL) config_sh.PL
987 $(MINIPERL) -I..\lib config_sh.PL $(CFG_VARS) config.w32 > ..\config.sh
988
989# this target is for when changes to the main config.sh happen
990# edit config.{b,v,g}c and make this target once for each supported
991# compiler (e.g. `nmake CCTYPE=BORLAND regen_config_h`)
992regen_config_h:
993 perl config_sh.PL $(CFG_VARS) $(CFGSH_TMPL) > ..\config.sh
994 cd ..
8839b9e4 995 -del /f perl.exe perl*.dll
9e42cd94 996 perl configpm
997 cd win32
998 -del /f $(CFGH_TMPL)
999 -mkdir $(COREDIR)
8839b9e4 1000 -perl config_h.PL "INST_VER=$(INST_VER)"
9e42cd94 1001 rename config.h $(CFGH_TMPL)
1002
1003$(CONFIGPM) : $(MINIPERL) ..\config.sh config_h.PL ..\minimod.pl
1004 cd ..
1005 miniperl configpm
1006 cd win32
1007 if exist lib\* $(RCOPY) lib\*.* ..\lib\$(NULL)
1008 $(XCOPY) ..\*.h $(COREDIR)\*.*
1009 $(XCOPY) *.h $(COREDIR)\*.*
1010 $(XCOPY) ..\ext\re\re.pm $(LIBDIR)\*.*
1011 $(RCOPY) include $(COREDIR)\*.*
1012 -$(MINIPERL) -I..\lib config_h.PL "INST_VER=$(INST_VER)"
1013 if errorlevel 1 $(MAKE) /$(MAKEFLAGS) $(CONFIGPM)
1014
1015$(MINIPERL) : $(MINIDIR) $(MINI_OBJ)
1016 $(LINK32) -subsystem:console -out:$@ @<<
1017 $(LINK_FLAGS) $(LIBFILES) $(MINI_OBJ)
1018<<
c8e599d3 1019 $(EMBED_EXE_MANI)
9e42cd94 1020
1021$(MINIDIR) :
1022 if not exist "$(MINIDIR)" mkdir "$(MINIDIR)"
1023
1024$(MINICORE_OBJ) : $(CORE_NOCFG_H)
1025 $(CC) -c $(CFLAGS) -DPERL_EXTERNAL_GLOB $(OBJOUT_FLAG)$@ ..\$(*F).c
1026
1027$(MINIWIN32_OBJ) : $(CORE_NOCFG_H)
1028 $(CC) -c $(CFLAGS) $(OBJOUT_FLAG)$@ $(*F).c
1029
1030# -DPERL_IMPLICIT_SYS needs C++ for perllib.c
1031# This is the only file that depends on perlhost.h, vmem.h, and vdir.h
1032!IF "$(USE_IMP_SYS)" == "define"
1033perllib$(o) : perllib.c .\perlhost.h .\vdir.h .\vmem.h
1034 $(CC) -c -I. $(CFLAGS_O) $(CXX_FLAG) $(OBJOUT_FLAG)$@ perllib.c
1035!ENDIF
1036
1037# 1. we don't want to rebuild miniperl.exe when config.h changes
1038# 2. we don't want to rebuild miniperl.exe with non-default config.h
1039$(MINI_OBJ) : $(CORE_NOCFG_H)
1040
1041$(WIN32_OBJ) : $(CORE_H)
1042$(CORE_OBJ) : $(CORE_H)
1043$(DLL_OBJ) : $(CORE_H)
1044$(X2P_OBJ) : $(CORE_H)
1045
1046perldll.def : $(MINIPERL) $(CONFIGPM) ..\global.sym ..\pp.sym ..\makedef.pl
595589fa 1047 $(MINIPERL) -I..\lib buildext.pl --create-perllibst-h
9e42cd94 1048 $(MINIPERL) -w ..\makedef.pl PLATFORM=win32 $(OPTIMIZE) $(DEFINES) $(BUILDOPT) \
1049 CCTYPE=$(CCTYPE) > perldll.def
1050
595589fa 1051$(PERLDLL): perldll.def $(PERLDLL_OBJ) $(PERLDLL_RES) Extensions_static
9e7cf449 1052 $(LINK32) -dll -def:perldll.def -base:0x28000000 -out:$@ @Extensions_static @<<
9e42cd94 1053 $(LINK_FLAGS) $(DELAYLOAD) $(LIBFILES) $(PERLDLL_OBJ) $(PERLDLL_RES)
1054<<
c8e599d3 1055 $(EMBED_DLL_MANI)
9e42cd94 1056 $(XCOPY) $(PERLIMPLIB) $(COREDIR)
1057
4e036e4b 1058$(PERLSTATICLIB): Extensions_static
1059 $(LIB32) $(LIB_FLAGS) -out:$@ @Extensions_static @<<
1060 $(PERLDLL_OBJ)
1061<<
1062 $(XCOPY) $(PERLSTATICLIB) $(COREDIR)
1063
e84ac4e2 1064$(PERLEXE_ICO): $(MINIPERL) makeico.pl
1065 $(MINIPERL) makeico.pl > $@
1066
1067$(PERLEXE_RES): perlexe.rc $(PERLEXE_ICO)
1068
9e42cd94 1069$(MINIMOD) : $(MINIPERL) ..\minimod.pl
1070 cd ..
1071 miniperl minimod.pl > lib\ExtUtils\Miniperl.pm
1072 cd win32
1073
1074..\x2p\a2p$(o) : ..\x2p\a2p.c
1075 $(CC) -I..\x2p $(CFLAGS) $(OBJOUT_FLAG)$@ -c ..\x2p\a2p.c
1076
1077..\x2p\hash$(o) : ..\x2p\hash.c
1078 $(CC) -I..\x2p $(CFLAGS) $(OBJOUT_FLAG)$@ -c ..\x2p\hash.c
1079
1080..\x2p\str$(o) : ..\x2p\str.c
1081 $(CC) -I..\x2p $(CFLAGS) $(OBJOUT_FLAG)$@ -c ..\x2p\str.c
1082
1083..\x2p\util$(o) : ..\x2p\util.c
1084 $(CC) -I..\x2p $(CFLAGS) $(OBJOUT_FLAG)$@ -c ..\x2p\util.c
1085
1086..\x2p\walk$(o) : ..\x2p\walk.c
1087 $(CC) -I..\x2p $(CFLAGS) $(OBJOUT_FLAG)$@ -c ..\x2p\walk.c
1088
1089$(X2P) : $(MINIPERL) $(X2P_OBJ)
1090 $(MINIPERL) ..\x2p\find2perl.PL
1091 $(MINIPERL) ..\x2p\s2p.PL
1092 $(LINK32) -subsystem:console -out:$@ @<<
1093 $(LINK_FLAGS) $(LIBFILES) $(X2P_OBJ)
1094<<
c8e599d3 1095 $(EMBED_EXE_MANI)
9e42cd94 1096
1097perlmain.c : runperl.c
1098 copy runperl.c perlmain.c
1099
1100perlmain$(o) : perlmain.c
1101 $(CC) $(CFLAGS_O) -UPERLDLL $(OBJOUT_FLAG)$@ -c perlmain.c
1102
4e036e4b 1103perlmainst.c : runperl.c
1104 copy runperl.c perlmainst.c
1105
1106perlmainst$(o) : perlmainst.c
1107 $(CC) $(CFLAGS_O) -DPERLDLL $(OBJOUT_FLAG)$@ -c perlmainst.c
1108
9e42cd94 1109$(PERLEXE): $(PERLDLL) $(CONFIGPM) $(PERLEXE_OBJ) $(PERLEXE_RES)
1110 $(LINK32) -subsystem:console -out:$@ -stack:0x1000000 $(LINK_FLAGS) \
1111 $(LIBFILES) $(PERLEXE_OBJ) $(SETARGV_OBJ) $(PERLIMPLIB) $(PERLEXE_RES)
c8e599d3 1112 $(EMBED_EXE_MANI)
9e42cd94 1113 copy $(PERLEXE) $(WPERLEXE)
1114 $(MINIPERL) -I..\lib bin\exetype.pl $(WPERLEXE) WINDOWS
1115 copy splittree.pl ..
1116 $(MINIPERL) -I..\lib ..\splittree.pl "../LIB" $(AUTODIR)
1117
4e036e4b 1118$(PERLEXESTATIC): $(PERLSTATICLIB) $(CONFIGPM) $(PERLEXEST_OBJ) $(PERLEXE_RES)
1119 $(LINK32) -subsystem:console -out:$@ -stack:0x1000000 $(LINK_FLAGS) \
1120 @Extensions_static $(PERLSTATICLIB) \
1121 $(LIBFILES) $(PERLEXEST_OBJ) $(SETARGV_OBJ) $(PERLEXE_RES)
1122 $(EMBED_EXE_MANI)
1123
9e42cd94 1124$(DYNALOADER).c: $(MINIPERL) $(EXTDIR)\DynaLoader\dl_win32.xs $(CONFIGPM)
1125 if not exist $(AUTODIR) mkdir $(AUTODIR)
1126 cd $(EXTDIR)\$(*B)
1127 ..\$(MINIPERL) -I..\..\lib $(*B)_pm.PL
1128 ..\$(MINIPERL) -I..\..\lib XSLoader_pm.PL
1129 cd ..\..\win32
1130 $(XCOPY) $(EXTDIR)\$(*B)\$(*B).pm $(LIBDIR)\$(NULL)
1131 $(XCOPY) $(EXTDIR)\$(*B)\XSLoader.pm $(LIBDIR)\$(NULL)
1132 cd $(EXTDIR)\$(*B)
1133 $(XSUBPP) dl_win32.xs > $(*B).c
1134 cd ..\..\win32
1135
1136$(EXTDIR)\DynaLoader\dl_win32.xs: dl_win32.xs
1137 copy dl_win32.xs $(EXTDIR)\DynaLoader\dl_win32.xs
1138
42e07562 1139MakePPPort: $(MINIPERL) $(CONFIGPM)
1140 $(MINIPERL) -I..\lib ..\mkppport
1141
1142MakePPPort_clean:
1143 -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\mkppport --clean
1144
9dcb9602 1145#-------------------------------------------------------------------------------
9e42cd94 1146Extensions: buildext.pl $(PERLDEP) $(CONFIGPM)
a5ca303d 1147 $(XCOPY) ..\*.h $(COREDIR)\*.*
595589fa 1148 $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) --dynamic
1149 $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) ext --dynamic
1150
a24cc0c0 1151Extensions_reonly: buildext.pl $(PERLDEP) $(CONFIGPM)
a5ca303d 1152 $(XCOPY) ..\*.h $(COREDIR)\*.*
a24cc0c0 1153 $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) --dynamic +re
1154 $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) ext --dynamic +re
1155
4e036e4b 1156Extensions_static : MakePPPort buildext.pl
a5ca303d 1157 $(XCOPY) ..\*.h $(COREDIR)\*.*
595589fa 1158 $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) --static
9e7cf449 1159 $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) ext --static
1160 $(MINIPERL) -I..\lib buildext.pl --list-static-libs > Extensions_static
9e42cd94 1161
1162Extensions_clean:
1163 -if exist $(MINIPERL) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) clean
b4ad57f4 1164 -if exist $(MINIPERL) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) ext clean
9e42cd94 1165
b4dc1df6 1166Extensions_realclean:
1167 -if exist $(MINIPERL) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) realclean
b4ad57f4 1168 -if exist $(MINIPERL) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) ext realclean
b4dc1df6 1169
9dcb9602 1170#-------------------------------------------------------------------------------
9e42cd94 1171
1172doc: $(PERLEXE)
b4a41557 1173 $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=$(HTMLDIR) \
9e42cd94 1174 --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML::=|)" \
1175 --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse
1176
b0b6bf2b 1177# Note that this next section is parsed (and regenerated) by pod/buildtoc
1178# so please check that script before making structural changes here
1179
9e42cd94 1180utils: $(PERLEXE) $(X2P)
1181 cd ..\utils
1182 $(MAKE) PERL=$(MINIPERL)
1183 cd ..\pod
4cb44f92 1184 copy ..\vms\perlvms.pod .\perlvms.pod
b0b6bf2b 1185 copy ..\README.aix ..\pod\perlaix.pod
1186 copy ..\README.amiga ..\pod\perlamiga.pod
1187 copy ..\README.apollo ..\pod\perlapollo.pod
1188 copy ..\README.beos ..\pod\perlbeos.pod
1189 copy ..\README.bs2000 ..\pod\perlbs2000.pod
1190 copy ..\README.ce ..\pod\perlce.pod
1191 copy ..\README.cn ..\pod\perlcn.pod
1192 copy ..\README.cygwin ..\pod\perlcygwin.pod
1193 copy ..\README.dgux ..\pod\perldgux.pod
1194 copy ..\README.dos ..\pod\perldos.pod
1195 copy ..\README.epoc ..\pod\perlepoc.pod
1196 copy ..\README.freebsd ..\pod\perlfreebsd.pod
1197 copy ..\README.hpux ..\pod\perlhpux.pod
1198 copy ..\README.hurd ..\pod\perlhurd.pod
1199 copy ..\README.irix ..\pod\perlirix.pod
1200 copy ..\README.jp ..\pod\perljp.pod
1201 copy ..\README.ko ..\pod\perlko.pod
6477b319 1202 copy ..\README.linux ..\pod\perllinux.pod
b0b6bf2b 1203 copy ..\README.machten ..\pod\perlmachten.pod
1204 copy ..\README.macos ..\pod\perlmacos.pod
1205 copy ..\README.macosx ..\pod\perlmacosx.pod
1206 copy ..\README.mint ..\pod\perlmint.pod
1207 copy ..\README.mpeix ..\pod\perlmpeix.pod
1208 copy ..\README.netware ..\pod\perlnetware.pod
b0846812 1209 copy ..\README.openbsd ..\pod\perlopenbsd.pod
b0b6bf2b 1210 copy ..\README.os2 ..\pod\perlos2.pod
1211 copy ..\README.os390 ..\pod\perlos390.pod
1212 copy ..\README.os400 ..\pod\perlos400.pod
1213 copy ..\README.plan9 ..\pod\perlplan9.pod
1214 copy ..\README.qnx ..\pod\perlqnx.pod
2f08ed66 1215 copy ..\README.riscos ..\pod\perlriscos.pod
b0b6bf2b 1216 copy ..\README.solaris ..\pod\perlsolaris.pod
27da23d5 1217 copy ..\README.symbian ..\pod\perlsymbian.pod
b0b6bf2b 1218 copy ..\README.tru64 ..\pod\perltru64.pod
1219 copy ..\README.tw ..\pod\perltw.pod
1220 copy ..\README.uts ..\pod\perluts.pod
1221 copy ..\README.vmesa ..\pod\perlvmesa.pod
1222 copy ..\README.vms ..\pod\perlvms.pod
1223 copy ..\README.vos ..\pod\perlvos.pod
1224 copy ..\README.win32 ..\pod\perlwin32.pod
f6eae373 1225 copy ..\pod\perl595delta.pod ..\pod\perldelta.pod
9e42cd94 1226 $(MAKE) -f ..\win32\pod.mak converters
1227 cd ..\lib
1228 $(PERLEXE) lib_pm.PL
1229 cd ..\win32
1230 $(PERLEXE) $(PL2BAT) $(UTILS)
1231
b0b6bf2b 1232# Note that the pod cleanup in this next section is parsed (and regenerated
1233# by pod/buildtoc so please check that script before making changes here
1234
b4dc1df6 1235distclean: realclean
9e42cd94 1236 -del /f $(MINIPERL) $(PERLEXE) $(PERLDLL) $(GLOBEXE) \
4e036e4b 1237 $(PERLIMPLIB) ..\miniperl.lib $(MINIMOD) \
1238 $(PERLEXESTATIC) $(PERLSTATICLIB)
9e42cd94 1239 -del /f *.def *.map
1240 -del /f $(EXTENSION_DLL)
1241 -del /f $(EXTENSION_C) $(DYNALOADER).c $(ERRNO).pm
1242 -del /f $(EXTDIR)\DynaLoader\dl_win32.xs
ca67812f 1243 -del /f $(EXTDIR)\DynaLoader\DynaLoader.pm
1244 -del /f $(EXTDIR)\DynaLoader\XSLoader.pm
1245 -del /f $(LIBDIR)\Encode.pm $(LIBDIR)\encoding.pm $(LIBDIR)\Errno.pm
1246 -del /f $(LIBDIR)\Config.pod $(LIBDIR)\POSIX.pod $(LIBDIR)\threads.pm
9e42cd94 1247 -del /f $(LIBDIR)\.exists $(LIBDIR)\attrs.pm $(LIBDIR)\DynaLoader.pm
b4dc1df6 1248 -del /f $(LIBDIR)\XSLoader.pm $(LIBDIR)\lib.pm
9e42cd94 1249 -del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm
1250 -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
1251 -del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm
1252 -del /f $(LIBDIR)\B.pm $(LIBDIR)\O.pm $(LIBDIR)\re.pm
ca67812f 1253 -del /f $(LIBDIR)\ByteLoader.pm
9e42cd94 1254 -del /f $(LIBDIR)\Devel\Peek.pm $(LIBDIR)\Devel\DProf.pm
ca67812f 1255 -del /f $(LIBDIR)\Devel\PPPort.pm
9e42cd94 1256 -del /f $(LIBDIR)\File\Glob.pm
1257 -del /f $(LIBDIR)\Storable.pm
9e42cd94 1258 -del /f $(LIBDIR)\Digest\MD5.pm
59717686 1259 -del /f $(LIBDIR)\Digest\SHA.pm
ca67812f 1260 -del /f $(LIBDIR)\PerlIO\encoding.pm
e934609f 1261 -del /f $(LIBDIR)\PerlIO\scalar.pm
1262 -del /f $(LIBDIR)\PerlIO\via.pm
ca67812f 1263 -del /f $(LIBDIR)\Sys\Hostname.pm
1264 -del /f $(LIBDIR)\Thread\Signal.pm $(LIBDIR)\Thread\Specific.pm
1265 -del /f $(LIBDIR)\threads\shared.pm
9e42cd94 1266 -del /f $(LIBDIR)\Time\HiRes.pm
9e42cd94 1267 -del /f $(LIBDIR)\Unicode\Normalize.pm
4e74047c 1268 -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm
b4ad57f4 1269 -del /f $(LIBDIR)\Win32.pm
00701878 1270 -del /f $(LIBDIR)\Win32API\File.pm
1271 -del /f $(LIBDIR)\Win32API\File\cFile.pc
9e42cd94 1272 -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B
46ffdcf0 1273 -if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress
9e42cd94 1274 -if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data
ca67812f 1275 -if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
9e42cd94 1276 -if exist $(LIBDIR)\Filter\Util rmdir /s /q $(LIBDIR)\Filter\Util
96c33d98 1277 -if exist $(LIBDIR)\Hash rmdir /s /q $(LIBDIR)\Hash
69f57184 1278 -if exist $(LIBDIR)\IO\Compress rmdir /s /q $(LIBDIR)\IO\Compress
69f57184 1279 -if exist $(LIBDIR)\IO\Socket rmdir /s /q $(LIBDIR)\IO\Socket
69f57184 1280 -if exist $(LIBDIR)\IO\Uncompress rmdir /s /q $(LIBDIR)\IO\Uncompress
69f57184 1281 -if exist $(LIBDIR)\List rmdir /s /q $(LIBDIR)\List
69f57184 1282 -if exist $(LIBDIR)\MIME rmdir /s /q $(LIBDIR)\MIME
9e42cd94 1283 -if exist $(LIBDIR)\Scalar rmdir /s /q $(LIBDIR)\Scalar
6c4b87ea 1284 -if exist $(LIBDIR)\Sys rmdir /s /q $(LIBDIR)\Sys
6c4b87ea 1285 -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
9e42cd94 1286 -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
00701878 1287 -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
ca67812f 1288 -cd $(PODDIR) && del /f *.html *.bat checkpods \
9e42cd94 1289 perlaix.pod perlamiga.pod perlapollo.pod perlbeos.pod \
b0b6bf2b 1290 perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \
1400179b 1291 perldelta.pod perldgux.pod perldos.pod perlepoc.pod \
1292 perlfreebsd.pod perlhpux.pod perlhurd.pod perlirix.pod \
6477b319 1293 perljp.pod perlko.pod perllinux.pod perlmachten.pod \
1294 perlmacos.pod perlmacosx.pod perlmint.pod perlmpeix.pod \
1295 perlnetware.pod perlopenbsd.pod perlos2.pod perlos390.pod \
2f08ed66 1296 perlos400.pod perlplan9.pod perlqnx.pod perlriscos.pod \
1297 perlsolaris.pod perlsymbian.pod perltru64.pod perltw.pod \
1298 perluts.pod perlvmesa.pod perlvms.pod perlvms.pod perlvos.pod \
1299 perlwin32.pod \
b0b6bf2b 1300 pod2html pod2latex pod2man pod2text pod2usage \
9e42cd94 1301 podchecker podselect
ca67812f 1302 -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
de125441 1303 perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \
bb4e9162 1304 xsubpp instmodsh prove ptar ptardiff shasum corelist config_data
ca67812f 1305 -cd ..\x2p && del /f find2perl s2p psed *.bat
4e036e4b 1306 -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new \
1307 perlmainst.c
9e42cd94 1308 -del /f $(CONFIGPM)
1309 -del /f bin\*.bat
322fd642 1310 -del /f perllibst.h
ec25c072 1311 -del /f $(PERLEXE_ICO) perl.base
ca67812f 1312 -cd .. && del /s *.lib *.map *.pdb *.ilk *.bs *$(o) .exists pm_to_blib
1313 -cd $(EXTDIR) && del /s *.def Makefile Makefile.old
9e42cd94 1314 -if exist $(AUTODIR) rmdir /s /q $(AUTODIR)
9e42cd94 1315 -if exist $(COREDIR) rmdir /s /q $(COREDIR)
b4a41557 1316 -if exist pod2htmd.tmp del pod2htmd.tmp
1317 -if exist pod2htmi.tmp del pod2htmi.tmp
1318 -if exist $(HTMLDIR) rmdir /s /q $(HTMLDIR)
9e42cd94 1319
1320install : all installbare installhtml
1321
1322installbare : utils
1323 $(PERLEXE) ..\installperl
1324 if exist $(WPERLEXE) $(XCOPY) $(WPERLEXE) $(INST_BIN)\*.*
1325 $(XCOPY) $(GLOBEXE) $(INST_BIN)\*.*
ec25c072 1326 if exist ..\perl*.pdb $(XCOPY) ..\perl*.pdb $(INST_BIN)\*.*
1327 if exist ..\x2p\a2p.pdb $(XCOPY) ..\x2p\a2p.pdb $(INST_BIN)\*.*
9e42cd94 1328 $(XCOPY) bin\*.bat $(INST_SCRIPT)\*.*
1329
1330installhtml : doc
b4a41557 1331 $(RCOPY) $(HTMLDIR)\*.* $(INST_HTML)\*.*
9e42cd94 1332
1333inst_lib : $(CONFIGPM)
1334 copy splittree.pl ..
1335 $(MINIPERL) -I..\lib ..\splittree.pl "../LIB" $(AUTODIR)
1336 $(RCOPY) ..\lib $(INST_LIB)\*.*
1337
ca12659b 1338$(UNIDATAFILES) : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables
27a8011f 1339 cd ..\lib\unicore && \
6ae7e459 1340 ..\$(MINIPERL) -I.. mktables -check $@ $(FIRSTUNIFILE)
ca12659b 1341
1342minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES)
6c85d12e 1343 $(XCOPY) $(MINIPERL) ..\t\$(NULL)
1344 if exist ..\t\perl.exe del /f ..\t\perl.exe
1345 rename ..\t\miniperl.exe perl.exe
9e42cd94 1346 $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
1347 attrib -r ..\t\*.*
6c85d12e 1348 cd ..\t && \
1349 $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t
9e42cd94 1350
1351test-prep : all utils
1352 $(XCOPY) $(PERLEXE) ..\t\$(NULL)
1353 $(XCOPY) $(PERLDLL) ..\t\$(NULL)
1354 $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
1355
1356test : test-prep
1357 cd ..\t
89087c85 1358 $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) $(TEST_FILES)
9e42cd94 1359 cd ..\win32
1360
6ae7e459 1361test-reonly : reonly utils
1362 $(XCOPY) $(PERLEXE) ..\t\$(NULL)
1363 $(XCOPY) $(PERLDLL) ..\t\$(NULL)
1364 $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
1365 cd ..\t
a5ca303d 1366 $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b $(EXTRA)
6ae7e459 1367 cd ..\win32
7bcddc65 1368
5d458dd8 1369regen :
7bcddc65 1370 cd ..
1371 regen.pl
1372 cd win32
1373
9e42cd94 1374test-notty : test-prep
1375 set PERL_SKIP_TTY_TEST=1
1376 cd ..\t
89087c85 1377 $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) $(TEST_FILES)
9e42cd94 1378 cd ..\win32
1379
b4a93add 1380_test :
1381 $(XCOPY) $(PERLEXE) ..\t\$(NULL)
1382 $(XCOPY) $(PERLDLL) ..\t\$(NULL)
1383 $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
1384 cd ..\t
89087c85 1385 $(PERLEXE) -I..\lib harness $(TEST_SWITCHES) $(TEST_FILES)
b4a93add 1386 cd ..\win32
1387
b4dc1df6 1388_clean :
9e42cd94 1389 -@$(DEL) miniperlmain$(o)
1390 -@$(DEL) $(MINIPERL)
1391 -@$(DEL) perlglob$(o)
1392 -@$(DEL) perlmain$(o)
4e036e4b 1393 -@$(DEL) perlmainst$(o)
9e42cd94 1394 -@$(DEL) config.w32
1395 -@$(DEL) config.h
1396 -@$(DEL) $(GLOBEXE)
1397 -@$(DEL) $(PERLEXE)
1398 -@$(DEL) $(WPERLEXE)
4e036e4b 1399 -@$(DEL) $(PERLEXESTATIC)
1400 -@$(DEL) $(PERLSTATICLIB)
9e42cd94 1401 -@$(DEL) $(PERLDLL)
1402 -@$(DEL) $(CORE_OBJ)
1403 -if exist $(MINIDIR) rmdir /s /q $(MINIDIR)
27a8011f 1404 -if exist $(UNIDATADIR1) rmdir /s /q $(UNIDATADIR1)
27a8011f 1405 -if exist $(UNIDATADIR2) rmdir /s /q $(UNIDATADIR2)
ca12659b 1406 -@$(DEL) $(UNIDATAFILES)
27a8011f 1407 -@$(DEL) $(WIN32_OBJ)
9e42cd94 1408 -@$(DEL) $(DLL_OBJ)
1409 -@$(DEL) $(X2P_OBJ)
1410 -@$(DEL) ..\*$(o) ..\*.lib ..\*.exp *$(o) *.lib *.exp *.res
1411 -@$(DEL) ..\t\*.exe ..\t\*.dll ..\t\*.bat
1412 -@$(DEL) ..\x2p\*.exe ..\x2p\*.bat
1413 -@$(DEL) *.ilk
1414 -@$(DEL) *.pdb
9e7cf449 1415 -@$(DEL) Extensions_static
9e42cd94 1416
b4dc1df6 1417clean : Extensions_clean _clean
1418
42e07562 1419realclean : Extensions_realclean MakePPPort_clean _clean
b4dc1df6 1420
9e42cd94 1421# Handy way to run perlbug -ok without having to install and run the
1422# installed perlbug. We don't re-run the tests here - we trust the user.
1423# Please *don't* use this unless all tests pass.
1424# If you want to report test failures, use "nmake nok" instead.
1425ok: utils
1426 $(PERLEXE) -I..\lib ..\utils\perlbug -ok -s "(UNINSTALLED)"
1427
1428okfile: utils
1429 $(PERLEXE) -I..\lib ..\utils\perlbug -ok -s "(UNINSTALLED)" -F perl.ok
1430
1431nok: utils
1432 $(PERLEXE) -I..\lib ..\utils\perlbug -nok -s "(UNINSTALLED)"
1433
1434nokfile: utils
1435 $(PERLEXE) -I..\lib ..\utils\perlbug -nok -s "(UNINSTALLED)" -F perl.nok