#
# $Header: Makefile,v 1.1 87/09/17 13:04:09 root Exp $
#
#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident	"@(#)graf:src/dev.d/tek4000.d/lib/Makefile	1.7"
###
### Standard Constants
###

ROOT     =
LROOT    = 
BIN      = $(ROOT)/$(LROOT)/usr/bin/graf
LIB      = tek.a

INC	 = $(ROOT)/usr/include
LINC	 = ../include
LINC2    = ../../../../include

CC       = cc
CFLAGS   = -c -O -I$(INC) -I$(LINC) -I$(LINC2) $(FFLAG)


#top#
# Generated by makefile 1.44    Wed Mar 20 10:52:40 EST 1985

MAKEFILE = Makefile


LIBRARY = tek.a

OBJECTS =  addrbuf.o chplot.o circarc.o clip.o getacur.o getcraw.o getline.o \
	getpoint.o getpos.o inarea.o locacur.o scaleoff.o setmode.o \
	tekalpha.o tekarc.o tekflush.o tekinit.o teklines.o tekmove.o \
	tektext.o tekxy.o unscaleoff.o xytek.o xytekl.o

SOURCES =  addrbuf.c chplot.c circarc.c clip.c getacur.c getcraw.c getline.c \
	getpoint.c getpos.c inarea.c locacur.c scaleoff.c setmode.c \
	tekalpha.c tekarc.c tekflush.c tekinit.c teklines.c tekmove.c \
	tektext.c tekxy.c unscaleoff.c xytek.c xytekl.c

ALL:		$(LIBRARY)

$(LIBRARY):	$(LIBRARY)(xytekl.o) $(LIBRARY)(xytek.o) \
		$(LIBRARY)(unscaleoff.o) $(LIBRARY)(tekxy.o) \
		$(LIBRARY)(tektext.o) $(LIBRARY)(tekmove.o) \
		$(LIBRARY)(teklines.o) $(LIBRARY)(tekinit.o) \
		$(LIBRARY)(tekflush.o) $(LIBRARY)(tekarc.o) \
		$(LIBRARY)(tekalpha.o) $(LIBRARY)(setmode.o) \
		$(LIBRARY)(scaleoff.o) $(LIBRARY)(locacur.o) \
		$(LIBRARY)(inarea.o) $(LIBRARY)(getpos.o) \
		$(LIBRARY)(getpoint.o) $(LIBRARY)(getline.o) \
		$(LIBRARY)(getcraw.o) $(LIBRARY)(getacur.o) \
		$(LIBRARY)(clip.o) $(LIBRARY)(circarc.o) \
		$(LIBRARY)(chplot.o) $(LIBRARY)(addrbuf.o) 



clean:
	rm -f $(OBJECTS)
	
clobber:	
	rm -f $(OBJECTS) $(LIBRARY)

newmakefile:
	makefile -m -f $(MAKEFILE) -L $(LIBRARY)  -s LINC2 $(LINC2) -s INC $(INC) -s LINC $(LINC)
#bottom#
install      : $(LIBRARY)
	cpset $(LIBRARY) $(LIB)
	
###########
	
listings     : $(SOURCES)
	pr -h "     teklib.d     " $(SOURCES) | lp
