summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-08-26 01:00:49 +0200
committerKevin Ryde <user42@zip.com.au>2001-08-26 01:00:49 +0200
commit61110229c300676f2eafaeb3fd0e5917d350c898 (patch)
tree26c96d5d505a51e161efc2cdca8bcc6730ee6c8c /mpf
parent5e0f5bfb95c447a4c2451e14601fdfa16e0238b7 (diff)
downloadgmp-61110229c300676f2eafaeb3fd0e5917d350c898.tar.gz
* */Makefile.in, aclocal.m4, configure: Update to automake 1.5.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.in53
1 files changed, 26 insertions, 27 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index 2d5a5b666..3e2129ce5 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4f from Makefile.am.
+# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -112,8 +112,8 @@ VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
-_am_include = @_am_include@
-_am_quote = @_am_quote@
+am__include = @am__include@
+am__quote = @am__quote@
gmp_srclinks = @gmp_srclinks@
install_sh = @install_sh@
mpn_objects = @mpn_objects@
@@ -193,6 +193,15 @@ all: all-am
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+ -rm -f libtool
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu mpf/Makefile
@@ -203,7 +212,7 @@ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.s
clean-noinstLTLIBRARIES:
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-libmpf.la: $(libmpf_la_OBJECTS) $(libmpf_la_DEPENDENCIES)
+libmpf.la: $(libmpf_la_OBJECTS) $(libmpf_la_DEPENDENCIES)
$(LINK) $(libmpf_la_LDFLAGS) $(libmpf_la_OBJECTS) $(libmpf_la_LIBADD) $(LIBS)
mostlyclean-compile:
@@ -212,15 +221,6 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-mostlyclean-libtool:
- -rm -f *.lo
-
-clean-libtool:
- -rm -rf .libs _libs
-
-distclean-libtool:
- -rm -f libtool
-
ANSI2KNR = $(top_builddir)/ansi2knr
$(top_builddir)/ansi2knr:
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
@@ -421,10 +421,10 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
GTAGS:
here=`CDPATH=: && cd $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
- && gtags -i $$here
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
- -rm -f TAGS ID
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -516,18 +516,17 @@ mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
- clean-noinstLTLIBRARIES distclean distclean-compile \
- distclean-generic distclean-libtool distclean-tags distdir dvi \
- dvi-am info info-am install install-am install-data \
- install-data-am install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic mostlyclean-kr mostlyclean-libtool tags \
- uninstall uninstall-am uninstall-info-am
+.PHONY: GTAGS all all-am check check-am clean clean-generic \
+ clean-libtool clean-noinstLTLIBRARIES distclean \
+ distclean-compile distclean-generic distclean-libtool \
+ distclean-tags distdir dvi dvi-am info info-am install \
+ install-am install-data install-data-am install-exec \
+ install-exec-am install-info install-info-am install-man \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-compile mostlyclean-generic mostlyclean-kr \
+ mostlyclean-libtool tags uninstall uninstall-am \
+ uninstall-info-am
fits_sint.c: $(srcdir)/fits_s.c