aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-01-20 22:25:27 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2004-01-20 22:25:27 +0100
commitd5d2603ff4d6b25ac7d2e804a3d00fb648e08832 (patch)
tree8a3c19de884889da4adabddabf4ce4bbb263f8c1 /libjava/Makefile.in
parentc01c143789ef36be55a16b399775a6d84dffb992 (diff)
downloadgcc-d5d2603ff4d6b25ac7d2e804a3d00fb648e08832.tar.gz
gcc-d5d2603ff4d6b25ac7d2e804a3d00fb648e08832.tar.bz2
gcc-d5d2603ff4d6b25ac7d2e804a3d00fb648e08832.zip
Makefile.am (lib_org_w3c_dom_la_LIBADD, [...]): New.
* Makefile.am (lib_org_w3c_dom_la_LIBADD, lib_org_w3c_dom_la_LDFLAGS): New. (lib_org_xml_sax_la_LIBADD, lib_org_xml_sax_la_LDFLAGS): New. * Makefile.in: Rebuilt. From-SVN: r76231
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index 3e02fefd116..e0fc8001398 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -397,6 +397,10 @@ org/w3c/dom/traversal/NodeFilter.java \
org/w3c/dom/traversal/NodeIterator.java \
org/w3c/dom/traversal/TreeWalker.java
+lib_org_w3c_dom_la_LIBADD = -L$(here)/.libs libgcj.la
+lib_org_w3c_dom_la_LDFLAGS = -rpath $(toolexeclibdir) \
+ -version-info `grep -v '^\#' $(srcdir)/libtool-version`
+
lib_org_xml_sax_la_SOURCES = org/xml/sax/ext/DeclHandler.java \
org/xml/sax/ext/LexicalHandler.java \
@@ -429,6 +433,10 @@ org/xml/sax/SAXParseException.java \
org/xml/sax/XMLFilter.java \
org/xml/sax/XMLReader.java
+lib_org_xml_sax_la_LIBADD = -L$(here)/.libs libgcj.la
+lib_org_xml_sax_la_LDFLAGS = -rpath $(toolexeclibdir) \
+ -version-info `grep -v '^\#' $(srcdir)/libtool-version`
+
lib_gnu_awt_xlib_la_SOURCES = $(x_nat_source_files)
EXTRA_lib_gnu_awt_xlib_la_SOURCES = $(x_java_source_files)
@@ -2682,8 +2690,7 @@ java/net/natInetAddress.lo java/nio/natDirectByteBufferImpl.lo \
java/nio/channels/natFileChannelImpl.lo java/text/natCollator.lo \
java/util/natResourceBundle.lo java/util/natTimeZone.lo \
java/util/zip/natDeflater.lo java/util/zip/natInflater.lo
-lib_org_xml_sax_la_LDFLAGS =
-lib_org_xml_sax_la_LIBADD =
+lib_org_xml_sax_la_DEPENDENCIES = libgcj.la
lib_org_xml_sax_la_OBJECTS = org/xml/sax/ext/DeclHandler.lo \
org/xml/sax/ext/LexicalHandler.lo \
org/xml/sax/helpers/AttributeListImpl.lo \
@@ -2705,8 +2712,7 @@ org/xml/sax/SAXException.lo org/xml/sax/SAXNotRecognizedException.lo \
org/xml/sax/SAXNotSupportedException.lo \
org/xml/sax/SAXParseException.lo org/xml/sax/XMLFilter.lo \
org/xml/sax/XMLReader.lo
-lib_org_w3c_dom_la_LDFLAGS =
-lib_org_w3c_dom_la_LIBADD =
+lib_org_w3c_dom_la_DEPENDENCIES = libgcj.la
lib_org_w3c_dom_la_OBJECTS = org/w3c/dom/Attr.lo \
org/w3c/dom/CDATASection.lo org/w3c/dom/CharacterData.lo \
org/w3c/dom/Comment.lo org/w3c/dom/DOMException.lo \