$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-06-15 05:19:28
On Sunday 15 June 2008 05:27:25 Jonathan Biggar wrote:
> The boost-install rule only allows me to specify just the library
> projects to be installed, and takes care of the header files in
> boost/<libname> itself. But this isn't adequate for my library, which
> pregenerates C++ header files that need to be installed in
> boost/<libname>, and also miscellaneous non-code library files that need
> to be installed in lib/<libname>/...
boost-install does not install anything in "lib/<libname>/..." -- all libraries
go to "lib/...". Can you clarify what other non-code files you want to be
installed? We sure can change boost-install to install extra things, but I
suspect they should to to "share", not "lib".
- Volodya