New source tree.
[cacao.git] / src / 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 SUBDIRS = boehm-gc classpath mm toolbox vm threads cacaoh native cacao
6
7
8 ## Local variables:
9 ## mode: Makefile
10 ## indent-tabs-mode: t
11 ## c-basic-offset: 4
12 ## tab-width: 8
13 ## compile-command: "automake --add-missing"
14 ## End: