visualize module dependencies
David Ostrovsky
david.ostrovsky at gmx.de
Sun Nov 18 14:59:58 PST 2012
Hi,
modules_dep utility can produce graphviz output now (thank you Norbert
for not writing it in perl ;-).
This command generates the dependency graph of all LO modules:
find $SRC_DIR -name build.lst | sed 's/prj.*//' | xargs
$DEV_TOOLS_DIR/modules_dep/modules_dep.bin -s -c solenv -g | grep -v
tail_build | dot -Tpng -o lo_modules.png
Deep pink are modules that still not migrated to gbuild:
http://ostrovsky.org/libo/lo_modules.png
Ciao
David
More information about the LibreOffice
mailing list