CC=gcc
CFLAGS=-g -I/usr/athena/include -I/usr/include/tcl -Wall

zwish: tkZephyr.o tkzAppInit.o
	$(CC) -o zwish tkZephyr.o tkzAppInit.o -L/usr/X386/lib -L/usr/athena/lib -ltk -ltcl -lX11 -lzephyr -lcom_err -lkrb -ldes -lm
	
clean:
	rm -f *.o zwish *~