slackbuilds/system/makefile2graph
B. Watson 5c59bf4706
system/makefile2graph: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-09 09:35:10 +07:00
..
README system/makefile2graph: Fix README. 2022-02-09 09:35:10 +07:00
makefile2graph.SlackBuild system/makefile2graph: Remove template comment. 2021-10-13 00:51:39 +07:00
makefile2graph.info
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