help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Naming object files according to target


From: Greg Chicares
Subject: Re: Naming object files according to target
Date: Tue, 05 May 2009 16:52:58 +0000
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]