X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FMakefile;h=fc01a9618a71559637757457b8141c2048363a73;hb=03fc8b7fd954d95e342ca7b620c85ea550af727d;hp=4ad56aaf3a113fc8332c0649596bcf0a9dce0234;hpb=aa2c2b564f01ab0301ca8e4ed753736e834cb784;p=mono.git diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index 4ad56aaf3a1..fc01a9618a7 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -2,29 +2,25 @@ thisdir = tools per_profile_dirs = \ al \ - compiler-tester \ linker \ tuner \ - csharplib \ - csharp \ culevel \ - gacutil \ genxs \ mkbundle \ monop \ mono-service \ mono-xsd \ - monodoc \ resgen \ - wsdl + gacutil \ + wsdl \ + xbuild -net_2_0_dirs := \ +net_4_0_dirs := \ $(per_profile_dirs) \ - cilc \ + csharp \ corcompare \ + compiler-tester \ mono-xmltool \ - xbuild \ - mdoc \ mono-shlib-cop \ sgen \ mconfig \ @@ -42,24 +38,26 @@ net_2_0_dirs := \ macpack \ dtd2rng \ dtd2xsd \ - mjs \ - prj2make \ + mdoc \ mod \ installvst \ - lc + lc \ + mono-configuration-crypto \ + ccrewrite \ + cccheck \ + security \ + mdbrebase -net_2_1_dirs := \ - compiler-tester +net_2_0_dirs := \ + $(per_profile_dirs) -basic_SUBDIRS = gacutil security -net_2_0_bootstrap_SUBDIRS = resgen culevel -net_2_0_SUBDIRS := $(net_2_0_dirs) -net_2_1_raw_SUBDIRS := $(net_2_1_dirs) -net_2_1_SUBDIRS := $(net_2_1_dirs) -net_4_0_bootstrap_SUBDIRS = resgen culevel -net_4_0_SUBDIRS := $(per_profile_dirs) +build_SUBDIRS = gacutil security culevel +net_2_0_SUBDIRS := $(basic_SUBDIRS) $(net_2_0_dirs) +net_4_0_SUBDIRS := $(net_4_0_dirs) $(basic_SUBDIRS) +net_4_5_SUBDIRS := $(net_4_0_SUBDIRS) -SUBDIRS = $(basic_SUBDIRS) $(net_2_0_bootstrap_SUBDIRS) $(net_2_0_SUBDIRS) $(net_2_1_SUBDIRS) +SUBDIRS = $(basic_SUBDIRS) $(net_2_0_SUBDIRS) +DIST_SUBDIRS = $(SUBDIRS) $(net_4_0_dirs) include ../build/rules.make @@ -71,10 +69,9 @@ DISTFILES = \ scan-tests.pl \ tinderbox/smtp.c \ tinderbox/tinderbox.sh \ - gensources.sh \ removecomments.sh -test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local: +test-local csproj-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local: @: dist-local: dist-default