Case Study - Original Build System
Each source directory has local makefile which includes central makefile fragments
Collection of central makefile fragments
For each target (bsp) all objects are put into one directory and incrementally linked into one library using target makefile
Final link takes key object files and links them against library. Final image is put into bsp directory.