Fix include paths to support build directories.
[cacao.git] / src / toolbox / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 1141 2004-06-05 23:19:24Z twisti $
4
5 noinst_LIBRARIES = libtoolbox.a
6
7 libtoolbox_a_SOURCES = \
8         avl.c \
9         avl.h \
10         memory.c \
11         memory.h \
12         logging.c \
13         logging.h \
14         chain.c \
15         chain.h \
16         tree.c \
17         tree.h \
18         list.c \
19         list.h
20
21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit/@ARCH_DIR@
22
23
24 ## Local variables:
25 ## mode: Makefile
26 ## indent-tabs-mode: t
27 ## c-basic-offset: 4
28 ## tab-width: 8
29 ## compile-command: "automake --add-missing"
30 ## End: