xref: /csrg-svn/lib/libplot/grn/Makefile (revision 29804)
1#
2# Copyright (c) 1980, 1986 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)Makefile	6.1 (Berkeley) 08/29/86
7#
8CFLAGS=	-O
9OBJS=	arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
10	line.o linemod.o move.o open.o point.o space.o subr.o
11
12../libplotgrn:	${OBJS}
13	ar cu ../libplotgrn ${OBJS}
14
15${OBJS}:	grnplot.h
16
17clean:
18	rm -f ${OBJS} errs a.out core
19