Disable debugging parser on the default compiler build
[mono.git] / mcs / tools / Makefile
index 74ffcb31d66c4fabff6c119ddeb192b58db6249a..6817f3f9441f3c538b1b5be7528844075706a1a1 100644 (file)
@@ -1,71 +1,63 @@
 thisdir = tools
 
-net_1_1_dirs := \
-       al                      \
-       cilc            \
-       culevel         \
-       ictool          \
-       mono-xsd        \
-       security        \
-       wsdl            \
-       genxs           \
-       disco           \
-       soapsuds        \
-       browsercaps-updater     \
-       monop           \
-       gacutil         \
+per_profile_dirs = \
+       al              \
        linker          \
        tuner           \
-       cil-strip       \
-       resgen          \
-       macpack         \
+       culevel         \
+       genxs           \
        mkbundle        \
-       dtd2rng         \
-       dtd2xsd         \
-       mjs                     \
-       prj2make        \
+       monop           \
        mono-service    \
-       monodoc         \
-       mod             \
-       compiler-tester \
-       mono-xmltool    \
-       installvst              \
-       installutil
-
-net_2_0_dirs := \
-       al                      \
-       corcompare      \
-       csharp          \
        mono-xsd        \
+       resgen          \
+       gacutil         \
        wsdl            \
+       xbuild
+
+net_4_0_dirs := \
+       $(per_profile_dirs) \
+       csharp          \
+       corcompare      \
        compiler-tester \
-       monop           \
-       xbuild          \
-       resgen          \
-       mdoc            \
-       mono-service    \
+       mono-xmltool    \
        mono-shlib-cop  \
-       mkbundle        \
        sgen            \
-       security        \
        mconfig         \
        installutil     \
        nunitreport     \
+       pdb2mdb         \
        sqlsharp        \
-       gacutil         \
-       csharplib
+       sqlmetal        \
+       svcutil         \
+       ictool          \
+       disco           \
+       soapsuds        \
+       browsercaps-updater     \
+       cil-strip       \
+       macpack         \
+       dtd2rng         \
+       dtd2xsd         \
+       mdoc            \
+       mod             \
+       installvst      \
+       lc              \
+       mono-configuration-crypto \
+       ccrewrite       \
+       cccheck         \
+       security
 
-net_2_1_dirs := \
-       compiler-tester
+net_2_0_dirs := \
+       $(per_profile_dirs) \
+       monodoc
 
-net_1_1_bootstrap_SUBDIRS = gacutil security resgen culevel
-net_1_1_SUBDIRS := $(net_1_1_dirs)
-net_2_0_bootstrap_SUBDIRS = resgen
-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) moon
+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 = $(net_1_1_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
 
@@ -77,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