# $Id: Makefile,v 1.2 2001/08/19 12:25:42 issever Exp $

OFILES = tkAppInit.o
INC    = -I/usr/include/tcl8.0-int/generic -I/home/issever/local2/a/itcl3.0/itcl/generic
LIB    = -L/usr/lib -ltcl8.0 -ltk8.0 -litcl3.0 -litk3.0

all: smmfast

smmfast: $(OFILES)
	gcc $(LIB) $(OFILES) \
	-o smmfast

tkAppInit.o: tkAppInit.c
	gcc $(INC) -c tkAppInit.c


# ##############################################################################
# ### LOG MESSAGES
# ### As suggested by the CVS-manual this region is put to the end of the file.
# ##############################################################################
#
# $Log: Makefile,v $
# Revision 1.2  2001/08/19 12:25:42  issever
# Added the cvs keywords Id at start of the file
# and Log at the end of the file
#
#
