d8aead7337cc884b4cabef51ee97d5699a444994
[cacao.git] / src / threads / native / 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 = libthreads.a
8
9 libthreads_a_SOURCES = threads.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: