will be replaced by modified versions
[cacao.git] / src / toolbox / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 662 2003-11-21 18:06:25Z jowenn $
4
5 noinst_LIBRARIES = libtoolbox.a
6
7 libtoolbox_a_SOURCES = \
8         memory.c \
9         memory.h \
10         loging.c \
11         loging.h \
12         chain.c \
13         chain.h \
14         tree.c \
15         tree.h \
16         list.c \
17         list.h
18
19 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@
20
21
22 ## Local variables:
23 ## mode: Makefile
24 ## indent-tabs-mode: t
25 ## c-basic-offset: 4
26 ## tab-width: 8
27 ## compile-command: "automake --add-missing"
28 ## End: