This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 29753 messed up do_hv_dump() [my fault]
[perl5.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
de125441
RGS
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 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 shasum splain dprofpp libnetcfg piconv enc2xs xsubpp
10plextractexe = ./c2ph ./config_data ./corelist ./cpan ./h2ph ./h2xs ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./shasum ./splain ./dprofpp ./libnetcfg ./piconv ./enc2xs ./xsubpp
1756d26f 11
52cebf5e
EP
12all: $(plextract)
13
1756d26f 14$(plextract):
15 $(PERL) -I../lib $@.PL
16
84902520 17c2ph: c2ph.PL ../config.sh
774d564b 18
ce28de53
RGS
19cpan: cpan.PL ../config.sh
20
bb4e9162
YST
21config_data: config_data.PL ../config.sh
22
8f2fd531
JB
23corelist: corelist.PL ../config.sh
24
84902520 25h2ph: h2ph.PL ../config.sh
774d564b 26
84902520 27h2xs: h2xs.PL ../config.sh
32ea9a2a 28
a55f9fbc
RGS
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
PK
35perlivp: perlivp.PL ../config.sh
36
e4fc8a1e
RGS
37prove: prove.PL ../config.sh
38
291d3373
RGS
39ptar: ptar.PL ../config.sh
40
b8669316
RGS
41ptardiff: ptardiff.PL ../config.sh
42
84902520 43pl2pm: pl2pm.PL ../config.sh
774d564b 44
6bc89f92
SP
45shasum: shasum.PL ../config.sh
46
84902520 47splain: splain.PL ../config.sh ../lib/diagnostics.pm
5f05dabc 48
95667ae4
GS
49dprofpp: dprofpp.PL ../config.sh
50
406c51ee
JH
51libnetcfg: libnetcfg.PL ../config.sh
52
3e06bf43
JH
53piconv: piconv.PL ../config.sh
54
5d437a65
JH
55enc2xs: enc2xs.PL ../config.sh
56
a55f9fbc
RGS
57xsubpp: xsubpp.PL ../config.sh
58
1756d26f 59clean:
60
61realclean:
52cebf5e 62 rm -rf $(plextract) pstruct $(plextractexe)
bb0110d4 63 rm -f ../t/_h2ph_pre.ph
1756d26f 64
65clobber: realclean
66
67distclean: clobber
2edbd6da
JH
68
69veryclean: distclean
70 -rm -f *~ *.org