Suppose you have a library composed of several modules which are in
turn composed of other modules and so on. Is it better to build
this library using one large Makefile with a huge VPATH variable or
with several Makefiles located in each directory using recursive
Make commands?
Eric Lemings