Files
cdesktop/cde/lib/tt/bin/scripts/Makefile.am
Jon Trulson 61ab4a5b95 DtWidget: make it build, change include/cppfile.inc a bit
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...
2019-10-26 15:05:52 -06:00

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