add imagen
[unix-history] / usr / src / usr.bin / plot / Makefile
index a78aa5c..8d4e5c8 100644 (file)
@@ -1,14 +1,17 @@
-#      Makefile        4.5     85/01/04
+#      Makefile        4.6     85/09/21
 #
 CFLAGS=        -O
 #
 CFLAGS=        -O
-ALL=   tek t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
-       hpplot hp7221plot debug atoplot plottoa
+ALL=   tek t4013 t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
+       hpplot hp7221plot implot debug atoplot plottoa
 
 all:   ${ALL}
 
 tek:   driver.o
        cc -o tek  driver.o -l4014 -lm
 
 
 all:   ${ALL}
 
 tek:   driver.o
        cc -o tek  driver.o -l4014 -lm
 
+t4013: driver.o
+       cc -o t4013  driver.o -l4013 -lm
+
 t300:  driver.o 
        cc -o t300 driver.o -l300 -lm
 
 t300:  driver.o 
        cc -o t300 driver.o -l300 -lm
 
@@ -39,6 +42,9 @@ hpplot: driver.o
 hp7221plot: driver.o
        cc -o hp7221plot driver.o -lplot7221 -lm
 
 hp7221plot: driver.o
        cc -o hp7221plot driver.o -lplot7221 -lm
 
+implot: driver.o
+       cc -o implot driver.o -lplotimagen -lm
+
 atoplot: atoplot.o
        cc -o atoplot atoplot.o -lplot -lm
 
 atoplot: atoplot.o
        cc -o atoplot atoplot.o -lplot -lm
 
@@ -50,6 +56,7 @@ debug: debug.o
 
 install: all
        install -s tek ${DESTDIR}/usr/bin
 
 install: all
        install -s tek ${DESTDIR}/usr/bin
+       install -s t4013 ${DESTDIR}/usr/bin
        install -s t300 ${DESTDIR}/usr/bin
        install -s t300s ${DESTDIR}/usr/bin
        install -s t450 ${DESTDIR}/usr/bin
        install -s t300 ${DESTDIR}/usr/bin
        install -s t300s ${DESTDIR}/usr/bin
        install -s t450 ${DESTDIR}/usr/bin