added new devices.
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sat, 12 Nov 1983 07:19:14 +0000 (23:19 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sat, 12 Nov 1983 07:19:14 +0000 (23:19 -0800)
SCCS-vsn: lib/libplot/Makefile 4.7

usr/src/lib/libplot/Makefile

index 6559fce..74c3893 100644 (file)
@@ -1,7 +1,9 @@
-#      Makefile        4.7     83/11/10
+#      Makefile        4.7     83/11/11
 #
 #
-ALL=   libplot lib4014 lib300 lib300s lib450 libvt0
-SUBDIRS=plot t4014 t300 t300s t450 vt0
+ALL=   libplot lib300 lib300s lib4014 lib450 libvt0 \
+       libplotaed libplotbg libplotdumb libplotgigi libplot2648 libplot7221
+SUBDIRS=plot t4014 t300 t300s t450 vt0 \
+       aed bitgraph dumb gigi hp2648 hp7221
 
 all:   ${ALL}
 
 
 all:   ${ALL}
 
@@ -23,6 +25,24 @@ lib450: FRC
 libvt0: FRC
        cd vt0; make ${MFLAGS}
 
 libvt0: FRC
        cd vt0; make ${MFLAGS}
 
+libplotaed: FRC
+       cd aed; make ${MFLAGS}
+
+libplotbg: FRC
+       cd bitgraph; make ${MFLAGS}
+
+libplotdumb: FRC
+       cd dumb; make ${MFLAGS}
+
+libplotgigi: FRC
+       cd gigi; make ${MFLAGS}
+
+libplot2648: FRC
+       cd hp2648; make ${MFLAGS}
+
+libplot7221: FRC
+       cd hp7221; make ${MFLAGS}
+
 FRC:
 
 install: all
 FRC:
 
 install: all