Merge pull request #103 from XTZGZoReX/master
[mono.git] / mcs / tools / Makefile
index dd44aad6b0a9b342d008448d5ee04d7eacd8e5cf..e0442cccf4586948502970974b2ae09df65a6240 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         \
@@ -41,25 +41,21 @@ net_4_0_dirs := \
        mod             \
        installvst      \
        lc              \
-       mono-configuration-crypto
+       mono-configuration-crypto \
+       ccrewrite       \
+       security
 
 net_2_0_dirs := \
        $(per_profile_dirs) \
        monodoc         \
-       compiler-tester
-
-net_2_1_dirs := \
-       compiler-tester
+       mdoc
 
-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)
 
-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,7 +67,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: