$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-06-27 07:58:04
Hi Andrej.
> I was wondering if it is possible to install external
> libraries (for example the boost libraries) into a
> specified directory. I want to deliver a
> self-containing package that includes the boost
> libraries, for example on Linux:
>
> /speedo/bin/speedoclt
> /speedo/bin/speedosrv
> /speedo/lib/libspeedo_base.so
> /speedo/lib/libboost_regex-gcc-422-mt-1.35.so
> /speedo/lib/<other-boost-libs>
>
> So I want to make an install command that copies the
> boost-libraries (for example from /usr/local/lib/) to
> /speedo/lib.
>
> Can this be done?
Does the install rule together with a GLOB or glob-tree rule for
selecting all files in a folder as sources help?
Best regards,
Jurko GospodnetiÄ