[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: CORBA updates

Kaffe CVS cvs-commits at kaffe.org
Sun Apr 17 14:57:13 PDT 2005


PatchSet 5682 
Date: 2005/04/17 21:50:50
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath: CORBA updates

2005-04-17  Dalibor Topic  <robilad at kaffe.org>

Resynced with GNU Classpath.

2005-04-11  Andrew John Hughes  <gnu_andrew at member.fsf.org>

* org/omg/CORBA/Request.java:
(send_deferred): Added missing 'abstract' keyword.

2005-04-10  Audrius Meskauskas  <audriusa at bluewin.ch>

* org/omg/CORBA/PRIVATE_MEMBER.java,
org/omg/CORBA/PUBLIC_MEMBER.java,
org/omg/CORBA/Request.java,
org/omg/CORBA/StructMember.java,
org/omg/CORBA/UnionMember.java,
org/omg/CORBA/UNSUPPORTED_POLICY.java,
org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java,
org/omg/CORBA/ValueMember.java,
org/omg/CORBA/VM_ABSTRACT.java,
org/omg/CORBA/VM_CUSTOM.java,
org/omg/CORBA/VM_NONE.java,
org/omg/CORBA/VM_TRUNCATABLE.java,
org/omg/CORBA/WrongTransaction.java,
org/omg/CORBA/BAD_POLICY.java,
org/omg/CORBA/BAD_POLICY_TYPE.java,
org/omg/CORBA/BAD_POLICY_VALUE.java,
org/omg/CORBA/Environment.java,
org/omg/CORBA/IDLType.java,
org/omg/CORBA/OMGVMCID.java: new files.

2005-04-09  Audrius Meskauskas  <audriusa at bluewin.ch>

* org/omg/CORBA/DynAnyPackage/Invalid.java,
org/omg/CORBA/DynAnyPackage/InvalidSeq.java,
org/omg/CORBA/DynAnyPackage/InvalidValue.java,
org/omg/CORBA/DynAnyPackage/TypeMismatch.java,
org/omg/CORBA/DynAnyPackage/package.html: New files.

2005-04-06   Audrius Meskauskas  <audriusa at bluewin.ch>

* org/omg/CORBA/CTX_RESTRICT_SCOPE.java,
org/omg/CORBA/ExceptionList.java,
org/omg/CORBA/NVList.java,
PrincipalHolder.java: New classes.
* org/omg/CORBA/Context.java: Completing
part, dependent from classes above,
org/omg/CORBA/MARSHAL.java: accessibility fixes.

2005-03-31  Audrius Meskauskas  <audriusa at bluewin.ch>

* org/omg/CORBA/ORBPackage/InconsistentTypeCode.java,
org/omg/CORBA/ORBPackage/InvalidName.java,
org/omg/CORBA/ORBPackage/package.html: New files.

2005-03-19  Audrius Meskauskas  <audriusa at bluewin.ch>

* org/omg/CORBA/AnySeqHolder.java,
org/omg/CORBA/AnySeqHelper.java,
org/omg/CORBA/CompletionStatusHelper.java:
New files.

Members: 
	ChangeLog:1.3848->1.3849 
	libraries/javalib/Makefile.am:INITIAL->1.334 
	libraries/javalib/Makefile.in:INITIAL->1.422 
	libraries/javalib/all.files:1.108->1.109 
	libraries/javalib/org/omg/CORBA/BAD_POLICY.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/BAD_POLICY_TYPE.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/BAD_POLICY_VALUE.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/CTX_RESTRICT_SCOPE.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/Context.java:1.2->1.3 
	libraries/javalib/org/omg/CORBA/Environment.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/ExceptionList.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/IDLType.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/MARSHAL.java:1.2->1.3 
	libraries/javalib/org/omg/CORBA/NVList.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/OMGVMCID.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/PRIVATE_MEMBER.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/PUBLIC_MEMBER.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/PrincipalHolder.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/Request.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/StructMember.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/UNSUPPORTED_POLICY.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/UnionMember.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/VM_ABSTRACT.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/VM_CUSTOM.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/VM_NONE.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/VM_TRUNCATABLE.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/ValueMember.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/WrongTransaction.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/DynAnyPackage/Invalid.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/DynAnyPackage/InvalidSeq.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/DynAnyPackage/InvalidValue.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/DynAnyPackage/TypeMismatch.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/DynAnyPackage/package.html:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/ORBPackage/InconsistentTypeCode.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/ORBPackage/InvalidName.java:INITIAL->1.1 
	libraries/javalib/org/omg/CORBA/ORBPackage/package.html:INITIAL->1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3848 kaffe/ChangeLog:1.3849
--- kaffe/ChangeLog:1.3848	Sun Apr 17 20:43:23 2005
+++ kaffe/ChangeLog	Sun Apr 17 21:50:50 2005
@@ -1,3 +1,65 @@
+2005-04-17  Dalibor Topic  <robilad at kaffe.org>
+
+	Resynced with GNU Classpath.
+	
+	2005-04-11  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* org/omg/CORBA/Request.java:
+	(send_deferred): Added missing 'abstract' keyword.
+
+	2005-04-10  Audrius Meskauskas  <audriusa at bluewin.ch>	
+
+	* org/omg/CORBA/PRIVATE_MEMBER.java,
+	org/omg/CORBA/PUBLIC_MEMBER.java,
+	org/omg/CORBA/Request.java,
+	org/omg/CORBA/StructMember.java,
+	org/omg/CORBA/UnionMember.java,
+	org/omg/CORBA/UNSUPPORTED_POLICY.java,
+	org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java,
+	org/omg/CORBA/ValueMember.java,
+	org/omg/CORBA/VM_ABSTRACT.java,
+	org/omg/CORBA/VM_CUSTOM.java,
+	org/omg/CORBA/VM_NONE.java,
+	org/omg/CORBA/VM_TRUNCATABLE.java,
+	org/omg/CORBA/WrongTransaction.java,
+	org/omg/CORBA/BAD_POLICY.java,
+	org/omg/CORBA/BAD_POLICY_TYPE.java,
+	org/omg/CORBA/BAD_POLICY_VALUE.java,
+	org/omg/CORBA/Environment.java,
+	org/omg/CORBA/IDLType.java,
+	org/omg/CORBA/OMGVMCID.java: new files.
+
+	2005-04-09  Audrius Meskauskas  <audriusa at bluewin.ch>	
+
+	* org/omg/CORBA/DynAnyPackage/Invalid.java,
+	org/omg/CORBA/DynAnyPackage/InvalidSeq.java,
+	org/omg/CORBA/DynAnyPackage/InvalidValue.java,
+	org/omg/CORBA/DynAnyPackage/TypeMismatch.java,
+	org/omg/CORBA/DynAnyPackage/package.html: New files.
+
+	2005-04-06   Audrius Meskauskas  <audriusa at bluewin.ch>
+
+	* org/omg/CORBA/CTX_RESTRICT_SCOPE.java,
+	org/omg/CORBA/ExceptionList.java,
+	org/omg/CORBA/NVList.java,
+	PrincipalHolder.java: New classes.
+	* org/omg/CORBA/Context.java: Completing
+	part, dependent from classes above,
+	org/omg/CORBA/MARSHAL.java: accessibility fixes.
+
+	2005-03-31  Audrius Meskauskas  <audriusa at bluewin.ch>
+
+	* org/omg/CORBA/ORBPackage/InconsistentTypeCode.java,
+	org/omg/CORBA/ORBPackage/InvalidName.java,
+	org/omg/CORBA/ORBPackage/package.html: New files.
+
+	2005-03-19  Audrius Meskauskas  <audriusa at bluewin.ch>
+
+	* org/omg/CORBA/AnySeqHolder.java,
+	org/omg/CORBA/AnySeqHelper.java,
+	org/omg/CORBA/CompletionStatusHelper.java:
+	New files.
+
 2005-04-17  Guilhem Lavaux  <guilhem at kaffe.org>
 
 	* config/generic/gentypes.h: New file.
===================================================================
Checking out kaffe/libraries/javalib/Makefile.am
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/Makefile.am,v
VERS: 1.334
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/libraries/javalib/Makefile.am	Sun Apr 17 21:57:12 2005
@@ -0,0 +1,5191 @@
+#
+# Java core library component.
+#
+# Copyright (c) 1997, 1998, 1999
+#      Transvirtual Technologies, Inc.  All rights reserved.
+#
+# Copyright (c) 2002, 2003, 2005
+#      Kaffe.org contributors.
+#
+# See the file "license.terms" for information on usage and redistribution
+# of this file.
+#
+# Class libraries are currently part of the integrate Make cycle. 
+# Read FAQ/FAQ.classlibrary-compile for more information on the class library
+# build process.
+#
+# Note: Makefile.am is generated from Makefile.am.in using 
+# developers/update-class-list (called from developers/autogen.sh)
+#
+# Yes, it's slightly insane:
+#
+#   Makefile.am.in -> Makefile.am -> Makefile.in -> Makefile
+
+# Only build the peerless AWT libraries if kaffe is configured to
+# build the native libraries as well.
+if COND_KAFFE_QT_AWT
+MAYBE_PEERLESS_KAFFE_AWT=awt-implementations
+else
+if COND_KAFFE_X_AWT
+MAYBE_PEERLESS_KAFFE_AWT=awt-implementations
+endif
+endif
+
+# Only build gmp java.math libraries if kaffe is configured
+# to build the native libraries as well.
+if COND_PURE_JAVA_MATH
+else
+MAYBE_GMP_JAVA_MATH=gmp-math
+endif
+
+SUBDIRS = . $(MAYBE_PEERLESS_KAFFE_AWT) $(MAYBE_GMP_JAVA_MATH)
+
+SRCDIRS = com gnu java javax kaffe org
+
+installed_properties = \
+	logging.properties
+
+jrelib_DATA = \
+	rt.jar \
+	tools.jar \
+	$(installed_properties)
+
+Klasses_jar_SRCS = \
+	$(com_jcraft_jzlib_SRCS) \
+	$(gnu_CORBA_SRCS) \
+	$(gnu_bytecode_SRCS) \
+	$(gnu_classpath_SRCS) \
+	$(gnu_classpath_tools_SRCS) \
+	$(gnu_classpath_tools_javap_SRCS) \
+	$(gnu_classpath_tools_native2ascii_SRCS) \
+	$(gnu_classpath_tools_rmi_rmic_SRCS) \
+	$(gnu_classpath_tools_serialver_SRCS) \
+	$(gnu_crypto_SRCS) \
+	$(gnu_crypto_assembly_SRCS) \
+	$(gnu_crypto_auth_SRCS) \
+	$(gnu_crypto_auth_callback_SRCS) \
+	$(gnu_crypto_cipher_SRCS) \
+	$(gnu_crypto_der_SRCS) \
+	$(gnu_crypto_exp_SRCS) \
+	$(gnu_crypto_exp_ust_SRCS) \
+	$(gnu_crypto_hash_SRCS) \
+	$(gnu_crypto_jce_SRCS) \
+	$(gnu_crypto_jce_cipher_SRCS) \
+	$(gnu_crypto_jce_hash_SRCS) \
+	$(gnu_crypto_jce_key_SRCS) \
+	$(gnu_crypto_jce_keyring_SRCS) \
+	$(gnu_crypto_jce_mac_SRCS) \
+	$(gnu_crypto_jce_params_SRCS) \
+	$(gnu_crypto_jce_prng_SRCS) \
+	$(gnu_crypto_jce_sig_SRCS) \
+	$(gnu_crypto_jce_spec_SRCS) \
+	$(gnu_crypto_key_SRCS) \
+	$(gnu_crypto_key_dh_SRCS) \
+	$(gnu_crypto_key_dss_SRCS) \
+	$(gnu_crypto_key_rsa_SRCS) \
+	$(gnu_crypto_key_srp6_SRCS) \
+	$(gnu_crypto_keyring_SRCS) \
+	$(gnu_crypto_mac_SRCS) \
+	$(gnu_crypto_mode_SRCS) \
+	$(gnu_crypto_pad_SRCS) \
+	$(gnu_crypto_pki_SRCS) \
+	$(gnu_crypto_pki_ext_SRCS) \
+	$(gnu_crypto_pki_io_SRCS) \
+	$(gnu_crypto_pki_provider_SRCS) \
+	$(gnu_crypto_prng_SRCS) \
+	$(gnu_crypto_sasl_SRCS) \
+	$(gnu_crypto_sasl_anonymous_SRCS) \
+	$(gnu_crypto_sasl_crammd5_SRCS) \
+	$(gnu_crypto_sasl_plain_SRCS) \
+	$(gnu_crypto_sasl_srp_SRCS) \
+	$(gnu_crypto_sig_SRCS) \
+	$(gnu_crypto_sig_dss_SRCS) \
+	$(gnu_crypto_sig_rsa_SRCS) \
+	$(gnu_crypto_tool_SRCS) \
+	$(gnu_crypto_tool_keytool_SRCS) \
+	$(gnu_crypto_util_SRCS) \
+	$(gnu_getopt_SRCS) \
+	$(gnu_inet_comsat_SRCS) \
+	$(gnu_inet_finger_SRCS) \
+	$(gnu_inet_gopher_SRCS) \
+	$(gnu_inet_https_SRCS) \
+	$(gnu_inet_imap_SRCS) \
+	$(gnu_inet_ldap_SRCS) \
+	$(gnu_inet_nntp_SRCS) \
+	$(gnu_inet_pop3_SRCS) \
+	$(gnu_inet_smtp_SRCS) \
+	$(gnu_inet_util_SRCS) \
+	$(gnu_java_awt_SRCS) \
+	$(gnu_java_awt_color_SRCS) \
+	$(gnu_java_awt_image_SRCS) \
+	$(gnu_java_awt_peer_SRCS) \
+	$(gnu_java_awt_peer_gtk_SRCS) \
+	$(gnu_java_beans_SRCS) \
+	$(gnu_java_beans_decoder_SRCS) \
+	$(gnu_java_beans_editors_SRCS) \
+	$(gnu_java_io_SRCS) \
+	$(gnu_java_io_decode_SRCS) \
+	$(gnu_java_io_encode_SRCS) \
+	$(gnu_java_lang_SRCS) \
+	$(gnu_java_lang_reflect_SRCS) \
+	$(gnu_java_locale_SRCS) \
+	$(gnu_java_math_SRCS) \
+	$(gnu_java_net_SRCS) \
+	$(gnu_java_net_protocol_file_SRCS) \
+	$(gnu_java_net_protocol_ftp_SRCS) \
+	$(gnu_java_net_protocol_http_SRCS) \
+	$(gnu_java_net_protocol_http_event_SRCS) \
+	$(gnu_java_net_protocol_https_SRCS) \
+	$(gnu_java_net_protocol_jar_SRCS) \
+	$(gnu_java_nio_SRCS) \
+	$(gnu_java_nio_channels_SRCS) \
+	$(gnu_java_nio_charset_SRCS) \
+	$(gnu_java_rmi_SRCS) \
+	$(gnu_java_rmi_dgc_SRCS) \
+	$(gnu_java_rmi_registry_SRCS) \
+	$(gnu_java_rmi_server_SRCS) \
+	$(gnu_java_security_SRCS) \
+	$(gnu_java_security_action_SRCS) \
+	$(gnu_java_security_ber_SRCS) \
+	$(gnu_java_security_der_SRCS) \
+	$(gnu_java_security_pkcs_SRCS) \
+	$(gnu_java_security_provider_SRCS) \
+	$(gnu_java_security_util_SRCS) \
+	$(gnu_java_security_x509_SRCS) \
+	$(gnu_java_security_x509_ext_SRCS) \
+	$(gnu_java_text_SRCS) \
+	$(gnu_java_util_SRCS) \
+	$(gnu_java_util_prefs_SRCS) \
+	$(gnu_javax_rmi_SRCS) \
+	$(gnu_javax_rmi_CORBA_SRCS) \
+	$(gnu_javax_swing_text_html_parser_SRCS) \
+	$(gnu_javax_swing_text_html_parser_models_SRCS) \
+	$(gnu_javax_swing_text_html_parser_support_SRCS) \
+	$(gnu_javax_swing_text_html_parser_support_low_SRCS) \
+	$(gnu_regexp_SRCS) \
+	$(gnu_xml_aelfred2_SRCS) \
+	$(gnu_xml_dom_SRCS) \
+	$(gnu_xml_dom_html2_SRCS) \
+	$(gnu_xml_dom_ls_SRCS) \
+	$(gnu_xml_libxmlj_dom_SRCS) \
+	$(gnu_xml_libxmlj_sax_SRCS) \
+	$(gnu_xml_libxmlj_transform_SRCS) \
+	$(gnu_xml_libxmlj_util_SRCS) \
+	$(gnu_xml_pipeline_SRCS) \
+	$(gnu_xml_transform_SRCS) \
+	$(gnu_xml_util_SRCS) \
+	$(gnu_xml_xpath_SRCS) \
+	$(java_applet_SRCS) \
+	$(java_awt_SRCS) \
+	$(java_awt_color_SRCS) \
+	$(java_awt_datatransfer_SRCS) \
+	$(java_awt_dnd_SRCS) \
+	$(java_awt_dnd_peer_SRCS) \
+	$(java_awt_event_SRCS) \
+	$(java_awt_font_SRCS) \
+	$(java_awt_geom_SRCS) \
+	$(java_awt_im_SRCS) \
+	$(java_awt_im_spi_SRCS) \
+	$(java_awt_image_SRCS) \
+	$(java_awt_image_renderable_SRCS) \
+	$(java_awt_peer_SRCS) \
+	$(java_awt_print_SRCS) \
+	$(java_beans_SRCS) \
+	$(java_beans_beancontext_SRCS) \
+	$(java_io_SRCS) \
+	$(java_lang_SRCS) \
+	$(java_lang_annotation_SRCS) \
+	$(java_lang_ref_SRCS) \
+	$(java_lang_reflect_SRCS) \
+	$(java_math_SRCS) \
+	$(java_net_SRCS) \
+	$(java_nio_SRCS) \
+	$(java_nio_channels_SRCS) \
+	$(java_nio_channels_spi_SRCS) \
+	$(java_nio_charset_SRCS) \
+	$(java_nio_charset_spi_SRCS) \
+	$(java_rmi_SRCS) \
+	$(java_rmi_activation_SRCS) \
+	$(java_rmi_dgc_SRCS) \
+	$(java_rmi_registry_SRCS) \
+	$(java_rmi_server_SRCS) \
+	$(java_security_SRCS) \
+	$(java_security_acl_SRCS) \
+	$(java_security_cert_SRCS) \
+	$(java_security_interfaces_SRCS) \
+	$(java_security_spec_SRCS) \
+	$(java_sql_SRCS) \
+	$(java_text_SRCS) \
+	$(java_util_SRCS) \
+	$(java_util_jar_SRCS) \
+	$(java_util_logging_SRCS) \
+	$(java_util_mime_SRCS) \
+	$(java_util_prefs_SRCS) \
+	$(java_util_regex_SRCS) \
+	$(java_util_zip_SRCS) \
+	$(javax_accessibility_SRCS) \
+	$(javax_crypto_SRCS) \
+	$(javax_crypto_interfaces_SRCS) \
+	$(javax_crypto_spec_SRCS) \
+	$(javax_imageio_SRCS) \
+	$(javax_imageio_event_SRCS) \
+	$(javax_imageio_metadata_SRCS) \
+	$(javax_imageio_spi_SRCS) \
+	$(javax_imageio_stream_SRCS) \
+	$(javax_naming_SRCS) \
+	$(javax_naming_directory_SRCS) \
+	$(javax_naming_event_SRCS) \
+	$(javax_naming_ldap_SRCS) \
+	$(javax_naming_spi_SRCS) \
+	$(javax_net_SRCS) \
+	$(javax_net_ssl_SRCS) \
+	$(javax_print_SRCS) \
+	$(javax_print_attribute_SRCS) \
+	$(javax_print_attribute_standard_SRCS) \
+	$(javax_print_event_SRCS) \
+	$(javax_rmi_SRCS) \
+	$(javax_rmi_CORBA_SRCS) \
+	$(javax_security_auth_SRCS) \
+	$(javax_security_auth_callback_SRCS) \
+	$(javax_security_auth_login_SRCS) \
+	$(javax_security_auth_spi_SRCS) \
+	$(javax_security_auth_x500_SRCS) \
+	$(javax_security_cert_SRCS) \
+	$(javax_security_sasl_SRCS) \
+	$(javax_sound_midi_SRCS) \
+	$(javax_sound_midi_spi_SRCS) \
+	$(javax_sound_sampled_SRCS) \
+	$(javax_sound_sampled_spi_SRCS) \
+	$(javax_sql_SRCS) \
+	$(javax_swing_SRCS) \
+	$(javax_swing_border_SRCS) \
+	$(javax_swing_colorchooser_SRCS) \
+	$(javax_swing_event_SRCS) \
+	$(javax_swing_filechooser_SRCS) \
+	$(javax_swing_plaf_SRCS) \
+	$(javax_swing_plaf_basic_SRCS) \
+	$(javax_swing_plaf_metal_SRCS) \
+	$(javax_swing_table_SRCS) \
+	$(javax_swing_text_SRCS) \
+	$(javax_swing_text_html_SRCS) \
+	$(javax_swing_text_html_parser_SRCS) \
+	$(javax_swing_text_rtf_SRCS) \
+	$(javax_swing_tree_SRCS) \
+	$(javax_swing_undo_SRCS) \
+	$(javax_transaction_SRCS) \
+	$(javax_transaction_xa_SRCS) \
+	$(javax_xml_SRCS) \
+	$(javax_xml_datatype_SRCS) \
+	$(javax_xml_namespace_SRCS) \
+	$(javax_xml_parsers_SRCS) \
+	$(javax_xml_transform_SRCS) \
+	$(javax_xml_transform_dom_SRCS) \
+	$(javax_xml_transform_sax_SRCS) \
+	$(javax_xml_transform_stream_SRCS) \
+	$(javax_xml_validation_SRCS) \
+	$(javax_xml_xpath_SRCS) \
+	$(kaffe_beans_editors_SRCS) \
+	$(kaffe_io_SRCS) \
+	$(kaffe_jar_SRCS) \
+	$(kaffe_lang_SRCS) \
+	$(kaffe_management_SRCS) \
+	$(kaffe_security_SRCS) \
+	$(kaffe_security_provider_SRCS) \
+	$(kaffe_tools_jar_SRCS) \
+	$(kaffe_util_SRCS) \
+	$(kaffe_util_locale_SRCS) \
+	$(kaffe_util_log_SRCS) \
+	$(kaffe_util_zip_SRCS) \
+	$(org_ietf_jgss_SRCS) \
+	$(org_metastatic_jessie_SRCS) \
+	$(org_metastatic_jessie_https_SRCS) \
+	$(org_metastatic_jessie_pki_SRCS) \
+	$(org_metastatic_jessie_pki_der_SRCS) \
+	$(org_metastatic_jessie_pki_ext_SRCS) \
+	$(org_metastatic_jessie_pki_io_SRCS) \
+	$(org_metastatic_jessie_pki_provider_SRCS) \
+	$(org_metastatic_jessie_provider_SRCS) \
+	$(org_omg_CORBA_SRCS) \
+	$(org_omg_CORBA_DynAnyPackage_SRCS) \
+	$(org_omg_CORBA_ORBPackage_SRCS) \
+	$(org_omg_CORBA_TypeCodePackage_SRCS) \
+	$(org_omg_CORBA_portable_SRCS) \
+	$(org_tritonus_core_SRCS) \
+	$(org_tritonus_lowlevel_alsa_SRCS) \
+	$(org_tritonus_lowlevel_esd_SRCS) \
+	$(org_tritonus_midi_device_alsa_SRCS) \
+	$(org_tritonus_midi_file_SRCS) \
+	$(org_tritonus_sampled_convert_SRCS) \
+	$(org_tritonus_sampled_file_SRCS) \
+	$(org_tritonus_sampled_mixer_alsa_SRCS) \
+	$(org_tritonus_sampled_mixer_esd_SRCS) \
+	$(org_tritonus_share_SRCS) \
+	$(org_tritonus_share_midi_SRCS) \
+	$(org_tritonus_share_sampled_SRCS) \
+	$(org_tritonus_share_sampled_convert_SRCS) \
+	$(org_tritonus_share_sampled_file_SRCS) \
+	$(org_tritonus_share_sampled_mixer_SRCS) \
+	$(org_w3c_dom_SRCS) \
+	$(org_w3c_dom_bootstrap_SRCS) \
+	$(org_w3c_dom_css_SRCS) \
+	$(org_w3c_dom_events_SRCS) \
+	$(org_w3c_dom_html2_SRCS) \
+	$(org_w3c_dom_ls_SRCS) \
+	$(org_w3c_dom_ranges_SRCS) \
+	$(org_w3c_dom_stylesheets_SRCS) \
+	$(org_w3c_dom_traversal_SRCS) \
+	$(org_w3c_dom_views_SRCS) \
+	$(org_w3c_dom_xpath_SRCS) \
+	$(org_xbill_DNS_SRCS) \
+	$(org_xbill_DNS_security_SRCS) \
+	$(org_xbill_DNS_utils_SRCS) \
+	$(org_xml_sax_SRCS) \
+	$(org_xml_sax_ext_SRCS) \
+	$(org_xml_sax_helpers_SRCS)
+com_jcraft_jzlib_SRCS = \
+	com/jcraft/jzlib/Adler32.java \
+	com/jcraft/jzlib/Deflate.java \
+	com/jcraft/jzlib/InfBlocks.java \
+	com/jcraft/jzlib/InfCodes.java \
+	com/jcraft/jzlib/InfTree.java \
+	com/jcraft/jzlib/Inflate.java \
+	com/jcraft/jzlib/JZlib.java \
+	com/jcraft/jzlib/StaticTree.java \
+	com/jcraft/jzlib/Tree.java \
+	com/jcraft/jzlib/ZInputStream.java \
+	com/jcraft/jzlib/ZOutputStream.java \
+	com/jcraft/jzlib/ZStream.java \
+	com/jcraft/jzlib/ZStreamException.java
+gnu_CORBA_SRCS = \
+	gnu/CORBA/primitiveArrayTypeCode.java \
+	gnu/CORBA/primitiveTypeCode.java
+gnu_bytecode_SRCS = \
+	gnu/bytecode/Access.java \
+	gnu/bytecode/ArrayClassLoader.java \
+	gnu/bytecode/ArrayType.java \
+	gnu/bytecode/AttrContainer.java \
+	gnu/bytecode/Attribute.java \
+	gnu/bytecode/ClassFileInput.java \
+	gnu/bytecode/ClassType.java \
+	gnu/bytecode/ClassTypeWriter.java \
+	gnu/bytecode/CodeAttr.java \
+	gnu/bytecode/ConstantPool.java \
+	gnu/bytecode/ConstantValueAttr.java \
+	gnu/bytecode/CpoolClass.java \
+	gnu/bytecode/CpoolEntry.java \
+	gnu/bytecode/CpoolFloat.java \
+	gnu/bytecode/CpoolNameAndType.java \
+	gnu/bytecode/CpoolRef.java \
+	gnu/bytecode/CpoolString.java \
+	gnu/bytecode/CpoolUtf8.java \
+	gnu/bytecode/CpoolValue1.java \
+	gnu/bytecode/CpoolValue2.java \
+	gnu/bytecode/ExceptionsAttr.java \
+	gnu/bytecode/Field.java \
+	gnu/bytecode/Filter.java \
+	gnu/bytecode/IfState.java \
+	gnu/bytecode/InnerClassesAttr.java \
+	gnu/bytecode/Label.java \
+	gnu/bytecode/LineNumbersAttr.java \
+	gnu/bytecode/LocalVarsAttr.java \
+	gnu/bytecode/Location.java \
+	gnu/bytecode/Method.java \
+	gnu/bytecode/MiscAttr.java \
+	gnu/bytecode/ObjectType.java \
+	gnu/bytecode/PrimType.java \
+	gnu/bytecode/Scope.java \
+	gnu/bytecode/SourceDebugExtAttr.java \
+	gnu/bytecode/SourceFileAttr.java \
+	gnu/bytecode/SwitchState.java \
+	gnu/bytecode/TryState.java \
+	gnu/bytecode/Type.java \
+	gnu/bytecode/VarEnumerator.java \
+	gnu/bytecode/Variable.java \
+	gnu/bytecode/ZipArchive.java \
+	gnu/bytecode/ZipLoader.java \
+	gnu/bytecode/dump.java
+gnu_classpath_SRCS = \
+	gnu/classpath/RawData.java \
+	gnu/classpath/RawData32.java \
+	gnu/classpath/RawData64.java \
+	gnu/classpath/ServiceFactory.java \
+	gnu/classpath/ServiceProviderLoadingAction.java \
+	gnu/classpath/SystemProperties.java \
+	gnu/classpath/VMSystemProperties.java
+gnu_classpath_tools_SRCS = \
+	gnu/classpath/tools/Util.java
+gnu_classpath_tools_javap_SRCS = \
+	gnu/classpath/tools/javap/GnuByteCodeJavap.java \
+	gnu/classpath/tools/javap/Javap.java \
+	gnu/classpath/tools/javap/JavapMain.java
+gnu_classpath_tools_native2ascii_SRCS = \
+	gnu/classpath/tools/native2ascii/Native2ASCII.java
+gnu_classpath_tools_rmi_rmic_SRCS = \
+	gnu/classpath/tools/rmi/rmic/Compile_gcj.java \
+	gnu/classpath/tools/rmi/rmic/Compile_jikes.java \
+	gnu/classpath/tools/rmi/rmic/Compile_kjc.java \
+	gnu/classpath/tools/rmi/rmic/Compiler.java \
+	gnu/classpath/tools/rmi/rmic/CompilerProcess.java \
+	gnu/classpath/tools/rmi/rmic/RMIC.java \
+	gnu/classpath/tools/rmi/rmic/RMICException.java \
+	gnu/classpath/tools/rmi/rmic/TabbedWriter.java
+gnu_classpath_tools_serialver_SRCS = \
+	gnu/classpath/tools/serialver/SerialVer.java
+gnu_crypto_SRCS = \
+	gnu/crypto/Properties.java \
+	gnu/crypto/Registry.java
+gnu_crypto_assembly_SRCS = \
+	gnu/crypto/assembly/Assembly.java \
+	gnu/crypto/assembly/Cascade.java \
+	gnu/crypto/assembly/CascadeStage.java \
+	gnu/crypto/assembly/CascadeTransformer.java \
+	gnu/crypto/assembly/DeflateTransformer.java \
+	gnu/crypto/assembly/Direction.java \
+	gnu/crypto/assembly/LoopbackTransformer.java \
+	gnu/crypto/assembly/ModeStage.java \
+	gnu/crypto/assembly/Operation.java \
+	gnu/crypto/assembly/PaddingTransformer.java \
+	gnu/crypto/assembly/Stage.java \
+	gnu/crypto/assembly/Transformer.java \
+	gnu/crypto/assembly/TransformerException.java
+gnu_crypto_auth_SRCS = \
+	gnu/crypto/auth/Password.java
+gnu_crypto_auth_callback_SRCS = \
+	gnu/crypto/auth/callback/AWTCallbackHandler.java \
+	gnu/crypto/auth/callback/AbstractCallbackHandler.java \
+	gnu/crypto/auth/callback/ConsoleCallbackHandler.java \
+	gnu/crypto/auth/callback/DefaultCallbackHandler.java \
+	gnu/crypto/auth/callback/Engine.java \
+	gnu/crypto/auth/callback/GnuCallbacks.java
+gnu_crypto_cipher_SRCS = \
+	gnu/crypto/cipher/Anubis.java \
+	gnu/crypto/cipher/BaseCipher.java \
+	gnu/crypto/cipher/Blowfish.java \
+	gnu/crypto/cipher/Cast5.java \
+	gnu/crypto/cipher/CipherFactory.java \
+	gnu/crypto/cipher/DES.java \
+	gnu/crypto/cipher/IBlockCipher.java \
+	gnu/crypto/cipher/IBlockCipherSpi.java \
+	gnu/crypto/cipher/Khazad.java \
+	gnu/crypto/cipher/NullCipher.java \
+	gnu/crypto/cipher/Rijndael.java \
+	gnu/crypto/cipher/Serpent.java \
+	gnu/crypto/cipher/Square.java \
+	gnu/crypto/cipher/TripleDES.java \
+	gnu/crypto/cipher/Twofish.java \
+	gnu/crypto/cipher/WeakKeyException.java
+gnu_crypto_der_SRCS = \
+	gnu/crypto/der/BitString.java \
+	gnu/crypto/der/DER.java \
+	gnu/crypto/der/DEREncodingException.java \
+	gnu/crypto/der/DERReader.java \
+	gnu/crypto/der/DERValue.java \
+	gnu/crypto/der/DERWriter.java \
+	gnu/crypto/der/OID.java
+gnu_crypto_exp_SRCS = \
+	gnu/crypto/exp/Helix.java
+gnu_crypto_exp_ust_SRCS = \
+	gnu/crypto/exp/ust/UST.java
+gnu_crypto_hash_SRCS = \
+	gnu/crypto/hash/BaseHash.java \
+	gnu/crypto/hash/HashFactory.java \
+	gnu/crypto/hash/Haval.java \
+	gnu/crypto/hash/IMessageDigest.java \
+	gnu/crypto/hash/MD2.java \
+	gnu/crypto/hash/MD4.java \
+	gnu/crypto/hash/MD5.java \
+	gnu/crypto/hash/RipeMD128.java \
+	gnu/crypto/hash/RipeMD160.java \
+	gnu/crypto/hash/Sha160.java \
+	gnu/crypto/hash/Sha256.java \
+	gnu/crypto/hash/Sha384.java \
+	gnu/crypto/hash/Sha512.java \
+	gnu/crypto/hash/Tiger.java \
+	gnu/crypto/hash/Whirlpool.java
+gnu_crypto_jce_SRCS = \
+	gnu/crypto/jce/GnuCrypto.java \
+	gnu/crypto/jce/GnuSasl.java \
+	gnu/crypto/jce/GnuSecurity.java \
+	gnu/crypto/jce/PBKDF2SecretKeyFactory.java
+gnu_crypto_jce_cipher_SRCS = \
+	gnu/crypto/jce/cipher/AESSpi.java \
+	gnu/crypto/jce/cipher/ARCFourSpi.java \
+	gnu/crypto/jce/cipher/AnubisSpi.java \
+	gnu/crypto/jce/cipher/BlowfishSpi.java \
+	gnu/crypto/jce/cipher/Cast5Spi.java \
+	gnu/crypto/jce/cipher/CipherAdapter.java \
+	gnu/crypto/jce/cipher/DESSpi.java \
+	gnu/crypto/jce/cipher/KhazadSpi.java \
+	gnu/crypto/jce/cipher/NullCipherSpi.java \
+	gnu/crypto/jce/cipher/PBES2.java \
+	gnu/crypto/jce/cipher/RijndaelSpi.java \
+	gnu/crypto/jce/cipher/SerpentSpi.java \
+	gnu/crypto/jce/cipher/SquareSpi.java \
+	gnu/crypto/jce/cipher/TripleDESSpi.java \
+	gnu/crypto/jce/cipher/TwofishSpi.java
+gnu_crypto_jce_hash_SRCS = \
+	gnu/crypto/jce/hash/HavalSpi.java \
+	gnu/crypto/jce/hash/MD2Spi.java \
+	gnu/crypto/jce/hash/MD4Spi.java \
+	gnu/crypto/jce/hash/MD5Spi.java \
+	gnu/crypto/jce/hash/MessageDigestAdapter.java \
+	gnu/crypto/jce/hash/RipeMD128Spi.java \
+	gnu/crypto/jce/hash/RipeMD160Spi.java \
+	gnu/crypto/jce/hash/Sha160Spi.java \
+	gnu/crypto/jce/hash/Sha256Spi.java \
+	gnu/crypto/jce/hash/Sha384Spi.java \
+	gnu/crypto/jce/hash/Sha512Spi.java \
+	gnu/crypto/jce/hash/TigerSpi.java \
+	gnu/crypto/jce/hash/WhirlpoolSpi.java
+gnu_crypto_jce_key_SRCS = \
+	gnu/crypto/jce/key/AnubisKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/AnubisSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/BlowfishKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/Cast5KeyGeneratorImpl.java \
+	gnu/crypto/jce/key/Cast5SecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/DESKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/DESSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/DESedeSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/KhazadKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/KhazadSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/RijndaelKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/RijndaelSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/SecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/SecretKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/SerpentKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/SerpentSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/SquareKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/SquareSecretKeyFactoryImpl.java \
+	gnu/crypto/jce/key/TripleDESKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/TwofishKeyGeneratorImpl.java \
+	gnu/crypto/jce/key/TwofishSecretKeyFactoryImpl.java
+gnu_crypto_jce_keyring_SRCS = \
+	gnu/crypto/jce/keyring/GnuKeyring.java
+gnu_crypto_jce_mac_SRCS = \
+	gnu/crypto/jce/mac/HMacHavalSpi.java \
+	gnu/crypto/jce/mac/HMacMD2Spi.java \
+	gnu/crypto/jce/mac/HMacMD4Spi.java \
+	gnu/crypto/jce/mac/HMacMD5Spi.java \
+	gnu/crypto/jce/mac/HMacRipeMD128Spi.java \
+	gnu/crypto/jce/mac/HMacRipeMD160Spi.java \
+	gnu/crypto/jce/mac/HMacSHA160Spi.java \
+	gnu/crypto/jce/mac/HMacSHA256Spi.java \
+	gnu/crypto/jce/mac/HMacSHA384Spi.java \
+	gnu/crypto/jce/mac/HMacSHA512Spi.java \
+	gnu/crypto/jce/mac/HMacTigerSpi.java \
+	gnu/crypto/jce/mac/HMacWhirlpoolSpi.java \
+	gnu/crypto/jce/mac/MacAdapter.java \
+	gnu/crypto/jce/mac/OMacAnubisImpl.java \
+	gnu/crypto/jce/mac/OMacBlowfishImpl.java \
+	gnu/crypto/jce/mac/OMacCast5Impl.java \
+	gnu/crypto/jce/mac/OMacDESImpl.java \
+	gnu/crypto/jce/mac/OMacImpl.java \
+	gnu/crypto/jce/mac/OMacKhazadImpl.java \
+	gnu/crypto/jce/mac/OMacRijndaelImpl.java \
+	gnu/crypto/jce/mac/OMacSerpentImpl.java \
+	gnu/crypto/jce/mac/OMacSquareImpl.java \
+	gnu/crypto/jce/mac/OMacTripleDESImpl.java \
+	gnu/crypto/jce/mac/OMacTwofishImpl.java \
+	gnu/crypto/jce/mac/TMMH16Spi.java \
+	gnu/crypto/jce/mac/UHash32Spi.java \
+	gnu/crypto/jce/mac/UMac32Spi.java
+gnu_crypto_jce_params_SRCS = \
+	gnu/crypto/jce/params/BlockCipherParameters.java \
+	gnu/crypto/jce/params/DEREncodingException.java \
+	gnu/crypto/jce/params/DERReader.java \
+	gnu/crypto/jce/params/DERWriter.java
+gnu_crypto_jce_prng_SRCS = \
+	gnu/crypto/jce/prng/ARCFourRandomSpi.java \
+	gnu/crypto/jce/prng/CSPRNGSpi.java \
+	gnu/crypto/jce/prng/HavalRandomSpi.java \
+	gnu/crypto/jce/prng/ICMRandomSpi.java \
+	gnu/crypto/jce/prng/MD2RandomSpi.java \
+	gnu/crypto/jce/prng/MD4RandomSpi.java \
+	gnu/crypto/jce/prng/MD5RandomSpi.java \
+	gnu/crypto/jce/prng/RipeMD128RandomSpi.java \
+	gnu/crypto/jce/prng/RipeMD160RandomSpi.java \
+	gnu/crypto/jce/prng/SecureRandomAdapter.java \
+	gnu/crypto/jce/prng/Sha160RandomSpi.java \
+	gnu/crypto/jce/prng/Sha256RandomSpi.java \
+	gnu/crypto/jce/prng/Sha384RandomSpi.java \
+	gnu/crypto/jce/prng/Sha512RandomSpi.java \
+	gnu/crypto/jce/prng/TigerRandomSpi.java \
+	gnu/crypto/jce/prng/UMacRandomSpi.java \
+	gnu/crypto/jce/prng/WhirlpoolRandomSpi.java
+gnu_crypto_jce_sig_SRCS = \
+	gnu/crypto/jce/sig/DSSKeyPairGeneratorSpi.java \
+	gnu/crypto/jce/sig/DSSRawSignatureSpi.java \
+	gnu/crypto/jce/sig/KeyPairGeneratorAdapter.java \
+	gnu/crypto/jce/sig/RSAKeyPairGeneratorSpi.java \
+	gnu/crypto/jce/sig/RSAPSSRawSignatureSpi.java \
+	gnu/crypto/jce/sig/SignatureAdapter.java
+gnu_crypto_jce_spec_SRCS = \
+	gnu/crypto/jce/spec/BlockCipherParameterSpec.java \
+	gnu/crypto/jce/spec/TMMHParameterSpec.java \
+	gnu/crypto/jce/spec/UMac32ParameterSpec.java
+gnu_crypto_key_SRCS = \
+	gnu/crypto/key/BaseKeyAgreementParty.java \
+	gnu/crypto/key/GnuSecretKey.java \
+	gnu/crypto/key/IKeyAgreementParty.java \
+	gnu/crypto/key/IKeyPairCodec.java \
+	gnu/crypto/key/IKeyPairGenerator.java \
+	gnu/crypto/key/IncomingMessage.java \
+	gnu/crypto/key/KeyAgreementException.java \
+	gnu/crypto/key/KeyAgreementFactory.java \
+	gnu/crypto/key/KeyPairCodecFactory.java \
+	gnu/crypto/key/KeyPairGeneratorFactory.java \
+	gnu/crypto/key/OutgoingMessage.java
+gnu_crypto_key_dh_SRCS = \
+	gnu/crypto/key/dh/DHKeyPairRawCodec.java \
+	gnu/crypto/key/dh/DiffieHellmanKeyAgreement.java \
+	gnu/crypto/key/dh/DiffieHellmanReceiver.java \
+	gnu/crypto/key/dh/DiffieHellmanSender.java \
+	gnu/crypto/key/dh/ElGamalKeyAgreement.java \
+	gnu/crypto/key/dh/ElGamalReceiver.java \
+	gnu/crypto/key/dh/ElGamalSender.java \
+	gnu/crypto/key/dh/GnuDHKey.java \
+	gnu/crypto/key/dh/GnuDHKeyPairGenerator.java \
+	gnu/crypto/key/dh/GnuDHPrivateKey.java \
+	gnu/crypto/key/dh/GnuDHPublicKey.java \
+	gnu/crypto/key/dh/RFC2631.java
+gnu_crypto_key_dss_SRCS = \
+	gnu/crypto/key/dss/DSSKey.java \
+	gnu/crypto/key/dss/DSSKeyPairGenerator.java \
+	gnu/crypto/key/dss/DSSKeyPairRawCodec.java \
+	gnu/crypto/key/dss/DSSPrivateKey.java \
+	gnu/crypto/key/dss/DSSPublicKey.java \
+	gnu/crypto/key/dss/FIPS186.java
+gnu_crypto_key_rsa_SRCS = \
+	gnu/crypto/key/rsa/GnuRSAKey.java \
+	gnu/crypto/key/rsa/GnuRSAPrivateKey.java \
+	gnu/crypto/key/rsa/GnuRSAPublicKey.java \
+	gnu/crypto/key/rsa/RSAKeyPairGenerator.java \
+	gnu/crypto/key/rsa/RSAKeyPairRawCodec.java
+gnu_crypto_key_srp6_SRCS = \
+	gnu/crypto/key/srp6/SRP6Host.java \
+	gnu/crypto/key/srp6/SRP6KeyAgreement.java \
+	gnu/crypto/key/srp6/SRP6SaslClient.java \
+	gnu/crypto/key/srp6/SRP6SaslServer.java \
+	gnu/crypto/key/srp6/SRP6TLSClient.java \
+	gnu/crypto/key/srp6/SRP6TLSServer.java \
+	gnu/crypto/key/srp6/SRP6User.java \
+	gnu/crypto/key/srp6/SRPAlgorithm.java \
+	gnu/crypto/key/srp6/SRPKey.java \
+	gnu/crypto/key/srp6/SRPKeyPairGenerator.java \
+	gnu/crypto/key/srp6/SRPKeyPairRawCodec.java \
+	gnu/crypto/key/srp6/SRPPrivateKey.java \
+	gnu/crypto/key/srp6/SRPPublicKey.java
+gnu_crypto_keyring_SRCS = \
+	gnu/crypto/keyring/AuthenticatedEntry.java \
+	gnu/crypto/keyring/BaseKeyring.java \
+	gnu/crypto/keyring/BinaryDataEntry.java \
+	gnu/crypto/keyring/CertPathEntry.java \
+	gnu/crypto/keyring/CertificateEntry.java \
+	gnu/crypto/keyring/CompressedEntry.java \
+	gnu/crypto/keyring/EncryptedEntry.java \
+	gnu/crypto/keyring/Entry.java \
+	gnu/crypto/keyring/EnvelopeEntry.java \
+	gnu/crypto/keyring/GnuPrivateKeyring.java \
+	gnu/crypto/keyring/GnuPublicKeyring.java \
+	gnu/crypto/keyring/IKeyring.java \
+	gnu/crypto/keyring/IPrivateKeyring.java \
+	gnu/crypto/keyring/IPublicKeyring.java \
+	gnu/crypto/keyring/MalformedKeyringException.java \
+	gnu/crypto/keyring/MaskableEnvelopeEntry.java \
+	gnu/crypto/keyring/MeteredInputStream.java \
+	gnu/crypto/keyring/PasswordAuthenticatedEntry.java \
+	gnu/crypto/keyring/PasswordEncryptedEntry.java \
+	gnu/crypto/keyring/PasswordProtectedEntry.java \
+	gnu/crypto/keyring/PrimitiveEntry.java \
+	gnu/crypto/keyring/PrivateKeyEntry.java \
+	gnu/crypto/keyring/Properties.java \
+	gnu/crypto/keyring/PublicKeyEntry.java
+gnu_crypto_mac_SRCS = \
+	gnu/crypto/mac/BaseMac.java \
+	gnu/crypto/mac/HMac.java \
+	gnu/crypto/mac/HMacFactory.java \
+	gnu/crypto/mac/IMac.java \
+	gnu/crypto/mac/MacFactory.java \
+	gnu/crypto/mac/MacInputStream.java \
+	gnu/crypto/mac/MacOutputStream.java \
+	gnu/crypto/mac/OMAC.java \
+	gnu/crypto/mac/TMMH16.java \
+	gnu/crypto/mac/UHash32.java \
+	gnu/crypto/mac/UMac32.java
+gnu_crypto_mode_SRCS = \
+	gnu/crypto/mode/BaseMode.java \
+	gnu/crypto/mode/CBC.java \
+	gnu/crypto/mode/CFB.java \
+	gnu/crypto/mode/CTR.java \
+	gnu/crypto/mode/EAX.java \
+	gnu/crypto/mode/ECB.java \
+	gnu/crypto/mode/IAuthenticatedMode.java \
+	gnu/crypto/mode/ICM.java \
+	gnu/crypto/mode/IMode.java \
+	gnu/crypto/mode/ModeFactory.java \
+	gnu/crypto/mode/OFB.java
+gnu_crypto_pad_SRCS = \
+	gnu/crypto/pad/BasePad.java \
+	gnu/crypto/pad/IPad.java \
+	gnu/crypto/pad/PKCS1_V1_5.java \
+	gnu/crypto/pad/PKCS7.java \
+	gnu/crypto/pad/PadFactory.java \
+	gnu/crypto/pad/SSL3.java \
+	gnu/crypto/pad/TBC.java \
+	gnu/crypto/pad/TLS1.java \
+	gnu/crypto/pad/WrongPaddingException.java
+gnu_crypto_pki_SRCS = \
+	gnu/crypto/pki/GnuPKIExtension.java \
+	gnu/crypto/pki/PolicyNodeImpl.java \
+	gnu/crypto/pki/Util.java \
+	gnu/crypto/pki/X500Name.java \
+	gnu/crypto/pki/X509CRLEntryImpl.java \
+	gnu/crypto/pki/X509CRLImpl.java \
+	gnu/crypto/pki/X509CRLSelectorImpl.java \
+	gnu/crypto/pki/X509CertPath.java \
+	gnu/crypto/pki/X509CertSelectorImpl.java \
+	gnu/crypto/pki/X509CertificateBuilder.java \
+	gnu/crypto/pki/X509CertificateImpl.java
+gnu_crypto_pki_ext_SRCS = \
+	gnu/crypto/pki/ext/AuthorityKeyIdentifier.java \
+	gnu/crypto/pki/ext/BasicConstraints.java \
+	gnu/crypto/pki/ext/CRLNumber.java \
+	gnu/crypto/pki/ext/CertificatePolicies.java \
+	gnu/crypto/pki/ext/ExtendedKeyUsage.java \
+	gnu/crypto/pki/ext/Extension.java \
+	gnu/crypto/pki/ext/GeneralNames.java \
+	gnu/crypto/pki/ext/IssuerAlternativeNames.java \
+	gnu/crypto/pki/ext/KeyUsage.java \
+	gnu/crypto/pki/ext/PolicyConstraint.java \
+	gnu/crypto/pki/ext/PolicyMappings.java \
+	gnu/crypto/pki/ext/PrivateKeyUsagePeriod.java \
+	gnu/crypto/pki/ext/ReasonCode.java \
+	gnu/crypto/pki/ext/SubjectAlternativeNames.java \
+	gnu/crypto/pki/ext/SubjectKeyIdentifier.java
+gnu_crypto_pki_io_SRCS = \
+	gnu/crypto/pki/io/Base64InputStream.java
+gnu_crypto_pki_provider_SRCS = \
+	gnu/crypto/pki/provider/CollectionCertStoreImpl.java \
+	gnu/crypto/pki/provider/DSAParameters.java \
+	gnu/crypto/pki/provider/DSASignature.java \
+	gnu/crypto/pki/provider/EncodedKeyFactory.java \
+	gnu/crypto/pki/provider/GnuDHPublicKey.java \
+	gnu/crypto/pki/provider/GnuDSAPrivateKey.java \
+	gnu/crypto/pki/provider/GnuDSAPublicKey.java \
+	gnu/crypto/pki/provider/GnuPki.java \
+	gnu/crypto/pki/provider/GnuRSAPrivateKey.java \
+	gnu/crypto/pki/provider/GnuRSAPublicKey.java \
+	gnu/crypto/pki/provider/MD2withRSA.java \
+	gnu/crypto/pki/provider/MD4withRSA.java \
+	gnu/crypto/pki/provider/MD5withRSA.java \
+	gnu/crypto/pki/provider/PKIXCertPathValidator.java \
+	gnu/crypto/pki/provider/RSA.java \
+	gnu/crypto/pki/provider/RSAKeyFactory.java \
+	gnu/crypto/pki/provider/SHA1withRSA.java \
+	gnu/crypto/pki/provider/X509CertificateFactory.java
+gnu_crypto_prng_SRCS = \
+	gnu/crypto/prng/ARCFour.java \
+	gnu/crypto/prng/BasePRNG.java \
+	gnu/crypto/prng/CSPRNG.java \
+	gnu/crypto/prng/EntropySource.java \
+	gnu/crypto/prng/Fortuna.java \
+	gnu/crypto/prng/ICMGenerator.java \
+	gnu/crypto/prng/IPBE.java \
+	gnu/crypto/prng/IRandom.java \
+	gnu/crypto/prng/LimitReachedException.java \
+	gnu/crypto/prng/MDGenerator.java \
+	gnu/crypto/prng/PBKDF2.java \
+	gnu/crypto/prng/PRNGFactory.java \
+	gnu/crypto/prng/RandomEvent.java \
+	gnu/crypto/prng/RandomEventListener.java \
+	gnu/crypto/prng/UMacGenerator.java
+gnu_crypto_sasl_SRCS = \
+	gnu/crypto/sasl/AuthInfo.java \
+	gnu/crypto/sasl/AuthInfoProviderFactory.java \
+	gnu/crypto/sasl/ClientFactory.java \
+	gnu/crypto/sasl/ClientMechanism.java \
+	gnu/crypto/sasl/ConfidentialityException.java \
+	gnu/crypto/sasl/IAuthInfoProvider.java \
+	gnu/crypto/sasl/IAuthInfoProviderFactory.java \
+	gnu/crypto/sasl/IllegalMechanismStateException.java \
+	gnu/crypto/sasl/InputBuffer.java \
+	gnu/crypto/sasl/IntegrityException.java \

*** Patch too long, truncated ***




More information about the kaffe mailing list