automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .jar files.


From: Tom Tromey
Subject: Re: .jar files.
Date: 22 Jan 2001 11:41:50 -0700

>>>>> "Paul" == Paul F Kunz <address@hidden> writes:

Paul> I'm trying to get automake to build a Makefile that will update
Paul> the project's `.jar' file whenenver any `.java' files get
Paul> compiled.  No success so far.  Can someone give me a solution to
Paul> this?

Unfortunately there isn't yet a built-in way to do this.  I think this
would be a logical addition to the existing Java support, though.

You can probably do it by hand:

   foo_DATA = my.jar
   my.jar: $(my_java_sources)
        ...

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]