X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FMakefile;h=ce026ae275fd57a1ad44b124c96abf5fd35b5f6b;hb=3fb128ac0de7cca459098c2dc3359d81f5e48353;hp=47cbfe0bd22d14860d4ed6fbc24ffeee463031dd;hpb=9d94ef745654af93546b585ab66b3f2638defdcb;p=mono.git diff --git a/mcs/build/Makefile b/mcs/build/Makefile index 47cbfe0bd22..ce026ae275f 100644 --- a/mcs/build/Makefile +++ b/mcs/build/Makefile @@ -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,21 +14,21 @@ 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 \ + build \ net_2_0 \ - net_2_1 \ - net_1_0 \ - net_3_5 + net_3_5 \ + net_4_0 \ + net_4_5 \ + xbuild_12 COMMON_SRCS = \ Consts.cs.in \ Locale.cs \ - MonoTODOAttribute.cs + MonoTODOAttribute.cs \ + basic-profile-check.cs DISTFILES = \ README.makefiles \ @@ -38,8 +38,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)