date and time created 83/06/27 14:26:23 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 28 Jun 1983 05:26:23 +0000 (21:26 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 28 Jun 1983 05:26:23 +0000 (21:26 -0800)
SCCS-vsn: lib/libplot/vt0/Makefile 4.1

usr/src/lib/libplot/vt0/Makefile [new file with mode: 0644]

diff --git a/usr/src/lib/libplot/vt0/Makefile b/usr/src/lib/libplot/vt0/Makefile
new file mode 100644 (file)
index 0000000..ce2028d
--- /dev/null
@@ -0,0 +1,11 @@
+#      Makefile        4.1     83/06/27
+#
+CFLAGS=        -O
+OBJS=  arc.o box.o circle.o close.o dot.o erase.o label.o \
+       line.o linmod.o move.o open.o point.o space.o subr.o
+
+../libtvt0.a:  ${OBJS}
+       ar cu ../libtvt0.a ${OBJS}
+
+clean:
+       rm -f ${OBJS} errs a.out core