Makefile 477 B

12345678910111213141516171819202122
  1. #
  2. # db_berkeley Makefile
  3. #
  4. include ../../src/Makefile.defs
  5. auto_gen=
  6. NAME=kambdb_recover
  7. include ../../src/Makefile.sources
  8. # if you want to tune or reset flags
  9. #DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include
  10. DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
  11. -I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include
  12. LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
  13. include ../../src/Makefile.rules
  14. modules: