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

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

diff --git a/usr/src/lib/libplot/t450/Makefile b/usr/src/lib/libplot/t450/Makefile
new file mode 100644 (file)
index 0000000..632e3bf
--- /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
+
+../libt450.a:  ${OBJS}
+       ar cu ../libt450.a ${OBJS}
+
+clean:
+       rm -f ${OBJS} errs a.out core