1999-01-10 18:46:03 +00:00
|
|
|
--- Makefile.options Tue Oct 20 20:19:08 1998
|
|
|
|
+++ /home/andy/tmp/wrk/Makefile.options Tue Jan 5 17:08:02 1999
|
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
LEX = flex
|
1998-09-09 19:22:37 +00:00
|
|
|
|
1999-01-10 18:46:03 +00:00
|
|
|
# Favourite flags for favourite compiler
|
|
|
|
-CCFLAGS = -g
|
|
|
|
+CCFLAGS = $(CFLAGS)
|
1998-09-09 19:22:37 +00:00
|
|
|
|
1999-01-10 18:46:03 +00:00
|
|
|
# Please don't change the next three lines unless you know what you are doing..
|
|
|
|
AROPTIONS = rc
|
|
|
|
@@ -26,7 +26,7 @@
|
|
|
|
LIBDIR = ../lib
|
1998-09-09 19:22:37 +00:00
|
|
|
|
1999-01-10 18:46:03 +00:00
|
|
|
# Add extra include dirs here
|
|
|
|
-IFLAGS = -I$(IDIR)
|
2000-01-03 03:38:10 +00:00
|
|
|
+IFLAGS = -I$(IDIR) -I$(X11BASE)/include -I$(LOCALBASE)/include/tcl8.2 -I$(LOCALBASE)/include/tk8.2
|
1998-09-09 19:22:37 +00:00
|
|
|
|
1999-01-10 18:46:03 +00:00
|
|
|
# Add extra directories where you want the abacus to search for libraries here
|
|
|
|
LFLAGS = -L/usr/local/lib -L/usr/X11R6/lib -L$(LIBDIR) -L.
|