date and time created 83/11/10 14:11:56 by ralph
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 11 Nov 1983 06:11:56 +0000 (22:11 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 11 Nov 1983 06:11:56 +0000 (22:11 -0800)
SCCS-vsn: lib/libplot/hp2648/Makefile 4.1

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

diff --git a/usr/src/lib/libplot/hp2648/Makefile b/usr/src/lib/libplot/hp2648/Makefile
new file mode 100644 (file)
index 0000000..4df8d24
--- /dev/null
@@ -0,0 +1,13 @@
+#      Makefile        4.1     83/11/10
+#
+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
+
+../lib2648:    ${OBJS}
+       ar cu ../lib2648 ${OBJS}
+
+${OBJS}:       hp2648.h
+
+clean:
+       rm -f ${OBJS} errs a.out core