Home | History | Annotate | Line # | Download | only in PSD.doc
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2003/07/10 10:34:44 lukem Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 8/14/93
      3 
      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
     10 
     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}
     14 
     15 .include <bsd.doc.mk>
     16