No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / gprof / PSD.doc / Makefile
blob7354d6156f7c3f785074682e8f8fad8558ceb27d
1 # $NetBSD: Makefile,v 1.5 2003/01/05 12:24:22 pooka Exp $
2 # @(#)Makefile 8.1 (Berkeley) 8/14/93
4 DIR= psd/18.gprof
5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
6 postp.me present.me refs.me
7 EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
8 DPADD= ${EXTRA}
9 MACROS= -me
11 paper.ps: ${SRCS} ${DPADD}
12 ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${TOOL_PIC} | \
13 ${TOOL_TBL} | ${TOOL_EQN} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
15 .include <bsd.doc.mk>