This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: .jar files.


>>>>> "Paul" == Paul F Kunz <Paul_Kunz@slac.stanford.edu> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]