$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Rahardja (drahardja_at_[hidden])
Date: 2007-04-17 01:25:12
Is there a way to get a list of all the (leaf) dependencies of a target or
file? Say I'd like to get a list of header files that a .cpp file depends
on.
-dr