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