cac726a5 | # |
93513b56 | # db_berkeley Makefile |
f6f08b71 | # |
cac726a5 | |
f6f08b71 | include ../../src/Makefile.defs |
cac726a5 | auto_gen= |
9996f65a | NAME=kambdb_recover |
cac726a5 | |
f6f08b71 | include ../../src/Makefile.sources |
cac726a5 | # if you want to tune or reset flags #DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include |
73e46e95 | DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \ |
d336a861 | -I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include |
f6f08b71 | |
73e46e95 | LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb |
7703bf92 | |
f6f08b71 | include ../../src/Makefile.rules |
93513b56 | modules: |
7703bf92 |