Changeset 2971

Show
Ignore:
Timestamp:
06/14/08 20:38:10 (4 months ago)
Author:
pernet
Message:

Remove gmp++, and make Givaro a mandatory package, providing the gmp++ implementation.

Location:
trunk/linbox
Files:
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/Makefile.am

    r2961 r2971  
    1 SUBDIRS=gmp++ linbox macros tests interfaces doc examples 
     1SUBDIRS=linbox macros tests interfaces doc examples 
    22 
    33docs:doc/linbox-html/index.html 
  • trunk/linbox/linbox/util/Makefile.am

    r2762 r2971  
    1  
    21INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/linbox 
    32 
    43AM_CFLAGS=-Wall -O2 
    54 
    6 SUBDIRS=gmp++ formats 
     5SUBDIRS=formats 
    76 
    87pkgincludesubdir=$(pkgincludedir)/util 
     
    1716        debug.C 
    1817 
    19 libutil_la_LIBADD=      \ 
    20         gmp++/libgmpxx.la 
     18#libutil_la_LIBADD=     \ 
     19#       gmp++/libgmpxx.la 
    2120 
    2221pkgincludesub_HEADERS=\