$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-03-04 11:05:14
I've written a small utility that can visualize "import" relationship
between jam modules. I have no idea of practical value of this, but at least
I've used Boost.Regex for the first time and got a nice looking picture :-)
Perphaps, it may be usefull to see the Boost.Build structure. Sources and a
generated graph are available at:
http://chronos.cs.msu.su/~ghost/projects/boost-build/
To convert .dot file to .gif, Graphviz tool is needed:
http://www.research.att.com/sw/tools/graphviz/
- Volodya