New source tree.
[cacao.git] / src / mm / Makefile.am
index 89ae48f12f07a5326c5afced482341866e2c23e5..74eb15049b7cbf8ac0371a85874cf2dd3ff2fc20 100644 (file)
@@ -1,14 +1,14 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 1621 2004-11-30 13:06:55Z twisti $
 
-SUBDIRS = boehm-gc
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
 
-noinst_LIBRARIES = libboehm.a
+noinst_LIBRARIES = libmm.a
 
-libboehm_a_SOURCES = boehm.c
+noinst_HEADERS = boehm.h memory.h
 
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@ -I./boehm-gc/include
+libmm_a_SOURCES = boehm.c memory.c
 
 
 ## Local variables: