summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/Makefile.inc
blob: eb885a2db84844ea37750e9b39ef2bf38959e749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#	$Id: Makefile.inc,v 1.4 1998/09/12 19:16:32 markm Exp $

PERL5SRC?= ${.CURDIR}/../../../../contrib/perl5

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