main TODO file ?

David Faure faure at kde.org
Sun Oct 16 22:44:30 CEST 2005


On Saturday 15 October 2005 11:04, Holger Schröder wrote:
> perhaps we could also start a Makefile.am -> SConscript howto, which tells 
> people, what Makefile.am statements could be replaced by which SConscript 
> lines, a kind of a step-by-step guide for other people, which want to create 
> SConscript files. then hopefully the task of creating SConscript files would 
> scale better.

Personally I think it's really too early for that. We first have to try and make
the writing of SConscript files as easy as possible; it shouldn't take more lines
(or more pieces of information, more precisely) than with Makefile.am syntax.
It should also be straightforward - e.g. having to add obj.iskdelib=1 or it_is_a_kdelib() 
to libraries to say that they are not loadable modules seems wrong; shouldn't that be 
kdeobj('shlib') vs kdeobj('module')? The '#' and '##' stuff has to go away too.
OK for the rest it's starting to look quite OK, as far as building is concerned.
We still have much work on the configuration side, but that's another topic.

-- 
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