74eb15049b7cbf8ac0371a85874cf2dd3ff2fc20
[cacao.git] / src / mm / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 1621 2004-11-30 13:06:55Z twisti $
4
5 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
6
7 noinst_LIBRARIES = libmm.a
8
9 noinst_HEADERS = boehm.h memory.h
10
11 libmm_a_SOURCES = boehm.c memory.c
12
13
14 ## Local variables:
15 ## mode: Makefile
16 ## indent-tabs-mode: t
17 ## c-basic-offset: 4
18 ## tab-width: 8
19 ## compile-command: "automake --add-missing"
20 ## End: