tags:

views:

61

answers:

1

Is there a way to get scons to output the directed acyclic graph that it internally generates? In a graphviz format perhaps?

+1  A: 

I don't think so. You can get it to spit out the dependency tree in various detail in an ASCII-art type way, see the --tree=xxx option described on the man page.

Brian Neal