# From: @(#)Makefile 1.6 (Berkeley) 6/8/93 # $FreeBSD: head/share/doc/papers/sysperf/Makefile 105918 2002-10-25 08:39:25Z ru $ VOLUME= papers DOC= sysperf MACROS= -ms SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t EXTRA= a1.t a2.t SRCS+= appendix.tmp CLEANFILES= appendix.tmp SRCDIR= ${.OBJDIR} USE_EQN= yes USE_TBL= yes appendix.tmp: a1.t a2.t ${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \ { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp ${GRIND} -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \ { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp .include