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