* support-test-*.cs: Rename from test-*-p2.cs.
[mono.git] / mcs / tools / xbuild / Makefile
1 thisdir = tools/xbuild
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:Microsoft.Build.Framework.dll -r:Microsoft.Build.Utilities.dll -r:Microsoft.Build.Engine.dll
6 PROGRAM = xbuild.exe
7
8 include ../../build/executable.make
9
10 install-local:  install-extras
11
12 EXTRAS_DIR = $(mono_libdir)/mono/xbuild
13 install-extras: 
14         $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR)
15         $(INSTALL_DATA) xbuild/xbuild.rsp $(DESTDIR)$(EXTRAS_DIR)
16         $(INSTALL_DATA) xbuild/Microsoft.Common.tasks $(DESTDIR)$(EXTRAS_DIR)
17         $(INSTALL_DATA) xbuild/Microsoft.Build.xsd $(DESTDIR)$(EXTRAS_DIR)
18
19         $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR)/MSBuild
20         $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Commontypes.xsd $(DESTDIR)$(EXTRAS_DIR)
21         $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Core.xsd $(DESTDIR)$(EXTRAS_DIR)
22
23 EXTRA_DISTFILES = \
24         xbuild/xbuild.rsp \
25         xbuild/Microsoft.Common.tasks \
26         xbuild/Microsoft.Build.xsd \
27         xbuild/MSBuild/Microsoft.Build.Commontypes.xsd \
28         xbuild/MSBuild/Microsoft.Build.Core.xsd