summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/PSD.doc/Makefile
blob: 69b3b1ce635dff4f2c8bfac48bce81ae6fe79ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:34:06 deraadt Exp $
#	$NetBSD: Makefile,v 1.3 1995/04/19 07:16:35 cgd Exp $

DIR=	psd/18.gprof
SRCS=	header.me abstract.me intro.me profiling.me gathering.me \
	postp.me present.me refs.me
EXTRA=	postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
DPADD=	${EXTRA}
MACROS=	-me

paper.ps: ${SRCS} ${DPADD}
	${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}

.include <bsd.doc.mk>