Changed the makefile system to autoconf/automake.
[cacao.git] / mm / Makefile.am
1 noinst_LIBRARIES = libmm_new.a libmm_old.a
2
3 libmm_new_a_SOURCES = allocator2.c allocator.h \
4                       bitmap2.c bitmap2.h \
5                       heap2.c \
6                       lifespan.c lifespan.h \
7                       mm.h
8 libmm_old_a_SOURCES = heap.old.c
9
10 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@