1 1.3 thorpej # $NetBSD: Makefile,v 1.3 1998/07/15 03:14:27 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.3 thorpej EXTRA= figure1.pic figure2.pic figure3.pic 6 1.1 thorpej MACROS= -me 7 1.3 thorpej DPSRCS= ${SRCS} ${EXTRA} Makefile 8 1.1 thorpej 9 1.1 thorpej paper.ps: ${DPSRCS} 10 1.1 thorpej ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET} 11 1.1 thorpej 12 1.1 thorpej paper.dvi: ${DPSRCS} 13 1.1 thorpej ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} -Tdvi > ${.TARGET} 14 1.1 thorpej 15 1.1 thorpej .include <bsd.doc.mk> 16