New source tree.
[cacao.git] / src / threads / 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 if USE_THREADS
6 if NATIVE_THREADS
7 THREADS = native
8 else
9 THREADS = green
10 endif
11 else
12 THREADS =
13 LIBRARY =
14 endif
15
16 SUBDIRS = $(THREADS)
17
18
19 ## Local variables:
20 ## mode: Makefile
21 ## indent-tabs-mode: t
22 ## c-basic-offset: 4
23 ## tab-width: 8
24 ## compile-command: "automake --add-missing"
25 ## End: