add imagen
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 Sep 1985 06:11:07 +0000 (22:11 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 Sep 1985 06:11:07 +0000 (22:11 -0800)
SCCS-vsn: lib/libplot/Makefile 4.9

usr/src/lib/libplot/Makefile

index 0aa2cb5..9faca63 100644 (file)
@@ -1,9 +1,10 @@
-#      Makefile        4.8     85/05/30
+#      Makefile        4.9     85/09/21
 #
 ALL=   libf77plot libplot lib300 lib300s lib4013 lib4014 lib450 libvt0 \
 #
 ALL=   libf77plot libplot lib300 lib300s lib4013 lib4014 lib450 libvt0 \
-       libplotaed libplotbg libplotdumb libplotgigi libplot2648 libplot7221
+       libplotaed libplotbg libplotdumb libplotgigi libplot2648 \
+       libplot7221 libimagen
 SUBDIRS=tf77 plot t4013 t4014 t300 t300s t450 vt0 \
 SUBDIRS=tf77 plot t4013 t4014 t300 t300s t450 vt0 \
-       aed bitgraph dumb gigi hp2648 hp7221
+       aed bitgraph dumb gigi hp2648 hp7221 imagen
 
 all:   ${ALL}
 
 
 all:   ${ALL}
 
@@ -49,6 +50,9 @@ libplot2648: FRC
 libplot7221: FRC
        cd hp7221; make ${MFLAGS}
 
 libplot7221: FRC
        cd hp7221; make ${MFLAGS}
 
+libimagen: FRC
+       cd imagen; make ${MFLAGS}
+
 FRC:
 
 install: all
 FRC:
 
 install: all