<br><br><div><span class="gmail_quote">2007/3/25, Marcel Wiesweg <<a href="mailto:marcel.wiesweg@gmx.de">marcel.wiesweg@gmx.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>with the inclusion of digikamimageplugins, recompilation is now even slower<br>because a change in any source file in libdigikam (=most files) will lead to<br>relinking every single image plugin. And linking is slow these days.
<br><br>I added this to the top <a href="http://Makefile.am">Makefile.am</a> (tabs at the beginning, not spaces):<br><br>fastcompile:<br>        for i in libs utilities digikam kioslave; \<br>        do \<br>                cd $$i; \
<br>                make || exit 1; \<br>                cd ..; \<br>        done<br><br>and a "make fastcompile" skips the imageplugins if you work on the core.<br>I would be interested if a more elegant solution is possible...but please dont
<br>invest more than a few minutes, CMake is coming soon ;-)</blockquote><div><br>no more elegant... <br><br>Perhaps we can use the macro "DO_NOT_COMPILE=imageplugins" when we work only on core...<br><br>Gilles<br>
 </div><br></div><br>