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?