DtMmdb: move to lib directory as a standalone library.

This commit is contained in:
Liang Chang
2022-01-13 00:15:14 +08:00
parent f3baea9faa
commit e93b2bc626
589 changed files with 31 additions and 2985 deletions

View File

@@ -0,0 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LTLIBRARIES = libstorage.la
libstorage_la_CXXFLAGS = -DPORTABLE_DB -I..
libstorage_la_SOURCES = abs_storage.C chunks_index.C heap_comp_funcs.C \
lru.C page.C page_cache.C \
page_rep.C page_storage.C rep_cell.C \
rep_policy.C store_test.C unixf_storage.C \
version.C vm_storage.C