Hide boostrap compiler for people looking for mcs.exe
[mono.git] / mcs / build / Makefile
index ac5e80124426eaaa34b66b7968930c38660bc679..b6d41e0c05fa2d35726e59fd7b4af627b6c0795b 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:
@@ -17,20 +17,17 @@ common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
 PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
-       net_1_1_bootstrap \
-       net_1_1 \
-       net_2_0_bootstrap \
+       build \
        net_2_0 \
-       net_2_1_bootstrap \
-       net_2_1_raw \
-       net_2_1 \
-       net_1_0 \
-       net_3_5
+       moonlight_raw \
+       net_3_5 \
+       net_4_0 
 
 COMMON_SRCS = \
        Consts.cs.in                    \
        Locale.cs                       \
-       MonoTODOAttribute.cs
+       MonoTODOAttribute.cs \
+       basic-profile-check.cs
 
 DISTFILES = \
        README.makefiles                \
@@ -40,9 +37,11 @@ DISTFILES = \
        corcompare.make                 \
        corcompare-api.xsl              \
        executable.make                 \
+       gensources.sh                   \
        library.make                    \
        nunit-summary.xsl               \
        rules.make                      \
+       tests.make                      \
        $(COMMON_SRCS:%=common/%)       \
        $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)