configure/Makefiles for TT: many fixups
authorJon Trulson <jon@radscan.com>
Fri, 25 Oct 2019 02:01:32 +0000 (20:01 -0600)
committerJon Trulson <jon@radscan.com>
Fri, 25 Oct 2019 02:06:39 +0000 (20:06 -0600)
commitbb4a2c7694ec7dff8ffd1baf620b9dc5b5661ca0
tree34b98362e11f86abf46ae97a52c7f0e0ae3d8f66
parentf55e448fc7e715a57a305cfe880885558a059bdb
configure/Makefiles for TT: many fixups

Redo the way the main CDE libs are specified in configure.ac... The
current way could not work due to evaluation issues, and the fact that
variables like $srcdir and the like are only valid in Makefiles, not
configure.

Use @LIBNAME@ rather then $(LIBNAME) in Makefile.am files - this way
the location is always evaluated when it's run, not in configure -
which can't work for a variety of reasons.

Got some of the TT binaries to build.

Made a new include/cppfile.inc file that can be used to pre-process
files.  The downside is that currently you can only pre-process one
file at a time per Makefile.  Something more robust is needed, but at
least tt/bin/shell now builds.  Will need to come up with a better way.
12 files changed:
cde/configure.ac
cde/include/cppfile.inc [new file with mode: 0644]
cde/lib/tt/bin/dbck/Makefile.am
cde/lib/tt/bin/scripts/Makefile.am
cde/lib/tt/bin/shell/Makefile.am
cde/lib/tt/bin/tt_type_comp/Makefile.am
cde/lib/tt/bin/ttauth/Makefile.am
cde/lib/tt/bin/ttdbserverd/Makefile.am
cde/lib/tt/bin/ttsession/Makefile.am
cde/lib/tt/bin/tttar/Makefile.am
cde/lib/tt/bin/tttrace/Makefile.am
cde/lib/tt/lib/Makefile.am