lindenb / makefile2graph

Creates a graph of dependencies from GNU-Make; Output is a graphiz-dot file or a Gexf-XML file.
MIT License
616 stars 62 forks source link

Vertical graph #13

Closed pickfire closed 8 years ago

pickfire commented 8 years ago

It seems that it is really hard to see a horizontal graph, I really hope for an option for a vertical graph.

https://p.iotek.org/w12

lindenb commented 8 years ago

makefile2graph only generates the graph model, there is no layout. It's up to you to use the right tool (gephi, dot...) and the right options to produce what you need