VMS Help MMS, Generating Description Files *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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 (explode) :
|