2007-03-21 Mike Kestner <mkestner@novell.com>
[mono.git] / mcs / Makefile
index da0a1cfca7a28718dac9d4c91cdc2607f7a38fa3..fe677dd1e2110a3b8a32c0e87f7df1e46403dd73 100644 (file)
@@ -1,12 +1,12 @@
 thisdir := .
 
-SUBDIRS := build jay mcs tools/resgen class mbas nunit20 ilasm tools tests errors docs
+SUBDIRS := build jay mcs class nunit20 ilasm tools tests errors docs
 DIST_ONLY_SUBDIRS := gmcs
 
-basic_SUBDIRS := jay mcs class
-net_1_1_bootstrap_SUBDIRS := jay mcs class ilasm tools
-net_2_0_bootstrap_SUBDIRS := class
-net_2_0_SUBDIRS := jay gmcs class nunit20 tests errors tools
+basic_SUBDIRS := build jay mcs class
+net_1_1_bootstrap_SUBDIRS := build jay mcs class ilasm tools
+net_2_0_bootstrap_SUBDIRS := build class ilasm tools
+net_2_0_SUBDIRS := build jay gmcs class nunit20 ilasm tests errors tools
 
 # List of test subdirs that should pass 100%
 centum_tests := \
@@ -22,7 +22,6 @@ centum_tests := \
        class/System.Runtime.Serialization.Formatters.Soap \
        class/System.Security \
        class/System.ServiceProcess \
-       class/System.Web \
        class/System.Web.Services \
        tests \
        errors
@@ -32,7 +31,7 @@ default_centum_tests :=               \
        class/System.XML        \
        class/System.Data
 
-net_2_0_centum_tests := $(centum_tests) # class/Mono.C5
+net_2_0_centum_tests := $(centum_tests) #class/Mono.C5
 
 ifdef ONLY_CENTUM_TESTS
 TEST_SUBDIRS := $($(PROFILE)_centum_tests)
@@ -97,6 +96,7 @@ DISTFILES = \
        LICENSE                 \
        LICENSE.GPL             \
        LICENSE.LGPL            \
+       LICENSE.MPL             \
        Makefile                \
        mkinstalldirs           \
        MIT.X11                 \