date and time created 85/09/21 16:10:01 by sam
[unix-history] / usr / src / lib / libplot / Makefile
index 74c3893..555be7c 100644 (file)
@@ -1,15 +1,22 @@
-#      Makefile        4.7     83/11/11
+#      Makefile        4.10    85/09/21
 #
 #
-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=   libf77plot libplot lib300 lib300s lib4013 lib4014 lib450 libvt0 \
+       libplotaed libplotbg libplotdumb libplotgigi libplot2648 \
+       libplot7221 libplotimagen
+SUBDIRS=tf77 plot t4013 t4014 t300 t300s t450 vt0 \
+       aed bitgraph dumb gigi hp2648 hp7221 imagen
 
 all:   ${ALL}
 
 
 all:   ${ALL}
 
+libf77plot: FRC
+       cd tf77; make ${MFLAGS}
+
 libplot: FRC
        cd plot; make ${MFLAGS}
 
 libplot: FRC
        cd plot; make ${MFLAGS}
 
+lib4013: FRC
+       cd t4013; make ${MFLAGS}
+
 lib4014: FRC
        cd t4014; make ${MFLAGS}
 
 lib4014: FRC
        cd t4014; make ${MFLAGS}
 
@@ -43,6 +50,9 @@ libplot2648: FRC
 libplot7221: FRC
        cd hp7221; make ${MFLAGS}
 
 libplot7221: FRC
        cd hp7221; make ${MFLAGS}
 
+libplotimagen: FRC
+       cd imagen; make ${MFLAGS}
+
 FRC:
 
 install: all
 FRC:
 
 install: all