Major file restructuring.
[cacao.git] / src / threads / green / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 557 2003-11-02 22:51:59Z 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         threadio.c \
15         threadio.h
16
17 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@
18
19
20 ## Local variables:
21 ## mode: Makefile
22 ## indent-tabs-mode: t
23 ## c-basic-offset: 4
24 ## tab-width: 8
25 ## compile-command: "automake --add-missing"
26 ## End: