summaryrefslogtreecommitdiff
path: root/cxx
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-25 00:15:41 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-25 00:15:41 +0200
commit8de53c7d293ed7d3363c5bebd2bb0ab71af767c8 (patch)
treeae5f1aa48250b51d1461674f4f2c652c91340d4d /cxx
parentc7f2dbe9ca175bc15aa31c3284309dbda1dccc70 (diff)
downloadgmp-8de53c7d293ed7d3363c5bebd2bb0ab71af767c8.tar.gz
Regenerate for:
* Makefile.am, cxx/Makefile.am: Add cxx/ismpznw.cc.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/cxx/Makefile.in b/cxx/Makefile.in
index 49fac5da7..cacaf7e75 100644
--- a/cxx/Makefile.in
+++ b/cxx/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright 2001, 2002 Free Software Foundation, Inc.
+# Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -201,9 +201,8 @@ INCLUDES = -D__GMP_WITHIN_GMPXX -I$(top_srcdir)
@WANT_CXX_TRUE@noinst_LTLIBRARIES = libcxx.la
-# osfuns.cc is handled from the top-level Makefile.am
libcxx_la_SOURCES = \
- isfuns.cc ismpf.cc ismpq.cc ismpz.cc \
+ isfuns.cc ismpf.cc ismpq.cc ismpz.cc ismpznw.cc \
osdoprnti.cc osfuns.cc osmpf.cc osmpq.cc osmpz.cc
subdir = cxx
@@ -214,8 +213,8 @@ LTLIBRARIES = $(noinst_LTLIBRARIES)
libcxx_la_LDFLAGS =
libcxx_la_LIBADD =
-am_libcxx_la_OBJECTS = isfuns.lo ismpf.lo ismpq.lo ismpz.lo osdoprnti.lo \
- osfuns.lo osmpf.lo osmpq.lo osmpz.lo
+am_libcxx_la_OBJECTS = isfuns.lo ismpf.lo ismpq.lo ismpz.lo ismpznw.lo \
+ osdoprnti.lo osfuns.lo osmpf.lo osmpq.lo osmpz.lo
libcxx_la_OBJECTS = $(am_libcxx_la_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)