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

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

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