Changeset 2971
- Timestamp:
- 06/14/08 20:38:10 (4 months ago)
- Location:
- trunk/linbox
- Files:
-
- 2 removed
- 2 modified
-
Makefile.am (modified) (1 diff)
-
gmp++ (deleted)
-
linbox/util/Makefile.am (modified) (2 diffs)
-
linbox/util/gmp++ (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/Makefile.am
r2961 r2971 1 SUBDIRS= gmp++linbox macros tests interfaces doc examples1 SUBDIRS=linbox macros tests interfaces doc examples 2 2 3 3 docs:doc/linbox-html/index.html -
trunk/linbox/linbox/util/Makefile.am
r2762 r2971 1 2 1 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/linbox 3 2 4 3 AM_CFLAGS=-Wall -O2 5 4 6 SUBDIRS= gmp++formats5 SUBDIRS=formats 7 6 8 7 pkgincludesubdir=$(pkgincludedir)/util … … 17 16 debug.C 18 17 19 libutil_la_LIBADD= \20 gmp++/libgmpxx.la18 #libutil_la_LIBADD= \ 19 # gmp++/libgmpxx.la 21 20 22 21 pkgincludesub_HEADERS=\
