2010-02-08 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / Makefile.am
index 0c1c2e3ad53d86c8a9ec482d01e08697cc4249e3..b6de9139e939aefb118a21fcfe719a78da4b9a87 100644 (file)
@@ -1,7 +1,6 @@
-# the handles dir doesn't apply to windows
-if ! PLATFORM_WIN32
-HANDLES = handles
+if CROSS_COMPILING
+SUBDIRS = utils io-layer cil metadata arch interpreter mini dis
+else
+SUBDIRS = utils io-layer cil metadata \
+      arch interpreter mini dis monograph tests benchmark profiler
 endif
-
-SUBDIRS = utils io-layer monoburg os cil metadata dis \
-      arch monograph interpreter mini tests benchmark $(HANDLES) profiler