date and time created 85/01/02 20:29:43 by jak
[unix-history] / usr / src / lib / libplot / Makefile
index 36d5088..74c3893 100644 (file)
@@ -1,7 +1,9 @@
-#      Makefile        4.6     83/09/21
+#      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