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,14 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../tooltalk.tmpl
noinst_SCRIPTS = ttce2xdr
ttce2xdr_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE)
all:: ttce2xdr
CPPTARGET = ttce2xdr
CPPSRC = ttce2xdr.cpp
include $(srcdir)/include/cppfile.tmpl