6782ebe0dd622f156160389eafca73a510b7fa1c
[cacao.git] / src / vm / jit / tools / 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_PROGRAMS = genoffsets
8
9 genoffsets_SOURCES = genoffsets.c
10
11
12 ## Local variables:
13 ## mode: Makefile
14 ## indent-tabs-mode: t
15 ## c-basic-offset: 4
16 ## tab-width: 8
17 ## compile-command: "automake --add-missing"
18 ## End: