Greatly speed up gensources.sh and improve dependency handling
[mono.git] / mcs / build / Makefile
index bde00961a68568ced8f3aa27152740513f1f94db..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: $(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,27 +14,39 @@ 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 default net_2_0_bootstrap net_2_0 \
-       atomic net_1_0
+       basic \
+       net_2_0_bootstrap \
+       net_2_0 \
+       moonlight_bootstrap \
+       moonlight_raw \
+       moonlight \
+       net_3_5 \
+       net_4_0_bootstrap \
+       net_4_0 
 
 COMMON_SRCS = \
        Consts.cs.in                    \
        Locale.cs                       \
-       MonoTODOAttribute.cs            \
-       TestConfiguration.cs
+       MonoTODOAttribute.cs \
+       basic-profile-check.cs
 
 DISTFILES = \
        README.makefiles                \
        README.platforms                \
        README.configury                \
        config-default.make             \
+       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)
 
 dist-local: dist-default
-       $(MKINSTALLDIRS) $(distdir)/deps
+