--- Makefile	Thu Aug  5 15:19:15 1999
+++ /home/andy/tmp/wrk/Makefile	Thu Aug 26 11:51:51 1999
@@ -10,7 +10,7 @@
 # run `make dist' to make two distribution tarballs.  Your probably won't need this.
 #
 columns: columns.cc
-	g++ -g -Wall columns.cc -D_REENTRANT -lSDL -lpthread -ldl -o columns
+	${CXX} -Wall columns.cc -DPREFIX=\"${PREFIX}\" -D_REENTRANT -I${LOCALBASE}/include -lSDL -pthread -o columns -L${LOCALBASE}/lib
 
 static: columns.cc
 	g++ -g columns.cc -D_REENTRANT -D_SDL_STATIC_LIB -lSDL -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lpthread -o columns
