[asp.net] Don't instantiate the hash algorithm used to encrypt resource URLs on each...
[mono.git] / mcs / Makefile
index 311d477cedff1727145a0b7819479f525df3457f..cabe0042119692a527cbebbe3f6fba27a08e45c5 100644 (file)
@@ -8,9 +8,11 @@ net_2_0_SUBDIRS := build mcs class nunit24 ilasm tools tests errors
 moonlight_bootstrap_SUBDIRS := build mcs class
 moonlight_raw_SUBDIRS := build mcs class tools
 moonlight_SUBDIRS := tools tests errors
-monotouch_SUBDIRS := build mcs class
+monodroid_bootstrap_SUBDIRS := build mcs class
+monodroid_SUBDIRS := build mcs class
 monotouch_bootstrap_SUBDIRS := build mcs class
-net_3_5_SUBDIRS := build class
+monotouch_SUBDIRS := build mcs class
+net_3_5_SUBDIRS := build class tools/xbuild
 net_4_0_bootstrap_SUBDIRS := build mcs class tools 
 net_4_0_SUBDIRS := build mcs class nunit24 ilasm tools tests errors docs
 
@@ -80,7 +82,7 @@ all-local $(STD_TARGETS:=-local):
        @:
 
 dir-check:
-       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then echo "Running make from the mcs directory is not supported. Run make from the parent directory (if using a tarball), or from the directory where the runtime is checked out (if using an SVN checkout)."; exit 1; fi
+       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then echo "Running make from the mcs directory is not supported. Run make from the parent directory."; exit 1; fi
 
 # fun specialty targets
 
@@ -107,6 +109,8 @@ $(_boot_:%=profile-do--net_4_0--%):           profile-do--net_4_0--%:
 $(_boot_:%=profile-do--net_4_0_bootstrap--%): profile-do--net_4_0_bootstrap--%: profile-do--net_2_0--%
 $(_boot_:%=profile-do--net_3_5--%):           profile-do--net_3_5--%:           profile-do--net_2_0--%
 $(_boot_:%=profile-do--moonlight--%):           profile-do--moonlight--%:           profile-do--moonlight_raw--%
+$(_boot_:%=profile-do--monodroid--%):         profile-do--monodroid--%:         profile-do--monodroid_bootstrap--%
+$(_boot_:%=profile-do--monodroid_bootstrap--%): profile-do--monodroid_bootstrap--%: profile-do--net_2_0--%
 $(_boot_:%=profile-do--monotouch--%):         profile-do--monotouch--%:         profile-do--monotouch_bootstrap--%
 $(_boot_:%=profile-do--monotouch_bootstrap--%): profile-do--monotouch_bootstrap--%: profile-do--net_2_0--%
 $(_boot_:%=profile-do--moonlight_raw--%):       profile-do--moonlight_raw--%:       profile-do--moonlight_bootstrap--%