X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FMakefile;h=14c2a5da6e4ad58235e533c5eef09f019ba00561;hb=c911cc7aa226cba8f88f7a57c5fd257e62ab86a6;hp=3f6a89897f3b1042da5aed4add9149a7306a83f5;hpb=fe78acafcbd522e6aae88a7bcb9582a5b9d2d054;p=mono.git diff --git a/mcs/build/Makefile b/mcs/build/Makefile index 3f6a89897f3..14c2a5da6e4 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 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,18 @@ 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 \ + net_4_5 COMMON_SRCS = \ Consts.cs.in \ Locale.cs \ - MonoTODOAttribute.cs + MonoTODOAttribute.cs \ + basic-profile-check.cs DISTFILES = \ README.makefiles \ @@ -40,6 +38,7 @@ DISTFILES = \ corcompare.make \ corcompare-api.xsl \ executable.make \ + gensources.sh \ library.make \ nunit-summary.xsl \ rules.make \