DtSvc: vastly simplify building this library
authorJon Trulson <jon@radscan.com>
Wed, 30 Oct 2019 01:14:17 +0000 (19:14 -0600)
committerJon Trulson <jon@radscan.com>
Wed, 30 Oct 2019 01:17:52 +0000 (19:17 -0600)
commit3ce0527e5267e8b54c9b8b88853e666819db18f7
tree1378f26e0e84f94935baccf6f91a337a237d9051
parent4f8a2e34e5098e9960b2a72d031303fa4ec77ac9
DtSvc: vastly simplify building this library

We take advantage of subdir-object and just build the subdir source
files directly as normal dependencies of libDtSvc in the top level
Makefile.am.

This means the intevening subdirectory Makefiles are no longer needed,
and no need to replicate flags and the like between the
subdirectory Makefile.am files.

Also, no need to build fake .a libs we can't really use.

configure: remove AC_OUTPUT_FILES related the the lib/DtSvc/*
subdirectories.  They are no longer needed.
cde/configure.ac
cde/lib/DtSvc/DtCodelibs/Makefile.am [deleted file]
cde/lib/DtSvc/DtEncap/Makefile.am [deleted file]
cde/lib/DtSvc/DtUtil1/Makefile.am [deleted file]
cde/lib/DtSvc/DtUtil2/Makefile.am [deleted file]
cde/lib/DtSvc/DtXpm/Makefile.am [deleted file]
cde/lib/DtSvc/Makefile.am