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