Armen Yampolsky wrote:
>
> I have a problem with this approach and using make, (probably because
> I'm not using make correctly), in that if I use the -d option and use a
> separate .class directory tree, make doesn't recognize the up-to-date
> files there and recompiles everything anyway. I can never get the
> "Nothing to be done for `CLASSES'" message when my Makefile looks like
Looks like your targets (the %.class) don't end up pointing at the ones
in the right tree. I think (I'm not a make wizard, so may be wrong) that
would involve some games with the path-mangling functions.
Because of these and other issues, I wrote a simple program,
JarMakefileGenerator, that takes a make-like format and builds a
Makefile that compiles your code into jarfiles. It's GPLed and at
http://www.worldofbeverage.net/java/jcon/
--
Paul Reavis [EMAIL PROTECTED]
Design Lead
Partner Software, Inc. http://www.partnersoft.com