Merge pull request #4248 from Unity-Technologies/boehm-gc-alloc-fixed
[mono.git] / mcs / tools / Makefile
index bb5f715b03f8025ccb1af0a2f6a27825dd5b3c28..2311d251ad79b0436a67bbc22ea34c85e8471c4a 100644 (file)
@@ -3,7 +3,6 @@ thisdir = tools
 net_4_5_dirs := \
        al              \
        linker          \
-       tuner           \
        culevel         \
        genxs           \
        mkbundle        \
@@ -16,6 +15,7 @@ net_4_5_dirs := \
        xbuild          \
        csharp          \
        corcompare      \
+       mono-api-html \
        compiler-tester \
        mono-xmltool    \
        mono-shlib-cop  \
@@ -44,15 +44,16 @@ net_4_5_dirs := \
        cccheck         \
        security        \
        mdbrebase       \
+       mdb2ppdb        \
        ikdasm          \
        mono-symbolicate        \
        linker-analyzer
 
-build_SUBDIRS = gacutil security culevel
+build_SUBDIRS = gacutil security culevel cil-stringreplacer commoncryptogenerator
 net_4_5_SUBDIRS = gacutil
 net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)
 
-SUBDIRS = $(basic_SUBDIRS) $(net_4_5_dirs)
+SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs)
 
 include ../build/rules.make