Re: The path to the Release
[p5sagit/p5-mst-13.2.git] / utils / Makefile
CommitLineData
1756d26f 1
2PERL = ../miniperl
52cebf5e 3REALPERL = ../perl
1756d26f 4
5# Files to be built with variable substitution after miniperl is
6# available. Dependencies handled manually below (for now).
7
6aaee015 8pl = c2ph.PL config_data.PL corelist.PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.PL ptar.PL ptardiff.PL cpanp-run-perl.PL cpanp.PL cpan2dist.PL shasum.PL splain.PL dprofpp.PL libnetcfg.PL piconv.PL enc2xs.PL xsubpp.PL
9plextract = c2ph config_data corelist cpan h2ph h2xs instmodsh perlbug perldoc perlivp pl2pm prove ptar ptardiff cpanp-run-perl cpanp cpan2dist shasum splain dprofpp libnetcfg piconv enc2xs xsubpp
10plextractexe = ./c2ph ./config_data ./corelist ./cpan ./h2ph ./h2xs ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./cpanp-run-perl ./cpanp ./cpan2dist ./shasum ./splain ./dprofpp ./libnetcfg ./piconv ./enc2xs ./xsubpp
1756d26f 11
52cebf5e 12all: $(plextract)
13
1756d26f 14$(plextract):
15 $(PERL) -I../lib $@.PL
16
84902520 17c2ph: c2ph.PL ../config.sh
774d564b 18
ce28de53 19cpan: cpan.PL ../config.sh
20
bb4e9162 21config_data: config_data.PL ../config.sh
22
8f2fd531 23corelist: corelist.PL ../config.sh
24
84902520 25h2ph: h2ph.PL ../config.sh
774d564b 26
84902520 27h2xs: h2xs.PL ../config.sh
32ea9a2a 28
a55f9fbc 29instmodsh: instmodsh.PL ../config.sh
30
84902520 31perlbug: perlbug.PL ../config.sh ../patchlevel.h
774d564b 32
84902520 33perldoc: perldoc.PL ../config.sh
774d564b 34
cdf8b154 35perlivp: perlivp.PL ../config.sh
36
e4fc8a1e 37prove: prove.PL ../config.sh
38
291d3373 39ptar: ptar.PL ../config.sh
40
b8669316 41ptardiff: ptardiff.PL ../config.sh
42
6aaee015 43cpanp-run-perl: cpanp-run-perl.PL ../config.sh
44
45cpanp: cpanp.PL ../config.sh
46
47cpan2dist: cpan2dist.PL ../config.sh
48
84902520 49pl2pm: pl2pm.PL ../config.sh
774d564b 50
6bc89f92 51shasum: shasum.PL ../config.sh
52
84902520 53splain: splain.PL ../config.sh ../lib/diagnostics.pm
5f05dabc 54
95667ae4 55dprofpp: dprofpp.PL ../config.sh
56
406c51ee 57libnetcfg: libnetcfg.PL ../config.sh
58
3e06bf43 59piconv: piconv.PL ../config.sh
60
5d437a65 61enc2xs: enc2xs.PL ../config.sh
62
a55f9fbc 63xsubpp: xsubpp.PL ../config.sh
64
1756d26f 65clean:
66
67realclean:
52cebf5e 68 rm -rf $(plextract) pstruct $(plextractexe)
bb0110d4 69 rm -f ../t/_h2ph_pre.ph
1756d26f 70
71clobber: realclean
72
73distclean: clobber
2edbd6da 74
75veryclean: distclean
76 -rm -f *~ *.org