Go to the first, previous, next, last section, table of contents.

The Makefile

An SRC Modula-3 makefile (named m3makefile) contains instructions (one per line) that instruct the compiler how to build a program or library. A makefile instruction is followed by one or more arguments in parenthesis, like a procedure call. Each instruction generally specifies a library, interface, or module to be included as part of the final library or program. Comments are denoted by %.


Go to the first, previous, next, last section, table of contents.