automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with circular dependencies


From: Jules Colding
Subject: Problem with circular dependencies
Date: Sun, 15 Sep 2013 20:16:54 +0200

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 libraries. All well there, but the problem 
is that they also build test applications which both needs to link to both 
libraries.

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?


Thanks,
  jules


reply via email to

[Prev in Thread] Current Thread [Next in Thread]