date and time created 85/09/21 15:05:43 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 Sep 1985 06:05:43 +0000 (22:05 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 Sep 1985 06:05:43 +0000 (22:05 -0800)
SCCS-vsn: lib/libplot/imagen/Makefile 5.1

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

diff --git a/usr/src/lib/libplot/imagen/Makefile b/usr/src/lib/libplot/imagen/Makefile
new file mode 100644 (file)
index 0000000..452f35e
--- /dev/null
@@ -0,0 +1,21 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
+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 scale.o space.o
+
+all:   ../libimagen
+
+../libimagen: ${OBJS}
+       ar cr ../libimagen ${OBJS}
+
+close.o erase.o label.o line.o open.o: imp.h imPcodes.h
+cont.o move.o: imp.h
+
+clean:
+       rm -f *.o