X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FMakefile;h=463f70331729d572db97654acee780e0c57b0253;hb=3a0b0a8a07a19c93fccf11e6981fddb4d8a950bc;hp=f1ba22ae85906f9bec57afb82f14593ac9bfc3b3;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index f1ba22ae859..463f7033172 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -1,59 +1,28 @@ thisdir = tools -SUBDIRS = al cilc corcompare ictool mono-xsd security wsdl genxs SqlSharp disco soapsuds browsercaps-updater monop gacutil mono-rpm-helpers -include ../build/rules.make +SUBDIRS = \ + al cilc corcompare ictool mono-xsd security wsdl genxs sqlsharp \ + disco soapsuds browsercaps-updater monop gacutil mono-rpm-helpers \ + resgen macpack mkbundle dtd2xsd mjs + +net_1_1_bootstrap_SUBDIRS = security -MONO_TOOLS = \ - monostyle.exe \ - GenerateDelegate.exe \ - EnumCheck.exe \ - IFaceDisco.exe +net_2_0_SUBDIRS = wsdl -PROGRAM_INSTALL_DIR = $(prefix)/bin +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) +test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local: + @: -install-local: all-local - $(MKINSTALLDIRS) $(DESTDIR)$(PROGRAM_INSTALL_DIR) - for t in $(MONO_TOOLS) ; do \ - $(INSTALL_BIN) $$t $(DESTDIR)$(PROGRAM_INSTALL_DIR) ; \ - done - -uninstall-local: - for t in $(MONO_TOOLS) ; do \ - rm -f $(DESTDIR)$(PROGRAM_INSTALL_DIR)/$$t ; \ - done - -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:$@ $^