Greatly speed up gensources.sh and improve dependency handling
[mono.git] / mcs / build / Makefile
index f0970a0df1fbb63ede13332638417fbe3e7097a7..69721f73b689fbdff8d9c4bb0ef2d67cf4e4f1cc 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:
@@ -19,9 +19,9 @@ PROFILES = \
        basic \
        net_2_0_bootstrap \
        net_2_0 \
-       net_2_1_bootstrap \
-       net_2_1_raw \
-       net_2_1 \
+       moonlight_bootstrap \
+       moonlight_raw \
+       moonlight \
        net_3_5 \
        net_4_0_bootstrap \
        net_4_0 
@@ -29,7 +29,8 @@ PROFILES = \
 COMMON_SRCS = \
        Consts.cs.in                    \
        Locale.cs                       \
-       MonoTODOAttribute.cs
+       MonoTODOAttribute.cs \
+       basic-profile-check.cs
 
 DISTFILES = \
        README.makefiles                \
@@ -39,6 +40,7 @@ DISTFILES = \
        corcompare.make                 \
        corcompare-api.xsl              \
        executable.make                 \
+       gensources.sh                   \
        library.make                    \
        nunit-summary.xsl               \
        rules.make                      \