update
[mono.git] / mcs / tools / Makefile
index fd4931b3110f81576674bbf48c447e34d23c3fb8..82eefae91040b013376426f6d880a0fa48156dcd 100644 (file)
@@ -1,12 +1,17 @@
 thisdir = tools
-SUBDIRS =      \
-       al cilc corcompare ictool mono-xsd security wsdl genxs sqlsharp \
-       disco soapsuds browsercaps-updater monop gacutil mono-rpm-helpers       \
-       resgen mkbundle dtd2xsd
+SUBDIRS = \
+       al cilc corcompare culevel ictool mono-xsd security wsdl genxs sqlsharp         \
+       disco soapsuds browsercaps-updater monop gacutil linker tuner \
+       resgen macpack mkbundle dtd2rng dtd2xsd mjs prj2make mono-service \
+       mono-shlib-cop compiler-tester mono-xmltool installvst
 
-net_1_1_bootstrap_SUBDIRS = security
+net_1_1_bootstrap_SUBDIRS = gacutil security resgen culevel
+net_2_0_bootstrap_SUBDIRS = resgen
 
-net_2_0_SUBDIRS = wsdl
+net_2_0_SUBDIRS = al corcompare wsdl compiler-tester monop xbuild resgen mono-service mkbundle sgen security
+net_2_1_SUBDIRS = tuner
+
+DIST_ONLY_SUBDIRS = xbuild sgen
 
 include ../build/rules.make