2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / tools / xbuild / Makefile
index 48bfb9b870a2d976b2940bf915ab3487c23bb47c..db9ee299bfb17bb1b8b870c1dbc675042c571016 100644 (file)
@@ -9,20 +9,25 @@ include ../../build/executable.make
 
 install-local: install-extras
 
-EXTRAS_DIR = $(mono_libdir)/mono/xbuild
+EXTRAS_DIR = $(mono_libdir)/mono/2.0
 install-extras: 
        $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR)
        $(INSTALL_DATA) xbuild/xbuild.rsp $(DESTDIR)$(EXTRAS_DIR)
        $(INSTALL_DATA) xbuild/Microsoft.Common.tasks $(DESTDIR)$(EXTRAS_DIR)
        $(INSTALL_DATA) xbuild/Microsoft.Build.xsd $(DESTDIR)$(EXTRAS_DIR)
-
+       $(INSTALL_DATA) xbuild/Microsoft.Common.targets $(DESTDIR)$(EXTRAS_DIR)
+       $(INSTALL_DATA) xbuild/Microsoft.CSharp.targets $(DESTDIR)$(EXTRAS_DIR)
+       $(INSTALL_DATA) xbuild/Microsoft.VisualBasic.targets $(DESTDIR)$(EXTRAS_DIR)
        $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR)/MSBuild
-       $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Commontypes.xsd $(DESTDIR)$(EXTRAS_DIR)
-       $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Core.xsd $(DESTDIR)$(EXTRAS_DIR)
+       $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild
+       $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Core.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild
 
 EXTRA_DISTFILES = \
        xbuild/xbuild.rsp \
        xbuild/Microsoft.Common.tasks \
        xbuild/Microsoft.Build.xsd \
-       xbuild/MSBuild/Microsoft.Build.Commontypes.xsd \
-       xbuild/MSBuild/Microsoft.Build.Core.xsd
+       xbuild/Microsoft.CSharp.targets \
+       xbuild/Microsoft.Common.targets \
+       xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd \
+       xbuild/MSBuild/Microsoft.Build.Core.xsd         \
+       xbuild/Microsoft.VisualBasic.targets