X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FMakefile;h=b6d41e0c05fa2d35726e59fd7b4af627b6c0795b;hb=f8b219931cae8222f23787bc4e456c3ba27a7295;hp=b22890b2c6dc17a246be24512f211fc2683f63b1;hpb=881f83658281916d8f0784df7c726ecb7cc289db;p=mono.git diff --git a/mcs/build/Makefile b/mcs/build/Makefile index b22890b2c6d..b6d41e0c05f 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,26 +14,36 @@ 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 \ + build \ + net_2_0 \ + 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 \ 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 +