visualize module dependencies

2012-11-18 Thread David Ostrovsky
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

Re: visualize module dependencies

2012-11-18 Thread Enrico Weigelt
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