summaryrefslogtreecommitdiffstats
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-18 18:59:03 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-18 18:59:03 +0000
commit62878dd3165312e1d8c094292ce6de8b9cc9b913 (patch)
treef85d2d0733cebe1450a02f43c75af2758dec3062 /libjava/Makefile.am
parentf3151bc5c29486eb5bfd612776fd7019033cda68 (diff)
downloadppe42-gcc-62878dd3165312e1d8c094292ce6de8b9cc9b913.tar.gz
ppe42-gcc-62878dd3165312e1d8c094292ce6de8b9cc9b913.zip
* source.am, Makefile.in: Rebuilt.
* Makefile.am (property_files): Removed. * scripts/makemake.tcl (properties_map): New global. (properties_files): Likewise. (emit_property_files): New proc. (scan_packages): Scan META-INF. Print property_files variable. Scan classpath/resource. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index d2faf9e7fd6..88d6ac68a28 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -304,19 +304,7 @@ lib_gnu_awt_xlib_la_LDFLAGS = ../libstdc++-v3/src/libstdc++.la \
-version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LIBGCJ_LD_SYMBOLIC)
lib_gnu_awt_xlib_la_LINK = $(LIBLINK)
-## Build property files into the library.
-property_files = \
-classpath/resource/org/ietf/jgss/MessagesBundle.properties \
-classpath/resource/java/util/iso4217.properties \
-classpath/resource/gnu/java/awt/peer/gtk/font.properties \
-classpath/resource/gnu/regexp/MessagesBundle_it.properties \
-classpath/resource/gnu/regexp/MessagesBundle_fr.properties \
-classpath/resource/gnu/regexp/MessagesBundle.properties \
-classpath/resource/META-INF/services/org.xml.sax.driver \
-classpath/resource/META-INF/services/javax.xml.parsers.SAXParserFactory \
-classpath/resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactory \
-classpath/resource/META-INF/services/javax.xml.parsers.TransformerFactory
-
+## Note that property_files is defined in sources.am.
propertyo_files = $(patsubst classpath/resource/%,%,$(addsuffix .lo,$(property_files)))
$(propertyo_files): %.lo: classpath/resource/%
OpenPOWER on IntegriCloud