* Makefile: Install Options.cs into the GAC, so that mono-options.pc
authorJonathan Pryor <jpryor@novell.com>
Tue, 14 Oct 2008 04:08:48 +0000 (04:08 -0000)
committerJonathan Pryor <jpryor@novell.com>
Tue, 14 Oct 2008 04:08:48 +0000 (04:08 -0000)
  can perform source install (as suggeted by App Deployment Guidelines).

svn path=/trunk/mcs/; revision=115733

mcs/class/Mono.Options/ChangeLog
mcs/class/Mono.Options/Makefile

index f8f6bf472521f9bdf3d40b4f96af218e8b5b66cb..3cc5bb018a802997fffe9894d5715497052c9771 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Install Options.cs into the GAC, so that mono-options.pc
+         can perform source install (as suggeted by App Deployment Guidelines).
+
 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
 
        * ChangeLog: Started.
index 037977fc0df3d828301d724104604537dce8ec52..9f7e70193c148abcb506a198cf4a15a25e1f96de 100644 (file)
@@ -8,5 +8,12 @@ LIBRARY_PACKAGE = none
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
 TEST_MCS_FLAGS = /r:Mono.Posix.dll /r:System.dll
 
+gacdir   = $(GACROOT)/mono/gac/Mono.Options/0.2.1.0__0738eb9f132ed756
+gac_DATA = Mono.Options/Options.cs
+
 include ../../build/library.make
 
+do-install:
+       $(MAKE) install-local
+       $(INSTALL) -m 644 $(gac_DATA) $(gacdir)/
+