date and time created 83/11/11 15:12:05 by ralph
[unix-history] / usr / src / lib / libplot / hp7221 / Makefile
# Makefile 4.2 83/11/10
#
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
../libplot7221: ${OBJS}
ar cu ../libplot7221 ${OBJS}
${OBJS}: hp7221.h
clean:
rm -f ${OBJS} errs a.out core