logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

makefile2graph - Creates a graph of dependencies from GNU-Make

Author

       Pierre Lindenbaum (@yokofakun)

.1                                                17 Sept 2014                                     make2graph(1)

Description

       Creates  a  graph  of  dependencies  from GNU-Make; Output is a graphiz-dot file or a Gexf-XML file. sub-
       makefiles are not supported.

Name

       makefile2graph - Creates a graph of dependencies from GNU-Make

Options

-f     formats :(x) XML output (gexf), (E) print a list of deepest targets, (l) print a list of  targets,
              (d) dot output (default)

       -b     print file basename

       -s     print file extension

       -r     show root node

       -v     print version

See Also

makefile2graph(1), make(1), dot(1)

Synopsis

       make -Bnd | make2graph > output.dot

See Also