Add new profile for monodroid tools (#5699)
[mono.git] / mcs / tools / Makefile
index 693318cbea7e07fdb27df8413379a15d159e7ac0..09db25649e7ecf29499cf1b077ca158f9c7954ba 100644 (file)
@@ -3,7 +3,6 @@ thisdir = tools
 net_4_5_dirs := \
        al              \
        linker          \
-       tuner           \
        culevel         \
        genxs           \
        mkbundle        \
@@ -45,26 +44,23 @@ net_4_5_dirs := \
        cccheck         \
        security        \
        mdbrebase       \
+       mdb2ppdb        \
        ikdasm          \
        mono-symbolicate        \
        linker-analyzer
 
-build_SUBDIRS = gacutil security culevel cil-stringreplacer commoncryptogenerator
+build_SUBDIRS = resgen gacutil security culevel cil-stringreplacer commoncryptogenerator resx2sr linker
+monodroid_tools_SUBDIRS = cil-strip mkbundle mdoc mono-symbolicate
 net_4_5_SUBDIRS = gacutil
+net_4_x_SUBDIRS = gacutil
 net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)
+net_4_x_PARALLEL_SUBDIRS = $(net_4_5_dirs)
 
 SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs)
 
 include ../build/rules.make
 
 DISTFILES = \
-       assemblies.xml                  \
-       mono-win32-setup-dark.bmp       \
-       mono-win32-setup-light.bmp      \
-       mono-win32-setup.nsi            \
-       scan-tests.pl                   \
-       tinderbox/smtp.c                \
-       tinderbox/tinderbox.sh          \
        removecomments.sh
 
 test-local csproj-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local: