X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FMakefile;h=fd4931b3110f81576674bbf48c447e34d23c3fb8;hb=6ce4c1abb1f6442fd0bb65156d6a785981b655a9;hp=3cdc2ad2a044c00b1a429f36908e072bd5d2018a;hpb=a052adc04cfa7799ae2a1f5cb768bd3868a640fa;p=mono.git diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index 3cdc2ad2a04..fd4931b3110 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -1,57 +1,28 @@ thisdir = tools -SUBDIRS = cilc corcompare ictool mono-xsd security wsdl genxs SqlSharp -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 mkbundle dtd2xsd + +net_1_1_bootstrap_SUBDIRS = security + +net_2_0_SUBDIRS = wsdl -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) /target:exe /out:$@ $^ - -IFaceDisco.exe: IFaceDisco.cs XMLUtil.cs - $(CSCOMPILE) /target:exe /out:$@ $^