Annotation of OpenXM_contrib/gmp/mpq/tests/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@
! 99:
! 100: # Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
! 101: #
! 102: # This file is part of the GNU MP Library.
! 103: #
! 104: # The GNU MP Library is free software; you can redistribute it and/or modify
! 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
! 107: # option) any later version.
! 108: #
! 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
! 111: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
! 112: # License for more details.
! 113: #
! 114: # You should have received a copy of the GNU Lesser General Public License
! 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:
! 120: AUTOMAKE_OPTIONS = gnu no-dependencies
! 121:
! 122: INCLUDES = -I$(top_srcdir)
! 123: LDADD = $(top_builddir)/libgmp.la
! 124:
! 125: check_PROGRAMS = t-cmp t-cmp_ui t-get_d
! 126: TESTS = $(check_PROGRAMS)
! 127: subdir = mpq/tests
! 128: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 129: CONFIG_HEADER = ../../config.h
! 130: CONFIG_CLEAN_FILES =
! 131: check_PROGRAMS = t-cmp$(EXEEXT) t-cmp_ui$(EXEEXT) t-get_d$(EXEEXT)
! 132:
! 133: DEFS = @DEFS@ -I. -I$(srcdir) -I../..
! 134: CPPFLAGS = @CPPFLAGS@
! 135: LDFLAGS = @LDFLAGS@
! 136: LIBS = @LIBS@
! 137: t_cmp_SOURCES = t-cmp.c
! 138: t_cmp_OBJECTS = t-cmp.$(OBJEXT)
! 139: t_cmp_LDADD = $(LDADD)
! 140: t_cmp_DEPENDENCIES = $(top_builddir)/libgmp.la
! 141: t_cmp_LDFLAGS =
! 142: t_cmp_ui_SOURCES = t-cmp_ui.c
! 143: t_cmp_ui_OBJECTS = t-cmp_ui.$(OBJEXT)
! 144: t_cmp_ui_LDADD = $(LDADD)
! 145: t_cmp_ui_DEPENDENCIES = $(top_builddir)/libgmp.la
! 146: t_cmp_ui_LDFLAGS =
! 147: t_get_d_SOURCES = t-get_d.c
! 148: t_get_d_OBJECTS = t-get_d.$(OBJEXT)
! 149: t_get_d_LDADD = $(LDADD)
! 150: t_get_d_DEPENDENCIES = $(top_builddir)/libgmp.la
! 151: t_get_d_LDFLAGS =
! 152: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 153: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 154: CFLAGS = @CFLAGS@
! 155: CCLD = $(CC)
! 156: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 157: DIST_SOURCES = t-cmp.c t-cmp_ui.c t-get_d.c
! 158: DIST_COMMON = Makefile.am Makefile.in
! 159:
! 160:
! 161: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 162:
! 163: GZIP_ENV = --best
! 164: depcomp =
! 165: SOURCES = t-cmp.c t-cmp_ui.c t-get_d.c
! 166: OBJECTS = t-cmp.$(OBJEXT) t-cmp_ui.$(OBJEXT) t-get_d.$(OBJEXT)
! 167:
! 168: all: all-redirect
! 169: .SUFFIXES:
! 170: .SUFFIXES: .c .lo .o .obj
! 171: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 172: cd $(top_srcdir) && $(AUTOMAKE) --gnu mpq/tests/Makefile
! 173:
! 174: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 175: cd $(top_builddir) \
! 176: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 177:
! 178:
! 179: mostlyclean-checkPROGRAMS:
! 180:
! 181: clean-checkPROGRAMS:
! 182: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
! 183:
! 184: distclean-checkPROGRAMS:
! 185:
! 186: maintainer-clean-checkPROGRAMS:
! 187:
! 188: mostlyclean-compile:
! 189: -rm -f *.o core *.core
! 190: -rm -f *.$(OBJEXT)
! 191:
! 192: clean-compile:
! 193:
! 194: distclean-compile:
! 195: -rm -f *.tab.c
! 196:
! 197: maintainer-clean-compile:
! 198:
! 199: mostlyclean-libtool:
! 200: -rm -f *.lo
! 201:
! 202: clean-libtool:
! 203: -rm -rf .libs _libs
! 204:
! 205: distclean-libtool:
! 206:
! 207: maintainer-clean-libtool:
! 208:
! 209: t-cmp$(EXEEXT): $(t_cmp_OBJECTS) $(t_cmp_DEPENDENCIES)
! 210: @rm -f t-cmp$(EXEEXT)
! 211: $(LINK) $(t_cmp_LDFLAGS) $(t_cmp_OBJECTS) $(t_cmp_LDADD) $(LIBS)
! 212:
! 213: t-cmp_ui$(EXEEXT): $(t_cmp_ui_OBJECTS) $(t_cmp_ui_DEPENDENCIES)
! 214: @rm -f t-cmp_ui$(EXEEXT)
! 215: $(LINK) $(t_cmp_ui_LDFLAGS) $(t_cmp_ui_OBJECTS) $(t_cmp_ui_LDADD) $(LIBS)
! 216:
! 217: t-get_d$(EXEEXT): $(t_get_d_OBJECTS) $(t_get_d_DEPENDENCIES)
! 218: @rm -f t-get_d$(EXEEXT)
! 219: $(LINK) $(t_get_d_LDFLAGS) $(t_get_d_OBJECTS) $(t_get_d_LDADD) $(LIBS)
1.1 maekawa 220: .c.o:
1.1.1.2 ! maekawa 221: $(COMPILE) -c $<
! 222: .c.obj:
! 223: $(COMPILE) -c `cygpath -w $<`
! 224: .c.lo:
! 225: $(LTCOMPILE) -c -o $@ $<
! 226:
! 227: tags: TAGS
! 228:
! 229: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 230: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 231: unique=`for i in $$list; do \
! 232: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 233: done | \
! 234: $(AWK) ' { files[$$0] = 1; } \
! 235: END { for (i in files) print i; }'`; \
! 236: mkid -f$$here/ID $$unique $(LISP)
! 237:
! 238: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 239: $(TAGS_FILES) $(LISP)
! 240: tags=; \
! 241: here=`pwd`; \
! 242: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 243: unique=`for i in $$list; do \
! 244: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 245: done | \
! 246: $(AWK) ' { files[$$0] = 1; } \
! 247: END { for (i in files) print i; }'`; \
! 248: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 249: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
! 250:
! 251: mostlyclean-tags:
! 252:
! 253: clean-tags:
! 254:
! 255: distclean-tags:
! 256: -rm -f TAGS ID
! 257:
! 258: maintainer-clean-tags:
! 259:
! 260: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 261:
! 262: distdir: $(DISTFILES)
! 263: @for file in $(DISTFILES); do \
! 264: d=$(srcdir); \
! 265: if test -d $$d/$$file; then \
! 266: cp -pR $$d/$$file $(distdir); \
! 267: else \
! 268: test -f $(distdir)/$$file \
! 269: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 270: fi; \
! 271: done
! 272: check-TESTS: $(TESTS)
! 273: @failed=0; all=0; xfail=0; xpass=0; \
! 274: srcdir=$(srcdir); export srcdir; \
! 275: for tst in $(TESTS); do \
! 276: if test -f ./$$tst; then dir=./; \
! 277: elif test -f $$tst; then dir=; \
! 278: else dir="$(srcdir)/"; fi; \
! 279: if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
! 280: all=`expr $$all + 1`; \
! 281: case " $(XFAIL_TESTS) " in \
! 282: *" $$tst "*) \
! 283: xpass=`expr $$xpass + 1`; \
! 284: failed=`expr $$failed + 1`; \
! 285: echo "XPASS: $$tst"; \
! 286: ;; \
! 287: *) \
! 288: echo "PASS: $$tst"; \
! 289: ;; \
! 290: esac; \
! 291: elif test $$? -ne 77; then \
! 292: all=`expr $$all + 1`; \
! 293: case " $(XFAIL_TESTS) " in \
! 294: *" $$tst "*) \
! 295: xfail=`expr $$xfail + 1`; \
! 296: echo "XFAIL: $$tst"; \
! 297: ;; \
! 298: *) \
! 299: failed=`expr $$failed + 1`; \
! 300: echo "FAIL: $$tst"; \
! 301: ;; \
! 302: esac; \
! 303: fi; \
! 304: done; \
! 305: if test "$$failed" -eq 0; then \
! 306: if test "$$xfail" -eq 0; then \
! 307: banner="All $$all tests passed"; \
! 308: else \
! 309: banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
! 310: fi; \
! 311: else \
! 312: if test "$$xpass" -eq 0; then \
! 313: banner="$$failed of $$all tests failed"; \
! 314: else \
! 315: banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
! 316: fi; \
! 317: fi; \
! 318: dashes=`echo "$$banner" | sed s/./=/g`; \
! 319: echo "$$dashes"; \
! 320: echo "$$banner"; \
! 321: echo "$$dashes"; \
! 322: test "$$failed" -eq 0
! 323: info-am:
! 324: info: info-am
! 325: dvi-am:
! 326: dvi: dvi-am
! 327: check-am: all-am
! 328: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
! 329: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
! 330: check: check-am
! 331: installcheck-am:
! 332: installcheck: installcheck-am
! 333: install-exec-am:
! 334: install-exec: install-exec-am
! 335:
! 336: install-data-am:
! 337: install-data: install-data-am
! 338:
! 339: install-am: all-am
! 340: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 341: install: install-am
! 342: uninstall-am:
! 343: uninstall: uninstall-am
! 344: all-am: Makefile
! 345: all-redirect: all-am
! 346: install-strip:
! 347: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
! 348: installdirs:
! 349:
! 350:
! 351: mostlyclean-generic:
! 352:
! 353: clean-generic:
! 354:
! 355: distclean-generic:
! 356: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 357: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 358:
! 359: maintainer-clean-generic:
! 360: -rm -f Makefile.in
! 361: mostlyclean-am: mostlyclean-checkPROGRAMS mostlyclean-compile \
! 362: mostlyclean-libtool mostlyclean-tags \
! 363: mostlyclean-generic
! 364:
! 365: mostlyclean: mostlyclean-am
! 366:
! 367: clean-am: clean-checkPROGRAMS clean-compile clean-libtool clean-tags \
! 368: clean-generic mostlyclean-am
! 369:
! 370: clean: clean-am
! 371:
! 372: distclean-am: distclean-checkPROGRAMS distclean-compile \
! 373: distclean-libtool distclean-tags distclean-generic \
! 374: clean-am
! 375: -rm -f libtool
! 376:
! 377: distclean: distclean-am
! 378:
! 379: maintainer-clean-am: maintainer-clean-checkPROGRAMS \
! 380: maintainer-clean-compile maintainer-clean-libtool \
! 381: maintainer-clean-tags maintainer-clean-generic \
! 382: distclean-am
! 383: @echo "This command is intended for maintainers to use;"
! 384: @echo "it deletes files that may require special tools to rebuild."
! 385:
! 386: maintainer-clean: maintainer-clean-am
! 387:
! 388: .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
! 389: clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
! 390: distclean-compile clean-compile maintainer-clean-compile \
! 391: mostlyclean-libtool distclean-libtool clean-libtool \
! 392: maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
! 393: clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
! 394: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 395: install-exec install-data-am install-data install-am install \
! 396: uninstall-am uninstall all-redirect all-am all install-strip \
! 397: installdirs mostlyclean-generic distclean-generic clean-generic \
! 398: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 399:
! 400:
! 401: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 402: # Otherwise a system limit (for SysV at least) may be exceeded.
! 403: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>