[runtime] Change the semantics of mono_error_set_type_load_name to acquire alloc...
[mono.git] / mono / Makefile.am
index 67226f9d763a59a6fd0d6b11b8eead72aec29518..495f16922edfe722c816e02232eea5a225f35191 100644 (file)
@@ -1,33 +1,32 @@
 if CROSS_COMPILING
-SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis
+SUBDIRS = arch utils io-layer cil metadata $(interpreter_dir) mini dis profiler
 else
-if MOONLIGHT
+if INSTALL_MONOTOUCH
 SUBDIRS = utils io-layer metadata arch mini profiler
 
-moon-do-build:
+monotouch-do-build:
        @list='$(SUBDIRS)'; for subdir in $$list; do \
          case "x$$subdir" in \
-               xmetadata ) target="moon-do-build" ;; \
-               xmini ) target="moon-do-build" ;; \
+               xmetadata ) target="monotouch-do-build" ;; \
+               xmini ) target="monotouch-do-build" ;; \
                * ) target="all" ;; \
          esac; \
          echo "Making $$target in $$subdir"; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target); \
     done;
 
-moon-do-clean:
+monotouch-do-clean:
        @list='$(SUBDIRS)'; for subdir in $$list; do \
          case "x$$subdir" in \
-               xmetadata ) target="moon-do-clean" ;; \
-               xmini ) target="moon-do-clean" ;; \
+               xmetadata ) target="monotouch-do-clean" ;; \
+               xmini ) target="monotouch-do-clean" ;; \
                * ) target="clean" ;; \
          esac; \
          echo "Making $$target in $$subdir"; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target); \
     done;
-
 else
-SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis monograph tests benchmark profiler
+SUBDIRS = arch utils io-layer cil metadata $(interpreter_dir) mini dis monograph tests unit-tests benchmark profiler
 endif
 endif
-DIST_SUBDIRS = utils io-layer cil metadata arch interpreter mini dis monograph tests benchmark profiler
+DIST_SUBDIRS = arch utils io-layer cil metadata interpreter mini dis monograph tests unit-tests benchmark profiler