1 # $NetBSD: Makefile,v 1.6 2003/07/10 10:34:25 lukem Exp $ 2 3 DIR= papers/bus_dma 4 SRCS= title.me 1.me 2.me 3.me 4.me 5.me about.me 5 EXTRA= figure1.pic figure2.pic figure3.pic 6 MACROS= -me 7 DPSRCS= ${SRCS} ${EXTRA} Makefile 8 9 paper.ps: ${DPSRCS} 10 ${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | \ 11 ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET} 12 13 paper.dvi: ${DPSRCS} 14 ${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | \ 15 ${TOOL_ROFF_DVI} ${MACROS} > ${.TARGET} 16 17 .include <bsd.doc.mk> 18