Date: Tue, 10 Sep 1996 09:20:18 +0200 (IST) From: Eli Zaretskii To: "John M. Aldrich" Cc: Timothy John Woelk , djgpp AT delorie DOT com Subject: Re: Converting Makefiles In-Reply-To: <32351898.7FA4@cs.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 10 Sep 1996, John M. Aldrich wrote: > Timothy John Woelk wrote: > > I've downloaded a program for DOS, to assist me in one of my classes. > > The makefile for this program requires Borland C, and I was wondering if > > there is any way of converting the makefile to work for DJGPP? > > > > Any and all help will be greatly appreciated, > > It should be simple enough. Just post the makefile here or email it to > somebody (I, for example, would be glad to help). However, you should > be aware that there will likely be many other incompatibilities between > Borland-targeted code and DJGPP. Definitely look into the FAQ There is a simpler way. Get the file v1/faq102.zip from the same place you get DJGPP (yes, this is a FAQ for DJGPP v1.x) and read section 10.10 there. It includes a table that should tell you how to convert Borland Makefile to the GNU Make DJGPP uses.