"Dimitrie O. Paun" dimi@intelliware.ca writes:
A nice thing would be to also be able to generate a top Makefile that knows all about the project, and we no longer do the recursive descent. It takes my box almost 20 seconds to do a 'make -s' after a full build. Not sure how doable this is, but I'm sure that things would be way faster if everything would be in one big Makefile. Probably I'm just going to end up buying a faster box before this gets implemented though :)
Some time ago I looked into hacking make_dlls to do this, but there were too many special cases to make it worthwhile. And on my new box the recursion takes less than 2 seconds so I no longer care <g>