Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / classpath / native / jni / xmlj / Makefile.am
blobd4b9447851a0baf52c577b2daee09c27b73aee2c
1 ## GCJ LOCAL: don't install this library
2 noinst_LTLIBRARIES = libxmlj.la
4 libxmlj_la_SOURCES = \
5 xmlj_dom.c \
6 xmlj_dom.h \
7 xmlj_error.c \
8 xmlj_error.h \
9 xmlj_io.c \
10 xmlj_io.h \
11 xmlj_node.c \
12 xmlj_node.h \
13 xmlj_sax.c \
14 xmlj_sax.h \
15 xmlj_transform.c \
16 xmlj_util.c \
17 xmlj_util.h \
18 xmlj_xpath.c
20 AM_LDFLAGS = @CLASSPATH_MODULE@ @XML_LIBS@ @XSLT_LIBS@
21 AM_CPPFLAGS = @CLASSPATH_INCLUDES@
23 # Don't enable ERROR flags. Code isn't warning free yet.
24 AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ @XML_CFLAGS@ @XSLT_CFLAGS@
26 EXTRA_DIST = BUGS