This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak Perl_sv_upgrade() so that references can upgrade to SVt_PV
[perl5.git] / utils / Makefile
CommitLineData
61190116
JH
1
2PERL = ../miniperl
3REALPERL = ../perl
4RUN = # Used mainly cross-compilation setups.
5
6
7# Files to be built with variable substitution after miniperl is
8# available. Dependencies handled manually below (for now).
9
10pl = 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
11plextract = 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
12plextractexe = ./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
13
14all: $(plextract)
15
16$(plextract):
17 $(RUN) $(PERL) -I../lib $@.PL
18
19c2ph: c2ph.PL ../config.sh
20
21cpan: cpan.PL ../config.sh
22
23config_data: config_data.PL ../config.sh
24
25corelist: corelist.PL ../config.sh
26
27h2ph: h2ph.PL ../config.sh
28
29h2xs: h2xs.PL ../config.sh
30
31instmodsh: instmodsh.PL ../config.sh
32
33perlbug: perlbug.PL ../config.sh ../patchlevel.h
34
35perldoc: perldoc.PL ../config.sh
36
37perlivp: perlivp.PL ../config.sh
38
39prove: prove.PL ../config.sh
40
41ptar: ptar.PL ../config.sh
42
43ptardiff: ptardiff.PL ../config.sh
44
45cpanp-run-perl: cpanp-run-perl.PL ../config.sh
46
47cpanp: cpanp.PL ../config.sh
48
49cpan2dist: cpan2dist.PL ../config.sh
50
51pl2pm: pl2pm.PL ../config.sh
52
53shasum: shasum.PL ../config.sh
54
55splain: splain.PL ../config.sh ../lib/diagnostics.pm
56
57dprofpp: dprofpp.PL ../config.sh
58
59libnetcfg: libnetcfg.PL ../config.sh
60
61piconv: piconv.PL ../config.sh
62
63enc2xs: enc2xs.PL ../config.sh
64
65xsubpp: xsubpp.PL ../config.sh
66
67clean:
68
69realclean:
70 rm -rf $(plextract) pstruct $(plextractexe)
71 rm -f ../t/_h2ph_pre.ph
72
73clobber: realclean
74
75distclean: clobber
76
77veryclean: distclean
78 -rm -f *~ *.org