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,13 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libmgrs.a
AUTOMAKE_OPTIONS = no-dependencies
libmgrs_a_CXXFLAGS = -DCOMPACTED_DISK_REP -DPORTABLE_DB -I../../DtMmdb \
-I../../DtMmdb/dti_excs
libmgrs_a_SOURCES = ../../DtMmdb/mgrs/managers.C \
../../DtMmdb/mgrs/misc.C \
../../DtMmdb/mgrs/query_mgr.C \
../../DtMmdb/mgrs/template_mgr.C