]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/papers/sysperf/Makefile
BSD 4.4 Lite Share Sources
[FreeBSD/FreeBSD.git] / share / doc / papers / sysperf / Makefile
1 #       @(#)Makefile    1.6 (Berkeley) 6/8/93
2
3 DIR=    papers/sysperf
4 MACROS= -ms
5 SRCS=   0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
6 EXTRA=  a1.t a2.t
7 OBJS=   paper.tmp appendix.tmp
8 CLEANFILES+=${OBJS}
9
10 paper.ps: ${OBJS}
11         ${ROFF} ${OBJS} > ${.TARGET}
12
13 paper.tmp: ${SRCS}
14         ${TBL} ${SRCS} | ${EQN} > paper.tmp
15
16 appendix.tmp: a1.t a2.t
17         ${GRIND} -f a1.t |  awk '/\.\(\)/{ cnt = 2 } \
18            { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
19         ${GRIND} -f -lcsh a2.t |  awk '/\.\(\)/{ cnt = 2 } \
20            { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
21
22 .include <bsd.doc.mk>