X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utils%2FMakefile;h=2df16d8060feeb51e67f02f970a2bde7e9b1941e;hb=3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d;hp=1f8c5f47647f872a7b94a0aaafa20cef07fb5505;hpb=774d564bb7dd1ed64ca0d7e534aa67e93f991f02;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utils/Makefile b/utils/Makefile index 1f8c5f4..2df16d8 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,33 +1,42 @@ PERL = ../miniperl +REALPERL = ../perl # Files to be built with variable substitution after miniperl is # available. Dependencies handled manually below (for now). -pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL -plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain +pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL +plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc +plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe -all: $(plextract) +all: $(plextract) + +compile: all + $(REALPERL) -I../lib perlcc -regex 's/$$/.exe/' $(plextract) -prog -verbose dcf -log ../compilelog; $(plextract): $(PERL) -I../lib $@.PL -c2ph: c2ph.PL +c2ph: c2ph.PL ../config.sh + +h2ph: h2ph.PL ../config.sh + +h2xs: h2xs.PL ../config.sh -h2ph: h2ph.PL +perlbug: perlbug.PL ../config.sh ../patchlevel.h -perlbug: perlbug.PL +perldoc: perldoc.PL ../config.sh -perldoc: perldoc.PL +pl2pm: pl2pm.PL ../config.sh -pl2pm: pl2pm.PL +splain: splain.PL ../config.sh ../lib/diagnostics.pm -splain: splain.PL ../lib/diagnostics.pm +perlcc: perlcc.PL ../config.sh clean: realclean: - rm -rf $(plextract) pstruct + rm -rf $(plextract) pstruct $(plextractexe) clobber: realclean