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 keeping to the minimum the number of files to be recompiled with just a subset of the modules of the program is changed.