Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!UOGUELPH.BITNET!BOTCHAIR From: BOTCHAIR@UOGUELPH.BITNET (Alex Bewley) Newsgroups: comp.lang.modula2 Subject: Re: Does anyone have a make file generator Message-ID: Date: 13 Feb 89 23:04:03 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: The Internet Lines: 16 The M2Make from LogiTech works fine. It has options which make if very flexible. Here is a copy of the batch file I use to make M2 programs. == m2makem.bat == m2make %1/n+/l=^m2exe^library.mak/pm="m2c {#/o}"/pl="if not exist *.lst m2l # /o/b"%2 %3 %4 %5 cmdfile == The options for each stage of compiling allow CMDFILE to abort if any modules do not successfully compile. Hence, time is not wasted linking bad files. Alex