summaryrefslogtreecommitdiff
path: root/mpq/Makefile.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-04-08 00:58:09 +0200
committertege <tege@gmplib.org>2000-04-08 00:58:09 +0200
commite91ae56a14891b9eb1757667b6507dc7102c6d5b (patch)
tree184461e1bf5ad842b26f64e883286d67386e2c96 /mpq/Makefile.in
parent18344b3229b182ed273a5f752defad8e9a81ffde (diff)
downloadgmp-e91ae56a14891b9eb1757667b6507dc7102c6d5b.tar.gz
Regenerate.
Diffstat (limited to 'mpq/Makefile.in')
-rw-r--r--mpq/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/mpq/Makefile.in b/mpq/Makefile.in
index aa11318f1..ce35d5be0 100644
--- a/mpq/Makefile.in
+++ b/mpq/Makefile.in
@@ -108,7 +108,7 @@ noinst_LTLIBRARIES = libmpq.la
libmpq_la_SOURCES = \
add.c canonicalize.c clear.c cmp.c cmp_ui.c div.c get_d.c \
get_den.c get_num.c init.c inv.c mul.c neg.c set.c set_den.c \
- set_num.c set_si.c set_ui.c sub.c equal.c set_z.c
+ set_num.c set_si.c set_ui.c sub.c equal.c set_z.c set_d.c
subdir = mpq
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -125,7 +125,7 @@ libmpq_la_LIBADD =
am_libmpq_la_OBJECTS = add.lo canonicalize.lo clear.lo cmp.lo cmp_ui.lo \
div.lo get_d.lo get_den.lo get_num.lo init.lo inv.lo mul.lo neg.lo \
set.lo set_den.lo set_num.lo set_si.lo set_ui.lo sub.lo equal.lo \
-set_z.lo
+set_z.lo set_d.lo
libmpq_la_OBJECTS = $(am_libmpq_la_OBJECTS)
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -145,8 +145,9 @@ $(DEPDIR)/clear.Plo $(DEPDIR)/cmp.Plo $(DEPDIR)/cmp_ui.Plo \
$(DEPDIR)/div.Plo $(DEPDIR)/equal.Plo $(DEPDIR)/get_d.Plo \
$(DEPDIR)/get_den.Plo $(DEPDIR)/get_num.Plo $(DEPDIR)/init.Plo \
$(DEPDIR)/inv.Plo $(DEPDIR)/mul.Plo $(DEPDIR)/neg.Plo $(DEPDIR)/set.Plo \
-$(DEPDIR)/set_den.Plo $(DEPDIR)/set_num.Plo $(DEPDIR)/set_si.Plo \
-$(DEPDIR)/set_ui.Plo $(DEPDIR)/set_z.Plo $(DEPDIR)/sub.Plo
+$(DEPDIR)/set_d.Plo $(DEPDIR)/set_den.Plo $(DEPDIR)/set_num.Plo \
+$(DEPDIR)/set_si.Plo $(DEPDIR)/set_ui.Plo $(DEPDIR)/set_z.Plo \
+$(DEPDIR)/sub.Plo
SOURCES = $(libmpq_la_SOURCES)
OBJECTS = $(am_libmpq_la_OBJECTS)
@@ -255,6 +256,7 @@ distdir: $(DISTFILES)
@AMDEP@include $(DEPDIR)/mul.Plo
@AMDEP@include $(DEPDIR)/neg.Plo
@AMDEP@include $(DEPDIR)/set.Plo
+@AMDEP@include $(DEPDIR)/set_d.Plo
@AMDEP@include $(DEPDIR)/set_den.Plo
@AMDEP@include $(DEPDIR)/set_num.Plo
@AMDEP@include $(DEPDIR)/set_si.Plo