ce904c73885d6059a3061495bbcae6c5e247380e
[cacao.git] / src / vm / jit / inline / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 1622 2004-11-30 13:18:52Z twisti $
4
5 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
6
7 noinst_LIBRARIES = libinline.a
8
9 libinline_a_SOURCES = \
10         inline.c \
11         parseRT.c \
12         parseRTstats.c \
13         sets.c
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: