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: Jonathan Carse
Subject: Re: Naming object files according to target
Date: Fri, 8 May 2009 12:28:33 +0300

Exactly what I was looking for, thanks :)

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


_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make


reply via email to

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