This should allow an autoregen and ./confiure to work. We only generate Makefiles for lib/* and ./Makefile for now. We'll ad more as we go along. Make still fails as we need to figure out TT - tirpc lib, rpcgen, etc. But it's a start!
16 lines
276 B
Makefile
16 lines
276 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
include ../../tooltalk.tmpl
|
|
|
|
noinst_SCRIPTS = ttce2xdr
|
|
|
|
ttce2xdr_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE)
|
|
|
|
all:: ttce2xdr
|
|
|
|
CPPTARGET = ttce2xdr
|
|
CPPSRC = ttce2xdr.cpp
|
|
|
|
# FIXME - need solution here
|
|
# include $(srcdir)/include/cppfile.tmpl
|