date and time created 86/08/29 15:06:15 by sklower
[unix-history] / usr / src / lib / libplot / grn / Makefile
#
# Copyright (c) 1980, 1986 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# @(#)Makefile 6.1 (Berkeley) %G%
#
CFLAGS= -O
OBJS= arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
line.o linemod.o move.o open.o point.o space.o subr.o
../libplotgrn: ${OBJS}
ar cu ../libplotgrn ${OBJS}
${OBJS}: grnplot.h
clean:
rm -f ${OBJS} errs a.out core