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