[System.ServiceModel] Changed test port from 8080 to 30158
[mono.git] / mcs / tools / Makefile
index 500561f8064ab9929a829fd0db43afe2a7827941..3c0f45c251f553acca6aba16949642e98af57a00 100644 (file)
@@ -2,27 +2,25 @@ thisdir = tools
 
 per_profile_dirs = \
        al              \
-       compiler-tester \
        linker          \
        tuner           \
-       csharp          \
        culevel         \
        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         \
@@ -40,24 +38,27 @@ net_2_0_dirs := \
        macpack         \
        dtd2rng         \
        dtd2xsd         \
-       mjs             \
-       prj2make        \
+       mdoc            \
        mod             \
        installvst      \
-       lc
+       lc              \
+       mono-configuration-crypto \
+       ccrewrite       \
+       cccheck         \
+       security        \
+       mdbrebase       \
+       ikdasm
 
-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) $(basic_SUBDIRS)
-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
 
@@ -69,7 +70,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: