Copyright Digital Equipment Corp. All rights reserved.

Generating_Description_Files

   MMS/GENERATE [/qualifier[/...]] source_filespec[,...]

   Controls whether MMS automatically generates a description file.
   The source_filespec specifies the source files to inspect for
   dependencies and from which the target will be built. The first
   file specified must contain the main module from which the target
   will be built. Otherwise, the source files can be specified in
   any order and wildcard characters can be used. Unless the /CMS
   qualifier has been specified, the description-file generator
   scans all the specified files for dependencies and generates an
   MMS description file for the target defined by the main module.

   For example, if the target is built from C files in the current
   default directory and from Bliss files in the subdirectory
   [.BLISS], and the file MAIN.C contains the main module, the
   following command generates the description file in DESCRIP.MMS:

   $ MMS/GENERATE MAIN.C,*.C,[.BLISS]*.BLI

Additional information available:

Qualifiers
/BUILTIN_RULES_APPLY            /CMS            /DESCRIPTION    /FMS_LIBRARY
/INCLUDES       /LINK_LIBRARY   /MAIN_MODULE    /OBJECT_LIBRARY /OPTIONS_FILE
/SWITCHES       /TARGET