I have a large makefile which builds several libraries, installs them, and then keeps on building objects which link against those installed libraries. My trouble is that I wan
You might try the gcc dependency generation arguments like -MD, it's not clear to me if you are using them.