* Removed all Id tags.
[cacao.git] / src / Makefile.am
index a2f02acc172ac5a68bb9c1eea16fd0ed9e35c25e..b1c82505acbbe59212e51ea6cb518c6afcf7b754 100644 (file)
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## $Id: Makefile.am 7246 2007-01-29 18:49:05Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
        cacao \
@@ -39,9 +36,14 @@ DIST_SUBDIRS = \
        vm \
        vmcore
 
-if WITH_CLASSPATH_GNU
-VM_DIR = \
-       lib
+if ENABLE_THREADS
+THREADS_DIR = \
+       threads
+endif
+
+if ENABLE_CACAOH
+CACAOH_DIR = \
+       cacaoh 
 endif
 
 # DON'T CHANGE THIS ORDER!!!
@@ -49,13 +51,12 @@ endif
 SUBDIRS = \
        toolbox \
        vmcore \
-       cacaoh \
-       \
-       $(VM_DIR) \
+       $(CACAOH_DIR) \
+       lib \
        native \
        fdlibm \
        mm \
-       threads \
+       $(THREADS_DIR) \
        vm \
        cacao \
        scripts