29ab8c4b84adf0ea585c709229bd0faffa3fe903
[cacao.git] / src / vm / jit / loop / 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 = libloop.a
8
9 libloop_a_SOURCES = \
10         analyze.c \
11         graph.c \
12         loop.c \
13         tracing.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: