date and time created 83/11/11 15:13:06 by ralph
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sat, 12 Nov 1983 07:13:06 +0000 (23:13 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sat, 12 Nov 1983 07:13:06 +0000 (23:13 -0800)
SCCS-vsn: lib/libplot/aed/Makefile 4.1

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

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