$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] execute javac/javah before building c++-lib
From: Andrej van der Zee (mavdzee_at_[hidden])
Date: 2009-07-10 04:04:34
Hi,
Thanks for your reply.
>
> Use <dependency> feature to set dependency from mva
> to whatever other target that generates whatever you want.
But how to a define a target that invokes "javac *.java" and then "javah mva_jni"?
> However, note that glob works at parsing time -- it will
> not see any header or source files javah might generate.
> I don't know if that's problem or not.
I am not sure yet!
Thank you,
Andrej