summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.inc')
-rw-r--r--gnu/usr.bin/perl/Makefile.inc29
1 files changed, 28 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.inc b/gnu/usr.bin/perl/Makefile.inc
index 3c89259..eb885a2 100644
--- a/gnu/usr.bin/perl/Makefile.inc
+++ b/gnu/usr.bin/perl/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.3 1998/09/09 07:20:10 markm Exp $
+# $Id: Makefile.inc,v 1.4 1998/09/12 19:16:32 markm Exp $
PERL5SRC?= ${.CURDIR}/../../../../contrib/perl5
@@ -6,3 +6,30 @@ BINDIR?= /usr/bin
SHLIB_MAJOR?= 3
SHLIB_MINOR?= 0
+
+HEADERS=EXTERN.h INTERN.h XSUB.h XSlock.h av.h bytecode.h byterun.h \
+ cc_runtime.h cop.h cv.h dosish.h embed.h embedvar.h fakethr.h form.h \
+ gv.h handy.h hv.h intrpvar.h iperlsys.h keywords.h mg.h nostdio.h \
+ objXSUB.h objpp.h op.h opcode.h patchlevel.h perl.h perlio.h \
+ perlsdio.h perlsfio.h perlvars.h perly.h pp.h pp_proto.h proto.h \
+ regcomp.h regexp.h regnodes.h scope.h sv.h thrdvar.h thread.h \
+ unixish.h util.h
+
+DEPEND_H=
+
+.for I in ${HEADERS}
+${.OBJDIR}/${I}: ${I}
+ @ln -sf ${.OODATE} ${.TARGET}
+
+CLEANFILES+= ${.OBJDIR}/${I}
+DEPEND_H+= ${.OBJDIR}/${I}
+.endfor
+
+lib ext Porting hints:
+ @rm -rf ${.TARGET}
+ for i in `cd ${PERL5SRC}; find ${.TARGET} -type d` ; do \
+ mkdir -p $${i} ;\
+ done
+ for i in `cd ${PERL5SRC}; find ${.TARGET} -type f` ; do \
+ ln -s ${PERL5SRC}/$${i} $${i} ;\
+ done
OpenPOWER on IntegriCloud