classpath
[Top][All Lists]
Advanced

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

Patch: Regenerate JNI headers automatically


From: Thomas Fitzsimmons
Subject: Patch: Regenerate JNI headers automatically
Date: 23 Jul 2003 12:28:40 -0400

Hello,

This patch adds a configure flag that enables automatic regeneration of
JNI headers.  The flag is disabled by default.

Each header is only rebuilt if its prerequisite .java file changes.  The
new automake file, include/Makefile.am, contains the list of header
targets.

Currently the list consists of AWT-related headers.  Could someone who
is more familiar with the other areas of classpath that require JNI
headers complete the list?  Some headers should probably be removed.

Mark Wielaard suggested that anyone checking in changes to these headers
should use gcjh, since it is free and produces clean output.  If people
agree with this, I will regenerate the AWT-headers and check them in.

Comments?

Tom

2003-07-23  Thomas Fitzsimmons  <address@hidden>

        * Makefile.am (SUBDIRS): Add $(HEADER_DIR).
        * configure.in: Add --enable-regen-headers flag.
        (AC_OUTPUT): Add include/Makefile.
        * include/Makefile.am: New file.

Attachment: regenheaders.diff
Description: Text Data


reply via email to

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