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

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

[Dotgnu-pnet-commits] ml-pnet/class/PEAPI Makefile.am, 1.1.1.1, 1.2 PEAP


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] ml-pnet/class/PEAPI Makefile.am, 1.1.1.1, 1.2 PEAPI.build, 1.1.1.1, 1.2
Date: Thu, 27 Nov 2003 05:18:58 +0000

Update of /cvsroot/dotgnu-pnet/ml-pnet/class/PEAPI
In directory subversions:/tmp/cvs-serv7340/class/PEAPI

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


Modify the build system to use "ilgac" to install assemblies;
infer the correct framework version numbers from pnetlib.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/class/PEAPI/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am 17 May 2003 07:18:36 -0000      1.1.1.1
--- Makefile.am 27 Nov 2003 05:18:56 -0000      1.2
***************
*** 6,13 ****
  PEAPI.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f PEAPI.build all
  
  CLEANFILES = PEAPI.dll
  
! pnetassembliesdir = $(libdir)/cscc/lib
! pnetassemblies_DATA = PEAPI.dll
--- 6,23 ----
  PEAPI.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -b "$(srcdir)" -B . -f PEAPI.build all
  
  CLEANFILES = PEAPI.dll
  
! install-data-local:
!       @$(NORMAL_INSTALL)
!       $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/PEAPI.build" -i all
! 
! uninstall-local:
!       @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/PEAPI.build" -u all

Index: PEAPI.build
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/class/PEAPI/PEAPI.build,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PEAPI.build 17 May 2003 07:18:36 -0000      1.1.1.1
--- PEAPI.build 27 Nov 2003 05:18:56 -0000      1.2
***************
*** 6,10 ****
                                 output="PEAPI.dll"
                                 debug="${debug.flag}"
!                                unsafe="true">
  
                        <sources basedir="${mono.sources}/class/PEAPI">
--- 6,12 ----
                                 output="PEAPI.dll"
                                 debug="${debug.flag}"
!                                unsafe="true"
!                                install="true"
!                                installasdefault="true">
  
                        <sources basedir="${mono.sources}/class/PEAPI">





reply via email to

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