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