getservby*() calls fail on Windows NT
[p5sagit/p5-mst-13.2.git] / utils / Makefile
CommitLineData
1756d26f 1
2PERL = ../miniperl
3
4# Files to be built with variable substitution after miniperl is
5# available. Dependencies handled manually below (for now).
6
5f05dabc 7pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL
8plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain
1756d26f 9
10all: $(plextract)
11
12$(plextract):
13 $(PERL) -I../lib $@.PL
14
774d564b 15c2ph: c2ph.PL
16
17h2ph: h2ph.PL
18
32ea9a2a 19h2xs: h2xs.PL
20
774d564b 21perlbug: perlbug.PL
22
23perldoc: perldoc.PL
24
25pl2pm: pl2pm.PL
26
27splain: splain.PL ../lib/diagnostics.pm
5f05dabc 28
1756d26f 29clean:
30
31realclean:
32 rm -rf $(plextract) pstruct
33
34clobber: realclean
35
36distclean: clobber