home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
perl-5.003-src.tgz
/
tar.out
/
fsf
/
perl
/
utils
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-09-28
|
457b
|
25 lines
PERL = ../miniperl
# Files to be built with variable substitution after miniperl is
# available. Dependencies handled manually below (for now).
pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL
pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL
plextract = c2ph h2ph h2xs perlbug perldoc pl2pm
all: $(plextract)
$(plextract):
$(PERL) -I../lib $@.PL
clean:
realclean:
rm -rf $(plextract) pstruct
clobber: realclean
distclean: clobber