Properly encode GMD on a GTD.
[mono.git] / mono / Makefile.am
index b7ef587aa283633c7d4e6174a93bcbe579ad1437..d090464bee459395f10463a014b9bb91bd0996ca 100644 (file)
@@ -1,3 +1,10 @@
-SUBDIRS = io-layer monoburg metadata cil dis \
-       arch monograph interpreter jit wrapper tests
-
+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
+endif
+DIST_SUBDIRS = utils io-layer cil metadata arch interpreter mini dis monograph tests benchmark profiler