Graphing the DAG generated by make?

后端 未结 2 704
一向
一向 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: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.

提交回复
热议问题