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

SHELL = /bin/sh

#
# Variables
#

CFLAGS=  -fwritable-strings -g

LIBS=-lm -ldl -ltcl8.2 -ltk8.2   -L/usr/X11/lib

.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}