Related links
Zoltan Developers Guide: Compilation
The Zoltan distribution includes a main (top-level) makefile with targets for the Zoltan library, the test driver programs, and some graphical tools.
Learn more
Separate Compila-on and Makefiles
Separate Compilation. ▫ C++ allows you to divide a program into parts. ▫ Each part can be stored in a separate file. ▫ Each part can be compiled separately.
Learn more
Make Users Guide
by SI Feldman 1987 Cited by 5 A makefile performs an important function by documenting what object files, programs, or libraries get built from which sources files, and what compilation.
Learn more