; <[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'
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
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
>
* 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
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
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
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,
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
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_
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.
>
>
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
11 matches
Mail list logo