Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / classpath / native / jni / classpath / Makefile.am
bloba26ab832bd2b97a27ec28c1f957ae350e302668c
1 # Header needed for jawt implementations such as the one found in ../gtk-peer.
2 EXTRA_DIST = classpath_jawt.h
4 noinst_LTLIBRARIES = libclasspath.la
6 libclasspath_la_SOURCES = jcl.c jcl.h \
7                           jnilink.c jnilink.h \
8                           native_state.c native_state.h
10 AM_LDFLAGS = @CLASSPATH_MODULE@
11 AM_CPPFLAGS = @CLASSPATH_INCLUDES@
12 AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ @ERROR_CFLAGS@