* Removed all Id tags.
[cacao.git] / src / vmcore / Makefile.am
index 1d647a9efab27d66e2c0a9dbe4bd4f51d8082e78..00ca24c96d3501fb6fa332e10012c10e9f3c2a2e 100644 (file)
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## $Id: Makefile.am 6216 2006-12-18 18:21:37Z 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)
 
 LIBS =
 
 if ENABLE_JAVASE
+if ENABLE_ANNOTATIONS
 ANNOTATION_SOURCES = \
        annotation.c \
        annotation.h
+endif
 
 STACKMAP_SOURCES = \
        stackmap.c \
@@ -79,8 +78,7 @@ libvmcore_la_SOURCES = \
        method.h \
        options.c \
        options.h \
-       primitive.c \
-       primitive.h \
+       primitivecore.c \
        references.h \
        $(RT_TIMING_SOURCES) \
        $(STACKMAP_SOURCES) \