|
|
1.1 ! root 1: # Makefile 4.7 85/11/11 ! 2: # ! 3: CFLAGS= -O ! 4: ALL= tek t4013 t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \ ! 5: hpplot hp7221plot implot atoplot plottoa ! 6: ! 7: all: ${ALL} debug ! 8: ! 9: tek: driver.o ! 10: cc -o tek driver.o -l4014 -lm ! 11: ! 12: t4013: driver.o ! 13: cc -o t4013 driver.o -l4013 -lm ! 14: ! 15: t300: driver.o ! 16: cc -o t300 driver.o -l300 -lm ! 17: ! 18: t300s: driver.o ! 19: cc -o t300s driver.o -l300s -lm ! 20: ! 21: t450: driver.o ! 22: cc -o t450 driver.o -l450 -lm ! 23: ! 24: aedplot: driver.o ! 25: cc -o aedplot driver.o -lplotaed ! 26: ! 27: bgplot: driver.o ! 28: cc -o bgplot driver.o -lplotbg -lm ! 29: ! 30: crtplot: crtdriver.o crtplot.o ! 31: cc -o crtplot crtdriver.o crtplot.o -lcurses -ltermcap -lm ! 32: ! 33: dumbplot: driver.o ! 34: cc -o dumbplot driver.o -lplotdumb -ltermcap -lm ! 35: ! 36: gigiplot: driver.o ! 37: cc -o gigiplot driver.o -lplotgigi -lm ! 38: ! 39: hpplot: driver.o ! 40: cc -o hpplot driver.o -lplot2648 -lm ! 41: ! 42: hp7221plot: driver.o ! 43: cc -o hp7221plot driver.o -lplot7221 -lm ! 44: ! 45: implot: driver.o ! 46: cc -o implot driver.o -lplotimagen -lm ! 47: ! 48: atoplot: atoplot.o ! 49: cc -o atoplot atoplot.o -lplot -lm ! 50: ! 51: plottoa: plottoa.o ! 52: cc -o plottoa plottoa.o ! 53: ! 54: debug: debug.o ! 55: cc -o debug debug.o ! 56: ! 57: install: all ! 58: -for i in ${ALL}; do \ ! 59: (install -s $$i ${DESTDIR}/usr/bin/$$i); done ! 60: install -c plot.sh ${DESTDIR}/usr/bin/plot ! 61: ! 62: clean: ! 63: rm -f *.o ${ALL} a.out core errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.