This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sdbm can fail if a config.h exists in system directories
[perl5.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
19perlbug: perlbug.PL
20
21perldoc: perldoc.PL
22
23pl2pm: pl2pm.PL
24
25splain: splain.PL ../lib/diagnostics.pm
5f05dabc 26
1756d26f 27clean:
28
29realclean:
30 rm -rf $(plextract) pstruct
31
32clobber: realclean
33
34distclean: clobber