1 1.2 thorpej # $NetBSD: Makefile,v 1.2 1998/07/15 03:11:34 thorpej Exp $ 2 1.1 thorpej 3 1.2 thorpej DIR= papers/bus_dma 4 1.1 thorpej SRCS= title.me 1.me 2.me 3.me 4.me 5.me about.me 5 1.1 thorpej MACROS= -me 6 1.1 thorpej DPSRCS= ${SRCS} Makefile figure1.pic figure2.pic figure3.pic 7 1.1 thorpej 8 1.1 thorpej paper.ps: ${DPSRCS} 9 1.1 thorpej ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET} 10 1.1 thorpej 11 1.1 thorpej paper.dvi: ${DPSRCS} 12 1.1 thorpej ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} -Tdvi > ${.TARGET} 13 1.1 thorpej 14 1.1 thorpej .include <bsd.doc.mk> 15