Graphing the DAG generated by make?

后端 未结 2 703
一向
一向 2021-02-06 01:03

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

相关标签:
2条回答
  • 2021-02-06 01:07

    You should try using Makefile::GraphViz's gvmake utility to create the graphs you want

    0 讨论(0)
  • 2021-02-06 01:15

    For the code side of things, doxygen will produce dependency diagrams between source and header files, if that is what you are interested in, without the use of make.

    0 讨论(0)
提交回复
热议问题