Home | History | Annotate | Line # | Download | only in bus_dma
      1  1.6    lukem #	$NetBSD: Makefile,v 1.6 2003/07/10 10:34:25 lukem 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.6    lukem 	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | \
     11  1.6    lukem 	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
     12  1.1  thorpej 
     13  1.1  thorpej paper.dvi: ${DPSRCS}
     14  1.6    lukem 	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | \
     15  1.6    lukem 	    ${TOOL_ROFF_DVI} ${MACROS} > ${.TARGET}
     16  1.1  thorpej 
     17  1.1  thorpej .include <bsd.doc.mk>
     18