1995-01-11 04:10:10 +00:00
|
|
|
# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
|
1997-02-22 13:06:56 +00:00
|
|
|
# $Id$
|
1994-05-30 19:09:18 +00:00
|
|
|
|
1995-01-11 04:10:10 +00:00
|
|
|
VOLUME= papers
|
|
|
|
DOC= sysperf
|
1994-05-30 19:09:18 +00:00
|
|
|
MACROS= -ms
|
1995-01-11 04:10:10 +00:00
|
|
|
LSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
|
1994-05-30 19:09:18 +00:00
|
|
|
EXTRA= a1.t a2.t
|
1995-01-11 04:10:10 +00:00
|
|
|
SRCS= paper.tmp appendix.tmp
|
|
|
|
CLEANFILES+=${SRCS}
|
|
|
|
SRCDIR= ${.OBJDIR}
|
|
|
|
USE_EQN= yes
|
1994-05-30 19:09:18 +00:00
|
|
|
|
1995-01-11 04:10:10 +00:00
|
|
|
paper.tmp: ${LSRCS}
|
|
|
|
(cd ${.CURDIR}; ${TBL} ${LSRCS}) > paper.tmp
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
appendix.tmp: a1.t a2.t
|
1995-01-11 04:10:10 +00:00
|
|
|
${GRIND} -f ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \
|
1994-05-30 19:09:18 +00:00
|
|
|
{ if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
|
1995-01-11 04:10:10 +00:00
|
|
|
${GRIND} -f -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \
|
1994-05-30 19:09:18 +00:00
|
|
|
{ if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
|
|
|
|
|
|
|
|
.include <bsd.doc.mk>
|