- add many missing shared-library dependencies
- remove many unnecessary shared-library dependencies
- add many missing files to the Mesa source list
- fix the ordering of the SUBDIR list in the top level
to match the actual inter-library dependencies
to speed up recursive makes from this directory (or above).
Note: this uses MAKEOVERRIDES, and may need special treatment
for host platforms that have limits in this area.
(from /usr/xsrc) using bsd-style Makefiles.
Why?
- sane cross building
- easy builds from read only source
- non-root building
- imake is evil
nuff said.