I have a custom generator that places C headers in the
output directory.
Other sources that are built in the same main target as the
sources for
the custom generator find these when they are #include'd. I
have trouble
getting source files in other main targets to include them
though.
What I'm trying to say is that I think I need similar
functionality as
Noel does and I can't find it in the docs...
Any help appreciated.
Thanks,
John.
K. Noel Belcourt wrote:
> Hi,
>
> I'm compiling Fortran 90 with bjam and want to set a
compile flag for
> the Sun F90 compiler to tell it where to search for the
Fortran 90
> modules. Sun's F90 compiler has this flag,
-moddir=path, that will
> let me do this. Is there a bjam variable that I can
access that has
> the target's output directory for the currently
building target? If
> I could get the output directory from bjam, I could
pass it to the
> compiler like this.
>
> project contact
> : requirements
>
<toolset>sun:<fflags>-moddir=$(target-output-di
rectory)
> ;
>
> This would be really handy. Any ideas if or how this
can be done?
>
> -- Noel Belcourt
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
>
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|