Re: objects direcotory

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

 



Александр Нескажу 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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux