dtinfo: make auxillary libs and programs build

This commit is contained in:
Chase
2021-02-27 21:21:34 -06:00
committed by Jon Trulson
parent 08622925c8
commit 58ccd05459
38 changed files with 585 additions and 98 deletions

View File

@@ -0,0 +1,22 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libstorage.a
AUTOMAKE_OPTIONS = no-dependencies
libstorage_a_CXXFLAGS = -DPORTABLE_DB -I../../DtMmdb -I../../DtMmdb/dti_excs
libstorage_a_SOURCES = ../../DtMmdb/storage/abs_storage.C \
../../DtMmdb/storage/chunks_index.C \
../../DtMmdb/storage/heap_comp_funcs.C \
../../DtMmdb/storage/lru.C \
../../DtMmdb/storage/page.C \
../../DtMmdb/storage/page_cache.C \
../../DtMmdb/storage/page_rep.C \
../../DtMmdb/storage/page_storage.C \
../../DtMmdb/storage/rep_cell.C \
../../DtMmdb/storage/rep_policy.C \
../../DtMmdb/storage/store_test.C \
../../DtMmdb/storage/unixf_storage.C \
../../DtMmdb/storage/version.C \
../../DtMmdb/storage/vm_storage.C