2000-04-19 19:22:03 +00:00
|
|
|
--- Makefile.orig Thu Feb 24 03:29:29 2000
|
|
|
|
+++ Makefile Thu Feb 24 03:42:58 2000
|
|
|
|
@@ -6,16 +6,16 @@
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
## C++ compiler to use
|
|
|
|
-CC=g++
|
|
|
|
+CC = ${CXX}
|
|
|
|
|
|
|
|
## C++ compiler flags
|
|
|
|
-CPPFLAGS=-O -ansi
|
|
|
|
+CPPFLAGS = ${CXXFLAGS} -ansi
|
1997-06-30 11:42:18 +00:00
|
|
|
|
|
|
|
## System Includes
|
|
|
|
-SYS_INCLUDES =
|
2000-04-19 19:22:03 +00:00
|
|
|
+SYS_INCLUDE = -I${X11BASE}/include
|
1997-06-30 11:42:18 +00:00
|
|
|
|
|
|
|
## System Libraries
|
2000-04-19 19:22:03 +00:00
|
|
|
-SYS_LIBS = -L/usr/X11R6/lib -lX11
|
|
|
|
+SYS_LIBS = -L${X11BASE}/lib -lX11
|
|
|
|
|
|
|
|
## Archiver
|
|
|
|
AR=ar
|