Build System Makefiles
[Wavepacket Build System]

The Makefile is very basic: it is standard GNU makefile format. More...

Collaboration diagram for Build System Makefiles:

The Makefile is very basic: it is standard GNU makefile format.

It has to declare three variables:

There is an additional optional variable the Makefile can declare:

Finally, the Makefile includes the main build file default.inc (in the build directory), and that does the heavy lifting.

To build a module (library or application) just cd to the relevant directory, and type:

        % make [target]

There are 4 supported build targets: