On Sun, 6 Dec 2015, Paolo Bolzoni wrote: >This is a good point indeed, I guess it is time to learn cmake or >something similar to make this step easy, as manually written Makefile >s do not really make easy multidirectory projects. Do you know a good
Not really on topic for this group, but the makefile-based project I use just has "sub" makefiles for various subdirectories, and the highest level makefile just includes the sub-ones. So it really is essentially "one" makefile, but I guess logistically, the sub-makefiles just have to deal with stuff at their level.
