2000-04-02 01:00:24 +00:00
|
|
|
--- makefile.orig Mon Jan 17 06:30:49 2000
|
|
|
|
+++ makefile Thu Mar 30 01:42:40 2000
|
|
|
|
@@ -1,9 +1,9 @@
|
1999-06-06 17:40:06 +00:00
|
|
|
|
|
|
|
-CC = gcc
|
2000-04-02 01:00:24 +00:00
|
|
|
+CC ?= gcc
|
1999-06-06 17:40:06 +00:00
|
|
|
|
|
|
|
####### choose the line that makes the binary faster on your machine
|
|
|
|
# CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops
|
2000-04-02 01:00:24 +00:00
|
|
|
-CFLAGS = -O -Wall -fomit-frame-pointer
|
|
|
|
+CFLAGS += -I${LOCALBASE}/include
|
1999-06-06 17:40:06 +00:00
|
|
|
|
|
|
|
####### debug/tuning options for developers
|
|
|
|
# CFLAGS = -O -Wall -g3 -static
|
2000-04-02 01:00:24 +00:00
|
|
|
@@ -21,7 +21,7 @@
|
1999-06-06 17:40:06 +00:00
|
|
|
### -DQCAPSONLY
|
|
|
|
|
2000-04-02 01:00:24 +00:00
|
|
|
DEFINES = -DGNUFUN
|
|
|
|
-LDFLAGS =
|
|
|
|
+LDFLAGS = -L${LOCALBASE}/lib -lgnugetopt
|
1999-06-06 17:40:06 +00:00
|
|
|
|
|
|
|
OBJ = .o/phalanx.o .o/bcreate.o .o/search.o .o/io.o .o/data.o \
|
2000-04-02 01:00:24 +00:00
|
|
|
.o/evaluate.o .o/genmoves.o .o/moving.o .o/hash.o .o/static.o \
|