Cache the array of classes in find_typespec_for_class ().
[mono.git] / mono / Makefile.am
index 17162963cd1ea542eef8a00faa262ce495d1fd6c..d090464bee459395f10463a014b9bb91bd0996ca 100644 (file)
@@ -1,8 +1,10 @@
-# the handles dir doesn't apply to windows
-if PLATFORM_WIN32
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter mini tests benchmark profiler
+if CROSS_COMPILING
+SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis
 else
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter mini tests benchmark handles profiler
+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