
#
#	Makefile for xview based text "table" widget.
#

LIB	= libtbl.a
INCLUDE	= Table_defs.h
cflags  = -I/usr/openwin/include 

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include	$(DSAPMAKE)

libtbl.a : Table.o
	$(AR) $(ARFLAGS) $@ Table.o
	$(RANLIB) $@

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