Java class files, again

2003-01-31 Thread Simon Richter
Hi, for a project of mine I need support for java .class files, and as I'd like to do this the right way I've thought I might as well try to hack automake's Java support. What do you think about something like this: - Makefile.am - data_JARS = foo.jar foo_jar_JAVA = Foo.java data_JAVA

Re: Java class files, again

2003-01-31 Thread Steve M. Robbins
On Fri, Jan 31, 2003 at 11:19:29PM -0500, Eric Siegerman wrote: Java requires a dependency model beyond what make can easily support: - a makedepend program for Java pretty much has to be a full parser, to notice that any reference to some class Foo makes This.class depend on