#
#	libtks implements a X-window based IPC utility that
#	conforms to both version 3 and 4 tk send protocols
#

LIB=		libtks.a
INCLUDE=	tks.h

MAN3=		tks.3

ldflags= 	
ldlibs=	

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)  	
DIRS=
DCFLAGS=   # override the -Kpic to avoid problems linking dbap

OBJS=	tkSend.o
$(LIB) : $(OBJS)
	$(AR) $(ARFLAGS) $@ $(OBJS)
	$(RANLIB) $@



# $Id: Makefile,v 1.1.1.1 1997/04/12 04:19:07 danq Exp $ 
# DO NOT DELETE
