2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / build / Makefile
index 545aea2cad61d0157f2a27de7bca29b73fa4658e..08640a9f4acbd8fc1937a514e1ff6a3c496ff539 100644 (file)
@@ -4,7 +4,7 @@ include ../build/rules.make
 
 BUILT_FILES = common/Consts.cs
 
-all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
+all-local install-local test-local run-test-local csproj-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
        @:
 
 clean-local:
@@ -14,23 +14,23 @@ common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
        test -n '$(MONO_VERSION)'
        sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
 
-PLATFORMS = linux win32
+PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
-       net_1_1_bootstrap \
-       net_1_1 \
        net_2_0_bootstrap \
        net_2_0 \
        net_2_1_bootstrap \
        net_2_1_raw \
        net_2_1 \
-       net_1_0 \
-       net_3_5
+       net_3_5 \
+       net_4_0_bootstrap \
+       net_4_0 
 
 COMMON_SRCS = \
        Consts.cs.in                    \
        Locale.cs                       \
-       MonoTODOAttribute.cs
+       MonoTODOAttribute.cs \
+       basic-profile-check.cs
 
 DISTFILES = \
        README.makefiles                \
@@ -43,6 +43,7 @@ DISTFILES = \
        library.make                    \
        nunit-summary.xsl               \
        rules.make                      \
+       tests.make                      \
        $(COMMON_SRCS:%=common/%)       \
        $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)