Home | History | Annotate | Line # | Download | only in PSD.doc
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 1995/04/19 07:16:35 cgd 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 	${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
     13 
     14 .include <bsd.doc.mk>
     15