Graphing the DAG generated by make?
Posted
by Robert S. Barnes
on Stack Overflow
See other posts from Stack Overflow
or by Robert S. Barnes
Published on 2010-06-01T06:59:44Z
Indexed on
2010/06/01
7:03 UTC
Read the original article
Hit count: 266
My understanding is that when make
executes, it generates a DAG internally to represent all the dependencies in the project. Is there a way to get at that DAG and graph it, say using something like graphviz? I'm using gnu make on Linux.
© Stack Overflow or respective owner