> Date: Mon, 11 Feb 2008 01:35:37 +0100 > From: Alexander Kriegisch <[EMAIL PROTECTED]> > Cc: [email protected] > > This is an interesting question. I experimented a bit and tried to solve > a more general problem, too: visualising makefile dependencies. I found > a Perl module named Makefile::GraphViz and used it to build a bash > script + a little perl helper script and added it to an open source > project's SVN reopsitory. You might want to take a look at > http://www.freetz.org/wiki/visualise_makefile.
Instead of using Perl, how about adding code to Make itself to output the data required for visualization by dotty? _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
