Re: Problem with circular dependencies

2013-09-16 Thread Jules Colding
On Sep 16, 2013, at 11:38 PM, Xochitl Lunde wrote: > > On Sep 16, 2013, at 4:52 PM, Nate Bargmann wrote: > >>> * On 2013 15 Sep 13:18 -0500, Jules Colding wrote: >> So, how do I tell the top-level Makefile.am that it should traverse all sub-directories building only the libraries,

Re: Problem with circular dependencies

2013-09-16 Thread Miles Bader
Jules Colding writes: > Anyways, thanks for the advises. I'll read the paper on evil > recursiveness and ponder what to do. "Non-recursive make" is indeed a nice paradigm for various reasons, but if you've read earlier threads on this list, actually _implementing_ it is not quite that trivial. Y

RE: Problem with circular dependencies

2013-09-16 Thread Xochitl Lunde
;Cc: automake@gnu.org >Subject: Re: Problem with circular dependencies On Sep 16, 2013, at 4:52 PM, Nate Bargmann wrote: >> * On 2013 15 Sep 13:18 -0500, Jules Colding wrote: > >>> So, how do I tell the top-level Makefile.am that it should traverse all >>> sub-directo

Re: Problem with circular dependencies

2013-09-16 Thread Jules Colding
On Sep 16, 2013, at 4:52 PM, Nate Bargmann wrote: > * On 2013 15 Sep 13:18 -0500, Jules Colding wrote: > >> So, how do I tell the top-level Makefile.am that it should traverse all >> sub-directories building only the libraries, and then traverse the >> sub-directories again building only the

Re: Problem with circular dependencies

2013-09-16 Thread Nate Bargmann
* On 2013 15 Sep 13:18 -0500, Jules Colding wrote: > So, how do I tell the top-level Makefile.am that it should traverse all > sub-directories building only the libraries, and then traverse the > sub-directories again building only the test applications? Would it work to break the test program

Re: Problem with circular dependencies

2013-09-16 Thread Stefano Lattarini
On 09/15/2013 11:12 PM, Diego Elio Pettenò wrote: On Sun, Sep 15, 2013 at 7:16 PM, Jules Colding wrote: So, how do I tell the top-level Makefile.am that it should traverse all sub-directories building only the libraries, and then traverse the sub-directories again building only the test applic

Re: Problem with circular dependencies

2013-09-15 Thread Diego Elio Pettenò
On Sun, Sep 15, 2013 at 7:16 PM, Jules Colding wrote: > > So, how do I tell the top-level Makefile.am that it should traverse all > sub-directories building only the libraries, and then traverse the > sub-directories again building only the test applications? > You don't. This is one of the reas

Problem with circular dependencies

2013-09-15 Thread Jules Colding
Hi, I have set of subdirectories here: https://github.com/colding/MercuryFIX/tree/master/applib They all have Makefile.am files. The top-level automake file lists 4 subdirectories. Only the fixio and fixmsg directories are interesting in this case. fixio and fixmsg both builds static libra