This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > makefile2graph (1.5.0)

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

Maintained by: B. Watson
Keywords: dependency,graphviz,gmake
ChangeLog: makefile2graph

Homepage:
https://github.com/lindenb/makefile2graph

Source Downloads:
makefile2graph-1.5.0.tar.gz (7eb822eced522ef03ab29c893e59d2d3)

Download SlackBuild:
makefile2graph.tar.gz
makefile2graph.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds