MMK: Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
Polluks (talk | contribs)
Category
Polluks (talk | contribs)
Category
 
(2 intermediate revisions by 2 users 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 DEC/Module Management System (MMS), and understands a syntax in its description files which is a superset of that which is understood by MMS.
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.
 
https://github.com/endlesssoftware/mmk


[[Category:Utilities]]
[[Category:Utilities]]
[[Category:Opensource]]

Latest revision as of 09:10, 24 July 2025

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.

https://github.com/endlesssoftware/mmk