INTERFACEMakefile ; PROCEDURE ScanCommandLine ();
Pre-scan the command line arguments to determine the major mode we're operating in, and print any requested help or version information.
PROCEDURE Build (src_dir: TEXT): TEXT;
Create and return the name of an m3makefile based on the command line arguments, the existing m3makefile, and the contents of the source directory.
END Makefile.