Annotation of OpenXM_contrib/gmp/mpf/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 $(top_builddir)/ansi2knr
! 121:
! 122: INCLUDES = -I$(top_srcdir)
! 123: LDADD = $(top_builddir)/libgmp.la
! 124:
! 125: check_PROGRAMS = t-add t-sub t-conv t-sqrt t-muldiv t-dm2exp reuse t-get_d \
! 126: t-misc
! 127:
! 128: TESTS = $(check_PROGRAMS)
! 129:
! 130: t_add_SOURCES = t-add.c ref.c
! 131: t_sub_SOURCES = t-sub.c ref.c
! 132: subdir = mpf/tests
! 133: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 134: CONFIG_HEADER = ../../config.h
! 135: CONFIG_CLEAN_FILES =
! 136: check_PROGRAMS = t-add$(EXEEXT) t-sub$(EXEEXT) t-conv$(EXEEXT) \
! 137: t-sqrt$(EXEEXT) t-muldiv$(EXEEXT) t-dm2exp$(EXEEXT) reuse$(EXEEXT) \
! 138: t-get_d$(EXEEXT) t-misc$(EXEEXT)
! 139:
! 140: DEFS = @DEFS@ -I. -I$(srcdir) -I../..
! 141: CPPFLAGS = @CPPFLAGS@
! 142: LDFLAGS = @LDFLAGS@
! 143: LIBS = @LIBS@
! 144: ANSI2KNR = $(top_builddir)/ansi2knr
! 145: reuse_SOURCES = reuse.c
! 146: reuse_OBJECTS = reuse$U.$(OBJEXT)
! 147: reuse_LDADD = $(LDADD)
! 148: reuse_DEPENDENCIES = $(top_builddir)/libgmp.la
! 149: reuse_LDFLAGS =
! 150: am_t_add_OBJECTS = t-add$U.$(OBJEXT) ref$U.$(OBJEXT)
! 151: t_add_OBJECTS = $(am_t_add_OBJECTS)
! 152: t_add_LDADD = $(LDADD)
! 153: t_add_DEPENDENCIES = $(top_builddir)/libgmp.la
! 154: t_add_LDFLAGS =
! 155: t_conv_SOURCES = t-conv.c
! 156: t_conv_OBJECTS = t-conv$U.$(OBJEXT)
! 157: t_conv_LDADD = $(LDADD)
! 158: t_conv_DEPENDENCIES = $(top_builddir)/libgmp.la
! 159: t_conv_LDFLAGS =
! 160: t_dm2exp_SOURCES = t-dm2exp.c
! 161: t_dm2exp_OBJECTS = t-dm2exp$U.$(OBJEXT)
! 162: t_dm2exp_LDADD = $(LDADD)
! 163: t_dm2exp_DEPENDENCIES = $(top_builddir)/libgmp.la
! 164: t_dm2exp_LDFLAGS =
! 165: t_get_d_SOURCES = t-get_d.c
! 166: t_get_d_OBJECTS = t-get_d$U.$(OBJEXT)
! 167: t_get_d_LDADD = $(LDADD)
! 168: t_get_d_DEPENDENCIES = $(top_builddir)/libgmp.la
! 169: t_get_d_LDFLAGS =
! 170: t_misc_SOURCES = t-misc.c
! 171: t_misc_OBJECTS = t-misc$U.$(OBJEXT)
! 172: t_misc_LDADD = $(LDADD)
! 173: t_misc_DEPENDENCIES = $(top_builddir)/libgmp.la
! 174: t_misc_LDFLAGS =
! 175: t_muldiv_SOURCES = t-muldiv.c
! 176: t_muldiv_OBJECTS = t-muldiv$U.$(OBJEXT)
! 177: t_muldiv_LDADD = $(LDADD)
! 178: t_muldiv_DEPENDENCIES = $(top_builddir)/libgmp.la
! 179: t_muldiv_LDFLAGS =
! 180: t_sqrt_SOURCES = t-sqrt.c
! 181: t_sqrt_OBJECTS = t-sqrt$U.$(OBJEXT)
! 182: t_sqrt_LDADD = $(LDADD)
! 183: t_sqrt_DEPENDENCIES = $(top_builddir)/libgmp.la
! 184: t_sqrt_LDFLAGS =
! 185: am_t_sub_OBJECTS = t-sub$U.$(OBJEXT) ref$U.$(OBJEXT)
! 186: t_sub_OBJECTS = $(am_t_sub_OBJECTS)
! 187: t_sub_LDADD = $(LDADD)
! 188: t_sub_DEPENDENCIES = $(top_builddir)/libgmp.la
! 189: t_sub_LDFLAGS =
! 190: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 191: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 192: CFLAGS = @CFLAGS@
! 193: CCLD = $(CC)
! 194: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 195: DIST_SOURCES = reuse.c $(t_add_SOURCES) t-conv.c t-dm2exp.c t-get_d.c \
! 196: t-misc.c t-muldiv.c t-sqrt.c $(t_sub_SOURCES)
! 197: DIST_COMMON = Makefile.am Makefile.in
! 198:
! 199:
! 200: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 201:
! 202: GZIP_ENV = --best
! 203: depcomp =
! 204: SOURCES = reuse.c $(t_add_SOURCES) t-conv.c t-dm2exp.c t-get_d.c t-misc.c t-muldiv.c t-sqrt.c $(t_sub_SOURCES)
! 205: OBJECTS = reuse$U.$(OBJEXT) $(am_t_add_OBJECTS) t-conv$U.$(OBJEXT) t-dm2exp$U.$(OBJEXT) t-get_d$U.$(OBJEXT) t-misc$U.$(OBJEXT) t-muldiv$U.$(OBJEXT) t-sqrt$U.$(OBJEXT) $(am_t_sub_OBJECTS)
! 206:
! 207: all: all-redirect
! 208: .SUFFIXES:
! 209: .SUFFIXES: .c .lo .o .obj
! 210: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 211: cd $(top_srcdir) && $(AUTOMAKE) --gnu mpf/tests/Makefile
! 212:
! 213: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 214: cd $(top_builddir) \
! 215: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 216:
! 217:
! 218: mostlyclean-checkPROGRAMS:
! 219:
! 220: clean-checkPROGRAMS:
! 221: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
! 222:
! 223: distclean-checkPROGRAMS:
! 224:
! 225: maintainer-clean-checkPROGRAMS:
! 226:
! 227: mostlyclean-compile:
! 228: -rm -f *.o core *.core
! 229: -rm -f *.$(OBJEXT)
! 230:
! 231: clean-compile:
! 232:
! 233: distclean-compile:
! 234: -rm -f *.tab.c
! 235:
! 236: maintainer-clean-compile:
! 237:
! 238: mostlyclean-libtool:
! 239: -rm -f *.lo
! 240:
! 241: clean-libtool:
! 242: -rm -rf .libs _libs
! 243:
! 244: distclean-libtool:
! 245:
! 246: maintainer-clean-libtool:
! 247: $(top_builddir)/ansi2knr: $(top_builddir)/ansi2knr.$(OBJEXT)
! 248: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
! 249:
! 250: $(top_builddir)/ansi2knr.$(OBJEXT):
! 251: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT)
! 252:
! 253:
! 254: mostlyclean-kr:
! 255: -rm -f *_.c
! 256:
! 257: clean-kr:
! 258:
! 259: distclean-kr:
! 260:
! 261: maintainer-clean-kr:
! 262:
! 263: reuse$(EXEEXT): $(reuse_OBJECTS) $(reuse_DEPENDENCIES)
! 264: @rm -f reuse$(EXEEXT)
! 265: $(LINK) $(reuse_LDFLAGS) $(reuse_OBJECTS) $(reuse_LDADD) $(LIBS)
! 266:
! 267: t-add$(EXEEXT): $(t_add_OBJECTS) $(t_add_DEPENDENCIES)
! 268: @rm -f t-add$(EXEEXT)
! 269: $(LINK) $(t_add_LDFLAGS) $(t_add_OBJECTS) $(t_add_LDADD) $(LIBS)
! 270:
! 271: t-conv$(EXEEXT): $(t_conv_OBJECTS) $(t_conv_DEPENDENCIES)
! 272: @rm -f t-conv$(EXEEXT)
! 273: $(LINK) $(t_conv_LDFLAGS) $(t_conv_OBJECTS) $(t_conv_LDADD) $(LIBS)
! 274:
! 275: t-dm2exp$(EXEEXT): $(t_dm2exp_OBJECTS) $(t_dm2exp_DEPENDENCIES)
! 276: @rm -f t-dm2exp$(EXEEXT)
! 277: $(LINK) $(t_dm2exp_LDFLAGS) $(t_dm2exp_OBJECTS) $(t_dm2exp_LDADD) $(LIBS)
! 278:
! 279: t-get_d$(EXEEXT): $(t_get_d_OBJECTS) $(t_get_d_DEPENDENCIES)
! 280: @rm -f t-get_d$(EXEEXT)
! 281: $(LINK) $(t_get_d_LDFLAGS) $(t_get_d_OBJECTS) $(t_get_d_LDADD) $(LIBS)
! 282:
! 283: t-misc$(EXEEXT): $(t_misc_OBJECTS) $(t_misc_DEPENDENCIES)
! 284: @rm -f t-misc$(EXEEXT)
! 285: $(LINK) $(t_misc_LDFLAGS) $(t_misc_OBJECTS) $(t_misc_LDADD) $(LIBS)
! 286:
! 287: t-muldiv$(EXEEXT): $(t_muldiv_OBJECTS) $(t_muldiv_DEPENDENCIES)
! 288: @rm -f t-muldiv$(EXEEXT)
! 289: $(LINK) $(t_muldiv_LDFLAGS) $(t_muldiv_OBJECTS) $(t_muldiv_LDADD) $(LIBS)
! 290:
! 291: t-sqrt$(EXEEXT): $(t_sqrt_OBJECTS) $(t_sqrt_DEPENDENCIES)
! 292: @rm -f t-sqrt$(EXEEXT)
! 293: $(LINK) $(t_sqrt_LDFLAGS) $(t_sqrt_OBJECTS) $(t_sqrt_LDADD) $(LIBS)
! 294:
! 295: t-sub$(EXEEXT): $(t_sub_OBJECTS) $(t_sub_DEPENDENCIES)
! 296: @rm -f t-sub$(EXEEXT)
! 297: $(LINK) $(t_sub_LDFLAGS) $(t_sub_OBJECTS) $(t_sub_LDADD) $(LIBS)
1.1 maekawa 298: .c.o:
1.1.1.2 ! maekawa 299: $(COMPILE) -c $<
! 300: .c.obj:
! 301: $(COMPILE) -c `cygpath -w $<`
! 302: .c.lo:
! 303: $(LTCOMPILE) -c -o $@ $<
! 304: ref_.c: ref.c $(ANSI2KNR)
! 305: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ref.c; then echo $(srcdir)/ref.c; else echo ref.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ref_.c
! 306: reuse_.c: reuse.c $(ANSI2KNR)
! 307: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/reuse.c; then echo $(srcdir)/reuse.c; else echo reuse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > reuse_.c
! 308: t-add_.c: t-add.c $(ANSI2KNR)
! 309: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-add.c; then echo $(srcdir)/t-add.c; else echo t-add.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-add_.c
! 310: t-conv_.c: t-conv.c $(ANSI2KNR)
! 311: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-conv.c; then echo $(srcdir)/t-conv.c; else echo t-conv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-conv_.c
! 312: t-dm2exp_.c: t-dm2exp.c $(ANSI2KNR)
! 313: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-dm2exp.c; then echo $(srcdir)/t-dm2exp.c; else echo t-dm2exp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-dm2exp_.c
! 314: t-get_d_.c: t-get_d.c $(ANSI2KNR)
! 315: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-get_d.c; then echo $(srcdir)/t-get_d.c; else echo t-get_d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-get_d_.c
! 316: t-misc_.c: t-misc.c $(ANSI2KNR)
! 317: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-misc.c; then echo $(srcdir)/t-misc.c; else echo t-misc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-misc_.c
! 318: t-muldiv_.c: t-muldiv.c $(ANSI2KNR)
! 319: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-muldiv.c; then echo $(srcdir)/t-muldiv.c; else echo t-muldiv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-muldiv_.c
! 320: t-sqrt_.c: t-sqrt.c $(ANSI2KNR)
! 321: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-sqrt.c; then echo $(srcdir)/t-sqrt.c; else echo t-sqrt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-sqrt_.c
! 322: t-sub_.c: t-sub.c $(ANSI2KNR)
! 323: $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-sub.c; then echo $(srcdir)/t-sub.c; else echo t-sub.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-sub_.c
! 324: ref_.$(OBJEXT) ref_.lo reuse_.$(OBJEXT) reuse_.lo t-add_.$(OBJEXT) \
! 325: t-add_.lo t-conv_.$(OBJEXT) t-conv_.lo t-dm2exp_.$(OBJEXT) t-dm2exp_.lo \
! 326: t-get_d_.$(OBJEXT) t-get_d_.lo t-misc_.$(OBJEXT) t-misc_.lo \
! 327: t-muldiv_.$(OBJEXT) t-muldiv_.lo t-sqrt_.$(OBJEXT) t-sqrt_.lo \
! 328: t-sub_.$(OBJEXT) t-sub_.lo : $(ANSI2KNR)
! 329:
! 330: tags: TAGS
! 331:
! 332: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 333: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 334: unique=`for i in $$list; do \
! 335: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 336: done | \
! 337: $(AWK) ' { files[$$0] = 1; } \
! 338: END { for (i in files) print i; }'`; \
! 339: mkid -f$$here/ID $$unique $(LISP)
! 340:
! 341: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 342: $(TAGS_FILES) $(LISP)
! 343: tags=; \
! 344: here=`pwd`; \
! 345: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 346: unique=`for i in $$list; do \
! 347: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 348: done | \
! 349: $(AWK) ' { files[$$0] = 1; } \
! 350: END { for (i in files) print i; }'`; \
! 351: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 352: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
! 353:
! 354: mostlyclean-tags:
! 355:
! 356: clean-tags:
! 357:
! 358: distclean-tags:
! 359: -rm -f TAGS ID
! 360:
! 361: maintainer-clean-tags:
! 362:
! 363: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 364:
! 365: distdir: $(DISTFILES)
! 366: @for file in $(DISTFILES); do \
! 367: d=$(srcdir); \
! 368: if test -d $$d/$$file; then \
! 369: cp -pR $$d/$$file $(distdir); \
! 370: else \
! 371: test -f $(distdir)/$$file \
! 372: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 373: fi; \
! 374: done
! 375: check-TESTS: $(TESTS)
! 376: @failed=0; all=0; xfail=0; xpass=0; \
! 377: srcdir=$(srcdir); export srcdir; \
! 378: for tst in $(TESTS); do \
! 379: if test -f ./$$tst; then dir=./; \
! 380: elif test -f $$tst; then dir=; \
! 381: else dir="$(srcdir)/"; fi; \
! 382: if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
! 383: all=`expr $$all + 1`; \
! 384: case " $(XFAIL_TESTS) " in \
! 385: *" $$tst "*) \
! 386: xpass=`expr $$xpass + 1`; \
! 387: failed=`expr $$failed + 1`; \
! 388: echo "XPASS: $$tst"; \
! 389: ;; \
! 390: *) \
! 391: echo "PASS: $$tst"; \
! 392: ;; \
! 393: esac; \
! 394: elif test $$? -ne 77; then \
! 395: all=`expr $$all + 1`; \
! 396: case " $(XFAIL_TESTS) " in \
! 397: *" $$tst "*) \
! 398: xfail=`expr $$xfail + 1`; \
! 399: echo "XFAIL: $$tst"; \
! 400: ;; \
! 401: *) \
! 402: failed=`expr $$failed + 1`; \
! 403: echo "FAIL: $$tst"; \
! 404: ;; \
! 405: esac; \
! 406: fi; \
! 407: done; \
! 408: if test "$$failed" -eq 0; then \
! 409: if test "$$xfail" -eq 0; then \
! 410: banner="All $$all tests passed"; \
! 411: else \
! 412: banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
! 413: fi; \
! 414: else \
! 415: if test "$$xpass" -eq 0; then \
! 416: banner="$$failed of $$all tests failed"; \
! 417: else \
! 418: banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
! 419: fi; \
! 420: fi; \
! 421: dashes=`echo "$$banner" | sed s/./=/g`; \
! 422: echo "$$dashes"; \
! 423: echo "$$banner"; \
! 424: echo "$$dashes"; \
! 425: test "$$failed" -eq 0
! 426: info-am:
! 427: info: info-am
! 428: dvi-am:
! 429: dvi: dvi-am
! 430: check-am: all-am
! 431: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
! 432: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
! 433: check: check-am
! 434: installcheck-am:
! 435: installcheck: installcheck-am
! 436: install-exec-am:
! 437: install-exec: install-exec-am
! 438:
! 439: install-data-am:
! 440: install-data: install-data-am
! 441:
! 442: install-am: all-am
! 443: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 444: install: install-am
! 445: uninstall-am:
! 446: uninstall: uninstall-am
! 447: all-am: Makefile
! 448: all-redirect: all-am
! 449: install-strip:
! 450: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
! 451: installdirs:
! 452:
! 453:
! 454: mostlyclean-generic:
! 455:
! 456: clean-generic:
! 457:
! 458: distclean-generic:
! 459: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 460: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 461:
! 462: maintainer-clean-generic:
! 463: -rm -f Makefile.in
! 464: mostlyclean-am: mostlyclean-checkPROGRAMS mostlyclean-compile \
! 465: mostlyclean-libtool mostlyclean-kr mostlyclean-tags \
! 466: mostlyclean-generic
! 467:
! 468: mostlyclean: mostlyclean-am
! 469:
! 470: clean-am: clean-checkPROGRAMS clean-compile clean-libtool clean-kr \
! 471: clean-tags clean-generic mostlyclean-am
! 472:
! 473: clean: clean-am
! 474:
! 475: distclean-am: distclean-checkPROGRAMS distclean-compile \
! 476: distclean-libtool distclean-kr distclean-tags \
! 477: distclean-generic clean-am
! 478: -rm -f libtool
! 479:
! 480: distclean: distclean-am
! 481:
! 482: maintainer-clean-am: maintainer-clean-checkPROGRAMS \
! 483: maintainer-clean-compile maintainer-clean-libtool \
! 484: maintainer-clean-kr maintainer-clean-tags \
! 485: maintainer-clean-generic distclean-am
! 486: @echo "This command is intended for maintainers to use;"
! 487: @echo "it deletes files that may require special tools to rebuild."
! 488:
! 489: maintainer-clean: maintainer-clean-am
! 490:
! 491: .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
! 492: clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
! 493: distclean-compile clean-compile maintainer-clean-compile \
! 494: mostlyclean-libtool distclean-libtool clean-libtool \
! 495: maintainer-clean-libtool mostlyclean-kr distclean-kr clean-kr \
! 496: maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
! 497: maintainer-clean-tags distdir check-TESTS info-am info dvi-am dvi check \
! 498: check-am installcheck-am installcheck install-exec-am install-exec \
! 499: install-data-am install-data install-am install uninstall-am uninstall \
! 500: all-redirect all-am all install-strip installdirs mostlyclean-generic \
! 501: distclean-generic clean-generic maintainer-clean-generic clean \
! 502: mostlyclean distclean maintainer-clean
! 503:
! 504:
! 505: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 506: # Otherwise a system limit (for SysV at least) may be exceeded.
! 507: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>