6b2be3761a79d7d9dd5305f621d5290e35aa1502
[cacao.git] / src / threads / green / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 1621 2004-11-30 13:06:55Z twisti $
4
5 noinst_LIBRARIES = libthreads.a
6
7 libthreads_a_SOURCES = \
8         locks.c \
9         threads.c \
10         threadio.c
11
12
13 ## Local variables:
14 ## mode: Makefile
15 ## indent-tabs-mode: t
16 ## c-basic-offset: 4
17 ## tab-width: 8
18 ## compile-command: "automake --add-missing"
19 ## End: