Yes Jikes is GREAT. With -depend just recompile everything every time at a
blasting speed.
I can highly recommend it.
Stefan
-----Original Message-----
From: Alexander V. Konstantinou <[EMAIL PROTECTED]>
To: Michael D. James <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, August 12, 1998 17:33
Subject: Re: makemake?
>Take a look at jikes (the IBM research java compiler). It has an option
>to create makefile dependencies. In any case, it is so fast, that I
compile
>every time with -depend and still finish much faster than javac + Makefile.
>
>http://www.alphaworks.ibm.com -> Jikes (linux)
>
>Alexander
>
>Michael D. James ([EMAIL PROTECTED]) wrote on Tue, Aug 11, 1998 at
12:28:34PM -0400:
>> A while ago someone asked whether there is a makefile generator for
>> Java and I forgot the answer. Now I need to do it. (This is why we
>> need a working archive.) Any tips? The company in question prefers
>> not to manually update the Makefiles every time a compilation unit is
>> added.
>>
>> Michael