Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / doc / papers / kernmalloc / Makefile
1 #       From: @(#)Makefile      1.8 (Berkeley) 6/8/93
2 # $FreeBSD: src/share/doc/papers/kernmalloc/Makefile,v 1.5 1999/08/28 00:18:06 peter Exp $
3 # $DragonFly: src/share/doc/papers/kernmalloc/Makefile,v 1.2 2003/06/17 04:36:56 dillon Exp $
4
5 VOLUME= papers
6 DOC=    kernmalloc
7 SRCS=   kernmalloc.ms appendix.ms
8 SRCDIR= ${.OBJDIR}      # ack!
9 MACROS= -ms
10 USE_TBL=        yes
11 USE_PIC=        yes
12 USE_EQN=        yes
13 CLEANFILES+=    kernmalloc.ms appendix.ms
14
15 kernmalloc.ms:  kernmalloc.t alloc.fig usage.tbl
16         (cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET}
17
18 appendix.ms:    appendix.t
19         vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET}
20
21 .include <bsd.doc.mk>