1 # $NetBSD: Makefile,v 1.4 2003/07/10 10:34:29 lukem Exp $
3 # @(#)Makefile 1.6 (Berkeley) 6/8/93
7 SRCS
= 0.t
1.t
2.t
3.t
4.t
5.t
6.t
7.t
9 OBJS
= paper.tmp appendix.tmp
13 ${TOOL_ROFF_PS} ${MACROS} ${OBJS} > ${.TARGET
}
16 ${TOOL_TBL} ${SRCS} |
${TOOL_EQN} > paper.tmp
18 appendix.tmp
: a1.t a2.t
19 ${TOOL_VGRIND} -f a1.t |
${TOOL_AWK} '/\.\(\)/{ cnt = 2 } \
20 { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
21 ${TOOL_VGRIND} -f
-lcsh a2.t |
${TOOL_AWK} '/\.\(\)/{ cnt = 2 } \
22 { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp