autoconf
[Top][All Lists]
Advanced

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

Re: objects direcotory


From: Bob Proulx
Subject: Re: objects direcotory
Date: Mon, 24 Sep 2007 12:45:56 -0600
User-agent: Mutt/1.5.9i

Александр Нескажу wrote:
> How can I put all object files (*.o) in separate directory? Like 
> myproject/obj/. Not for shared library over libtool.

Use a "VPATH" build.  Create a directory specifically for the build
and the compile options that you prefer and then reference the
configure script by a path to it.

  mkdir obj
  cd obj
  ../configure CFLAGS=-g
  make

Bob




reply via email to

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