7fbe098faf117775e69589b8379fb1151c896ffc
[cacao.git] / src / toolbox / 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 = libtoolbox.a
8
9 libtoolbox_a_SOURCES = \
10         avl.c \
11         logging.c \
12         chain.c \
13         tree.c \
14         list.c
15
16
17 ## Local variables:
18 ## mode: Makefile
19 ## indent-tabs-mode: t
20 ## c-basic-offset: 4
21 ## tab-width: 8
22 ## compile-command: "automake --add-missing"
23 ## End: