slackbuilds/system/makefile2graph
B. Watson adfe238f3f
system/makefile2graph: Updated for version 2021.11.06.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-06-18 09:09:52 +07:00
..
README system/makefile2graph: Fix README. 2022-02-09 09:35:10 +07:00
makefile2graph.SlackBuild system/makefile2graph: Updated for version 2021.11.06. 2022-06-18 09:09:52 +07:00
makefile2graph.info system/makefile2graph: Updated for version 2021.11.06. 2022-06-18 09:09:52 +07:00
slack-desc

README

makefile2graph (creates a dependency graph from a Makefile)

Creates a graph of dependencies from GNU make Makefile.

Output is a graphviz dot file, a Gexf-XML file, or a list of the
deepest independent targets that should be made. Sub-Makefiles are not
supported.

Optional dependencies: To actually generate visual graphs, you will
need or or both of:

graphics/graphviz
graphics/graph-easy

Example: If there's a Makefile in the current directory, try this:

  make -Bnd | make2graph | dot -Tpng > graph.png