cm3/src/Makefile.i3


 Copyright 1996 Critical Mass, Inc. All rights reserved.    

INTERFACE Makefile;

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.