Are there any good tools for examining Makefiles?

gnu, makefile, visualization

Solution

There is a Perl library for building GraphViz figures from Makefiles:

https://metacpan.org/pod/GraphViz::Makefile

Problem

Large complex make files can be daunting to read and examine. What tools are good for visualizing or otherwise examining a gnu make file?

Original source