* Removed all Id tags.
[cacao.git] / src / Makefile.am
index 8f4f0e91f455731b3923af7cf99ce099bc6c8fe9..b1c82505acbbe59212e51ea6cb518c6afcf7b754 100644 (file)
@@ -1,6 +1,6 @@
 ## src/Makefile.am
 ##
-## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+## Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
 ## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
 ## E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
 ## J. Wenninger, Institut f. Computersprachen - TU Wien
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## Contact: cacao@cacaojvm.org
-##
-## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 5893 2006-11-02 12:50:25Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
-       mm \
-       lib \
+       cacao \
+       cacaoh \
        fdlibm \
+       lib \
+       mm \
+       native \
+       scripts \
+       threads \
        toolbox \
        vm \
-       threads \
-       cacaoh \
-       native \
-       cacao \
-       scripts
+       vmcore
+
+if ENABLE_THREADS
+THREADS_DIR = \
+       threads
+endif
 
-# Keep this order!!!
+if ENABLE_CACAOH
+CACAOH_DIR = \
+       cacaoh 
+endif
+
+# DON'T CHANGE THIS ORDER!!!
 
 SUBDIRS = \
-       mm \
+       toolbox \
+       vmcore \
+       $(CACAOH_DIR) \
        lib \
+       native \
        fdlibm \
-       toolbox \
+       mm \
+       $(THREADS_DIR) \
        vm \
-       threads \
-       cacaoh \
-       native \
        cacao \
        scripts