head     1.3;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     86.03.12.14.56.24;  author root;  state Exp;
branches ;
next     1.2;

1.2
date     86.03.12.14.46.25;  author root;  state Exp;
branches ;
next     1.1;

1.1
date     86.03.12.14.43.36;  author root;  state Exp;
branches ;
next     ;


desc
@initial checkin for release 3.04
@


1.3
log
@sorry, typo in twsplot line.
@
text
@#
# $Header: Makefile,v 1.2 86/03/12 14:46:25 root Exp $
#
# $Log:	Makefile,v $
# Revision 1.2  86/03/12  14:46:25  root
# added twsplot
# 
# Revision 1.1  86/03/12  14:43:36  root
# Initial revision
# 
#
#	Makefile	4.4	83/11/11
#
CFLAGS=	-O
ALL=	twsplot tek t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
	hpplot hp7221plot debug atoplot plottoa

all:	${ALL}

twsplot:	driver.o
	cc -o twsplot driver.o -ltws -lbm -lvt -lm

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

aedplot: driver.o
	cc -o aedplot driver.o -lplotaed

bgplot: driver.o
	cc -o bgplot driver.o -lplotbg -lm

crtplot: crtdriver.o crtplot.o
	cc -o crtplot crtdriver.o crtplot.o -lcurses -ltermcap -lm

dumbplot: driver.o
	cc -o dumbplot driver.o -lplotdumb -ltermcap -lm

gigiplot: driver.o
	cc -o gigiplot driver.o -lplotgigi -lm

hpplot: driver.o
	cc -o hpplot driver.o -lplot2648 -lm

hp7221plot: driver.o
	cc -o hp7221plot driver.o -lplot7221 -lm

atoplot: atoplot.o
	cc -o atoplot atoplot.o -lplot -lm

plottoa: plottoa.o
	cc -o plottoa plottoa.o

debug: debug.o
	cc -o debug debug.o

install: all
	install -s twsplot ${DESTDIR}/usr/bin
	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 aedplot $(DESTDIR)/usr/bin
	install -s bgplot ${DESTDIR}/usr/bin
	install -s crtplot ${DESTDIR}/usr/bin
	install -s dumbplot ${DESTDIR}/usr/bin
	install -s gigiplot ${DESTDIR}/usr/bin
	install -s hpplot ${DESTDIR}/usr/bin
	install -c plot.sh ${DESTDIR}/usr/bin/plot

clean:
	rm -f *.o ${ALL} a.out core errs rslts
@


1.2
log
@added twsplot
@
text
@d2 1
a2 1
# $Header: Makefile,v 1.1 86/03/12 14:43:36 root Exp $
d5 3
d20 2
a21 2
twsplot: driver.o
        cc -o twsplot driver.o -ltws -lbm -lvt -lm
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d4 4
a7 1
# $Log$
d12 1
a12 1
ALL=	tek t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
d17 3
d63 1
d77 1
a77 1
	rm -f *.o ${ALL} a.out core errs
@
