lib/tt: add automake files

This commit is contained in:
Chase
2019-10-22 20:03:28 -05:00
committed by Jon Trulson
parent 63956c4f61
commit 500b30b2b3
20 changed files with 396 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../tooltalk.tmpl
bin_PROGRAMS = ttdbck
ttdbck_LDADD = $(LIBTT) $(X_LIBS) ../../slib/libstt.a ../../mini_isam/libisam.a
if LINUX
ttdbck_LDADD += $(TIRPCLIB) $(XTOOLLIB)
endif
if SUN
ttdbck_LDADD += $(XTOOLLIB)
endif
if OPENBSD
ttdbck_LDADD += $(XTOOLLIB)
endif
ttdbck_CXXFLAGS += $(TIRPCINC) -I../../slib -I../../lib -I../../mini_isam \
$(TT_VERSION_DEFINE)
ttdbck_SOURCES = binkey.C binkey_utils.C common.C \
options.C options_tt.C prop.C \
prop_utils.C spec.C spec_repair.C \
spec_utils.C ttdbck.C