--- makefile.orig	Fri Oct 18 14:39:13 1996
+++ makefile	Sun Apr  4 14:10:57 1999
@@ -15,10 +15,10 @@
 
 # The following line may need to be altered if the Tcl include
 # files are located elsewhere on your system:
-INCLUDES=-I. -I/usr/local/include
+INCLUDES=-I. -I${LOCALBASE}/include/tcl8.2
 
 OPTIONS=-O2
-CFLAGS=$(INCLUDES) $(OPTIONS)
+CFLAGS += $(INCLUDES) $(OPTIONS)
 
 OBJECTS = \
 	e93.o \
@@ -42,7 +42,8 @@
 all : libgui e93
 
 e93 : $(OBJECTS) xgui/libgui.a
-	$(CC) -O $(OBJECTS) -Lxgui/ -lgui -lX11 -ltcl76 -lm -o e93
+	$(CC) ${CFLAGS} -O $(OBJECTS) -Lxgui/ -lgui -L${X11BASE}/lib -lX11 \
+		-L${LOCALBASE}/lib -ltcl82 -lm -o e93
 
 libgui :
 	cd xgui;make

