INTERFACE M3DepM3Makefile; (* Copyright (C) 1991, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) IMPORT M3Context, M3DepM3Path; PROCEDURE Run(c: M3Context.T; p: M3DepM3Path.T): INTEGER RAISES {}; (* Generate the makefile for the context. Errors return < 0. *) END M3DepM3Makefile.