changed library name
[unix-history] / usr / src / lib / libplot / plot / Makefile
CommitLineData
7ad01955 1# Makefile 4.2 83/07/09
1ee7105a
SL
2#
3CFLAGS= -O
4OBJS= arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
5 line.o linmod.o move.o open.o point.o putsi.o space.o
6
7ad01955
SL
7../libplot: ${OBJS}
8 ar cu ../libplot ${OBJS}
1ee7105a
SL
9
10clean:
11 rm -f ${OBJS} errs a.out core