2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tools / Makefile
index f3c18972010d922521e1fc23c31cfb65a9fa24e2..970ac6d2e1a49fe4380c998da72b604345421969 100644 (file)
@@ -13,14 +13,13 @@ per_profile_dirs = \
        mono-service    \
        mono-xsd        \
        resgen          \
-       wsdl
+       wsdl            \
+       xbuild
 
 net_4_0_dirs := \
        $(per_profile_dirs) \
        corcompare      \
-       monodoc         \
        mono-xmltool    \
-       xbuild          \
        mdoc            \
        mono-shlib-cop  \
        sgen            \
@@ -45,20 +44,23 @@ net_4_0_dirs := \
        mono-configuration-crypto
 
 net_2_0_dirs := \
+       $(per_profile_dirs) \
+       monodoc         \
        compiler-tester
 
-net_2_1_dirs := \
+moonlight_dirs := \
        compiler-tester
 
 basic_SUBDIRS = gacutil security
 net_2_0_bootstrap_SUBDIRS = resgen 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)
+moonlight_raw_SUBDIRS := $(moonlight_dirs)
+moonlight_SUBDIRS := $(moonlight_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_bootstrap_SUBDIRS) $(net_2_0_SUBDIRS) $(moonlight_SUBDIRS)
+DIST_SUBDIRS = $(SUBDIRS) $(net_4_0_dirs)
 
 include ../build/rules.make
 
@@ -70,7 +72,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: