- we now build a libnat.a
authortwisti <none@none>
Mon, 24 Nov 2003 20:48:41 +0000 (20:48 +0000)
committertwisti <none@none>
Mon, 24 Nov 2003 20:48:41 +0000 (20:48 +0000)
commit4c1ce25bc7446f215e35715eb93a10905a743ac2
tree30078cd6286968d77de921a94a99416c59dfa6c4
parent01e80125eeaf8869e5ae033853eb408bc06eaf28
- we now build a libnat.a
- #ifndef + #define in header files are generated
124 files changed:
nat/Constructor.c
nat/Field.c
nat/FileChannelImpl.c
nat/JOWENNTest1.c
nat/Makefile.am
nat/Method.c
nat/Proxy.c
nat/Runtime.c
nat/Thread.c
nat/VMClass.c
nat/VMClassLoader.c
nat/VMObject.c
nat/VMObjectStreamClass.c
nat/VMSecurityManager.c
nat/VMSystem.c
nat/gnu_classpath_Configuration.h
nat/gnu_classpath_RawData.h
nat/gnu_java_lang_reflect_TypeSignature.h
nat/gnu_java_math_MPN.h
nat/gnu_java_nio_FileLockImpl.h
nat/gnu_java_nio_SelectorImpl.h
nat/gnu_java_security_x509_X509Certificate.h
nat/java_beans_PropertyEditor.h
nat/java_io_DataInput.h
nat/java_io_DataInputStream.h
nat/java_io_File.h
nat/java_io_FileDescriptor.h
nat/java_io_FileInputStream.h
nat/java_io_FileWriter.h
nat/java_io_ObjectInputStream.h
nat/java_io_OutputStream.h
nat/java_io_OutputStreamWriter.h
nat/java_io_PrintStream.h
nat/java_io_PrintWriter.h
nat/java_io_RandomAccessFile.h
nat/java_io_VMObjectStreamClass.h
nat/java_io_Writer.h
nat/java_lang_Class.h
nat/java_lang_ClassLoader.h
nat/java_lang_Cloneable.h
nat/java_lang_Compiler.h
nat/java_lang_Double.h
nat/java_lang_Float.h
nat/java_lang_Integer.h
nat/java_lang_JOWENNTest1.h
nat/java_lang_Math.h
nat/java_lang_Object.h
nat/java_lang_Process.h
nat/java_lang_Runtime.h
nat/java_lang_RuntimePermission.h
nat/java_lang_SecurityManager.h
nat/java_lang_StackTraceElement.h
nat/java_lang_StrictMath.h
nat/java_lang_String.h
nat/java_lang_StringBuffer.h
nat/java_lang_System.h
nat/java_lang_Thread.h
nat/java_lang_ThreadGroup.h
nat/java_lang_Throwable.h
nat/java_lang_UnsatisfiedLinkError.h
nat/java_lang_VMClass.h
nat/java_lang_VMClassLoader.h
nat/java_lang_VMDouble.h
nat/java_lang_VMFloat.h
nat/java_lang_VMObject.h
nat/java_lang_VMSecurityManager.h
nat/java_lang_VMSystem.h
nat/java_lang_reflect_Array.h
nat/java_lang_reflect_Constructor.h
nat/java_lang_reflect_Field.h
nat/java_lang_reflect_Method.h
nat/java_lang_reflect_Modifier.h
nat/java_lang_reflect_Proxy.h
nat/java_net_DatagramPacket.h
nat/java_net_DatagramSocketImpl.h
nat/java_net_InetAddress.h
nat/java_net_NetworkInterface.h
nat/java_net_PlainDatagramSocketImpl.h
nat/java_net_PlainSocketImpl.h
nat/java_net_SocketImpl.h
nat/java_nio_ByteOrder.h
nat/java_nio_CharBufferImpl.h
nat/java_nio_DirectByteBufferImpl.h
nat/java_nio_DoubleBufferImpl.h
nat/java_nio_FloatBufferImpl.h
nat/java_nio_IntBufferImpl.h
nat/java_nio_LongBufferImpl.h
nat/java_nio_ShortBufferImpl.h
nat/java_nio_channels_FileChannelImpl.h
nat/java_security_AccessController.h
nat/java_security_cert_Certificate.h
nat/java_security_cert_X509Certificate.h
nat/java_sql_Connection.h
nat/java_text_Collator.h
nat/java_util_Hashtable.h
nat/java_util_Locale.h
nat/java_util_Properties.h
nat/java_util_TimeZone.h
nat/java_util_zip_Deflater.h
nat/java_util_zip_Inflater.h
nat/javax_swing_Popup.h
nat/javax_swing_UIManager.h
src/native/include/java_lang_ClassLoader.h
src/native/include/java_lang_Cloneable.h
src/native/include/java_lang_Object.h
src/native/include/java_lang_String.h
src/native/include/java_lang_Thread.h
src/native/include/java_lang_ThreadGroup.h
src/native/include/java_lang_Throwable.h
src/native/include/java_lang_VMObject.h
src/native/vm/Constructor.c
src/native/vm/Field.c
src/native/vm/FileChannelImpl.c
src/native/vm/Makefile.am
src/native/vm/Method.c
src/native/vm/Proxy.c
src/native/vm/VMClass.c
src/native/vm/VMClassLoader.c
src/native/vm/VMObject.c
src/native/vm/VMObjectStreamClass.c
src/native/vm/VMRuntime.c
src/native/vm/VMSecurityManager.c
src/native/vm/VMSystem.c
src/native/vm/VMThread.c