$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eddy Pronk (epronk_at_[hidden])
Date: 2005-08-15 01:13:29
"Nmdepend is a lightweight link-time dependency analyzer for C++. It
uses object files and libraries instead of source-code as input. It can
help to manage package or cross-directory dependencies. Dependencies
can be visualized in combination with Graphviz."
http://nmdepend.sourceforge.net/
nmdepend uses Boost:
- graph
- filesystem
- program_options
Eddy Pronk