diff options
author | Linus Nordberg <linus@nordberg.se> | 2000-02-24 15:45:05 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2000-02-24 15:45:05 +0100 |
commit | 7e12e7f6a84cba454dda2d2172ed226aed2fd248 (patch) | |
tree | 6c15c9eb741717e6d470463a2f4a157492fc9e94 /mpf | |
parent | 21c3e2e919809cd0111cbfee374320435a450a9d (diff) | |
download | gmp-7e12e7f6a84cba454dda2d2172ed226aed2fd248.tar.gz |
Regenerate.
Diffstat (limited to 'mpf')
-rw-r--r-- | mpf/Makefile.in | 11 | ||||
-rw-r--r-- | mpf/tests/Makefile.in | 5 |
2 files changed, 6 insertions, 10 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in index 7ea46f179..fde01e5a7 100644 --- a/mpf/Makefile.in +++ b/mpf/Makefile.in @@ -95,14 +95,12 @@ install_sh = @install_sh@ mpn_objects = @mpn_objects@ mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ -#AUTOMAKE_OPTIONS = gnu no-dependencies - AUTOMAKE_OPTIONS = gnu -# $top_srcdir is needed for `#include "gmp-impl.h"'. FIXME? -# FIXME: Need `-I$(srcdir)' and `-I.'? Where to find config.h? -INCLUDES = -I$(top_srcdir) +# $top_srcdir is needed for `#include "gmp-impl.h"'. +# .. is needed for config.h and gmp-mparam.h. +INCLUDES = -I$(top_srcdir) -I.. noinst_LTLIBRARIES = libmpf.la libmpf_la_SOURCES = \ @@ -121,12 +119,11 @@ H = $(top_srcdir)/gmp.h $(top_srcdir)/gmp-impl.h ../gmp-mparam.h EXTRA_DIST = integer.c tests subdir = mpf mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I.. +DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ diff --git a/mpf/tests/Makefile.in b/mpf/tests/Makefile.in index 233d1dd39..7ebd8c39b 100644 --- a/mpf/tests/Makefile.in +++ b/mpf/tests/Makefile.in @@ -98,7 +98,7 @@ mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ AUTOMAKE_OPTIONS = gnu -INCLUDES = -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) -I../.. LDADD = ../../libgmp.la noinst_PROGRAMS = t-add t-sub t-conv t-sqrt t-muldiv t-dm2exp reuse t-get_d @@ -107,7 +107,6 @@ t_add_SOURCES = t-add.c ref.c t_sub_SOURCES = t-sub.c ref.c subdir = mpf/tests mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = noinst_PROGRAMS = t-add$(EXEEXT) t-sub$(EXEEXT) t-conv$(EXEEXT) \ t-sqrt$(EXEEXT) t-muldiv$(EXEEXT) t-dm2exp$(EXEEXT) reuse$(EXEEXT) \ @@ -115,7 +114,7 @@ t-get_d$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) -DEFS = @DEFS@ -I. -I$(srcdir) -I../.. +DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ |