Commit 3cf735f6 by Michael Koch Committed by Michael Koch

Makefile.am: Reverted accidently commited stuff.

2004-09-10  Michael Koch  <konqueror@gmx.de>

	* Makefile.am: Reverted accidently commited stuff.
	* configure: Regenerated.

From-SVN: r87282
parent 9b3e897d
2004-09-10 Michael Koch <konqueror@gmx.de> 2004-09-10 Michael Koch <konqueror@gmx.de>
* Makefile.am: Reverted accidently commited stuff.
* configure: Regenerated.
2004-09-10 Michael Koch <konqueror@gmx.de>
* gnu/java/net/protocol/file/Connection.java * gnu/java/net/protocol/file/Connection.java
(lineSeparator): Made non-final. (lineSeparator): Made non-final.
(static): Removed. (static): Removed.
......
...@@ -171,16 +171,16 @@ AM_GCJFLAGS = \ ...@@ -171,16 +171,16 @@ AM_GCJFLAGS = \
-Wno-deprecated -Wno-deprecated
if USING_GCC if USING_GCC
AM_CFLAGS = @LIBGCJ_HOST_CFLAGS@ $(WARNINGS) AM_CFLAGS = @LIBGCJ_CFLAGS@ $(WARNINGS)
else else
AM_CFLAGS = @LIBGCJ_HOST_CFLAGS@ AM_CFLAGS = @LIBGCJ_CFLAGS@
endif endif
## Extra CFLAGS used for JNI C sources shared with GNU Classpath. ## Extra CFLAGS used for JNI C sources shared with GNU Classpath.
PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long
JCFLAGS = -g JCFLAGS = -g
JC1FLAGS = @LIBGCJ_HOST_JAVAFLAGS@ $(GCJFLAGS) JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
LIBFFIINCS = @LIBFFIINCS@ LIBFFIINCS = @LIBFFIINCS@
...@@ -457,7 +457,7 @@ propertyo_files = $(property_files:.properties=.properties.lo) ...@@ -457,7 +457,7 @@ propertyo_files = $(property_files:.properties=.properties.lo)
%.properties.lo: %.properties %.properties.lo: %.properties
$(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,`echo $@ | sed "s/\.lo$$//"` $(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,`echo $@ | sed "s/\.lo$$//"`
if BUILD_CLASS_FILES_AT_ONCE if ONESTEP
# Compile all classfiles in one go. # Compile all classfiles in one go.
...@@ -478,7 +478,7 @@ libgcj-@gcc_version@.jar: $(all_java_source_files) ...@@ -478,7 +478,7 @@ libgcj-@gcc_version@.jar: $(all_java_source_files)
# is built. # is built.
$(all_java_class_files): libgcj-@gcc_version@.jar $(all_java_class_files): libgcj-@gcc_version@.jar
else # ! BUILD_CLASS_FILES_AT_ONCE else # !ONESTEP
# Compile each classfile individually. # Compile each classfile individually.
...@@ -492,7 +492,7 @@ libgcj-@gcc_version@.jar: $(all_java_class_files) ...@@ -492,7 +492,7 @@ libgcj-@gcc_version@.jar: $(all_java_class_files)
sed -e '/\/\./d' -e '/\/xlib/d' | \ sed -e '/\/\./d' -e '/\/xlib/d' | \
$(ZIP) cfM0E@ $@ $(ZIP) cfM0E@ $@
endif # !BUILD_CLASS_FILES_AT_ONCE endif
# Note: The libtool objects are removed by mostlyclean-local # Note: The libtool objects are removed by mostlyclean-local
# because of command-line-length issues. # because of command-line-length issues.
...@@ -503,7 +503,6 @@ CLEANFILES = libgcj-@gcc_version@.jar ...@@ -503,7 +503,6 @@ CLEANFILES = libgcj-@gcc_version@.jar
mostlyclean-local: mostlyclean-local:
## Use libtool rm to remove each libtool object ## Use libtool rm to remove each libtool object
find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f
## FIXME: Wouldn't it be better to add the files to delete to some CLEAN variable ?
clean-local: clean-local:
## Remove every .class file that was created. ## Remove every .class file that was created.
...@@ -512,7 +511,6 @@ clean-local: ...@@ -512,7 +511,6 @@ clean-local:
distclean-local: distclean-local:
## Remove every .d file that was created. ## Remove every .d file that was created.
find . -name '*.d' -print | xargs rm -f find . -name '*.d' -print | xargs rm -f
## FIXME: Is this really still needed ?
# Just remove the objects from C++ sources, for testing the C++ compiler. # Just remove the objects from C++ sources, for testing the C++ compiler.
clean-nat: clean-nat:
...@@ -527,7 +525,6 @@ $(filter-out gnu/gcj/runtime/StackTrace.lo, $(javao_files)) $(xlib_javao_files) ...@@ -527,7 +525,6 @@ $(filter-out gnu/gcj/runtime/StackTrace.lo, $(javao_files)) $(xlib_javao_files)
$(gtk_awt_peer_sources:.java=.lo): %.lo: %.java $(gtk_awt_peer_sources:.java=.lo): %.lo: %.java
$(LTGCJCOMPILE) -fjni -o $@ -c $< $(LTGCJCOMPILE) -fjni -o $@ -c $<
## FIXME: Is this really still needed ?
## A special case. The sibcall optimization can change the number of ## A special case. The sibcall optimization can change the number of
## frames on the stack, and StackTrace makes assumptions about this ## frames on the stack, and StackTrace makes assumptions about this
...@@ -703,7 +700,6 @@ install-data-local: ...@@ -703,7 +700,6 @@ install-data-local:
-@rm -f tmp-ilist -@rm -f tmp-ilist
## FIXME: the obvious approach using lib_DATA doesn't work with ## FIXME: the obvious approach using lib_DATA doesn't work with
## automake 1.4. ## automake 1.4.
## FIXME: Use lib_DATA
$(mkinstalldirs) $(DESTDIR)$(secdir) $(mkinstalldirs) $(DESTDIR)$(secdir)
@for f in classpath.security libgcj.security; do \ @for f in classpath.security libgcj.security; do \
echo " $(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f"; \ echo " $(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f"; \
...@@ -797,8 +793,6 @@ $(srcdir)/gnu/gcj/convert/JIS0212_to_Unicode.cc: ./gen-from-JIS$(EXEEXT) ...@@ -797,8 +793,6 @@ $(srcdir)/gnu/gcj/convert/JIS0212_to_Unicode.cc: ./gen-from-JIS$(EXEEXT)
$(srcdir)/gnu/gcj/convert/Unicode_to_JIS.cc: ./gen-from-JIS$(EXEEXT) $(srcdir)/gnu/gcj/convert/Unicode_to_JIS.cc: ./gen-from-JIS$(EXEEXT)
./gen-from-JIS toJIS >$(srcdir)/gnu/gcj/convert/Unicode_to_JIS.cc ./gen-from-JIS toJIS >$(srcdir)/gnu/gcj/convert/Unicode_to_JIS.cc
## FIXME: Do we really want these rules for external files ?
# The Unicode consortium does not permit re-distributing the file JIS0201.TXT. # The Unicode consortium does not permit re-distributing the file JIS0201.TXT.
# You can get it from # You can get it from
# ftp://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/ # ftp://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/
...@@ -2055,6 +2049,7 @@ javax/transaction/TransactionRequiredException.java \ ...@@ -2055,6 +2049,7 @@ javax/transaction/TransactionRequiredException.java \
javax/transaction/TransactionRolledbackException.java \ javax/transaction/TransactionRolledbackException.java \
javax/transaction/UserTransaction.java javax/transaction/UserTransaction.java
## Java files which are created by configure and thus are in the build ## Java files which are created by configure and thus are in the build
## directory. ## directory.
built_java_source_files = java/lang/ConcreteProcess.java \ built_java_source_files = java/lang/ConcreteProcess.java \
...@@ -2217,7 +2212,6 @@ java/io/StringWriter.java \ ...@@ -2217,7 +2212,6 @@ java/io/StringWriter.java \
java/io/SyncFailedException.java \ java/io/SyncFailedException.java \
java/io/UTFDataFormatException.java \ java/io/UTFDataFormatException.java \
java/io/UnsupportedEncodingException.java \ java/io/UnsupportedEncodingException.java \
java/io/VMFile.java \
java/io/VMObjectStreamClass.java \ java/io/VMObjectStreamClass.java \
java/io/WriteAbortedException.java \ java/io/WriteAbortedException.java \
java/io/Writer.java \ java/io/Writer.java \
...@@ -2965,6 +2959,7 @@ $(awt_java_source_files) \ ...@@ -2965,6 +2959,7 @@ $(awt_java_source_files) \
$(convert_source_files) \ $(convert_source_files) \
$(javax_source_files) $(javax_source_files)
java_source_files = $(special_java_source_files) $(ordinary_java_source_files) java_source_files = $(special_java_source_files) $(ordinary_java_source_files)
## Math library: C, not C++ ## Math library: C, not C++
...@@ -2983,6 +2978,7 @@ math_c_source_files = \ ...@@ -2983,6 +2978,7 @@ math_c_source_files = \
java/lang/e_sqrt.c java/lang/s_scalbn.c java/lang/sf_rint.c \ java/lang/e_sqrt.c java/lang/s_scalbn.c java/lang/sf_rint.c \
java/lang/k_cos.c java/lang/s_sin.c java/lang/sf_fabs.c java/lang/k_cos.c java/lang/s_sin.c java/lang/sf_fabs.c
## This lists all the C++ source files in subdirectories. ## This lists all the C++ source files in subdirectories.
nat_source_files = \ nat_source_files = \
gnu/gcj/natCore.cc \ gnu/gcj/natCore.cc \
...@@ -3110,8 +3106,6 @@ gnu/gcj/xlib/natXUnmapEvent.cc ...@@ -3110,8 +3106,6 @@ gnu/gcj/xlib/natXUnmapEvent.cc
TexinfoDoclet.class: $(srcdir)/scripts/TexinfoDoclet.java TexinfoDoclet.class: $(srcdir)/scripts/TexinfoDoclet.java
javac -d . $(srcdir)/scripts/TexinfoDoclet.java javac -d . $(srcdir)/scripts/TexinfoDoclet.java
## FIXME: AAARGH, we depend on SUN javac here ?
texinfo: TexinfoDoclet.class texinfo: TexinfoDoclet.class
langsource=`ls $(srcdir)/java/lang/*.java`; \ langsource=`ls $(srcdir)/java/lang/*.java`; \
...@@ -3141,7 +3135,6 @@ texinfo: TexinfoDoclet.class ...@@ -3141,7 +3135,6 @@ texinfo: TexinfoDoclet.class
javadoc -outfile $(srcdir)/doc/java-util.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/*.java javadoc -outfile $(srcdir)/doc/java-util.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/*.java
javadoc -outfile $(srcdir)/doc/java-util-jar.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/jar/*.java javadoc -outfile $(srcdir)/doc/java-util-jar.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/jar/*.java
javadoc -outfile $(srcdir)/doc/java-util-zip.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/zip/*.java javadoc -outfile $(srcdir)/doc/java-util-zip.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/zip/*.java
## FIXME: Do we really wanna use javadoc ?
## ################################################################ ## ################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment