[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpfr / tests

Annotation of OpenXM_contrib/gmp/mpfr/tests/Makefile.in, Revision 1.1

1.1     ! maekawa     1: # Makefile.in generated automatically by automake 1.4a from Makefile.am
        !             2:
        !             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) 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 Library General Public License as published by
        !           106: # the Free Software Foundation; either version 2 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 Library General Public
        !           112: # License for more details.
        !           113: #
        !           114: # You should have received a copy of the GNU Library 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) -I$(top_srcdir)/mpfr
        !           123: LDADD = $(top_builddir)/libgmp.la
        !           124: dummy_LDADD =
        !           125:
        !           126: # FIXME: The following tests need mpfr_set_machine_rnd_mode() which is not
        !           127: # built right now:
        !           128: # tadd tget_str tset_f tsqrt tagm tmul tdiv tlog texp tdiv_ui tout_str
        !           129: @WANT_MPFR_TRUE@MPBSD_check_OPTION = @WANT_MPFR_TRUE@tcmp2 tmul_ui tcmp_ui tround tset_si tcmp tmul_2exp \
        !           130: @WANT_MPFR_TRUE@  tset_d tset_str tpi tset_z tlog2 tcan_round tzeta
        !           131:
        !           132: check_PROGRAMS = dummy $(MPBSD_check_OPTION)
        !           133: TESTS = $(check_PROGRAMS)
        !           134: subdir = mpfr/tests
        !           135: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           136: CONFIG_HEADER = ../../config.h
        !           137: CONFIG_CLEAN_FILES =
        !           138: @WANT_MPFR_FALSE@check_PROGRAMS =  dummy$(EXEEXT)
        !           139: @WANT_MPFR_TRUE@check_PROGRAMS =  dummy$(EXEEXT) tcmp2$(EXEEXT) \
        !           140: @WANT_MPFR_TRUE@tmul_ui$(EXEEXT) tcmp_ui$(EXEEXT) tround$(EXEEXT) \
        !           141: @WANT_MPFR_TRUE@tset_si$(EXEEXT) tcmp$(EXEEXT) tmul_2exp$(EXEEXT) \
        !           142: @WANT_MPFR_TRUE@tset_d$(EXEEXT) tset_str$(EXEEXT) tpi$(EXEEXT) \
        !           143: @WANT_MPFR_TRUE@tset_z$(EXEEXT) tlog2$(EXEEXT) tcan_round$(EXEEXT) \
        !           144: @WANT_MPFR_TRUE@tzeta$(EXEEXT)
        !           145:
        !           146: DEFS = @DEFS@ -I. -I$(srcdir) -I../..
        !           147: CPPFLAGS = @CPPFLAGS@
        !           148: LDFLAGS = @LDFLAGS@
        !           149: LIBS = @LIBS@
        !           150: dummy_SOURCES = dummy.c
        !           151: dummy_OBJECTS =  dummy.$(OBJEXT)
        !           152: dummy_DEPENDENCIES =
        !           153: dummy_LDFLAGS =
        !           154: tcan_round_SOURCES = tcan_round.c
        !           155: tcan_round_OBJECTS =  tcan_round.$(OBJEXT)
        !           156: tcan_round_LDADD = $(LDADD)
        !           157: tcan_round_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           158: tcan_round_LDFLAGS =
        !           159: tcmp_SOURCES = tcmp.c
        !           160: tcmp_OBJECTS =  tcmp.$(OBJEXT)
        !           161: tcmp_LDADD = $(LDADD)
        !           162: tcmp_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           163: tcmp_LDFLAGS =
        !           164: tcmp2_SOURCES = tcmp2.c
        !           165: tcmp2_OBJECTS =  tcmp2.$(OBJEXT)
        !           166: tcmp2_LDADD = $(LDADD)
        !           167: tcmp2_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           168: tcmp2_LDFLAGS =
        !           169: tcmp_ui_SOURCES = tcmp_ui.c
        !           170: tcmp_ui_OBJECTS =  tcmp_ui.$(OBJEXT)
        !           171: tcmp_ui_LDADD = $(LDADD)
        !           172: tcmp_ui_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           173: tcmp_ui_LDFLAGS =
        !           174: tlog2_SOURCES = tlog2.c
        !           175: tlog2_OBJECTS =  tlog2.$(OBJEXT)
        !           176: tlog2_LDADD = $(LDADD)
        !           177: tlog2_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           178: tlog2_LDFLAGS =
        !           179: tmul_2exp_SOURCES = tmul_2exp.c
        !           180: tmul_2exp_OBJECTS =  tmul_2exp.$(OBJEXT)
        !           181: tmul_2exp_LDADD = $(LDADD)
        !           182: tmul_2exp_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           183: tmul_2exp_LDFLAGS =
        !           184: tmul_ui_SOURCES = tmul_ui.c
        !           185: tmul_ui_OBJECTS =  tmul_ui.$(OBJEXT)
        !           186: tmul_ui_LDADD = $(LDADD)
        !           187: tmul_ui_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           188: tmul_ui_LDFLAGS =
        !           189: tpi_SOURCES = tpi.c
        !           190: tpi_OBJECTS =  tpi.$(OBJEXT)
        !           191: tpi_LDADD = $(LDADD)
        !           192: tpi_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           193: tpi_LDFLAGS =
        !           194: tround_SOURCES = tround.c
        !           195: tround_OBJECTS =  tround.$(OBJEXT)
        !           196: tround_LDADD = $(LDADD)
        !           197: tround_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           198: tround_LDFLAGS =
        !           199: tset_d_SOURCES = tset_d.c
        !           200: tset_d_OBJECTS =  tset_d.$(OBJEXT)
        !           201: tset_d_LDADD = $(LDADD)
        !           202: tset_d_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           203: tset_d_LDFLAGS =
        !           204: tset_si_SOURCES = tset_si.c
        !           205: tset_si_OBJECTS =  tset_si.$(OBJEXT)
        !           206: tset_si_LDADD = $(LDADD)
        !           207: tset_si_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           208: tset_si_LDFLAGS =
        !           209: tset_str_SOURCES = tset_str.c
        !           210: tset_str_OBJECTS =  tset_str.$(OBJEXT)
        !           211: tset_str_LDADD = $(LDADD)
        !           212: tset_str_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           213: tset_str_LDFLAGS =
        !           214: tset_z_SOURCES = tset_z.c
        !           215: tset_z_OBJECTS =  tset_z.$(OBJEXT)
        !           216: tset_z_LDADD = $(LDADD)
        !           217: tset_z_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           218: tset_z_LDFLAGS =
        !           219: tzeta_SOURCES = tzeta.c
        !           220: tzeta_OBJECTS =  tzeta.$(OBJEXT)
        !           221: tzeta_LDADD = $(LDADD)
        !           222: tzeta_DEPENDENCIES =  $(top_builddir)/libgmp.la
        !           223: tzeta_LDFLAGS =
        !           224: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           225: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           226: CFLAGS = @CFLAGS@
        !           227: CCLD = $(CC)
        !           228: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           229: DIST_SOURCES =  dummy.c tcan_round.c tcmp.c tcmp2.c tcmp_ui.c tlog2.c \
        !           230: tmul_2exp.c tmul_ui.c tpi.c tround.c tset_d.c tset_si.c tset_str.c \
        !           231: tset_z.c tzeta.c
        !           232: DIST_COMMON =  Makefile.am Makefile.in
        !           233:
        !           234:
        !           235: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           236:
        !           237: GZIP_ENV = --best
        !           238: depcomp =
        !           239: SOURCES = dummy.c tcan_round.c tcmp.c tcmp2.c tcmp_ui.c tlog2.c tmul_2exp.c tmul_ui.c tpi.c tround.c tset_d.c tset_si.c tset_str.c tset_z.c tzeta.c
        !           240: OBJECTS = dummy.$(OBJEXT) tcan_round.$(OBJEXT) tcmp.$(OBJEXT) tcmp2.$(OBJEXT) tcmp_ui.$(OBJEXT) tlog2.$(OBJEXT) tmul_2exp.$(OBJEXT) tmul_ui.$(OBJEXT) tpi.$(OBJEXT) tround.$(OBJEXT) tset_d.$(OBJEXT) tset_si.$(OBJEXT) tset_str.$(OBJEXT) tset_z.$(OBJEXT) tzeta.$(OBJEXT)
        !           241:
        !           242: all: all-redirect
        !           243: .SUFFIXES:
        !           244: .SUFFIXES: .c .lo .o .obj
        !           245: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           246:        cd $(top_srcdir) && $(AUTOMAKE) --gnu mpfr/tests/Makefile
        !           247:
        !           248: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           249:        cd $(top_builddir) \
        !           250:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           251:
        !           252:
        !           253: mostlyclean-checkPROGRAMS:
        !           254:
        !           255: clean-checkPROGRAMS:
        !           256:        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
        !           257:
        !           258: distclean-checkPROGRAMS:
        !           259:
        !           260: maintainer-clean-checkPROGRAMS:
        !           261:
        !           262: mostlyclean-compile:
        !           263:        -rm -f *.o core *.core
        !           264:        -rm -f *.$(OBJEXT)
        !           265:
        !           266: clean-compile:
        !           267:
        !           268: distclean-compile:
        !           269:        -rm -f *.tab.c
        !           270:
        !           271: maintainer-clean-compile:
        !           272:
        !           273: mostlyclean-libtool:
        !           274:        -rm -f *.lo
        !           275:
        !           276: clean-libtool:
        !           277:        -rm -rf .libs _libs
        !           278:
        !           279: distclean-libtool:
        !           280:
        !           281: maintainer-clean-libtool:
        !           282:
        !           283: dummy$(EXEEXT): $(dummy_OBJECTS) $(dummy_DEPENDENCIES)
        !           284:        @rm -f dummy$(EXEEXT)
        !           285:        $(LINK) $(dummy_LDFLAGS) $(dummy_OBJECTS) $(dummy_LDADD) $(LIBS)
        !           286:
        !           287: tcan_round$(EXEEXT): $(tcan_round_OBJECTS) $(tcan_round_DEPENDENCIES)
        !           288:        @rm -f tcan_round$(EXEEXT)
        !           289:        $(LINK) $(tcan_round_LDFLAGS) $(tcan_round_OBJECTS) $(tcan_round_LDADD) $(LIBS)
        !           290:
        !           291: tcmp$(EXEEXT): $(tcmp_OBJECTS) $(tcmp_DEPENDENCIES)
        !           292:        @rm -f tcmp$(EXEEXT)
        !           293:        $(LINK) $(tcmp_LDFLAGS) $(tcmp_OBJECTS) $(tcmp_LDADD) $(LIBS)
        !           294:
        !           295: tcmp2$(EXEEXT): $(tcmp2_OBJECTS) $(tcmp2_DEPENDENCIES)
        !           296:        @rm -f tcmp2$(EXEEXT)
        !           297:        $(LINK) $(tcmp2_LDFLAGS) $(tcmp2_OBJECTS) $(tcmp2_LDADD) $(LIBS)
        !           298:
        !           299: tcmp_ui$(EXEEXT): $(tcmp_ui_OBJECTS) $(tcmp_ui_DEPENDENCIES)
        !           300:        @rm -f tcmp_ui$(EXEEXT)
        !           301:        $(LINK) $(tcmp_ui_LDFLAGS) $(tcmp_ui_OBJECTS) $(tcmp_ui_LDADD) $(LIBS)
        !           302:
        !           303: tlog2$(EXEEXT): $(tlog2_OBJECTS) $(tlog2_DEPENDENCIES)
        !           304:        @rm -f tlog2$(EXEEXT)
        !           305:        $(LINK) $(tlog2_LDFLAGS) $(tlog2_OBJECTS) $(tlog2_LDADD) $(LIBS)
        !           306:
        !           307: tmul_2exp$(EXEEXT): $(tmul_2exp_OBJECTS) $(tmul_2exp_DEPENDENCIES)
        !           308:        @rm -f tmul_2exp$(EXEEXT)
        !           309:        $(LINK) $(tmul_2exp_LDFLAGS) $(tmul_2exp_OBJECTS) $(tmul_2exp_LDADD) $(LIBS)
        !           310:
        !           311: tmul_ui$(EXEEXT): $(tmul_ui_OBJECTS) $(tmul_ui_DEPENDENCIES)
        !           312:        @rm -f tmul_ui$(EXEEXT)
        !           313:        $(LINK) $(tmul_ui_LDFLAGS) $(tmul_ui_OBJECTS) $(tmul_ui_LDADD) $(LIBS)
        !           314:
        !           315: tpi$(EXEEXT): $(tpi_OBJECTS) $(tpi_DEPENDENCIES)
        !           316:        @rm -f tpi$(EXEEXT)
        !           317:        $(LINK) $(tpi_LDFLAGS) $(tpi_OBJECTS) $(tpi_LDADD) $(LIBS)
        !           318:
        !           319: tround$(EXEEXT): $(tround_OBJECTS) $(tround_DEPENDENCIES)
        !           320:        @rm -f tround$(EXEEXT)
        !           321:        $(LINK) $(tround_LDFLAGS) $(tround_OBJECTS) $(tround_LDADD) $(LIBS)
        !           322:
        !           323: tset_d$(EXEEXT): $(tset_d_OBJECTS) $(tset_d_DEPENDENCIES)
        !           324:        @rm -f tset_d$(EXEEXT)
        !           325:        $(LINK) $(tset_d_LDFLAGS) $(tset_d_OBJECTS) $(tset_d_LDADD) $(LIBS)
        !           326:
        !           327: tset_si$(EXEEXT): $(tset_si_OBJECTS) $(tset_si_DEPENDENCIES)
        !           328:        @rm -f tset_si$(EXEEXT)
        !           329:        $(LINK) $(tset_si_LDFLAGS) $(tset_si_OBJECTS) $(tset_si_LDADD) $(LIBS)
        !           330:
        !           331: tset_str$(EXEEXT): $(tset_str_OBJECTS) $(tset_str_DEPENDENCIES)
        !           332:        @rm -f tset_str$(EXEEXT)
        !           333:        $(LINK) $(tset_str_LDFLAGS) $(tset_str_OBJECTS) $(tset_str_LDADD) $(LIBS)
        !           334:
        !           335: tset_z$(EXEEXT): $(tset_z_OBJECTS) $(tset_z_DEPENDENCIES)
        !           336:        @rm -f tset_z$(EXEEXT)
        !           337:        $(LINK) $(tset_z_LDFLAGS) $(tset_z_OBJECTS) $(tset_z_LDADD) $(LIBS)
        !           338:
        !           339: tzeta$(EXEEXT): $(tzeta_OBJECTS) $(tzeta_DEPENDENCIES)
        !           340:        @rm -f tzeta$(EXEEXT)
        !           341:        $(LINK) $(tzeta_LDFLAGS) $(tzeta_OBJECTS) $(tzeta_LDADD) $(LIBS)
        !           342: .c.o:
        !           343:        $(COMPILE) -c $<
        !           344: .c.obj:
        !           345:        $(COMPILE) -c `cygpath -w $<`
        !           346: .c.lo:
        !           347:        $(LTCOMPILE) -c -o $@ $<
        !           348:
        !           349: tags: TAGS
        !           350:
        !           351: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           352:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           353:        unique=`for i in $$list; do \
        !           354:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           355:          done | \
        !           356:          $(AWK) '    { files[$$0] = 1; } \
        !           357:               END { for (i in files) print i; }'`; \
        !           358:        mkid -f$$here/ID $$unique $(LISP)
        !           359:
        !           360: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           361:                $(TAGS_FILES) $(LISP)
        !           362:        tags=; \
        !           363:        here=`pwd`; \
        !           364:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           365:        unique=`for i in $$list; do \
        !           366:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           367:          done | \
        !           368:          $(AWK) '    { files[$$0] = 1; } \
        !           369:               END { for (i in files) print i; }'`; \
        !           370:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           371:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           372:
        !           373: mostlyclean-tags:
        !           374:
        !           375: clean-tags:
        !           376:
        !           377: distclean-tags:
        !           378:        -rm -f TAGS ID
        !           379:
        !           380: maintainer-clean-tags:
        !           381:
        !           382: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           383:
        !           384: distdir: $(DISTFILES)
        !           385:        @for file in $(DISTFILES); do \
        !           386:          d=$(srcdir); \
        !           387:          if test -d $$d/$$file; then \
        !           388:            cp -pR $$d/$$file $(distdir); \
        !           389:          else \
        !           390:            test -f $(distdir)/$$file \
        !           391:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           392:          fi; \
        !           393:        done
        !           394: check-TESTS: $(TESTS)
        !           395:        @failed=0; all=0; xfail=0; xpass=0; \
        !           396:        srcdir=$(srcdir); export srcdir; \
        !           397:        for tst in $(TESTS); do \
        !           398:          if test -f ./$$tst; then dir=./; \
        !           399:          elif test -f $$tst; then dir=; \
        !           400:          else dir="$(srcdir)/"; fi; \
        !           401:          if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
        !           402:            all=`expr $$all + 1`; \
        !           403:            case " $(XFAIL_TESTS) " in \
        !           404:            *" $$tst "*) \
        !           405:              xpass=`expr $$xpass + 1`; \
        !           406:              failed=`expr $$failed + 1`; \
        !           407:              echo "XPASS: $$tst"; \
        !           408:            ;; \
        !           409:            *) \
        !           410:              echo "PASS: $$tst"; \
        !           411:            ;; \
        !           412:            esac; \
        !           413:          elif test $$? -ne 77; then \
        !           414:            all=`expr $$all + 1`; \
        !           415:            case " $(XFAIL_TESTS) " in \
        !           416:            *" $$tst "*) \
        !           417:              xfail=`expr $$xfail + 1`; \
        !           418:              echo "XFAIL: $$tst"; \
        !           419:            ;; \
        !           420:            *) \
        !           421:              failed=`expr $$failed + 1`; \
        !           422:              echo "FAIL: $$tst"; \
        !           423:            ;; \
        !           424:            esac; \
        !           425:          fi; \
        !           426:        done; \
        !           427:        if test "$$failed" -eq 0; then \
        !           428:          if test "$$xfail" -eq 0; then \
        !           429:            banner="All $$all tests passed"; \
        !           430:          else \
        !           431:            banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
        !           432:          fi; \
        !           433:        else \
        !           434:          if test "$$xpass" -eq 0; then \
        !           435:            banner="$$failed of $$all tests failed"; \
        !           436:          else \
        !           437:            banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
        !           438:          fi; \
        !           439:        fi; \
        !           440:        dashes=`echo "$$banner" | sed s/./=/g`; \
        !           441:        echo "$$dashes"; \
        !           442:        echo "$$banner"; \
        !           443:        echo "$$dashes"; \
        !           444:        test "$$failed" -eq 0
        !           445: info-am:
        !           446: info: info-am
        !           447: dvi-am:
        !           448: dvi: dvi-am
        !           449: check-am: all-am
        !           450:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        !           451:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
        !           452: check: check-am
        !           453: installcheck-am:
        !           454: installcheck: installcheck-am
        !           455: install-exec-am:
        !           456: install-exec: install-exec-am
        !           457:
        !           458: install-data-am:
        !           459: install-data: install-data-am
        !           460:
        !           461: install-am: all-am
        !           462:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           463: install: install-am
        !           464: uninstall-am:
        !           465: uninstall: uninstall-am
        !           466: all-am: Makefile
        !           467: all-redirect: all-am
        !           468: install-strip:
        !           469:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
        !           470: installdirs:
        !           471:
        !           472:
        !           473: mostlyclean-generic:
        !           474:
        !           475: clean-generic:
        !           476:
        !           477: distclean-generic:
        !           478:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           479:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           480:
        !           481: maintainer-clean-generic:
        !           482:        -rm -f Makefile.in
        !           483: mostlyclean-am:  mostlyclean-checkPROGRAMS mostlyclean-compile \
        !           484:                mostlyclean-libtool mostlyclean-tags \
        !           485:                mostlyclean-generic
        !           486:
        !           487: mostlyclean: mostlyclean-am
        !           488:
        !           489: clean-am:  clean-checkPROGRAMS clean-compile clean-libtool clean-tags \
        !           490:                clean-generic mostlyclean-am
        !           491:
        !           492: clean: clean-am
        !           493:
        !           494: distclean-am:  distclean-checkPROGRAMS distclean-compile \
        !           495:                distclean-libtool distclean-tags distclean-generic \
        !           496:                clean-am
        !           497:        -rm -f libtool
        !           498:
        !           499: distclean: distclean-am
        !           500:
        !           501: maintainer-clean-am:  maintainer-clean-checkPROGRAMS \
        !           502:                maintainer-clean-compile maintainer-clean-libtool \
        !           503:                maintainer-clean-tags maintainer-clean-generic \
        !           504:                distclean-am
        !           505:        @echo "This command is intended for maintainers to use;"
        !           506:        @echo "it deletes files that may require special tools to rebuild."
        !           507:
        !           508: maintainer-clean: maintainer-clean-am
        !           509:
        !           510: .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
        !           511: clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
        !           512: distclean-compile clean-compile maintainer-clean-compile \
        !           513: mostlyclean-libtool distclean-libtool clean-libtool \
        !           514: maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
        !           515: clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
        !           516: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
        !           517: install-exec install-data-am install-data install-am install \
        !           518: uninstall-am uninstall all-redirect all-am all install-strip \
        !           519: installdirs mostlyclean-generic distclean-generic clean-generic \
        !           520: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
        !           521:
        !           522:
        !           523: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           524: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           525: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>