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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to