* Removed all Id tags.
[cacao.git] / src / native / vm / gnu / Makefile.am
index 41c48d3b843b10f81232ff4a1be641f09f22eda3..e2b53c77f9bf470f65401ed44da00937e9bf9bbf 100644 (file)
 ## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Thalinger
-##
-## $Id: Makefile.am 8015 2007-06-05 20:58:11Z 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
 
@@ -42,6 +39,11 @@ lib_LTLIBRARIES = \
        libjdwp.la
 endif
 
+if ENABLE_ANNOTATIONS
+SUN_REFLECT_SOURCES = \
+       sun_reflect_ConstantPool.c
+endif
+
 libnativevmcore_la_SOURCES = \
        gnu_classpath_VMStackWalker.c \
        gnu_classpath_VMSystemProperties.c \
@@ -62,7 +64,9 @@ libnativevmcore_la_SOURCES = \
        java_lang_reflect_Field.c \
        java_lang_reflect_Method.c \
        java_lang_reflect_VMProxy.c \
-       java_security_VMAccessController.c
+       java_security_VMAccessController.c \
+       java_util_concurrent_atomic_AtomicLong.c \
+       $(SUN_REFLECT_SOURCES)
 
 if ENABLE_JVMTI
 libjdwp_la_SOURCES = \