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