Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/mpz/tests/Makefile.in, Revision 1.1
1.1 ! takayama 1: # Makefile.in generated automatically by automake 1.3 from Makefile.am
! 2:
! 3: # Copyright (C) 1994, 1995, 1996, 1997, 1998 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: # Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
! 14:
! 15: # This file is part of the GNU MP Library.
! 16:
! 17: # The GNU MP Library is free software; you can redistribute it and/or modify
! 18: # it under the terms of the GNU Library General Public License as published by
! 19: # the Free Software Foundation; either version 2 of the License, or (at your
! 20: # option) any later version.
! 21:
! 22: # The GNU MP Library is distributed in the hope that it will be useful, but
! 23: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
! 24: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
! 25: # License for more details.
! 26:
! 27: # You should have received a copy of the GNU Library General Public License
! 28: # along with the GNU MP Library; see the file COPYING.LIB. If not, write to
! 29: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
! 30: # MA 02111-1307, USA.
! 31:
! 32:
! 33: SHELL = /bin/sh
! 34:
! 35: srcdir = @srcdir@
! 36: top_srcdir = @top_srcdir@
! 37: VPATH = @srcdir@
! 38: prefix = @prefix@
! 39: exec_prefix = @exec_prefix@
! 40:
! 41: bindir = @bindir@
! 42: sbindir = @sbindir@
! 43: libexecdir = @libexecdir@
! 44: datadir = @datadir@
! 45: sysconfdir = @sysconfdir@
! 46: sharedstatedir = @sharedstatedir@
! 47: localstatedir = @localstatedir@
! 48: libdir = @libdir@
! 49: infodir = @infodir@
! 50: mandir = @mandir@
! 51: includedir = @includedir@
! 52: oldincludedir = /usr/include
! 53:
! 54: DISTDIR =
! 55:
! 56: pkgdatadir = $(datadir)/@PACKAGE@
! 57: pkglibdir = $(libdir)/@PACKAGE@
! 58: pkgincludedir = $(includedir)/@PACKAGE@
! 59:
! 60: top_builddir = ../..
! 61:
! 62: ACLOCAL = @ACLOCAL@
! 63: AUTOCONF = @AUTOCONF@
! 64: AUTOMAKE = @AUTOMAKE@
! 65: AUTOHEADER = @AUTOHEADER@
! 66:
! 67: INSTALL = @INSTALL@
! 68: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 69: INSTALL_DATA = @INSTALL_DATA@
! 70: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 71: transform = @program_transform_name@
! 72:
! 73: NORMAL_INSTALL = :
! 74: PRE_INSTALL = :
! 75: POST_INSTALL = :
! 76: NORMAL_UNINSTALL = :
! 77: PRE_UNINSTALL = :
! 78: POST_UNINSTALL = :
! 79: host_alias = @host_alias@
! 80: host_triplet = @host@
! 81: CC = @CC@
! 82: LN_S = @LN_S@
! 83: MAKEINFO = @MAKEINFO@
! 84: MPN_DISTCLEANFILES = @MPN_DISTCLEANFILES@
! 85: MPN_OBJS = @MPN_OBJS@
! 86: PACKAGE = @PACKAGE@
! 87: RANLIB = @RANLIB@
! 88: SFLAGS = @SFLAGS@
! 89: VERSION = @VERSION@
! 90:
! 91: AUTOMAKE_OPTIONS = 1.0 foreign no-dependencies
! 92:
! 93: INCLUDES = -I../.. -I$(srcdir)/../.. -I../../mpn -I$(srcdir)/../../mpn
! 94: LDADD = ../../libgmp.a
! 95:
! 96: TESTS = t-mul t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-gcd t-gcd2 \
! 97: dive t-sqrtrem convert io logic t-powm t-powm_ui reuse
! 98:
! 99: EXTRA_PROGRAMS = t-mul t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-gcd t-gcd2 \
! 100: dive t-sqrtrem convert io logic t-powm t-powm_ui reuse
! 101:
! 102: t_mul_SOURCES = t-mul.c
! 103: t_tdiv_SOURCES = t-tdiv.c
! 104: t_tdiv_ui_SOURCES = t-tdiv_ui.c
! 105: t_fdiv_SOURCES = t-fdiv.c
! 106: t_fdiv_ui_SOURCES = t-fdiv_ui.c
! 107: t_gcd_SOURCES = t-gcd.c
! 108: t_gcd2_SOURCES = t-gcd2.c
! 109: dive_SOURCES = dive.c
! 110: t_sqrtrem_SOURCES = t-sqrtrem.c
! 111: convert_SOURCES = convert.c
! 112: io_SOURCES = io.c
! 113: logic_SOURCES = logic.c
! 114: t_powm_SOURCES = t-powm.c
! 115: t_powm_ui_SOURCES = t-powm_ui.c
! 116: reuse_SOURCES = reuse.c
! 117:
! 118: EXTRA_DIST = io-binary.c
! 119:
! 120: CLEANFILES = $(EXTRA_PROGRAMS)
! 121: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 122: CONFIG_CLEAN_FILES =
! 123:
! 124: DEFS = @DEFS@ -I. -I$(srcdir)
! 125: CPPFLAGS = @CPPFLAGS@
! 126: LDFLAGS = @LDFLAGS@
! 127: LIBS = @LIBS@
! 128: t_mul_OBJECTS = t-mul.o
! 129: t_mul_LDADD = $(LDADD)
! 130: t_mul_DEPENDENCIES = ../../libgmp.a
! 131: t_mul_LDFLAGS =
! 132: t_tdiv_OBJECTS = t-tdiv.o
! 133: t_tdiv_LDADD = $(LDADD)
! 134: t_tdiv_DEPENDENCIES = ../../libgmp.a
! 135: t_tdiv_LDFLAGS =
! 136: t_tdiv_ui_OBJECTS = t-tdiv_ui.o
! 137: t_tdiv_ui_LDADD = $(LDADD)
! 138: t_tdiv_ui_DEPENDENCIES = ../../libgmp.a
! 139: t_tdiv_ui_LDFLAGS =
! 140: t_fdiv_OBJECTS = t-fdiv.o
! 141: t_fdiv_LDADD = $(LDADD)
! 142: t_fdiv_DEPENDENCIES = ../../libgmp.a
! 143: t_fdiv_LDFLAGS =
! 144: t_fdiv_ui_OBJECTS = t-fdiv_ui.o
! 145: t_fdiv_ui_LDADD = $(LDADD)
! 146: t_fdiv_ui_DEPENDENCIES = ../../libgmp.a
! 147: t_fdiv_ui_LDFLAGS =
! 148: t_gcd_OBJECTS = t-gcd.o
! 149: t_gcd_LDADD = $(LDADD)
! 150: t_gcd_DEPENDENCIES = ../../libgmp.a
! 151: t_gcd_LDFLAGS =
! 152: t_gcd2_OBJECTS = t-gcd2.o
! 153: t_gcd2_LDADD = $(LDADD)
! 154: t_gcd2_DEPENDENCIES = ../../libgmp.a
! 155: t_gcd2_LDFLAGS =
! 156: dive_OBJECTS = dive.o
! 157: dive_LDADD = $(LDADD)
! 158: dive_DEPENDENCIES = ../../libgmp.a
! 159: dive_LDFLAGS =
! 160: t_sqrtrem_OBJECTS = t-sqrtrem.o
! 161: t_sqrtrem_LDADD = $(LDADD)
! 162: t_sqrtrem_DEPENDENCIES = ../../libgmp.a
! 163: t_sqrtrem_LDFLAGS =
! 164: convert_OBJECTS = convert.o
! 165: convert_LDADD = $(LDADD)
! 166: convert_DEPENDENCIES = ../../libgmp.a
! 167: convert_LDFLAGS =
! 168: io_OBJECTS = io.o
! 169: io_LDADD = $(LDADD)
! 170: io_DEPENDENCIES = ../../libgmp.a
! 171: io_LDFLAGS =
! 172: logic_OBJECTS = logic.o
! 173: logic_LDADD = $(LDADD)
! 174: logic_DEPENDENCIES = ../../libgmp.a
! 175: logic_LDFLAGS =
! 176: t_powm_OBJECTS = t-powm.o
! 177: t_powm_LDADD = $(LDADD)
! 178: t_powm_DEPENDENCIES = ../../libgmp.a
! 179: t_powm_LDFLAGS =
! 180: t_powm_ui_OBJECTS = t-powm_ui.o
! 181: t_powm_ui_LDADD = $(LDADD)
! 182: t_powm_ui_DEPENDENCIES = ../../libgmp.a
! 183: t_powm_ui_LDFLAGS =
! 184: reuse_OBJECTS = reuse.o
! 185: reuse_LDADD = $(LDADD)
! 186: reuse_DEPENDENCIES = ../../libgmp.a
! 187: reuse_LDFLAGS =
! 188: CFLAGS = @CFLAGS@
! 189: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
! 190: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
! 191: DIST_COMMON = Makefile.am Makefile.in
! 192:
! 193:
! 194: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 195:
! 196: TAR = tar
! 197: GZIP = --best
! 198: SOURCES = $(t_mul_SOURCES) $(t_tdiv_SOURCES) $(t_tdiv_ui_SOURCES) $(t_fdiv_SOURCES) $(t_fdiv_ui_SOURCES) $(t_gcd_SOURCES) $(t_gcd2_SOURCES) $(dive_SOURCES) $(t_sqrtrem_SOURCES) $(convert_SOURCES) $(io_SOURCES) $(logic_SOURCES) $(t_powm_SOURCES) $(t_powm_ui_SOURCES) $(reuse_SOURCES)
! 199: OBJECTS = $(t_mul_OBJECTS) $(t_tdiv_OBJECTS) $(t_tdiv_ui_OBJECTS) $(t_fdiv_OBJECTS) $(t_fdiv_ui_OBJECTS) $(t_gcd_OBJECTS) $(t_gcd2_OBJECTS) $(dive_OBJECTS) $(t_sqrtrem_OBJECTS) $(convert_OBJECTS) $(io_OBJECTS) $(logic_OBJECTS) $(t_powm_OBJECTS) $(t_powm_ui_OBJECTS) $(reuse_OBJECTS)
! 200:
! 201: all: Makefile
! 202:
! 203: .SUFFIXES:
! 204: .SUFFIXES: .S .c .o .s
! 205: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 206: cd $(top_srcdir) && $(AUTOMAKE) --foreign mpz/tests/Makefile
! 207:
! 208: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 209: cd $(top_builddir) \
! 210: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 211:
! 212:
! 213: .c.o:
! 214: $(COMPILE) -c $<
! 215:
! 216: .s.o:
! 217: $(COMPILE) -c $<
! 218:
! 219: .S.o:
! 220: $(COMPILE) -c $<
! 221:
! 222: mostlyclean-compile:
! 223: -rm -f *.o core *.core
! 224:
! 225: clean-compile:
! 226:
! 227: distclean-compile:
! 228: -rm -f *.tab.c
! 229:
! 230: maintainer-clean-compile:
! 231:
! 232: t-mul: $(t_mul_OBJECTS) $(t_mul_DEPENDENCIES)
! 233: @rm -f t-mul
! 234: $(LINK) $(t_mul_LDFLAGS) $(t_mul_OBJECTS) $(t_mul_LDADD) $(LIBS)
! 235:
! 236: t-tdiv: $(t_tdiv_OBJECTS) $(t_tdiv_DEPENDENCIES)
! 237: @rm -f t-tdiv
! 238: $(LINK) $(t_tdiv_LDFLAGS) $(t_tdiv_OBJECTS) $(t_tdiv_LDADD) $(LIBS)
! 239:
! 240: t-tdiv_ui: $(t_tdiv_ui_OBJECTS) $(t_tdiv_ui_DEPENDENCIES)
! 241: @rm -f t-tdiv_ui
! 242: $(LINK) $(t_tdiv_ui_LDFLAGS) $(t_tdiv_ui_OBJECTS) $(t_tdiv_ui_LDADD) $(LIBS)
! 243:
! 244: t-fdiv: $(t_fdiv_OBJECTS) $(t_fdiv_DEPENDENCIES)
! 245: @rm -f t-fdiv
! 246: $(LINK) $(t_fdiv_LDFLAGS) $(t_fdiv_OBJECTS) $(t_fdiv_LDADD) $(LIBS)
! 247:
! 248: t-fdiv_ui: $(t_fdiv_ui_OBJECTS) $(t_fdiv_ui_DEPENDENCIES)
! 249: @rm -f t-fdiv_ui
! 250: $(LINK) $(t_fdiv_ui_LDFLAGS) $(t_fdiv_ui_OBJECTS) $(t_fdiv_ui_LDADD) $(LIBS)
! 251:
! 252: t-gcd: $(t_gcd_OBJECTS) $(t_gcd_DEPENDENCIES)
! 253: @rm -f t-gcd
! 254: $(LINK) $(t_gcd_LDFLAGS) $(t_gcd_OBJECTS) $(t_gcd_LDADD) $(LIBS)
! 255:
! 256: t-gcd2: $(t_gcd2_OBJECTS) $(t_gcd2_DEPENDENCIES)
! 257: @rm -f t-gcd2
! 258: $(LINK) $(t_gcd2_LDFLAGS) $(t_gcd2_OBJECTS) $(t_gcd2_LDADD) $(LIBS)
! 259:
! 260: dive: $(dive_OBJECTS) $(dive_DEPENDENCIES)
! 261: @rm -f dive
! 262: $(LINK) $(dive_LDFLAGS) $(dive_OBJECTS) $(dive_LDADD) $(LIBS)
! 263:
! 264: t-sqrtrem: $(t_sqrtrem_OBJECTS) $(t_sqrtrem_DEPENDENCIES)
! 265: @rm -f t-sqrtrem
! 266: $(LINK) $(t_sqrtrem_LDFLAGS) $(t_sqrtrem_OBJECTS) $(t_sqrtrem_LDADD) $(LIBS)
! 267:
! 268: convert: $(convert_OBJECTS) $(convert_DEPENDENCIES)
! 269: @rm -f convert
! 270: $(LINK) $(convert_LDFLAGS) $(convert_OBJECTS) $(convert_LDADD) $(LIBS)
! 271:
! 272: io: $(io_OBJECTS) $(io_DEPENDENCIES)
! 273: @rm -f io
! 274: $(LINK) $(io_LDFLAGS) $(io_OBJECTS) $(io_LDADD) $(LIBS)
! 275:
! 276: logic: $(logic_OBJECTS) $(logic_DEPENDENCIES)
! 277: @rm -f logic
! 278: $(LINK) $(logic_LDFLAGS) $(logic_OBJECTS) $(logic_LDADD) $(LIBS)
! 279:
! 280: t-powm: $(t_powm_OBJECTS) $(t_powm_DEPENDENCIES)
! 281: @rm -f t-powm
! 282: $(LINK) $(t_powm_LDFLAGS) $(t_powm_OBJECTS) $(t_powm_LDADD) $(LIBS)
! 283:
! 284: t-powm_ui: $(t_powm_ui_OBJECTS) $(t_powm_ui_DEPENDENCIES)
! 285: @rm -f t-powm_ui
! 286: $(LINK) $(t_powm_ui_LDFLAGS) $(t_powm_ui_OBJECTS) $(t_powm_ui_LDADD) $(LIBS)
! 287:
! 288: reuse: $(reuse_OBJECTS) $(reuse_DEPENDENCIES)
! 289: @rm -f reuse
! 290: $(LINK) $(reuse_LDFLAGS) $(reuse_OBJECTS) $(reuse_LDADD) $(LIBS)
! 291:
! 292: tags: TAGS
! 293:
! 294: ID: $(HEADERS) $(SOURCES) $(LISP)
! 295: here=`pwd` && cd $(srcdir) \
! 296: && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
! 297:
! 298: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 299: tags=; \
! 300: here=`pwd`; \
! 301: list='$(SOURCES) $(HEADERS)'; \
! 302: unique=`for i in $$list; do echo $$i; done | \
! 303: awk ' { files[$$0] = 1; } \
! 304: END { for (i in files) print i; }'`; \
! 305: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 306: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 307:
! 308: mostlyclean-tags:
! 309:
! 310: clean-tags:
! 311:
! 312: distclean-tags:
! 313: -rm -f TAGS ID
! 314:
! 315: maintainer-clean-tags:
! 316:
! 317: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 318:
! 319: subdir = mpz/tests
! 320:
! 321: distdir: $(DISTFILES)
! 322: @for file in $(DISTFILES); do \
! 323: d=$(srcdir); \
! 324: test -f $(distdir)/$$file \
! 325: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 326: || cp -p $$d/$$file $(distdir)/$$file; \
! 327: done
! 328: check-TESTS: $(TESTS)
! 329: @failed=0; all=0; \
! 330: srcdir=$(srcdir); export srcdir; \
! 331: for tst in $(TESTS); do \
! 332: if test -f $$tst; then dir=.; \
! 333: else dir="$(srcdir)"; fi; \
! 334: if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
! 335: all=`expr $$all + 1`; \
! 336: echo "PASS: $$tst"; \
! 337: elif test $$? -ne 77; then \
! 338: all=`expr $$all + 1`; \
! 339: failed=`expr $$failed + 1`; \
! 340: echo "FAIL: $$tst"; \
! 341: fi; \
! 342: done; \
! 343: if test "$$failed" -eq 0; then \
! 344: banner="All $$all tests passed"; \
! 345: else \
! 346: banner="$$failed of $$all tests failed"; \
! 347: fi; \
! 348: dashes=`echo "$$banner" | sed s/./=/g`; \
! 349: echo "$$dashes"; \
! 350: echo "$$banner"; \
! 351: echo "$$dashes"; \
! 352: test "$$failed" -eq 0
! 353: info:
! 354: dvi:
! 355: check: all
! 356: $(MAKE) check-TESTS
! 357: installcheck:
! 358: install-exec:
! 359: @$(NORMAL_INSTALL)
! 360:
! 361: install-data:
! 362: @$(NORMAL_INSTALL)
! 363:
! 364: install: install-exec install-data all
! 365: @:
! 366:
! 367: uninstall:
! 368:
! 369: install-strip:
! 370: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
! 371: installdirs:
! 372:
! 373:
! 374: mostlyclean-generic:
! 375: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
! 376:
! 377: clean-generic:
! 378: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 379:
! 380: distclean-generic:
! 381: -rm -f Makefile $(DISTCLEANFILES)
! 382: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 383: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 384:
! 385: maintainer-clean-generic:
! 386: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
! 387: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 388: mostlyclean: mostlyclean-compile mostlyclean-tags mostlyclean-generic
! 389:
! 390: clean: clean-compile clean-tags clean-generic mostlyclean
! 391:
! 392: distclean: distclean-compile distclean-tags distclean-generic clean
! 393: -rm -f config.status
! 394:
! 395: maintainer-clean: maintainer-clean-compile maintainer-clean-tags \
! 396: maintainer-clean-generic distclean
! 397: @echo "This command is intended for maintainers to use;"
! 398: @echo "it deletes files that may require special tools to rebuild."
! 399:
! 400: .PHONY: mostlyclean-compile distclean-compile clean-compile \
! 401: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
! 402: clean-tags maintainer-clean-tags distdir check-TESTS info dvi \
! 403: installcheck install-exec install-data install uninstall all \
! 404: installdirs mostlyclean-generic distclean-generic clean-generic \
! 405: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 406:
! 407:
! 408: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 409: # Otherwise a system limit (for SysV at least) may be exceeded.
! 410: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>