Hi, Does automake support parallel builds? Is it just a matter of doing a gmake -j 5? I see that the generated Makefile contains a loop based on SUBDIRS, so this would make the build sequential. How do others handle parallel building using automake take adavnce of 10 cpu's on a system?
Thanks in advance, fausto..
