UsingTasks are not collected expectedly when imports are involved.
[mono.git] / mcs / tools / Makefile
index 0d8e482c720f09f2f56d9a0bd956c31c0da80d2e..fc01a9618a71559637757457b8141c2048363a73 100644 (file)
@@ -2,10 +2,8 @@ thisdir = tools
 
 per_profile_dirs = \
        al              \
-       compiler-tester \
        linker          \
        tuner           \
-       csharp          \
        culevel         \
        genxs           \
        mkbundle        \
@@ -13,12 +11,15 @@ per_profile_dirs = \
        mono-service    \
        mono-xsd        \
        resgen          \
+       gacutil         \
        wsdl            \
        xbuild
 
 net_4_0_dirs := \
        $(per_profile_dirs) \
+       csharp          \
        corcompare      \
+       compiler-tester \
        mono-xmltool    \
        mono-shlib-cop  \
        sgen            \
@@ -37,28 +38,25 @@ net_4_0_dirs := \
        macpack         \
        dtd2rng         \
        dtd2xsd         \
+       mdoc            \
        mod             \
        installvst      \
        lc              \
        mono-configuration-crypto \
-       ccrewrite
+       ccrewrite       \
+       cccheck         \
+       security        \
+       mdbrebase
 
 net_2_0_dirs := \
-       $(per_profile_dirs) \
-       monodoc         \
-       mdoc            \
-       compiler-tester
-
-moonlight_dirs := \
-       compiler-tester
+       $(per_profile_dirs)
 
-basic_SUBDIRS = gacutil resgen security culevel
+build_SUBDIRS = gacutil security culevel
 net_2_0_SUBDIRS := $(basic_SUBDIRS) $(net_2_0_dirs)
-moonlight_raw_SUBDIRS := $(moonlight_dirs)
-moonlight_SUBDIRS := $(moonlight_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_SUBDIRS) $(moonlight_SUBDIRS)
+SUBDIRS = $(basic_SUBDIRS) $(net_2_0_SUBDIRS)
 DIST_SUBDIRS = $(SUBDIRS) $(net_4_0_dirs)
 
 include ../build/rules.make