File:  [CSRG BSD Unix] / 3BSD / cmd / plot / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

all: tek t300 t300s t450 vplot

tek:	driver.o
	cc -o tek  driver.o -l4014 -lm
t300:	driver.o 
	cc -o t300 driver.o -l300 -lm
t300s:	driver.o 
	cc -o t300s driver.o -l300s -lm
t450:	driver.o 
	cc -o t450 driver.o -l450 -lm
vplot:	chrtab.o vplot.o
	cc -o vplot vplot.o chrtab.o

install:
	install -s tek $(DESTDIR)/usr/bin
	install -s t300 $(DESTDIR)/usr/bin
	install -s t300s $(DESTDIR)/usr/bin
	install -s t450 $(DESTDIR)/usr/bin
	install -s vplot $(DESTDIR)/usr/bin
	install -c plot.sh $(DESTDIR)/usr/bin/plot
clean:
	rm -f *.o tek t300 t300s t450

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.