summaryrefslogtreecommitdiff
path: root/win32/Makefile.ce
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-07-09 08:19:33 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2006-07-09 08:19:33 +0000
commit42e075623c2bbf1fc51817682bfa7ee74e617478 (patch)
treec96e260ac7d3dfe9e3db09b3713052f646cea074 /win32/Makefile.ce
parent4cadc6a950ca81f5812fc41862e1f34bc2ef21b3 (diff)
downloadperl-42e075623c2bbf1fc51817682bfa7ee74e617478.tar.gz
Integrate mkppport. All ppport.h files in the core will now
be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513
Diffstat (limited to 'win32/Makefile.ce')
-rw-r--r--win32/Makefile.ce8
1 files changed, 7 insertions, 1 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 85a55e288e..cf65e8425d 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -706,7 +706,7 @@ CFG_VARS = \
# Top targets
#
-all: hostminiperl $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) Extensions
+all: hostminiperl $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) MakePPPort Extensions
$(DYNALOADER)$(o) : $(DYNALOADER).c xconfig.h $(EXTDIR)\DynaLoader\dlutils.c
@@ -746,6 +746,12 @@ $(DYNALOADER).c: $(EXTDIR)\DynaLoader\dl_win32.xs $(CONFIGPM)
$(EXTDIR)\DynaLoader\dl_win32.xs: dl_win32.xs
$(COPY) dl_win32.xs $(EXTDIR)\DynaLoader\dl_win32.xs
+MakePPPort: $(MINIPERL) $(CONFIGPM)
+ $(MINIPERL) -I..\lib ..\mkppport
+
+MakePPPort_clean:
+ -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\mkppport --clean
+
#----------------------------------------------------------------------------------
NOT_COMPILE_EXT =
!if "$(MACHINE)" == "wince-sh3-palm-wce211"