[elephant-cvs] CVS update: elephant/Makefile
blee at common-lisp.net
blee at common-lisp.net
Thu Sep 16 04:11:02 UTC 2004
Update of /project/elephant/cvsroot/elephant
In directory common-lisp.net:/tmp/cvs-serv24722
Modified Files:
Makefile
Log Message:
libmath, bumped version
Date: Thu Sep 16 06:11:01 2004
Author: blee
Index: elephant/Makefile
diff -u elephant/Makefile:1.3 elephant/Makefile:1.4
--- elephant/Makefile:1.3 Sat Sep 4 11:03:37 2004
+++ elephant/Makefile Thu Sep 16 06:11:00 2004
@@ -15,7 +15,7 @@
#DBLIBDIR=/usr/local/lib/db42
#DBINCDIR=/usr/local/include/db42
-INSTALLDIR=/usr/local/share/common-lisp/elephant-0.1/
+INSTALLDIR=/usr/local/share/common-lisp/elephant-0.2/
ifeq (Darwin,$(UNAME))
SHARED=-bundle
@@ -24,7 +24,7 @@
endif
libsleepycat.so: src/libsleepycat.c
- gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC -O3 -o $@ $< -ldb
+ gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC -O3 -o $@ $< -ldb -lm
install: libsleepycat.so
install $< $(INSTALLDIR)
More information about the Elephant-cvs
mailing list