2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / tools / xbuild / Makefile
index 3242dcdd2976e5551fbc5db41ceee9341c21f090..db9ee299bfb17bb1b8b870c1dbc675042c571016 100644 (file)
@@ -9,17 +9,15 @@ 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.Common.targets $(DESTDIR)$(EXTRAS_DIR)
-#      cp xbuild/Microsoft.CSharp.targets xbuild/Microsoft.CSharp.Targets
-#      $(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)/MSBuild
        $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Core.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild
@@ -29,5 +27,7 @@ EXTRA_DISTFILES = \
        xbuild/Microsoft.Common.tasks \
        xbuild/Microsoft.Build.xsd \
        xbuild/Microsoft.CSharp.targets \
+       xbuild/Microsoft.Common.targets \
        xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd \
-       xbuild/MSBuild/Microsoft.Build.Core.xsd
+       xbuild/MSBuild/Microsoft.Build.Core.xsd         \
+       xbuild/Microsoft.VisualBasic.targets