Handle 12.00 in XBuild's SolutionParser.
[mono.git] / mcs / tools / Makefile
index 5be1a48c169ef12347c5339de9f0347d366d1413..fc01a9618a71559637757457b8141c2048363a73 100644 (file)
@@ -2,10 +2,8 @@ thisdir = tools
 
 per_profile_dirs = \
        al              \
-       compiler-tester \
        linker          \
        tuner           \
-       csharp          \
        culevel         \
        genxs           \
        mkbundle        \
@@ -13,14 +11,16 @@ per_profile_dirs = \
        mono-service    \
        mono-xsd        \
        resgen          \
-       wsdl
+       gacutil         \
+       wsdl            \
+       xbuild
 
 net_4_0_dirs := \
        $(per_profile_dirs) \
+       csharp          \
        corcompare      \
+       compiler-tester \
        mono-xmltool    \
-       xbuild          \
-       mdoc            \
        mono-shlib-cop  \
        sgen            \
        mconfig         \
@@ -38,28 +38,25 @@ net_4_0_dirs := \
        macpack         \
        dtd2rng         \
        dtd2xsd         \
+       mdoc            \
        mod             \
        installvst      \
        lc              \
-       mono-configuration-crypto
+       mono-configuration-crypto \
+       ccrewrite       \
+       cccheck         \
+       security        \
+       mdbrebase
 
 net_2_0_dirs := \
-       $(per_profile_dirs) \
-       monodoc         \
-       compiler-tester
-
-net_2_1_dirs := \
-       compiler-tester
+       $(per_profile_dirs)
 
-basic_SUBDIRS = gacutil security
-net_2_0_bootstrap_SUBDIRS = resgen culevel
+build_SUBDIRS = gacutil security culevel
 net_2_0_SUBDIRS := $(basic_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 := $(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
@@ -72,7 +69,6 @@ DISTFILES = \
        scan-tests.pl                   \
        tinderbox/smtp.c                \
        tinderbox/tinderbox.sh          \
-       gensources.sh                   \
        removecomments.sh
 
 test-local csproj-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local: