Date: Mon, 10 Apr 2000 08:43:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kalum Somaratna aka Grendel cc: djgpp AT delorie DOT com Subject: Re: makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Apr 2000, Kalum Somaratna aka Grendel wrote: > On Sun, 9 Apr 2000, Robert L. wrote: > > > Seem easy, but i have to download RHIDE ... > > Thanks. > > Not necessary, there is the GNU Automake package, you just create a small > file with the listing of the source files..and Automake then processes it > to create a complete makefile with all the dependencies... IIRC, Automake is a perl script, so you will need to install Perl, a large package. IMHO it is much easier to write your Makefiles by hand, at least for small packages.