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