... | ... |
@@ -1,23 +1,22 @@ |
1 |
-# $Id: Makefile 882 2006-05-30 15:31:09Z miconda $ |
|
2 | 1 |
# |
3 | 2 |
# db_berkeley Makefile |
4 |
-# |
|
3 |
+# |
|
5 | 4 |
|
6 |
-include ../../Makefile.defs |
|
5 |
+include ../../src/Makefile.defs |
|
7 | 6 |
|
8 | 7 |
auto_gen= |
9 | 8 |
NAME=kambdb_recover |
10 | 9 |
|
11 |
-include ../../Makefile.sources |
|
10 |
+include ../../src/Makefile.sources |
|
12 | 11 |
|
13 | 12 |
# if you want to tune or reset flags |
14 | 13 |
#DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include |
15 | 14 |
DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
16 | 15 |
-I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include |
17 |
- |
|
16 |
+ |
|
18 | 17 |
LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
19 | 18 |
|
20 |
-include ../../Makefile.rules |
|
19 |
+include ../../src/Makefile.rules |
|
21 | 20 |
|
22 | 21 |
modules: |
23 | 22 |
|
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5099 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -13,7 +13,7 @@ include ../../Makefile.sources |
13 | 13 |
# if you want to tune or reset flags |
14 | 14 |
#DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include |
15 | 15 |
DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
16 |
- -I$(SYSBASE)/include |
|
16 |
+ -I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include |
|
17 | 17 |
|
18 | 18 |
LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
19 | 19 |
|
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4602 689a6050-402a-0410-94f2-e92a70836424
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4472 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -12,10 +12,10 @@ include ../../Makefile.sources |
12 | 12 |
|
13 | 13 |
# if you want to tune or reset flags |
14 | 14 |
#DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include |
15 |
-DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
|
15 |
+DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
|
16 | 16 |
-I$(SYSBASE)/include |
17 | 17 |
|
18 |
-LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
|
18 |
+LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
|
19 | 19 |
|
20 | 20 |
include ../../Makefile.rules |
21 | 21 |
|
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2864 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
# $Id: Makefile 882 2006-05-30 15:31:09Z miconda $ |
2 | 2 |
# |
3 |
-# serunix Makefile |
|
3 |
+# db_berkeley Makefile |
|
4 | 4 |
# |
5 | 5 |
|
6 | 6 |
include ../../Makefile.defs |
... | ... |
@@ -17,6 +17,7 @@ DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
17 | 17 |
|
18 | 18 |
LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
19 | 19 |
|
20 |
-all: |
|
20 |
+include ../../Makefile.rules |
|
21 |
+ |
|
22 |
+modules: |
|
21 | 23 |
|
22 |
-#include ../../Makefile.rules |
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2850 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -16,5 +16,7 @@ DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
16 | 16 |
-I$(SYSBASE)/include |
17 | 17 |
|
18 | 18 |
LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
19 |
- |
|
20 |
-include ../../Makefile.rules |
|
19 |
+ |
|
20 |
+all: |
|
21 |
+ |
|
22 |
+#include ../../Makefile.rules |
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2844 689a6050-402a-0410-94f2-e92a70836424
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+# $Id: Makefile 882 2006-05-30 15:31:09Z miconda $ |
|
2 |
+# |
|
3 |
+# serunix Makefile |
|
4 |
+# |
|
5 |
+ |
|
6 |
+include ../../Makefile.defs |
|
7 |
+ |
|
8 |
+auto_gen= |
|
9 |
+NAME=bdb_recover |
|
10 |
+ |
|
11 |
+include ../../Makefile.sources |
|
12 |
+ |
|
13 |
+# if you want to tune or reset flags |
|
14 |
+#DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include |
|
15 |
+DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
|
16 |
+ -I$(SYSBASE)/include |
|
17 |
+ |
|
18 |
+LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
|
19 |
+ |
|
20 |
+include ../../Makefile.rules |