Difference between revisions of "MMK"
(Created page with "MMK is a "make" utility for VMS systems. It is used for building software systems based on a "description file" (or "makefile") you create that lists the sources and objects o...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
MMK is a "make" utility for VMS systems. It is used for building software systems based on a "description file" (or "makefile") you create that lists the sources and objects of a system and the dependencies between them. | MMK is a "make" utility for VMS systems. It is used for building software systems based on a "description file" (or "makefile") you create that lists the sources and objects of a system and the dependencies between them. | ||
− | MMK is similar in functionality to Digital's | + | MMK is similar in functionality to Digital's [[Module Management System]] (MMS), and understands a syntax in its description files which is a superset of that which is understood by MMS. |
+ | |||
+ | [[Category:Utilities]] |
Latest revision as of 12:20, 24 January 2023
MMK is a "make" utility for VMS systems. It is used for building software systems based on a "description file" (or "makefile") you create that lists the sources and objects of a system and the dependencies between them.
MMK is similar in functionality to Digital's Module Management System (MMS), and understands a syntax in its description files which is a superset of that which is understood by MMS.