UsingTasks are not collected expectedly when imports are involved.
[mono.git] / mcs / tools / Makefile
index 4ad56aaf3a113fc8332c0649596bcf0a9dce0234..fc01a9618a71559637757457b8141c2048363a73 100644 (file)
@@ -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