svn path=/branches/mono-1-1-9/mcs/; revision=50438
[mono.git] / mcs / tools / Makefile
index b12f012bdb90cb9f60b902f7dae2c15d55c6ca6f..adeeb6167fb0579ac94163f573ae18aa53c40cc5 100644 (file)
@@ -1,57 +1,29 @@
 thisdir = tools
-SUBDIRS = al cilc corcompare ictool mono-xsd security wsdl genxs SqlSharp disco soapsuds browsercaps-updater monop gacutil
-include ../build/rules.make
+SUBDIRS = \
+       al cilc corcompare ictool mono-xsd security wsdl genxs sqlsharp         \
+       disco soapsuds browsercaps-updater monop gacutil        \
+       resgen macpack mkbundle dtd2xsd mjs prj2make mono-service \
+       mono-shlib-cop compiler-tester
+
+net_1_1_bootstrap_SUBDIRS = gacutil security
+
+net_2_0_SUBDIRS = corcompare wsdl compiler-tester monop
 
-MONO_TOOLS = \
-       monostyle.exe           \
-       GenerateDelegate.exe    \
-       EnumCheck.exe           \
-       IFaceDisco.exe
+include ../build/rules.make
 
 DISTFILES = \
        assemblies.xml                  \
-       DumpCultureInfo.cs              \
-       EnumCheckAssemblyCollection.cs  \
-       EnumCheck.cs                    \
-       GenerateDelegate.cs             \
-       IFaceDisco.cs                   \
-       monostyle.cs                    \
        mono-win32-setup-dark.bmp       \
        mono-win32-setup-light.bmp      \
        mono-win32-setup.nsi            \
-       sample_cast_const.cs            \
        scan-tests.pl                   \
-       serialize.cs                    \
-       verifier.cs                     \
-       XMLUtil.cs                      \
        tinderbox/smtp.c                \
        tinderbox/tinderbox.sh
 
-all-local: $(MONO_TOOLS)
-
-install-local: all-local
-       $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/bin
-       for t in $(MONO_TOOLS) ; do \
-          $(INSTALL_BIN) $$t $(DESTDIR)$(prefix)/bin ; \
-       done
-
-uninstall-local:
-       for t in $(MONO_TOOLS) ; do \
-          rm -f $(DESTDIR)$(prefix)/bin/$$t ; \
-       done
+test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local:
+       @:
 
-test-local run-test-local:
+dist-local: dist-default
 
 clean-local:
        rm -f *.exe *.dll *.pdb cormissing.xml
-
-dist-local: dist-default
-
-%.exe: %.cs
-       $(CSCOMPILE) /target:exe /out:$@ $^
-
-EnumCheck.exe: EnumCheck.cs EnumCheckAssemblyCollection.cs
-       $(CSCOMPILE) -r:System.Xml.dll /target:exe /out:$@ $^
-
-IFaceDisco.exe: IFaceDisco.cs XMLUtil.cs
-       $(CSCOMPILE) /target:exe /out:$@ $^