2010-04-24 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / Makefile.am
index d2cb5f571d7e6c1997e237794d3e99bff7220516..d090464bee459395f10463a014b9bb91bd0996ca 100644 (file)
@@ -1,7 +1,10 @@
-# the handles dir doesn't apply to windows
-if ! PLATFORM_WIN32
-HANDLES = handles
+if CROSS_COMPILING
+SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis
+else
+if MOONLIGHT
+SUBDIRS = utils io-layer     metadata arch $(interpreter_dir) mini
+else
+SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis monograph tests benchmark profiler
 endif
-
-SUBDIRS = utils io-layer monoburg os cil metadata \
-      arch interpreter mini dis monograph tests benchmark $(HANDLES) profiler
+endif
+DIST_SUBDIRS = utils io-layer cil metadata arch interpreter mini dis monograph tests benchmark profiler