# Generated automatically from Makefile.in by configure.
#
# Makefile for autoconf (this should just create the program interface)
#

SHELL = /bin/sh

#
# Variables
#

CFLAGS= -fwritable-strings

LIBS=-lm -ldl  -L /usr/local/lib -ltk8.0 -L /usr/local/lib -ltcl8.0 -L /usr/X11R6/lib -lX11 

.SUFFIXES:
.SUFFIXES: .c .o



#
# Targets
#

all: interface
clean: 
	rm *.o interface

interface: interface.o tclinvoke.o hash.o
	$(CC) -o interface interface.o tclinvoke.o hash.o  ${CFLAGS} ${LIBS}