[System.ServiceModel] Changed test port from 8080 to 30158
[mono.git] / mcs / tools / Makefile
index 9a28154a2aca0df7c6d3481d07cc1c1ef20f5647..3c0f45c251f553acca6aba16949642e98af57a00 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,30 +38,26 @@ net_4_0_dirs := \
        macpack         \
        dtd2rng         \
        dtd2xsd         \
+       mdoc            \
        mod             \
        installvst      \
        lc              \
        mono-configuration-crypto \
-       ccrewrite
+       ccrewrite       \
+       cccheck         \
+       security        \
+       mdbrebase       \
+       ikdasm
 
 net_2_0_dirs := \
-       $(per_profile_dirs) \
-       mdoc            \
-       monodoc         \
-       compiler-tester
-
-moonlight_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)
-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)
+net_4_5_SUBDIRS := $(net_4_0_SUBDIRS)
 
-SUBDIRS = $(basic_SUBDIRS) $(net_2_0_bootstrap_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