Re: Generate objects in right directory

2008-09-08 Thread Jeroen N. Witmond [Bahco]
; <[EMAIL PROTECTED]> > To: "Jeroen N. Witmond [Bahco]" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; > Sent: Monday, September 08, 2008 10:42 AM > Subject: Re: Generate objects in right directory > > >> It doesn't work : this command don'

Re: Generate objects in right directory

2008-09-08 Thread Sebastien REYNES
al Message - From: "Sebastien REYNES" <[EMAIL PROTECTED]> To: "Jeroen N. Witmond [Bahco]" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Monday, September 08, 2008 10:42 AM Subject: Re: Generate objects in right directory > It doesn't work : this co

Re: Generate objects in right directory

2008-09-08 Thread Sebastien REYNES
Bahco]" <[EMAIL PROTECTED]> To: "Sebastien REYNES" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Friday, September 05, 2008 5:09 PM Subject: Re: Generate objects in right directory > Add > AUTOMAKE_OPTIONS = subdir-objects > to the Makefile.am >

Re: Generate objects in right directory

2008-09-06 Thread Ralf Wildenhues
* Sebastien REYNES wrote on Fri, Sep 05, 2008 at 04:44:54PM CEST: > Yes I have read this but I believe this solution don't answer to my > need. In fact, I must to respect this treeview from root : > > /home/devbdie/ > configure.ac > Makefile > Makefile.am > ... > /home/devbdie/src/module1/ > Makef

Re: Generate objects in right directory

2008-09-05 Thread Jeroen N. Witmond [Bahco]
Add AUTOMAKE_OPTIONS = subdir-objects to the Makefile.am > Yes I have read this but I believe this solution don't answer to my need. > In fact, I must to respect this treeview from root : > > /home/devbdie/ > configure.ac > Makefile > Makefile.am > ... > /home/devbdie/src/module1/ > Makefile > M

Re: Generate objects in right directory

2008-09-05 Thread Sebastien REYNES
Yes I have read this but I believe this solution don't answer to my need. In fact, I must to respect this treeview from root : /home/devbdie/ configure.ac Makefile Makefile.am ... /home/devbdie/src/module1/ Makefile Makefile.am module1.c ... /home/devbdie/src/module2/ Makefile Makefile.am module2

Re: Generate objects in right directory

2008-09-05 Thread Alan D. Salewski
On Fri, Sep 05, 2008 at 09:38:04AM +0200, Sebastien REYNES spake thus: > Hello Alan, > > Thank you for your answer. I wonder how to build the VPATH ? When I > launch directly the command "../../src/module1/configure" under the > directory "home/devbdie/obj/module1", it doesn't work. > > Regards,

Re: Generate objects in right directory

2008-09-05 Thread Sebastien REYNES
Hello Alan, Thank you for your answer. I wonder how to build the VPATH ? When I launch directly the command "../../src/module1/configure" under the directory "home/devbdie/obj/module1", it doesn't work. Regards, Sébastien

Re: Generate objects in right directory

2008-09-03 Thread Alan D. Salewski
On Wed, Sep 03, 2008 at 05:41:29PM +0200, Sebastien REYNES spake thus: > Hello, > > How to generate objects files in a dedicated directory ? When I launch > the following Makefile.am in my current directory > /home/devbdie/src/module1, the files *.o are generated in the same > directory. > > lib_

Re: Generate objects in right directory

2008-09-03 Thread Ralf Wildenhues
Hello Sebastien, * Sebastien REYNES wrote on Wed, Sep 03, 2008 at 05:41:29PM CEST: > > How to generate objects files in a dedicated directory ? When I launch > the following Makefile.am in my current directory > /home/devbdie/src/module1, the files *.o are generated in the same > directory. > >

Generate objects in right directory

2008-09-03 Thread Sebastien REYNES
Hello, How to generate objects files in a dedicated directory ? When I launch the following Makefile.am in my current directory /home/devbdie/src/module1, the files *.o are generated in the same directory. lib_LIBRARIES = libcomc.a nodist_libcomc_a_SOURCES = prog1.c prog2.c prog3.c Where can I