[elephant-cvs] CVS update: elephant/Makefile
blee at common-lisp.net
blee at common-lisp.net
Thu Feb 24 01:06:25 UTC 2005
Update of /project/elephant/cvsroot/elephant
In directory common-lisp.net:/tmp/cvs-serv4345
Modified Files:
Makefile
Log Message:
updates for sbcl unicode, sleepycat 4.3, new sequences and degree-2
Date: Thu Feb 24 02:06:20 2005
Author: blee
Index: elephant/Makefile
diff -u elephant/Makefile:1.5 elephant/Makefile:1.6
--- elephant/Makefile:1.5 Tue Sep 21 03:38:56 2004
+++ elephant/Makefile Thu Feb 24 02:06:20 2005
@@ -7,13 +7,13 @@
SHELL=/bin/sh
UNAME:=$(shell uname -s)
-DB42DIR=/usr/local/BerkeleyDB.4.2
-DBLIBDIR=$(DB42DIR)/lib/
-DBINCDIR=$(DB42DIR)/include/
+DB43DIR=/db/ben/lisp/db43
+DBLIBDIR=$(DB43DIR)/lib/
+DBINCDIR=$(DB43DIR)/include/
# *BSD users will probably want
-#DBLIBDIR=/usr/local/lib/db42
-#DBINCDIR=/usr/local/include/db42
+#DBLIBDIR=/usr/local/lib/db43
+#DBINCDIR=/usr/local/include/db43
ifeq (Darwin,$(UNAME))
SHARED=-bundle
@@ -22,5 +22,5 @@
endif
libsleepycat.so: src/libsleepycat.c
- gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC -O3 -o $@ $< -ldb -lm
+ gcc $(SHARED) -Wall -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC -O3 -o $@ $< -ldb -lm
More information about the Elephant-cvs
mailing list