another endian fix
[mono.git] / mcs / Makefile
index 5802ff6ae1fe787d732dd60d428b8ea73eb20aff..732936c04b9537e13055282bfcab4cdaa502d90a 100644 (file)
@@ -3,31 +3,35 @@ thisdir := .
 SUBDIRS := build jay mcs tools/resgen class mbas nunit20 ilasm tools tests errors docs
 DIST_ONLY_SUBDIRS := gmcs
 
-basic_SUBDIRS := jay mcs class
-net_1_1_bootstrap_SUBDIRS := jay mcs class 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
+net_2_0_SUBDIRS := build jay gmcs class nunit20 ilasm tests errors tools
 
 # List of test subdirs that should pass 100%
 centum_tests := \
+       class/corlib \
+       class/System \
        class/Commons.Xml.Relaxng \
        class/Cscompmgd \
        class/Microsoft.JScript \
        class/Mono.Posix \
-       class/System.Configuration.Install \
+       class/Mono.Security \
+       class/System.Messaging \
+       class/System.Runtime.Remoting \
        class/System.Runtime.Serialization.Formatters.Soap \
+       class/System.Security \
+       class/System.ServiceProcess \
        class/System.Web.Services \
        tests \
        errors
-#      class/System
 
-default_centum_tests := \
-       class/corlib \
-       class/Mono.Security \
-       class/System.Runtime.Remoting \
-       $(centum_tests)
+default_centum_tests :=                \
+       $(centum_tests)         \
+       class/System.XML        \
+       class/System.Data
 
-net_2_0_centum_tests := $(centum_tests)
+net_2_0_centum_tests := $(centum_tests) class/Mono.C5
 
 ifdef ONLY_CENTUM_TESTS
 TEST_SUBDIRS := $($(PROFILE)_centum_tests)
@@ -65,12 +69,11 @@ profiles-do--run-test:
        ret=:; $(foreach p,$(PROFILES), { $(MAKE) PROFILE=$(p) run-test || ret=false; }; ) $$ret
 
 # Orchestrate the bootstrap here.
-profile-do--net_2_0--all: profile-do--net_2_0_bootstrap--all
-profile-do--net_2_0_bootstrap--all: profile-do--default--all
-profile-do--default--all: profile-do--net_1_1_bootstrap--all
-ifeq (linux, $(PLATFORM))
-profile-do--net_1_1_bootstrap--all: profile-do--basic--all
-endif
+_boot_ = all clean install
+$(_boot_:%=profile-do--net_2_0--%):           profile-do--net_2_0--%:           profile-do--net_2_0_bootstrap--%
+$(_boot_:%=profile-do--net_2_0_bootstrap--%): profile-do--net_2_0_bootstrap--%: profile-do--default--%
+$(_boot_:%=profile-do--default--%):           profile-do--default--%:           profile-do--net_1_1_bootstrap--%
+$(_boot_:%=profile-do--net_1_1_bootstrap--%): profile-do--net_1_1_bootstrap--%: profile-do--basic--%
 
 testcorlib:
        @cd class/corlib && $(MAKE) test run-test