Add new profile for monodroid tools (#5699)
[mono.git] / mcs / tools / Makefile
index d5426120a37a0c779d007b1fab6131978f61b132..09db25649e7ecf29499cf1b077ca158f9c7954ba 100644 (file)
@@ -49,22 +49,18 @@ net_4_5_dirs := \
        mono-symbolicate        \
        linker-analyzer
 
-build_SUBDIRS = resgen 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: