522770aec101cea3b8f3a759cf996f6e4711cff9
[cacao.git] / src / threads / green / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 1255 2004-06-30 20:56:08Z twisti $
4
5
6 noinst_LIBRARIES = @LIBTHREAD@
7 EXTRA_LIBRARIES = libthreads.a
8
9 libthreads_a_SOURCES = \
10         locks.c \
11         locks.h \
12         thread.c \
13         thread.h \
14         nativethread.c \
15         nativethread.h \
16         threadio.c \
17         threadio.h
18
19 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit/@ARCH_DIR@
20
21
22 ## Local variables:
23 ## mode: Makefile
24 ## indent-tabs-mode: t
25 ## c-basic-offset: 4
26 ## tab-width: 8
27 ## compile-command: "automake --add-missing"
28 ## End: