>>>>> On Fri, 14 Jul 2000 19:00:57 -0700 (PDT), Mo DeJong <[EMAIL PROTECTED]> said:
> On Fri, 14 Jul 2000, Paul F. Kunz wrote:
>> >>>>> On Fri, 14 Jul 2000 17:35:27 -0400, Paul Berrevoets
>> <[EMAIL PROTECTED]> said:
>>
>> > Does anyone know of a Java project that uses autoconf/automake
>> that > I could use as a template example for using
>> autoconf/automake in our > project?
>>
>> I asked the same question of myself several weeks ago and came up
>> blank. However, I managed to figure it out on my own with some
>> hints from Java based projects writing their own Makefiles. So I
>> think the answer to your question is my project.
> Paul, could you post a link to your project? I am going to be
A non-trival example of using automake with Java is at
ftp://ftp.slac.stanford.edu/users/pfkeb/automake/test-1.0.tar.gz
I call it non-trival because...
- it there's a Java package, thus Java source is in subdirectory
- uses JNI to interface to C++ code, thus the `javah' is invoked.
- the location of the Java jdk is configureable.
Most of the standard targets work, However, the `install' target
doesn't work, so if someone could fix that and post the URL on how to
do it, that would help me. Also, the probably doesn't work for
jdk1.1.x because of CLASSPATH problems.