Annotation of OpenXM_contrib/gmp/mpbsd/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, 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 = -DBERKELEY_MP -D__gmpz_realloc=_mp_realloc -I$(top_srcdir)
! 125:
! 126: nodist_libmpbsd_la_SOURCES = \
! 127: add.c cmp.c gcd.c mul.c pow_ui.c powm.c realloc.c sqrtrem.c sub.c \
! 128: tdiv_qr.c
! 129:
! 130: libmpbsd_la_SOURCES = \
! 131: itom.c mfree.c min.c mout.c move.c mtox.c sdiv.c xtom.c
! 132:
! 133:
! 134: @WANT_MPBSD_TRUE@noinst_LTLIBRARIES = @WANT_MPBSD_TRUE@libmpbsd.la
! 135:
! 136: CLEANFILES = $(nodist_libmpbsd_la_SOURCES)
! 137: subdir = mpbsd
! 138: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 139: CONFIG_HEADER = ../config.h
! 140: CONFIG_CLEAN_FILES =
! 141: LTLIBRARIES = $(noinst_LTLIBRARIES)
! 142:
! 143:
! 144: DEFS = @DEFS@ -I. -I$(srcdir) -I..
! 145: CPPFLAGS = @CPPFLAGS@
! 146: LDFLAGS = @LDFLAGS@
! 147: LIBS = @LIBS@
! 148: libmpbsd_la_LDFLAGS =
! 149: libmpbsd_la_LIBADD =
! 150: am_libmpbsd_la_OBJECTS = itom.lo mfree.lo min.lo mout.lo move.lo \
! 151: mtox.lo sdiv.lo xtom.lo
! 152: nodist_libmpbsd_la_OBJECTS = add.lo cmp.lo gcd.lo mul.lo pow_ui.lo \
! 153: powm.lo realloc.lo sqrtrem.lo sub.lo tdiv_qr.lo
! 154: libmpbsd_la_OBJECTS = $(am_libmpbsd_la_OBJECTS) \
! 155: $(nodist_libmpbsd_la_OBJECTS)
! 156: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 157: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 158: CFLAGS = @CFLAGS@
! 159: CCLD = $(CC)
! 160: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 161: DIST_SOURCES = $(libmpbsd_la_SOURCES)
! 162: DIST_COMMON = Makefile.am Makefile.in
! 163:
! 164:
! 165: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 166:
! 167: GZIP_ENV = --best
! 168: depcomp =
! 169: SOURCES = $(libmpbsd_la_SOURCES) $(nodist_libmpbsd_la_SOURCES)
! 170: OBJECTS = $(am_libmpbsd_la_OBJECTS) $(nodist_libmpbsd_la_OBJECTS)
1.1 maekawa 171:
1.1.1.2 ! maekawa 172: all: all-redirect
! 173: .SUFFIXES:
! 174: .SUFFIXES: .c .lo .o .obj
! 175: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 176: cd $(top_srcdir) && $(AUTOMAKE) --gnu mpbsd/Makefile
1.1 maekawa 177:
1.1.1.2 ! maekawa 178: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 179: cd $(top_builddir) \
! 180: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 181:
! 182:
! 183: mostlyclean-noinstLTLIBRARIES:
! 184:
! 185: clean-noinstLTLIBRARIES:
! 186: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! 187:
! 188: distclean-noinstLTLIBRARIES:
! 189:
! 190: maintainer-clean-noinstLTLIBRARIES:
! 191:
! 192: mostlyclean-compile:
! 193: -rm -f *.o core *.core
! 194: -rm -f *.$(OBJEXT)
! 195:
! 196: clean-compile:
! 197:
! 198: distclean-compile:
! 199: -rm -f *.tab.c
! 200:
! 201: maintainer-clean-compile:
! 202:
! 203: mostlyclean-libtool:
! 204: -rm -f *.lo
! 205:
! 206: clean-libtool:
! 207: -rm -rf .libs _libs
! 208:
! 209: distclean-libtool:
! 210:
! 211: maintainer-clean-libtool:
! 212:
! 213: libmpbsd.la: $(libmpbsd_la_OBJECTS) $(libmpbsd_la_DEPENDENCIES)
! 214: $(LINK) $(libmpbsd_la_LDFLAGS) $(libmpbsd_la_OBJECTS) $(libmpbsd_la_LIBADD) $(LIBS)
! 215: .c.o:
! 216: $(COMPILE) -c $<
! 217: .c.obj:
! 218: $(COMPILE) -c `cygpath -w $<`
! 219: .c.lo:
! 220: $(LTCOMPILE) -c -o $@ $<
! 221:
! 222: # This directory's subdirectories are mostly independent; you can cd
! 223: # into them and run `make' without going through this Makefile.
! 224: # To change the values of `make' variables: instead of editing Makefiles,
! 225: # (1) if the variable is set in `config.status', edit `config.status'
! 226: # (which will cause the Makefiles to be regenerated when you run `make');
! 227: # (2) otherwise, pass the desired values on the `make' command line.
! 228:
! 229: all-recursive install-data-recursive install-exec-recursive \
! 230: installdirs-recursive install-recursive uninstall-recursive \
! 231: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 232: @set fnord $(MAKEFLAGS); amf=$$2; \
! 233: dot_seen=no; \
! 234: target=`echo $@ | sed s/-recursive//`; \
! 235: list='$(SUBDIRS)'; for subdir in $$list; do \
! 236: echo "Making $$target in $$subdir"; \
! 237: if test "$$subdir" = "."; then \
! 238: dot_seen=yes; \
! 239: local_target="$$target-am"; \
! 240: else \
! 241: local_target="$$target"; \
! 242: fi; \
! 243: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 244: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 245: done; \
! 246: if test "$$dot_seen" = "no"; then \
! 247: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 248: fi; test -z "$$fail"
! 249:
! 250: mostlyclean-recursive clean-recursive distclean-recursive \
! 251: maintainer-clean-recursive:
! 252: @set fnord $(MAKEFLAGS); amf=$$2; \
! 253: dot_seen=no; \
! 254: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 255: rev="$$subdir $$rev"; \
! 256: if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
! 257: done; \
! 258: test "$$dot_seen" = "no" && rev=". $$rev"; \
! 259: target=`echo $@ | sed s/-recursive//`; \
! 260: for subdir in $$rev; do \
! 261: echo "Making $$target in $$subdir"; \
! 262: if test "$$subdir" = "."; then \
! 263: local_target="$$target-am"; \
! 264: else \
! 265: local_target="$$target"; \
! 266: fi; \
! 267: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 268: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 269: done && test -z "$$fail"
! 270: tags-recursive:
! 271: list='$(SUBDIRS)'; for subdir in $$list; do \
! 272: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 273: done
! 274:
! 275: tags: TAGS
! 276:
! 277: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 278: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 279: unique=`for i in $$list; do \
! 280: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 281: done | \
! 282: $(AWK) ' { files[$$0] = 1; } \
! 283: END { for (i in files) print i; }'`; \
! 284: mkid -f$$here/ID $$unique $(LISP)
! 285:
! 286: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 287: $(TAGS_FILES) $(LISP)
! 288: tags=; \
! 289: here=`pwd`; \
! 290: list='$(SUBDIRS)'; for subdir in $$list; do \
! 291: if test "$$subdir" = .; then :; else \
! 292: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 293: fi; \
! 294: done; \
! 295: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 296: unique=`for i in $$list; do \
! 297: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 298: done | \
! 299: $(AWK) ' { files[$$0] = 1; } \
! 300: END { for (i in files) print i; }'`; \
! 301: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 302: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
! 303:
! 304: mostlyclean-tags:
! 305:
! 306: clean-tags:
! 307:
! 308: distclean-tags:
! 309: -rm -f TAGS ID
! 310:
! 311: maintainer-clean-tags:
! 312:
! 313: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 314:
! 315: distdir: $(DISTFILES)
! 316: @for file in $(DISTFILES); do \
! 317: d=$(srcdir); \
! 318: if test -d $$d/$$file; then \
! 319: cp -pR $$d/$$file $(distdir); \
! 320: else \
! 321: test -f $(distdir)/$$file \
! 322: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 323: fi; \
! 324: done
! 325: for subdir in $(SUBDIRS); do \
! 326: if test "$$subdir" = .; then :; else \
! 327: test -d $(distdir)/$$subdir \
! 328: || mkdir $(distdir)/$$subdir \
! 329: || exit 1; \
! 330: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
! 331: || exit 1; \
! 332: fi; \
! 333: done
! 334: info-am:
! 335: info: info-recursive
! 336: dvi-am:
! 337: dvi: dvi-recursive
! 338: check-am: all-am
! 339: check: check-recursive
! 340: installcheck-am:
! 341: installcheck: installcheck-recursive
! 342: install-exec-am:
! 343: install-exec: install-exec-recursive
! 344:
! 345: install-data-am:
! 346: install-data: install-data-recursive
! 347:
! 348: install-am: all-am
! 349: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 350: install: install-recursive
! 351: uninstall-am:
! 352: uninstall: uninstall-recursive
! 353: all-am: Makefile $(LTLIBRARIES)
! 354: all-redirect: all-recursive
! 355: install-strip:
! 356: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
! 357: installdirs: installdirs-recursive
! 358: installdirs-am:
! 359:
! 360:
! 361: mostlyclean-generic:
! 362:
! 363: clean-generic:
! 364: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 365:
! 366: distclean-generic:
! 367: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 368: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 369:
! 370: maintainer-clean-generic:
! 371: -rm -f Makefile.in
! 372: mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
! 373: mostlyclean-libtool mostlyclean-tags \
! 374: mostlyclean-generic
! 375:
! 376: mostlyclean: mostlyclean-recursive
! 377:
! 378: clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
! 379: clean-tags clean-generic mostlyclean-am
! 380:
! 381: clean: clean-recursive
! 382:
! 383: distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
! 384: distclean-libtool distclean-tags distclean-generic \
! 385: clean-am
! 386: -rm -f libtool
! 387:
! 388: distclean: distclean-recursive
! 389:
! 390: maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
! 391: maintainer-clean-compile maintainer-clean-libtool \
! 392: maintainer-clean-tags maintainer-clean-generic \
! 393: distclean-am
! 394: @echo "This command is intended for maintainers to use;"
! 395: @echo "it deletes files that may require special tools to rebuild."
! 396:
! 397: maintainer-clean: maintainer-clean-recursive
! 398:
! 399: .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
! 400: clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
! 401: mostlyclean-compile distclean-compile clean-compile \
! 402: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! 403: clean-libtool maintainer-clean-libtool install-recursive \
! 404: uninstall-recursive install-data-recursive uninstall-data-recursive \
! 405: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
! 406: uninstalldirs-recursive all-recursive check-recursive \
! 407: installcheck-recursive info-recursive dvi-recursive \
! 408: mostlyclean-recursive distclean-recursive clean-recursive \
! 409: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 410: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! 411: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 412: install-exec install-data-am install-data install-am install \
! 413: uninstall-am uninstall all-redirect all-am all install-strip \
! 414: installdirs-am installdirs mostlyclean-generic distclean-generic \
! 415: clean-generic maintainer-clean-generic clean mostlyclean distclean \
! 416: maintainer-clean
! 417:
! 418:
! 419: add.c: $(top_srcdir)/mpz/add.c
! 420: cp $(top_srcdir)/mpz/add.c add.c
! 421:
! 422: cmp.c: $(top_srcdir)/mpz/cmp.c
! 423: cp $(top_srcdir)/mpz/cmp.c cmp.c
! 424:
! 425: gcd.c: $(top_srcdir)/mpz/gcd.c
! 426: cp $(top_srcdir)/mpz/gcd.c gcd.c
! 427:
! 428: mul.c: $(top_srcdir)/mpz/mul.c
! 429: cp $(top_srcdir)/mpz/mul.c mul.c
! 430:
! 431: pow_ui.c: $(top_srcdir)/mpz/pow_ui.c
! 432: cp $(top_srcdir)/mpz/pow_ui.c pow_ui.c
! 433:
! 434: powm.c: $(top_srcdir)/mpz/powm.c
! 435: cp $(top_srcdir)/mpz/powm.c powm.c
! 436:
! 437: realloc.c: $(top_srcdir)/mpz/realloc.c
! 438: cp $(top_srcdir)/mpz/realloc.c realloc.c
! 439:
! 440: sqrtrem.c: $(top_srcdir)/mpz/sqrtrem.c
! 441: cp $(top_srcdir)/mpz/sqrtrem.c sqrtrem.c
! 442:
! 443: sub.c: $(top_srcdir)/mpz/sub.c
! 444: cp $(top_srcdir)/mpz/sub.c sub.c
! 445:
! 446: tdiv_qr.c: $(top_srcdir)/mpz/tdiv_qr.c
! 447: cp $(top_srcdir)/mpz/tdiv_qr.c tdiv_qr.c
! 448:
! 449: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 450: # Otherwise a system limit (for SysV at least) may be exceeded.
! 451: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>