Properly encode GMD on a GTD.
[mono.git] / mono / Makefile.am
index 0c1c2e3ad53d86c8a9ec482d01e08697cc4249e3..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 dis \
-      arch monograph interpreter mini tests benchmark $(HANDLES) profiler
+endif
+DIST_SUBDIRS = utils io-layer cil metadata arch interpreter mini dis monograph tests benchmark profiler