dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/I18N I18N.build, 1.10, 1.11 Makefile.am, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/I18N I18N.build, 1.10, 1.11 Makefile.am, 1.5, 1.6
Date: Wed, 26 Nov 2003 06:43:36 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/I18N
In directory subversions:/tmp/cvs-serv14391/I18N

Modified Files:
        I18N.build Makefile.am 
Log Message:


Change install/uninstall for the core assemblies over to use the
csant/ilgac mechanism, and remove the now-unnecessary pnetlib.here files.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 14 Aug 2003 07:40:15 -0000      1.5
--- Makefile.am 26 Nov 2003 06:43:34 -0000      1.6
***************
*** 21,41 ****
  CLEANFILES = $(REGION_ASSEMBLIES) $(HANDLER_FILE) I18N.dll first/I18N.dll
  
! install-exec-local:
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       $(INSTALL_DATA) I18N.dll $(DESTDIR)$(libdir)/cscc/lib/I18N.dll
!       $(INSTALL_DATA) I18N.CJK.dll $(DESTDIR)$(libdir)/cscc/lib/I18N.CJK.dll
!       $(INSTALL_DATA) I18N.MidEast.dll 
$(DESTDIR)$(libdir)/cscc/lib/I18N.MidEast.dll
!       $(INSTALL_DATA) I18N.Other.dll 
$(DESTDIR)$(libdir)/cscc/lib/I18N.Other.dll
!       $(INSTALL_DATA) I18N.Rare.dll $(DESTDIR)$(libdir)/cscc/lib/I18N.Rare.dll
!       $(INSTALL_DATA) I18N.West.dll $(DESTDIR)$(libdir)/cscc/lib/I18N.West.dll
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N-handlers.def
  
  uninstall-local:
        @$(NORMALL_UNINSTALL)
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N.dll
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N.CJK.dll
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N.MidEast.dll
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N.Other.dll
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N.Rare.dll
!       rm -f $(DESTDIR)$(libdir)/cscc/lib/I18N.West.dll
--- 21,32 ----
  CLEANFILES = $(REGION_ASSEMBLIES) $(HANDLER_FILE) I18N.dll first/I18N.dll
  
! install-data-local:
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       "$(CSANT)" $(CSANT_FLAGS) -f I18N.build \
!                       -a $(DESTDIR)$(libdir)/cscc/lib -i all phase-two
  
  uninstall-local:
        @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -f I18N.build \
!                       -a $(DESTDIR)$(libdir)/cscc/lib -u all phase-two

Index: I18N.build
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/I18N.build,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** I18N.build  9 Nov 2003 22:11:44 -0000       1.10
--- I18N.build  26 Nov 2003 06:43:34 -0000      1.11
***************
*** 37,41 ****
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true">
  
                        <sources>
--- 37,43 ----
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>
***************
*** 71,75 ****
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true">
  
                        <sources>
--- 73,79 ----
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>
***************
*** 97,101 ****
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true">
  
                        <sources>
--- 101,107 ----
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>
***************
*** 123,127 ****
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true">
  
                        <sources>
--- 129,135 ----
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>
***************
*** 149,153 ****
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true">
  
                        <sources>
--- 157,163 ----
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>
***************
*** 179,183 ****
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true">
  
                        <sources>
--- 189,195 ----
                                 unsafe="true"
                                 nostdlib="true"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]