Disable debugging parser on the default compiler build
[mono.git] / mcs / tools / Makefile
index c8447cffd26ee295fa046aa1dec078e515c5fccc..6817f3f9441f3c538b1b5be7528844075706a1a1 100644 (file)
@@ -4,7 +4,6 @@ per_profile_dirs = \
        al              \
        linker          \
        tuner           \
-       csharp          \
        culevel         \
        genxs           \
        mkbundle        \
@@ -18,6 +17,7 @@ per_profile_dirs = \
 
 net_4_0_dirs := \
        $(per_profile_dirs) \
+       csharp          \
        corcompare      \
        compiler-tester \
        mono-xmltool    \
@@ -38,21 +38,23 @@ net_4_0_dirs := \
        macpack         \
        dtd2rng         \
        dtd2xsd         \
+       mdoc            \
        mod             \
        installvst      \
        lc              \
        mono-configuration-crypto \
        ccrewrite       \
+       cccheck         \
        security
 
 net_2_0_dirs := \
        $(per_profile_dirs) \
-       monodoc         \
-       mdoc
+       monodoc
 
-build_SUBDIRS = gacutil resgen security culevel
+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_SUBDIRS)
 DIST_SUBDIRS = $(SUBDIRS) $(net_4_0_dirs)