Previous: , Up: Introduction to mmc   [Contents][Index]


2.3 Compiling multi-module programs

Compiling a program that consists of more than one module is a more complex task than compiling a program that consists of just one module, because it requires managing the connections between modules, and it requires minimizing the number of files needing to be recompiled after the user changes some but not all of the modules in the program.