This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: derived sources and parallel builds
>>>>> "Alex" == Alex Hornby <alex@anvil.co.uk> writes:
Alex> Do you have any hints before I dive in? Is the current CVS head
Alex> a good starting point?
CVS head is a good starting point.
There is a HACKING file that explains some rules (which may or may not
apply; I forget exactly what is in it :-)
>> $(exe_OBJECTS): exe-hook
I'm skeptical that this approach will work :-(
Won't this run the hook on every "make"?
Tom