libtool convinience libs with unsermake/scons/cmake/... ?

David Faure faure at kde.org
Thu Jan 12 18:30:01 CET 2006


On Thursday 12 January 2006 18:24, Alexander Neundorf wrote:
> How is this handled by unsermake and scons ?

unsermake uses libtool

scons doesn't support convenience libs afaik.
Most of the time automake Makefile.ams use convenience libs to split sources
in subdir, and with scons you can just specify all source files in one go (e.g. in kdelibs/kio).

When it comes to sharing sources (e.g. in kdebase we share some stuff between
kcontrol and kdesktop), compiling twice seems like a good enough solution to me...

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).



More information about the Kde-buildsystem mailing list