[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / gmp-2.0.2-ssh-2 / mpf / tests

Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/mpf/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 = reuse t-add t-conv t-dm2exp t-muldiv t-sqrt t-sub
        !            97:
        !            98: EXTRA_PROGRAMS = reuse t-add t-conv t-dm2exp t-muldiv t-sqrt t-sub
        !            99:
        !           100: reuse_SOURCES = reuse.c
        !           101: t_add_SOURCES = t-add.c ref.c
        !           102: t_conv_SOURCES = t-conv.c
        !           103: t_dm2exp_SOURCES = t-dm2exp.c
        !           104: t_muldiv_SOURCES = t-muldiv.c
        !           105: t_sqrt_SOURCES = t-sqrt.c
        !           106: t_sub_SOURCES = t-sub.c ref.c
        !           107:
        !           108: CLEANFILES = $(EXTRA_PROGRAMS)
        !           109: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           110: CONFIG_CLEAN_FILES =
        !           111:
        !           112: DEFS = @DEFS@ -I. -I$(srcdir)
        !           113: CPPFLAGS = @CPPFLAGS@
        !           114: LDFLAGS = @LDFLAGS@
        !           115: LIBS = @LIBS@
        !           116: reuse_OBJECTS =  reuse.o
        !           117: reuse_LDADD = $(LDADD)
        !           118: reuse_DEPENDENCIES =  ../../libgmp.a
        !           119: reuse_LDFLAGS =
        !           120: t_add_OBJECTS =  t-add.o ref.o
        !           121: t_add_LDADD = $(LDADD)
        !           122: t_add_DEPENDENCIES =  ../../libgmp.a
        !           123: t_add_LDFLAGS =
        !           124: t_conv_OBJECTS =  t-conv.o
        !           125: t_conv_LDADD = $(LDADD)
        !           126: t_conv_DEPENDENCIES =  ../../libgmp.a
        !           127: t_conv_LDFLAGS =
        !           128: t_dm2exp_OBJECTS =  t-dm2exp.o
        !           129: t_dm2exp_LDADD = $(LDADD)
        !           130: t_dm2exp_DEPENDENCIES =  ../../libgmp.a
        !           131: t_dm2exp_LDFLAGS =
        !           132: t_muldiv_OBJECTS =  t-muldiv.o
        !           133: t_muldiv_LDADD = $(LDADD)
        !           134: t_muldiv_DEPENDENCIES =  ../../libgmp.a
        !           135: t_muldiv_LDFLAGS =
        !           136: t_sqrt_OBJECTS =  t-sqrt.o
        !           137: t_sqrt_LDADD = $(LDADD)
        !           138: t_sqrt_DEPENDENCIES =  ../../libgmp.a
        !           139: t_sqrt_LDFLAGS =
        !           140: t_sub_OBJECTS =  t-sub.o ref.o
        !           141: t_sub_LDADD = $(LDADD)
        !           142: t_sub_DEPENDENCIES =  ../../libgmp.a
        !           143: t_sub_LDFLAGS =
        !           144: CFLAGS = @CFLAGS@
        !           145: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
        !           146: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
        !           147: DIST_COMMON =  Makefile.am Makefile.in
        !           148:
        !           149:
        !           150: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
        !           151:
        !           152: TAR = tar
        !           153: GZIP = --best
        !           154: SOURCES = $(reuse_SOURCES) $(t_add_SOURCES) $(t_conv_SOURCES) $(t_dm2exp_SOURCES) $(t_muldiv_SOURCES) $(t_sqrt_SOURCES) $(t_sub_SOURCES)
        !           155: OBJECTS = $(reuse_OBJECTS) $(t_add_OBJECTS) $(t_conv_OBJECTS) $(t_dm2exp_OBJECTS) $(t_muldiv_OBJECTS) $(t_sqrt_OBJECTS) $(t_sub_OBJECTS)
        !           156:
        !           157: all: Makefile
        !           158:
        !           159: .SUFFIXES:
        !           160: .SUFFIXES: .S .c .o .s
        !           161: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           162:        cd $(top_srcdir) && $(AUTOMAKE) --foreign mpf/tests/Makefile
        !           163:
        !           164: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           165:        cd $(top_builddir) \
        !           166:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           167:
        !           168:
        !           169: .c.o:
        !           170:        $(COMPILE) -c $<
        !           171:
        !           172: .s.o:
        !           173:        $(COMPILE) -c $<
        !           174:
        !           175: .S.o:
        !           176:        $(COMPILE) -c $<
        !           177:
        !           178: mostlyclean-compile:
        !           179:        -rm -f *.o core *.core
        !           180:
        !           181: clean-compile:
        !           182:
        !           183: distclean-compile:
        !           184:        -rm -f *.tab.c
        !           185:
        !           186: maintainer-clean-compile:
        !           187:
        !           188: reuse: $(reuse_OBJECTS) $(reuse_DEPENDENCIES)
        !           189:        @rm -f reuse
        !           190:        $(LINK) $(reuse_LDFLAGS) $(reuse_OBJECTS) $(reuse_LDADD) $(LIBS)
        !           191:
        !           192: t-add: $(t_add_OBJECTS) $(t_add_DEPENDENCIES)
        !           193:        @rm -f t-add
        !           194:        $(LINK) $(t_add_LDFLAGS) $(t_add_OBJECTS) $(t_add_LDADD) $(LIBS)
        !           195:
        !           196: t-conv: $(t_conv_OBJECTS) $(t_conv_DEPENDENCIES)
        !           197:        @rm -f t-conv
        !           198:        $(LINK) $(t_conv_LDFLAGS) $(t_conv_OBJECTS) $(t_conv_LDADD) $(LIBS)
        !           199:
        !           200: t-dm2exp: $(t_dm2exp_OBJECTS) $(t_dm2exp_DEPENDENCIES)
        !           201:        @rm -f t-dm2exp
        !           202:        $(LINK) $(t_dm2exp_LDFLAGS) $(t_dm2exp_OBJECTS) $(t_dm2exp_LDADD) $(LIBS)
        !           203:
        !           204: t-muldiv: $(t_muldiv_OBJECTS) $(t_muldiv_DEPENDENCIES)
        !           205:        @rm -f t-muldiv
        !           206:        $(LINK) $(t_muldiv_LDFLAGS) $(t_muldiv_OBJECTS) $(t_muldiv_LDADD) $(LIBS)
        !           207:
        !           208: t-sqrt: $(t_sqrt_OBJECTS) $(t_sqrt_DEPENDENCIES)
        !           209:        @rm -f t-sqrt
        !           210:        $(LINK) $(t_sqrt_LDFLAGS) $(t_sqrt_OBJECTS) $(t_sqrt_LDADD) $(LIBS)
        !           211:
        !           212: t-sub: $(t_sub_OBJECTS) $(t_sub_DEPENDENCIES)
        !           213:        @rm -f t-sub
        !           214:        $(LINK) $(t_sub_LDFLAGS) $(t_sub_OBJECTS) $(t_sub_LDADD) $(LIBS)
        !           215:
        !           216: tags: TAGS
        !           217:
        !           218: ID: $(HEADERS) $(SOURCES) $(LISP)
        !           219:        here=`pwd` && cd $(srcdir) \
        !           220:          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
        !           221:
        !           222: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
        !           223:        tags=; \
        !           224:        here=`pwd`; \
        !           225:        list='$(SOURCES) $(HEADERS)'; \
        !           226:        unique=`for i in $$list; do echo $$i; done | \
        !           227:          awk '    { files[$$0] = 1; } \
        !           228:               END { for (i in files) print i; }'`; \
        !           229:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           230:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
        !           231:
        !           232: mostlyclean-tags:
        !           233:
        !           234: clean-tags:
        !           235:
        !           236: distclean-tags:
        !           237:        -rm -f TAGS ID
        !           238:
        !           239: maintainer-clean-tags:
        !           240:
        !           241: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           242:
        !           243: subdir = mpf/tests
        !           244:
        !           245: distdir: $(DISTFILES)
        !           246:        @for file in $(DISTFILES); do \
        !           247:          d=$(srcdir); \
        !           248:          test -f $(distdir)/$$file \
        !           249:          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        !           250:          || cp -p $$d/$$file $(distdir)/$$file; \
        !           251:        done
        !           252: check-TESTS: $(TESTS)
        !           253:        @failed=0; all=0; \
        !           254:        srcdir=$(srcdir); export srcdir; \
        !           255:        for tst in $(TESTS); do \
        !           256:          if test -f $$tst; then dir=.; \
        !           257:          else dir="$(srcdir)"; fi; \
        !           258:          if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
        !           259:            all=`expr $$all + 1`; \
        !           260:            echo "PASS: $$tst"; \
        !           261:          elif test $$? -ne 77; then \
        !           262:            all=`expr $$all + 1`; \
        !           263:            failed=`expr $$failed + 1`; \
        !           264:            echo "FAIL: $$tst"; \
        !           265:          fi; \
        !           266:        done; \
        !           267:        if test "$$failed" -eq 0; then \
        !           268:          banner="All $$all tests passed"; \
        !           269:        else \
        !           270:          banner="$$failed of $$all tests failed"; \
        !           271:        fi; \
        !           272:        dashes=`echo "$$banner" | sed s/./=/g`; \
        !           273:        echo "$$dashes"; \
        !           274:        echo "$$banner"; \
        !           275:        echo "$$dashes"; \
        !           276:        test "$$failed" -eq 0
        !           277: info:
        !           278: dvi:
        !           279: check: all
        !           280:        $(MAKE) check-TESTS
        !           281: installcheck:
        !           282: install-exec:
        !           283:        @$(NORMAL_INSTALL)
        !           284:
        !           285: install-data:
        !           286:        @$(NORMAL_INSTALL)
        !           287:
        !           288: install: install-exec install-data all
        !           289:        @:
        !           290:
        !           291: uninstall:
        !           292:
        !           293: install-strip:
        !           294:        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
        !           295: installdirs:
        !           296:
        !           297:
        !           298: mostlyclean-generic:
        !           299:        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
        !           300:
        !           301: clean-generic:
        !           302:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
        !           303:
        !           304: distclean-generic:
        !           305:        -rm -f Makefile $(DISTCLEANFILES)
        !           306:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           307:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           308:
        !           309: maintainer-clean-generic:
        !           310:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
        !           311:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
        !           312: mostlyclean:  mostlyclean-compile mostlyclean-tags mostlyclean-generic
        !           313:
        !           314: clean:  clean-compile clean-tags clean-generic mostlyclean
        !           315:
        !           316: distclean:  distclean-compile distclean-tags distclean-generic clean
        !           317:        -rm -f config.status
        !           318:
        !           319: maintainer-clean:  maintainer-clean-compile maintainer-clean-tags \
        !           320:                maintainer-clean-generic distclean
        !           321:        @echo "This command is intended for maintainers to use;"
        !           322:        @echo "it deletes files that may require special tools to rebuild."
        !           323:
        !           324: .PHONY: mostlyclean-compile distclean-compile clean-compile \
        !           325: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
        !           326: clean-tags maintainer-clean-tags distdir check-TESTS info dvi \
        !           327: installcheck install-exec install-data install uninstall all \
        !           328: installdirs mostlyclean-generic distclean-generic clean-generic \
        !           329: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
        !           330:
        !           331:
        !           332: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           333: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           334: .NOEXPORT:

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