DtWidget: make it build, change include/cppfile.inc a bit
authorJon Trulson <jon@radscan.com>
Sat, 26 Oct 2019 20:41:09 +0000 (14:41 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 26 Oct 2019 21:05:52 +0000 (15:05 -0600)
commit61ab4a5b9529b37b0f5dfaa5bc542e97cc38436e
tree727da98587b18b2e1a7154797ab7c4e5db3ae8a6
parent1079ffa24050b2cc2ae5ab0ddf62bc5b77fa4ca0
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...
cde/include/cppfile.inc
cde/lib/DtWidget/Makefile.am
cde/lib/tt/bin/scripts/Makefile.am