$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-02-23 14:50:36
On Friday 23 February 2007 21:45, Kevin Van Horn wrote:
> I have the following Boost Build v2 problem. I have several generated
> header files that are considered part of a particular library. They are
> generated by a rule that is a wrapper around a 'make' rule. The
> generated header files are not dependencies of any source file for the
> library. How do I make it so that these header files can be found by
> other projects that use the library, and dependencies on these header
> files get properly set up?
Does
http://boost.org/boost-build2/doc/html/bbv2/reference/generated_headers.html
help?
- Volodya