* Removed all Id tags.
[cacao.git] / src / native / vm / gnu / Makefile.am
index 619bd687b7e22369132290045823547831fc1462..e2b53c77f9bf470f65401ed44da00937e9bf9bbf 100644 (file)
 ## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Thalinger
-##
-## $Id: Makefile.am 6213 2006-12-18 17:36:06Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir)/src
 
 LIBS =
 
 noinst_LTLIBRARIES = \
-       libnativevmgnu.la
+       libnativevmcore.la
 
 if ENABLE_JVMTI
 lib_LTLIBRARIES = \
        libjdwp.la
 endif
 
-libnativevmgnu_la_SOURCES = \
+if ENABLE_ANNOTATIONS
+SUN_REFLECT_SOURCES = \
+       sun_reflect_ConstantPool.c
+endif
+
+libnativevmcore_la_SOURCES = \
        gnu_classpath_VMStackWalker.c \
        gnu_classpath_VMSystemProperties.c \
        gnu_java_lang_management_VMClassLoadingMXBeanImpl.c \
@@ -63,7 +65,8 @@ libnativevmgnu_la_SOURCES = \
        java_lang_reflect_Method.c \
        java_lang_reflect_VMProxy.c \
        java_security_VMAccessController.c \
-       sun_misc_Unsafe.c
+       java_util_concurrent_atomic_AtomicLong.c \
+       $(SUN_REFLECT_SOURCES)
 
 if ENABLE_JVMTI
 libjdwp_la_SOURCES = \