xref: /csrg-svn/lib/libplot/plot/Makefile (revision 61400)
1#	@(#)Makefile	8.1 (Berkeley) 06/04/93
2
3LIB=	plot
4SRCS=	arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \
5	line.c linmod.c move.c open.c point.c putsi.c space.c
6MAN3=	plot.0
7MLINKS+=plot.3 arc.3 plot.3 circle.3 plot.3 cont.3 plot.3 erase.3 \
8	plot.3 label.3 plot.3 line.3 plot.3 linemod.3 plot.3 move.3 \
9	plot.3 openpl.3 plot.3 point.3 plot.3 space.3
10
11.include <bsd.lib.mk>
12