X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FMakefile;h=af120d403ed56646c67d8ad8299c5779f5a6cb12;hb=6cee4c38abb89e9dc631966b1afa771e7c105cb7;hp=e0cd94e8cbf6fabead2dca9f8c88e9c964dd224d;hpb=b7e80009158717d96fdbb42e93c10ebd927fd6a8;p=mono.git diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index e0cd94e8cbf..af120d403ed 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -16,6 +16,7 @@ net_4_5_dirs := \ xbuild \ csharp \ corcompare \ + mono-api-html \ compiler-tester \ mono-xmltool \ mono-shlib-cop \ @@ -45,13 +46,15 @@ net_4_5_dirs := \ security \ mdbrebase \ ikdasm \ - symbolicate + mono-symbolicate \ + linker-analyzer \ + btls -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