|
@@ -1,23 +1,22 @@
|
|
|
-# $Id: Makefile 882 2006-05-30 15:31:09Z miconda $
|
|
|
#
|
|
|
# db_berkeley Makefile
|
|
|
-#
|
|
|
+#
|
|
|
|
|
|
-include ../../Makefile.defs
|
|
|
+include ../../src/Makefile.defs
|
|
|
|
|
|
auto_gen=
|
|
|
NAME=kambdb_recover
|
|
|
|
|
|
-include ../../Makefile.sources
|
|
|
+include ../../src/Makefile.sources
|
|
|
|
|
|
# if you want to tune or reset flags
|
|
|
#DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include
|
|
|
DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
|
|
|
-I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include
|
|
|
-
|
|
|
+
|
|
|
LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
|
|
|
|
|
|
-include ../../Makefile.rules
|
|
|
+include ../../src/Makefile.rules
|
|
|
|
|
|
modules:
|
|
|
|