89ae48f12f07a5326c5afced482341866e2c23e5
[cacao.git] / src / mm / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
4
5 SUBDIRS = boehm-gc
6
7 noinst_LIBRARIES = libboehm.a
8
9 libboehm_a_SOURCES = boehm.c
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@ -I./boehm-gc/include
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: