added bitgraph, dumbplot, hp2648, hp7221
[unix-history] / usr / src / lib / libplot / bitgraph / Makefile
CommitLineData
b847bdb4 1# Makefile 4.3 83/11/10
f18434cd
RC
2#
3CFLAGS= -O
bca294b9
RC
4OBJS= box.o circle.o arc.o dot.o erase.o line.o linemod.o point.o \
5 label.o move.o open.o close.o space.o
f18434cd
RC
6
7../libbg: ${OBJS}
8 ar cu ../libbg ${OBJS}
9
10${OBJS}: bg.h
11
12clean:
13 rm -f ${OBJS} errs a.out core