cdesktopenv/cde/lib
Jon Trulson d183ade8b3 DtSvc: we can't use archive .a libs in building libDtSvc.so
We were building subsets of this library as archive.a objects, then
trying to combine them into a shared object.  This warnings, and link
failures due to the lack of 0fPIC when building the archive libraries.

Now, we do not buld archive libraries, and the main libDtSvc.so
library is build by adding all of the .lo file in the component
subdirectories.

In a future commit, we could just remove the SUBDIR builds (DtUtil1,
etc) and build the sub objects directly.
2019-10-29 18:11:42 -06:00
..
DtHelp Protect inclusions of autotools_config.h with HAVE_CONFIG_H 2019-10-28 15:01:02 -06:00
DtMrm DtMrm: make it build 2019-10-26 16:36:37 -06:00
DtPrint DtPrint: make it build 2019-10-26 16:09:18 -06:00
DtSearch configure: create some convenience AC_SUBST's for the global includes 2019-10-26 14:30:36 -06:00
DtSvc DtSvc: we can't use archive .a libs in building libDtSvc.so 2019-10-29 18:11:42 -06:00
DtTerm DtTerm: make it build 2019-10-26 16:34:29 -06:00
DtWidget DtWidget: make it build, change include/cppfile.inc a bit 2019-10-26 15:05:52 -06:00
DtXinerama DtXinerama: build as shared lib, all dep on libXinerama 2019-10-29 18:07:58 -06:00
csa csa: add dep for reparser.h to fix multicore build 2019-10-26 17:31:59 -06:00
pam lib/pam: add automake files: 2019-10-23 15:34:20 -06:00
tt DtWidget: make it build, change include/cppfile.inc a bit 2019-10-26 15:05:52 -06:00
Imakefile
Makefile.am autotools: many fixups, SUN->SOLARIS, typos, etc 2019-10-23 17:34:55 -06:00