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
1
2 PERL = ../miniperl
3 REALPERL = ../perl
4
5 # Files to be built with variable substitution after miniperl is
6 # available.  Dependencies handled manually below (for now).
7
8 pl = 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
9 plextract = c2ph config_data corelist cpan h2ph h2xs instmodsh perlbug perldoc perlivp pl2pm prove ptar ptardiff shasum splain dprofpp libnetcfg piconv enc2xs xsubpp
10 plextractexe = ./c2ph ./config_data ./corelist ./cpan ./h2ph ./h2xs ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./shasum ./splain ./dprofpp ./libnetcfg ./piconv ./enc2xs ./xsubpp
11
12 all: $(plextract) 
13
14 $(plextract):
15         $(PERL) -I../lib $@.PL
16
17 c2ph:           c2ph.PL ../config.sh
18
19 cpan:           cpan.PL ../config.sh
20
21 config_data:    config_data.PL ../config.sh
22
23 corelist:       corelist.PL ../config.sh
24
25 h2ph:           h2ph.PL ../config.sh
26
27 h2xs:           h2xs.PL ../config.sh
28
29 instmodsh:      instmodsh.PL ../config.sh
30
31 perlbug:        perlbug.PL ../config.sh ../patchlevel.h
32
33 perldoc:        perldoc.PL ../config.sh
34
35 perlivp:        perlivp.PL ../config.sh
36
37 prove:          prove.PL ../config.sh
38
39 ptar:           ptar.PL ../config.sh
40
41 ptardiff:       ptardiff.PL ../config.sh
42
43 pl2pm:          pl2pm.PL ../config.sh
44
45 shasum:         shasum.PL ../config.sh
46
47 splain:         splain.PL ../config.sh ../lib/diagnostics.pm
48
49 dprofpp:        dprofpp.PL ../config.sh
50
51 libnetcfg:      libnetcfg.PL ../config.sh
52
53 piconv:         piconv.PL ../config.sh
54
55 enc2xs:         enc2xs.PL ../config.sh
56
57 xsubpp:         xsubpp.PL ../config.sh
58
59 clean:
60
61 realclean:
62         rm -rf $(plextract) pstruct $(plextractexe)
63         rm -f ../t/_h2ph_pre.ph
64
65 clobber:        realclean
66
67 distclean:      clobber
68
69 veryclean:      distclean
70         -rm -f *~ *.org