svn rev #17408: trunk/src/ config/ modules/kdb/db2/ modules/kdb/db2/libdb2/test/

raeburn@MIT.EDU raeburn at MIT.EDU
Tue Oct 4 21:30:02 EDT 2005


Commit By: raeburn

Log Message: 
Move libdb2 makefile stuff down into db2 module subtree.
Some steps towards making module build on Darwin, not there yet.

* aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Substitute DYNOBJEXT and
MAKE_DYNOBJ_COMMAND.
(KRB5_LIB_AUX): Don't define _KDB5_STATIC_LINK.

* config/libnover.in (darwin.exports): New target.
($(LIBBASE)$(DYNOBJEXT)): New target, instead of $(LIBBASE)$(SHLIBVEXT).
(all-libs): Build $(LIBBASE)$(DYNOBJEXT).
(install-shared): Use DYNOBJEXT.

* config/pre.in (DYNOBJEXT, MAKE_DYNOBJ_COMMAND): New variables.
* config/shlib.conf: Set DYNOBJEXT, MAKE_DYNOBJ_COMMAND to the SHLIB versions.
For Darwin, set them to create a .so bundle, and set SHLIB_EXPORT_FILE_DEP to
darwin.exports.

* config/pre.in (DB_DEPLIB, DB_DEPLIB-k5, DB_DEPLIB-sys, DB_VERSION, DB_DEPS,
DB_DEPS-sys, DB_DEPS-k5, DB_DEPS-redirect, DB_LIB, KDB5_DB_LIB): Variables
deleted.
(KDB5_LIBS): Set to just $(KDB5_LIB).

* modules/kdb/db2/Makefile.in (DB_VERSION, DB_DEPS, DB_DEPS-sys, DB_DEPS-k5,
DB_DEPS-redirect, DB_LIB, KDB5_DB_LIB, DB_DEPLIB, DB_DEPLIB-k5, DB_DEPLIB-sys):
Variable definitions moved here from config/pre.in.
(SHLIB_EXPLIBS): Only use gssrpc and KDB5_DB_LIB.

* modules/kdb/db2/libdb2/test/Makefile.in (DB_LIB, DB_DEPLIB): Define here now.



Changed Files:
U   trunk/src/ChangeLog
U   trunk/src/aclocal.m4
U   trunk/src/config/ChangeLog
U   trunk/src/config/libnover.in
U   trunk/src/config/pre.in
U   trunk/src/config/shlib.conf
U   trunk/src/modules/kdb/db2/ChangeLog
U   trunk/src/modules/kdb/db2/Makefile.in
U   trunk/src/modules/kdb/db2/libdb2/test/ChangeLog
U   trunk/src/modules/kdb/db2/libdb2/test/Makefile.in


More information about the cvs-krb5 mailing list