xref: /netbsd/usr.bin/gprof/PSD.doc/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.6 2003/07/10 10:34:44 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 8/14/93
3
4DIR=	psd/18.gprof
5SRCS=	header.me abstract.me intro.me profiling.me gathering.me \
6	postp.me present.me refs.me
7EXTRA=	postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
8DPADD=	${EXTRA}
9MACROS=	-me
10
11paper.ps: ${SRCS} ${DPADD}
12	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${TOOL_PIC} | \
13	    ${TOOL_TBL} | ${TOOL_EQN} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
14
15.include <bsd.doc.mk>
16