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