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

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

[Dotgnu-pnet-commits] pnetlib/System.Drawing.Xsharp Makefile.am, 1.1, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing.Xsharp Makefile.am, 1.1, 1.2 System.Drawing.Xsharp.build, 1.4, 1.5
Date: Wed, 26 Nov 2003 06:43:38 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Xsharp
In directory subversions:/tmp/cvs-serv14391/System.Drawing.Xsharp

Modified Files:
        Makefile.am System.Drawing.Xsharp.build 
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/System.Drawing.Xsharp/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 7 Jun 2003 22:40:59 -0000       1.1
--- Makefile.am 26 Nov 2003 06:43:36 -0000      1.2
***************
*** 9,12 ****
  CLEANFILES = System.Drawing.Xsharp.dll
  
! pnetassembliesdir = $(libdir)/cscc/lib
! pnetassemblies_DATA = System.Drawing.Xsharp.dll
--- 9,20 ----
  CLEANFILES = System.Drawing.Xsharp.dll
  
! install-data-local:
!       @$(NORMAL_INSTALL)
!       $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       "$(CSANT)" $(CSANT_FLAGS) -f System.Drawing.Xsharp.build \
!                       -a $(DESTDIR)$(libdir)/cscc/lib -i all
! 
! uninstall-local:
!       @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -f System.Drawing.Xsharp.build \
!                       -a $(DESTDIR)$(libdir)/cscc/lib -u all

Index: System.Drawing.Xsharp.build
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Xsharp/System.Drawing.Xsharp.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** System.Drawing.Xsharp.build 9 Nov 2003 22:11:45 -0000       1.4
--- System.Drawing.Xsharp.build 26 Nov 2003 06:43:36 -0000      1.5
***************
*** 9,13 ****
                                 nostdlib="true"
                                 debug="${CONFIG_DEBUG_LINES}"
!                                optimize="true">
  
                        <sources>
--- 9,15 ----
                                 nostdlib="true"
                                 debug="${CONFIG_DEBUG_LINES}"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>





reply via email to

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