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,
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
;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
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
* 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
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
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
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