On Tue, May 5, 2009 at 7:52 PM, Greg Chicares
<address@hidden> wrote:
On 2009-05-05 16:09Z, Jonathan Carse wrote:
>
> The ultimate solution is to have a Visual Studio type of structure where all
> the release objs will go to /bin/release and all of the debug objs will go
> to /bin/debug
>
> But how can I make it so 'make' can compile incrementally with these obj
> dirs?
Build in the target directory (e.g., "/bin/release" above),
using VPATH to find the source files. See:
http://mad-scientist.us/make/multi-arch.html