cppfile.inc - don't set BUIT_SOURCES or CLEANFILES here as they overwrite (or in case of the CLEANFILES +=...) ignore the settings. Do those in the Makefile.am always. We still need a better way to preprocess generic files. cppfile.inc will only work for one file per Makefile...
15 lines
274 B
Makefile
15 lines
274 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
include ../../tooltalk.inc
|
|
|
|
noinst_SCRIPTS = ttce2xdr
|
|
BUILT_SOURCES = ttce2xdr
|
|
CLEANFILES = ttce2xdr
|
|
|
|
AM_CPPFLAGS = $(TIRPCINC) $(TT_VERSION_DEFINE)
|
|
|
|
CPPTARGET = ttce2xdr
|
|
CPPSRC = ttce2xdr.cpp
|
|
|
|
include $(top_builddir)/include/cppfile.inc
|