Re: build .o files to specific directory using automake

2010-03-18 Thread Dave Hart
On Fri, Mar 19, 2010 at 01:31 UTC, S.C. Leung wrote: > Here is the structure of the project: > project root >  | >  -- src/ >  |     | >  |     -- Many subdirectories/ ... >  -- build/ >  | >  -- srcipts/ >        | >        -- configure script >        | >        -- other tools > > when user run

Re: build .o files to specific directory using automake

2010-03-18 Thread S.C. Leung
Here is the structure of the project: project root | -- src/ | | | -- Many subdirectories/ ... -- build/ | -- srcipts/ | -- configure script | -- other tools when user run ./configure all object files should be generated under build/ directory

Re: build .o files to specific directory using automake

2010-03-18 Thread Ralf Wildenhues
Hello, * scleung wrote on Tue, Mar 16, 2010 at 03:37:36PM CET: > Usually makefile generated by automake will compile each source file and > output .o file in the same directory of the source file. No, that is not true. In the following, all all-caps entities are metasyntactic variables. Let's s

build .o files to specific directory using automake

2010-03-18 Thread scleung
context: http://old.nabble.com/build-.o-files-to-specific-directory-using-automake-tp27918739p27918739.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.

Re: build .o files to specific directory using automake

2010-03-17 Thread Steffen Dettmer
> > > Usually makefile generated by automake will compile each > > > source file and output .o file in the same directory of the > > > source file. How to let automake output .o files to a > > > specific directory at the same time savely link them to my > > > program/library? > > * scleung wrote on

Re: build .o files to specific directory using automake

2010-03-16 Thread Ralf Wildenhues
Hello, the message you reply to doesn't seem to have made it to the list, other than to nabble. It would have been helpful if you quote text you reply to: > > Usually makefile generated by automake will compile each source file > > and output .o file in the same directory of the source file. How

Re: build .o files to specific directory using automake

2010-03-16 Thread scleung
s not work. -- View this message in context: http://old.nabble.com/build-.o-files-to-specific-directory-using-automake-tp27918739p27927240.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.