This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: derived sources and parallel builds
Alexandre/Tom,
If no one else is working on it I'm interested in implementing this
hook functionality. Parallel builds will save me a significant amount
of time.
Do you have any hints before I dive in? Is the current CVS head a good
starting point?
TIA
Alex.
Alexandre Oliva writes:
> On Mar 22, 2000, Tom Tromey <tromey@cygnus.com> wrote:
>
> > This might be the best way to go.
> > It is sort of a pain to implement; for each such exe we'd have to do
> > this:
>
> > exe: dummy
> > build the exe
>
> How about
>
> $(exe_OBJECTS): exe-hook
>