do not assert on ToString result
[mono.git] / mcs / class / Makefile
index 522e22fa611a79e20a5027fed7fcbf7e4a348c7c..62d21f04c40a5cb9ebcd31bae6db8684bc99e330 100644 (file)
@@ -106,6 +106,7 @@ net_2_0_dirs := \
        System.Web.DynamicData          \
        System.ServiceModel.Web         \
        System.Web.Mvc                  \
+       System.Web.Mvc2                 \
        Mono.C5                         \
        Mono.Management                 \
        Mono.Options                    \
@@ -119,7 +120,7 @@ net_2_0_only_dirs := \
        System.Web.Extensions_1.0       \
        System.Web.Extensions.Design_1.0
 
-net_2_1_dirs := \
+moonlight_dirs := \
        corlib                  \
        Mono.CompilerServices.SymbolWriter \
        System.Core             \
@@ -127,6 +128,7 @@ net_2_1_dirs := \
        System.XML              \
        System.Net              \
        System.Xml.Linq \
+       System.Xml.Serialization        \
        System.Runtime.Serialization    \
        System.ServiceModel     \
        System.ServiceModel.Web
@@ -140,11 +142,11 @@ monotouch_dirs := \
        Mono.Security   \
        System  \
        I18N            \
-       System.Json     \
        System.Xml.Linq \
        System.Runtime.Serialization    \
        System.ServiceModel     \
        System.ServiceModel.Web \
+       System.Json     \
        System.Web.Services     \
        Mono.Data.Tds   \
        System.Transactions     \
@@ -169,8 +171,8 @@ net_4_0_dirs := \
 
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs)
-net_2_1_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter System.Core
-net_2_1_raw_SUBDIRS := $(net_2_1_dirs)
+moonlight_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter System.Core
+moonlight_raw_SUBDIRS := $(moonlight_dirs)
 monotouch_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter System.Core
 monotouch_SUBDIRS := $(monotouch_dirs)
 net_3_5_SUBDIRS := $(net_3_5_dirs)
@@ -179,7 +181,7 @@ net_4_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_4_0_dirs)
 
 include ../build/rules.make
 
-SUBDIRS = $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(net_2_1_dirs) $(net_3_5_dirs) $(net_4_0_dirs)
+SUBDIRS = $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(moonlight_dirs) $(monotouch_dirs) $(net_3_5_dirs) $(net_4_0_dirs)
 
 DIST_ONLY_SUBDIRS = dlr