# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.

#	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	"$Header: Makefile 1.4 89/10/10 $@(#)graf:src/dev.d/tek4000.d/lib/Makefile	1.7"
###
### Standard Constants
###

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

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

CC       = cc
CFLAGS   = -c -O -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): $&	$(OBJECTS)
		-rm -f $(LIBRARY)
		$(AR) r $(LIBRARY) $(OBJECTS)

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
