I am going to be creating a "library of libraries" and would like each individual project to be managed using autotoolset. In addition, I would like to be able to build the whole set of libraries at the same time.
Individual libraries:
- libyarconveniencezzz
- libyarfoo
- libyarbar
- libyarbaz
I suspect that I might need to just have a top level Makefile written by hand and then have each individual library/convenience library be its own autotoolset package.
I have done something similar to this (four or five years ago) but I have lost my reference code. About the only thing I really remember was taking several months fumbling around in autotools before getting everything setup like I wanted.