* Added ffcall library for intrp.
authortwisti <none@none>
Mon, 5 Sep 2005 20:11:56 +0000 (20:11 +0000)
committertwisti <none@none>
Mon, 5 Sep 2005 20:11:56 +0000 (20:11 +0000)
src/cacao/Makefile.am

index 7ee5b14669bbcedc2294076021208b36e5f301ed..20a571f3ba991ffb425e7a26c148afa8018bdde6 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2857 2005-06-28 18:35:37Z twisti $
+## $Id: Makefile.am 3147 2005-09-05 20:11:56Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)
+
+if ENABLE_INTRP
+FFCALL_LIB = $(top_builddir)/src/ffcall/avcall/libavcall.la
+endif
 
 if DISABLE_GC
 if NATIVE_THREADS
@@ -108,7 +112,8 @@ cacao_LDADD = \
        libcacao.la \
        $(top_builddir)/src/classpath/native/fdlibm/libfdlibm.la \
        $(GC_LIB) \
-       $(CLASSPATH_LIBS)
+       $(CLASSPATH_LIBS) \
+       $(FFCALL_LIB)
 
 cacao_DEPENDENCIES = $(cacao_LDADD)