* Removed all Id tags.
[cacao.git] / src / native / tools / Makefile.am
index 439a29f4e6ebb1567c752a28f415e7da78de0a10..c789dbc77f14891e0bf4e443c2b18e74bd144c20 100644 (file)
 ## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 4563 2006-03-06 13:03:05Z 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_builddir)/src
+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 =
 
-if DISABLE_GC
-if NATIVE_THREADS
-GC_LIB = $(top_builddir)/src/boehm-gc/libgc.la
-endif
-else
-GC_LIB = $(top_builddir)/src/boehm-gc/libgc.la
-endif
-
 noinst_PROGRAMS = gennativetable
 
 gennativetable_SOURCES = gennativetable.c
 
 gennativetable_LDADD = \
        $(top_builddir)/src/cacaoh/libcacaoh.la \
-       $(top_builddir)/src/fdlibm/libfdlibm.la \
-       $(GC_LIB)
+       $(top_builddir)/src/fdlibm/libfdlibm.la
 
 gennativetable_DEPENDENCIES = \
        $(gennativetable_LDADD)