Home | History | Annotate | Line # | Download | only in PSD.doc
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	8.1 (Berkeley) 8/14/93
      2  1.1  cgd 
      3  1.1  cgd DIR=	psd/18.gprof
      4  1.1  cgd SRCS=	header.me abstract.me intro.me profiling.me gathering.me \
      5  1.1  cgd 	postp.me present.me refs.me
      6  1.1  cgd DPADD=	postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
      7  1.1  cgd MACROS=	-me
      8  1.1  cgd 
      9  1.1  cgd paper.ps: ${SRCS} ${DPADD}
     10  1.1  cgd 	${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
     11  1.1  cgd 
     12  1.1  cgd .include <bsd.doc.mk>
     13