02bfbdfc080339804109a437811a671753fc8809
[cacao.git] / src / vm / jit / verify / 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 = libverify.a
8
9 libverify_a_SOURCES = \
10         typecheck.c \
11         typeinfo.c
12
13
14 ## Local variables:
15 ## mode: Makefile
16 ## indent-tabs-mode: t
17 ## c-basic-offset: 4
18 ## tab-width: 8
19 ## compile-command: "automake --add-missing"
20 ## End: