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


1.1
date	2000.12.21.02.52.33;	author murray;	state Exp;
branches;
next	;


desc
@@


1.1
log
@  More Tcl/Tk support.  The client can now connect to the database and a
little error checking is done in tclbind.c to return useable error
strings.
@
text
@CC=     gcc
CFLAGS= -Wall -g

tclbind.so:	tclbind.c
	$(CC) $(CFLAGS) -I../client -I../common -I/usr/local/include/tcl8.3 -c tclbind.c -o tclbind.o
	ld -Bshareable -x tclbind.o ../client/netops.o ../common/wrappers.o ../client/systool.o ../client/filetree.o -lreadline -o tclbind.so
@
