programs/dtinfo: add automake files

This commit is contained in:
Chase
2019-10-23 14:26:33 -05:00
committed by Jon Trulson
parent f8ba07efd1
commit 4e254aee74
35 changed files with 396 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LTLIBRARIES = libstorage.la
libstorage_la_CXXFLAGS = -DC_API -DPORTABLE_DB -I.. -I../dti_excs
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