X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FMakefile;h=adeeb6167fb0579ac94163f573ae18aa53c40cc5;hb=3c54f7add56840109eae49f0aed7f3071bfb6640;hp=b12f012bdb90cb9f60b902f7dae2c15d55c6ca6f;hpb=592ce119d754c1bffb12ce87509dfd2731b9a1b0;p=mono.git diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index b12f012bdb9..adeeb6167fb 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -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:$@ $^