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

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

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