Annotation of OpenXM_contrib/gmp/mpf/Makefile.in, Revision 1.1.1.2
1.1.1.2 ! maekawa 1: # Makefile.in generated automatically by automake 1.4a from Makefile.am
1.1 maekawa 2:
1.1.1.2 ! maekawa 3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
! 4: # This Makefile.in is free software; the Free Software Foundation
! 5: # gives unlimited permission to copy and/or distribute it,
! 6: # with or without modifications, as long as this notice is preserved.
! 7:
! 8: # This program is distributed in the hope that it will be useful,
! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 11: # PARTICULAR PURPOSE.
! 12:
! 13: SHELL = @SHELL@
! 14:
! 15: srcdir = @srcdir@
! 16: top_srcdir = @top_srcdir@
! 17: VPATH = @srcdir@
! 18: prefix = @prefix@
! 19: exec_prefix = @exec_prefix@
! 20:
! 21: bindir = @bindir@
! 22: sbindir = @sbindir@
! 23: libexecdir = @libexecdir@
! 24: datadir = @datadir@
! 25: sysconfdir = @sysconfdir@
! 26: sharedstatedir = @sharedstatedir@
! 27: localstatedir = @localstatedir@
! 28: libdir = @libdir@
! 29: infodir = @infodir@
! 30: mandir = @mandir@
! 31: includedir = @includedir@
! 32: oldincludedir = /usr/include
! 33:
! 34: DESTDIR =
! 35:
! 36: pkgdatadir = $(datadir)/@PACKAGE@
! 37: pkglibdir = $(libdir)/@PACKAGE@
! 38: pkgincludedir = $(includedir)/@PACKAGE@
! 39:
! 40: top_builddir = ..
! 41:
! 42: ACLOCAL = @ACLOCAL@
! 43: AUTOCONF = @AUTOCONF@
! 44: AUTOMAKE = @AUTOMAKE@
! 45: AUTOHEADER = @AUTOHEADER@
! 46:
! 47: INSTALL = @INSTALL@
! 48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 49: INSTALL_DATA = @INSTALL_DATA@
! 50: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 51: INSTALL_STRIP_FLAG =
! 52: transform = @program_transform_name@
! 53:
! 54: NORMAL_INSTALL = :
! 55: PRE_INSTALL = :
! 56: POST_INSTALL = :
! 57: NORMAL_UNINSTALL = :
! 58: PRE_UNINSTALL = :
! 59: POST_UNINSTALL = :
! 60:
! 61: @SET_MAKE@
! 62: build_alias = @build_alias@
! 63: build_triplet = @build@
! 64: host_alias = @host_alias@
! 65: host_triplet = @host@
! 66: target_alias = @target_alias@
! 67: target_triplet = @target@
! 68: AMDEP = @AMDEP@
! 69: AMTAR = @AMTAR@
! 70: AR = @AR@
! 71: AS = @AS@
! 72: AWK = @AWK@
! 73: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
! 74: CC = @CC@
! 75: CCAS = @CCAS@
! 76: CPP = @CPP@
! 77: CXX = @CXX@
! 78: CXXCPP = @CXXCPP@
! 79: DEPDIR = @DEPDIR@
! 80: DLLTOOL = @DLLTOOL@
! 81: EXEEXT = @EXEEXT@
! 82: LIBTOOL = @LIBTOOL@
! 83: LN_S = @LN_S@
! 84: M4 = @M4@
! 85: MAINT = @MAINT@
! 86: MAKEINFO = @MAKEINFO@
! 87: OBJDUMP = @OBJDUMP@
! 88: OBJEXT = @OBJEXT@
! 89: PACKAGE = @PACKAGE@
! 90: RANLIB = @RANLIB@
! 91: SPEED_CYCLECOUNTER_OBJS = @SPEED_CYCLECOUNTER_OBJS@
! 92: STRIP = @STRIP@
! 93: U = @U@
! 94: VERSION = @VERSION@
! 95: gmp_srclinks = @gmp_srclinks@
! 96: install_sh = @install_sh@
! 97: mpn_objects = @mpn_objects@
! 98: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
1.1 maekawa 99:
1.1.1.2 ! maekawa 100: # Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
! 101: #
! 102: # This file is part of the GNU MP Library.
! 103: #
1.1 maekawa 104: # The GNU MP Library is free software; you can redistribute it and/or modify
1.1.1.2 ! maekawa 105: # it under the terms of the GNU Lesser General Public License as published by
! 106: # the Free Software Foundation; either version 2.1 of the License, or (at your
1.1 maekawa 107: # option) any later version.
1.1.1.2 ! maekawa 108: #
1.1 maekawa 109: # The GNU MP Library is distributed in the hope that it will be useful, but
110: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
1.1.1.2 ! maekawa 111: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1.1 maekawa 112: # License for more details.
1.1.1.2 ! maekawa 113: #
! 114: # You should have received a copy of the GNU Lesser General Public License
1.1 maekawa 115: # along with the GNU MP Library; see the file COPYING.LIB. If not, write to
116: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
117: # MA 02111-1307, USA.
118:
119:
1.1.1.2 ! maekawa 120: AUTOMAKE_OPTIONS = gnu no-dependencies
1.1 maekawa 121:
1.1.1.2 ! maekawa 122: SUBDIRS = tests
1.1 maekawa 123:
1.1.1.2 ! maekawa 124: INCLUDES = -I$(top_srcdir) -DOPERATION_$*
1.1 maekawa 125:
1.1.1.2 ! maekawa 126: noinst_LTLIBRARIES = libmpf.la
! 127: libmpf_la_SOURCES = \
! 128: init.c init2.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \
! 129: set_q.c iset.c iset_ui.c iset_si.c iset_str.c iset_d.c clear.c get_str.c \
1.1 maekawa 130: dump.c size.c eq.c reldiff.c sqrt.c random2.c inp_str.c out_str.c \
131: add.c add_ui.c sub.c sub_ui.c ui_sub.c mul.c mul_ui.c div.c div_ui.c \
1.1.1.2 ! maekawa 132: cmp.c cmp_ui.c cmp_si.c mul_2exp.c div_2exp.c abs.c neg.c get_d.c \
! 133: set_dfl_prec.c set_prc.c set_prc_raw.c get_prc.c ui_div.c sqrt_ui.c \
! 134: pow_ui.c urandomb.c swap.c
1.1 maekawa 135:
136:
1.1.1.2 ! maekawa 137: nodist_libmpf_la_SOURCES = floor.c ceil.c trunc.c
! 138:
! 139: EXTRA_DIST = integer.c
! 140: CLEANFILES = $(nodist_libmpf_la_SOURCES)
! 141: subdir = mpf
! 142: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 143: CONFIG_HEADER = ../config.h
! 144: CONFIG_CLEAN_FILES =
! 145: LTLIBRARIES = $(noinst_LTLIBRARIES)
! 146:
! 147:
! 148: DEFS = @DEFS@ -I. -I$(srcdir) -I..
! 149: CPPFLAGS = @CPPFLAGS@
! 150: LDFLAGS = @LDFLAGS@
! 151: LIBS = @LIBS@
! 152: libmpf_la_LDFLAGS =
! 153: libmpf_la_LIBADD =
! 154: am_libmpf_la_OBJECTS = init.lo init2.lo set.lo set_ui.lo set_si.lo \
! 155: set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo \
! 156: iset_str.lo iset_d.lo clear.lo get_str.lo dump.lo size.lo eq.lo \
! 157: reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo \
! 158: sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo \
! 159: cmp_ui.lo cmp_si.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo \
! 160: set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_prc.lo ui_div.lo \
! 161: sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo
! 162: nodist_libmpf_la_OBJECTS = floor.lo ceil.lo trunc.lo
! 163: libmpf_la_OBJECTS = $(am_libmpf_la_OBJECTS) $(nodist_libmpf_la_OBJECTS)
! 164: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 165: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 166: CFLAGS = @CFLAGS@
! 167: CCLD = $(CC)
! 168: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 169: DIST_SOURCES = $(libmpf_la_SOURCES)
! 170: DIST_COMMON = README Makefile.am Makefile.in
! 171:
! 172:
! 173: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 174:
! 175: GZIP_ENV = --best
! 176: depcomp =
! 177: SOURCES = $(libmpf_la_SOURCES) $(nodist_libmpf_la_SOURCES)
! 178: OBJECTS = $(am_libmpf_la_OBJECTS) $(nodist_libmpf_la_OBJECTS)
! 179:
! 180: all: all-redirect
! 181: .SUFFIXES:
! 182: .SUFFIXES: .c .lo .o .obj
! 183: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 184: cd $(top_srcdir) && $(AUTOMAKE) --gnu mpf/Makefile
! 185:
! 186: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 187: cd $(top_builddir) \
! 188: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 189:
! 190:
! 191: mostlyclean-noinstLTLIBRARIES:
! 192:
! 193: clean-noinstLTLIBRARIES:
! 194: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! 195:
! 196: distclean-noinstLTLIBRARIES:
! 197:
! 198: maintainer-clean-noinstLTLIBRARIES:
! 199:
! 200: mostlyclean-compile:
! 201: -rm -f *.o core *.core
! 202: -rm -f *.$(OBJEXT)
! 203:
! 204: clean-compile:
! 205:
! 206: distclean-compile:
! 207: -rm -f *.tab.c
! 208:
! 209: maintainer-clean-compile:
! 210:
! 211: mostlyclean-libtool:
! 212: -rm -f *.lo
! 213:
! 214: clean-libtool:
! 215: -rm -rf .libs _libs
! 216:
! 217: distclean-libtool:
! 218:
! 219: maintainer-clean-libtool:
! 220:
! 221: libmpf.la: $(libmpf_la_OBJECTS) $(libmpf_la_DEPENDENCIES)
! 222: $(LINK) $(libmpf_la_LDFLAGS) $(libmpf_la_OBJECTS) $(libmpf_la_LIBADD) $(LIBS)
! 223: .c.o:
! 224: $(COMPILE) -c $<
! 225: .c.obj:
! 226: $(COMPILE) -c `cygpath -w $<`
! 227: .c.lo:
! 228: $(LTCOMPILE) -c -o $@ $<
! 229:
! 230: # This directory's subdirectories are mostly independent; you can cd
! 231: # into them and run `make' without going through this Makefile.
! 232: # To change the values of `make' variables: instead of editing Makefiles,
! 233: # (1) if the variable is set in `config.status', edit `config.status'
! 234: # (which will cause the Makefiles to be regenerated when you run `make');
! 235: # (2) otherwise, pass the desired values on the `make' command line.
! 236:
! 237: all-recursive install-data-recursive install-exec-recursive \
! 238: installdirs-recursive install-recursive uninstall-recursive \
! 239: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 240: @set fnord $(MAKEFLAGS); amf=$$2; \
! 241: dot_seen=no; \
! 242: target=`echo $@ | sed s/-recursive//`; \
! 243: list='$(SUBDIRS)'; for subdir in $$list; do \
! 244: echo "Making $$target in $$subdir"; \
! 245: if test "$$subdir" = "."; then \
! 246: dot_seen=yes; \
! 247: local_target="$$target-am"; \
! 248: else \
! 249: local_target="$$target"; \
! 250: fi; \
! 251: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 252: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 253: done; \
! 254: if test "$$dot_seen" = "no"; then \
! 255: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 256: fi; test -z "$$fail"
! 257:
! 258: mostlyclean-recursive clean-recursive distclean-recursive \
! 259: maintainer-clean-recursive:
! 260: @set fnord $(MAKEFLAGS); amf=$$2; \
! 261: dot_seen=no; \
! 262: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 263: rev="$$subdir $$rev"; \
! 264: if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
! 265: done; \
! 266: test "$$dot_seen" = "no" && rev=". $$rev"; \
! 267: target=`echo $@ | sed s/-recursive//`; \
! 268: for subdir in $$rev; do \
! 269: echo "Making $$target in $$subdir"; \
! 270: if test "$$subdir" = "."; then \
! 271: local_target="$$target-am"; \
! 272: else \
! 273: local_target="$$target"; \
! 274: fi; \
! 275: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 276: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 277: done && test -z "$$fail"
! 278: tags-recursive:
! 279: list='$(SUBDIRS)'; for subdir in $$list; do \
! 280: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 281: done
! 282:
! 283: tags: TAGS
! 284:
! 285: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 286: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 287: unique=`for i in $$list; do \
! 288: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 289: done | \
! 290: $(AWK) ' { files[$$0] = 1; } \
! 291: END { for (i in files) print i; }'`; \
! 292: mkid -f$$here/ID $$unique $(LISP)
! 293:
! 294: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 295: $(TAGS_FILES) $(LISP)
! 296: tags=; \
! 297: here=`pwd`; \
! 298: list='$(SUBDIRS)'; for subdir in $$list; do \
! 299: if test "$$subdir" = .; then :; else \
! 300: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 301: fi; \
! 302: done; \
! 303: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 304: unique=`for i in $$list; do \
! 305: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 306: done | \
! 307: $(AWK) ' { files[$$0] = 1; } \
! 308: END { for (i in files) print i; }'`; \
! 309: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 310: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
! 311:
! 312: mostlyclean-tags:
! 313:
! 314: clean-tags:
! 315:
! 316: distclean-tags:
! 317: -rm -f TAGS ID
! 318:
! 319: maintainer-clean-tags:
! 320:
! 321: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 322:
! 323: distdir: $(DISTFILES)
! 324: @for file in $(DISTFILES); do \
! 325: d=$(srcdir); \
! 326: if test -d $$d/$$file; then \
! 327: cp -pR $$d/$$file $(distdir); \
! 328: else \
! 329: test -f $(distdir)/$$file \
! 330: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 331: fi; \
! 332: done
! 333: for subdir in $(SUBDIRS); do \
! 334: if test "$$subdir" = .; then :; else \
! 335: test -d $(distdir)/$$subdir \
! 336: || mkdir $(distdir)/$$subdir \
! 337: || exit 1; \
! 338: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
! 339: || exit 1; \
! 340: fi; \
! 341: done
! 342: info-am:
! 343: info: info-recursive
! 344: dvi-am:
! 345: dvi: dvi-recursive
! 346: check-am: all-am
! 347: check: check-recursive
! 348: installcheck-am:
! 349: installcheck: installcheck-recursive
! 350: install-exec-am:
! 351: install-exec: install-exec-recursive
! 352:
! 353: install-data-am:
! 354: install-data: install-data-recursive
! 355:
! 356: install-am: all-am
! 357: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 358: install: install-recursive
! 359: uninstall-am:
! 360: uninstall: uninstall-recursive
! 361: all-am: Makefile $(LTLIBRARIES)
! 362: all-redirect: all-recursive
! 363: install-strip:
! 364: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
! 365: installdirs: installdirs-recursive
! 366: installdirs-am:
! 367:
! 368:
! 369: mostlyclean-generic:
! 370:
! 371: clean-generic:
! 372: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 373:
! 374: distclean-generic:
! 375: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 376: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 377:
! 378: maintainer-clean-generic:
! 379: -rm -f Makefile.in
! 380: mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
! 381: mostlyclean-libtool mostlyclean-tags \
! 382: mostlyclean-generic
! 383:
! 384: mostlyclean: mostlyclean-recursive
! 385:
! 386: clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
! 387: clean-tags clean-generic mostlyclean-am
! 388:
! 389: clean: clean-recursive
! 390:
! 391: distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
! 392: distclean-libtool distclean-tags distclean-generic \
! 393: clean-am
! 394: -rm -f libtool
! 395:
! 396: distclean: distclean-recursive
! 397:
! 398: maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
! 399: maintainer-clean-compile maintainer-clean-libtool \
! 400: maintainer-clean-tags maintainer-clean-generic \
! 401: distclean-am
! 402: @echo "This command is intended for maintainers to use;"
! 403: @echo "it deletes files that may require special tools to rebuild."
! 404:
! 405: maintainer-clean: maintainer-clean-recursive
! 406:
! 407: .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
! 408: clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
! 409: mostlyclean-compile distclean-compile clean-compile \
! 410: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! 411: clean-libtool maintainer-clean-libtool install-recursive \
! 412: uninstall-recursive install-data-recursive uninstall-data-recursive \
! 413: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
! 414: uninstalldirs-recursive all-recursive check-recursive \
! 415: installcheck-recursive info-recursive dvi-recursive \
! 416: mostlyclean-recursive distclean-recursive clean-recursive \
! 417: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 418: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! 419: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 420: install-exec install-data-am install-data install-am install \
! 421: uninstall-am uninstall all-redirect all-am all install-strip \
! 422: installdirs-am installdirs mostlyclean-generic distclean-generic \
! 423: clean-generic maintainer-clean-generic clean mostlyclean distclean \
! 424: maintainer-clean
! 425:
! 426:
! 427: floor.c: $(srcdir)/integer.c
! 428: cp $(srcdir)/integer.c floor.c
! 429: ceil.c: $(srcdir)/integer.c
! 430: cp $(srcdir)/integer.c ceil.c
! 431: trunc.c: $(srcdir)/integer.c
! 432: cp $(srcdir)/integer.c trunc.c
! 433:
! 434: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 435: # Otherwise a system limit (for SysV at least) may be exceeded.
! 436: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>