date and time created 85/01/02 20:29:40 by jak
[unix-history] / usr / src / lib / libplot / bitgraph / Makefile
CommitLineData
672171a7 1# Makefile 4.4 83/11/11
f18434cd
RC
2#
3CFLAGS= -O
672171a7 4OBJS= box.o circle.o arc.o cont.o dot.o erase.o line.o linemod.o point.o \
bca294b9 5 label.o move.o open.o close.o space.o
f18434cd 6
4ee2a526
RC
7../libplotbg: ${OBJS}
8 ar cu ../libplotbg ${OBJS}
f18434cd
RC
9
10${OBJS}: bg.h
11
12clean:
13 rm -f ${OBJS} errs a.out core