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

Annotation of OpenXM_contrib/gmp/mpbsd/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 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)/libmp.la
        !           124: dummy_LDADD =
        !           125:
        !           126: @WANT_MPBSD_TRUE@MPBSD_check_OPTION = @WANT_MPBSD_TRUE@allfuns t-misc
        !           127:
        !           128: check_PROGRAMS = dummy $(MPBSD_check_OPTION)
        !           129: TESTS = $(check_PROGRAMS)
        !           130: subdir = mpbsd/tests
        !           131: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           132: CONFIG_HEADER = ../../config.h
        !           133: CONFIG_CLEAN_FILES =
        !           134: @WANT_MPBSD_FALSE@check_PROGRAMS =  dummy$(EXEEXT)
        !           135: @WANT_MPBSD_TRUE@check_PROGRAMS =  dummy$(EXEEXT) allfuns$(EXEEXT) \
        !           136: @WANT_MPBSD_TRUE@t-misc$(EXEEXT)
        !           137:
        !           138: DEFS = @DEFS@ -I. -I$(srcdir) -I../..
        !           139: CPPFLAGS = @CPPFLAGS@
        !           140: LDFLAGS = @LDFLAGS@
        !           141: LIBS = @LIBS@
        !           142: ANSI2KNR = $(top_builddir)/ansi2knr
        !           143: allfuns_SOURCES = allfuns.c
        !           144: allfuns_OBJECTS =  allfuns$U.$(OBJEXT)
        !           145: allfuns_LDADD = $(LDADD)
        !           146: allfuns_DEPENDENCIES =  $(top_builddir)/libmp.la
        !           147: allfuns_LDFLAGS =
        !           148: dummy_SOURCES = dummy.c
        !           149: dummy_OBJECTS =  dummy$U.$(OBJEXT)
        !           150: dummy_DEPENDENCIES =
        !           151: dummy_LDFLAGS =
        !           152: t_misc_SOURCES = t-misc.c
        !           153: t_misc_OBJECTS =  t-misc$U.$(OBJEXT)
        !           154: t_misc_LDADD = $(LDADD)
        !           155: t_misc_DEPENDENCIES =  $(top_builddir)/libmp.la
        !           156: t_misc_LDFLAGS =
        !           157: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           158: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           159: CFLAGS = @CFLAGS@
        !           160: CCLD = $(CC)
        !           161: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           162: DIST_SOURCES =  allfuns.c dummy.c t-misc.c
        !           163: DIST_COMMON =  Makefile.am Makefile.in
        !           164:
        !           165:
        !           166: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           167:
        !           168: GZIP_ENV = --best
        !           169: depcomp =
        !           170: SOURCES = allfuns.c dummy.c t-misc.c
        !           171: OBJECTS = allfuns$U.$(OBJEXT) dummy$U.$(OBJEXT) t-misc$U.$(OBJEXT)
        !           172:
        !           173: all: all-redirect
        !           174: .SUFFIXES:
        !           175: .SUFFIXES: .c .lo .o .obj
        !           176: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           177:        cd $(top_srcdir) && $(AUTOMAKE) --gnu mpbsd/tests/Makefile
        !           178:
        !           179: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           180:        cd $(top_builddir) \
        !           181:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           182:
        !           183:
        !           184: mostlyclean-checkPROGRAMS:
        !           185:
        !           186: clean-checkPROGRAMS:
        !           187:        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
        !           188:
        !           189: distclean-checkPROGRAMS:
        !           190:
        !           191: maintainer-clean-checkPROGRAMS:
        !           192:
        !           193: mostlyclean-compile:
        !           194:        -rm -f *.o core *.core
        !           195:        -rm -f *.$(OBJEXT)
        !           196:
        !           197: clean-compile:
        !           198:
        !           199: distclean-compile:
        !           200:        -rm -f *.tab.c
        !           201:
        !           202: maintainer-clean-compile:
        !           203:
        !           204: mostlyclean-libtool:
        !           205:        -rm -f *.lo
        !           206:
        !           207: clean-libtool:
        !           208:        -rm -rf .libs _libs
        !           209:
        !           210: distclean-libtool:
        !           211:
        !           212: maintainer-clean-libtool:
        !           213: $(top_builddir)/ansi2knr: $(top_builddir)/ansi2knr.$(OBJEXT)
        !           214:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
        !           215:
        !           216: $(top_builddir)/ansi2knr.$(OBJEXT):
        !           217:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT)
        !           218:
        !           219:
        !           220: mostlyclean-kr:
        !           221:        -rm -f *_.c
        !           222:
        !           223: clean-kr:
        !           224:
        !           225: distclean-kr:
        !           226:
        !           227: maintainer-clean-kr:
        !           228:
        !           229: allfuns$(EXEEXT): $(allfuns_OBJECTS) $(allfuns_DEPENDENCIES)
        !           230:        @rm -f allfuns$(EXEEXT)
        !           231:        $(LINK) $(allfuns_LDFLAGS) $(allfuns_OBJECTS) $(allfuns_LDADD) $(LIBS)
        !           232:
        !           233: dummy$(EXEEXT): $(dummy_OBJECTS) $(dummy_DEPENDENCIES)
        !           234:        @rm -f dummy$(EXEEXT)
        !           235:        $(LINK) $(dummy_LDFLAGS) $(dummy_OBJECTS) $(dummy_LDADD) $(LIBS)
        !           236:
        !           237: t-misc$(EXEEXT): $(t_misc_OBJECTS) $(t_misc_DEPENDENCIES)
        !           238:        @rm -f t-misc$(EXEEXT)
        !           239:        $(LINK) $(t_misc_LDFLAGS) $(t_misc_OBJECTS) $(t_misc_LDADD) $(LIBS)
        !           240: .c.o:
        !           241:        $(COMPILE) -c $<
        !           242: .c.obj:
        !           243:        $(COMPILE) -c `cygpath -w $<`
        !           244: .c.lo:
        !           245:        $(LTCOMPILE) -c -o $@ $<
        !           246: allfuns_.c: allfuns.c $(ANSI2KNR)
        !           247:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/allfuns.c; then echo $(srcdir)/allfuns.c; else echo allfuns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > allfuns_.c
        !           248: dummy_.c: dummy.c $(ANSI2KNR)
        !           249:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dummy.c; then echo $(srcdir)/dummy.c; else echo dummy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dummy_.c
        !           250: t-misc_.c: t-misc.c $(ANSI2KNR)
        !           251:        $(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
        !           252: allfuns_.$(OBJEXT) allfuns_.lo dummy_.$(OBJEXT) dummy_.lo \
        !           253: t-misc_.$(OBJEXT) t-misc_.lo : $(ANSI2KNR)
        !           254:
        !           255: tags: TAGS
        !           256:
        !           257: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           258:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           259:        unique=`for i in $$list; do \
        !           260:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           261:          done | \
        !           262:          $(AWK) '    { files[$$0] = 1; } \
        !           263:               END { for (i in files) print i; }'`; \
        !           264:        mkid -f$$here/ID $$unique $(LISP)
        !           265:
        !           266: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           267:                $(TAGS_FILES) $(LISP)
        !           268:        tags=; \
        !           269:        here=`pwd`; \
        !           270:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           271:        unique=`for i in $$list; do \
        !           272:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           273:          done | \
        !           274:          $(AWK) '    { files[$$0] = 1; } \
        !           275:               END { for (i in files) print i; }'`; \
        !           276:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           277:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           278:
        !           279: mostlyclean-tags:
        !           280:
        !           281: clean-tags:
        !           282:
        !           283: distclean-tags:
        !           284:        -rm -f TAGS ID
        !           285:
        !           286: maintainer-clean-tags:
        !           287:
        !           288: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           289:
        !           290: distdir: $(DISTFILES)
        !           291:        @for file in $(DISTFILES); do \
        !           292:          d=$(srcdir); \
        !           293:          if test -d $$d/$$file; then \
        !           294:            cp -pR $$d/$$file $(distdir); \
        !           295:          else \
        !           296:            test -f $(distdir)/$$file \
        !           297:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           298:          fi; \
        !           299:        done
        !           300: check-TESTS: $(TESTS)
        !           301:        @failed=0; all=0; xfail=0; xpass=0; \
        !           302:        srcdir=$(srcdir); export srcdir; \
        !           303:        for tst in $(TESTS); do \
        !           304:          if test -f ./$$tst; then dir=./; \
        !           305:          elif test -f $$tst; then dir=; \
        !           306:          else dir="$(srcdir)/"; fi; \
        !           307:          if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
        !           308:            all=`expr $$all + 1`; \
        !           309:            case " $(XFAIL_TESTS) " in \
        !           310:            *" $$tst "*) \
        !           311:              xpass=`expr $$xpass + 1`; \
        !           312:              failed=`expr $$failed + 1`; \
        !           313:              echo "XPASS: $$tst"; \
        !           314:            ;; \
        !           315:            *) \
        !           316:              echo "PASS: $$tst"; \
        !           317:            ;; \
        !           318:            esac; \
        !           319:          elif test $$? -ne 77; then \
        !           320:            all=`expr $$all + 1`; \
        !           321:            case " $(XFAIL_TESTS) " in \
        !           322:            *" $$tst "*) \
        !           323:              xfail=`expr $$xfail + 1`; \
        !           324:              echo "XFAIL: $$tst"; \
        !           325:            ;; \
        !           326:            *) \
        !           327:              failed=`expr $$failed + 1`; \
        !           328:              echo "FAIL: $$tst"; \
        !           329:            ;; \
        !           330:            esac; \
        !           331:          fi; \
        !           332:        done; \
        !           333:        if test "$$failed" -eq 0; then \
        !           334:          if test "$$xfail" -eq 0; then \
        !           335:            banner="All $$all tests passed"; \
        !           336:          else \
        !           337:            banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
        !           338:          fi; \
        !           339:        else \
        !           340:          if test "$$xpass" -eq 0; then \
        !           341:            banner="$$failed of $$all tests failed"; \
        !           342:          else \
        !           343:            banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
        !           344:          fi; \
        !           345:        fi; \
        !           346:        dashes=`echo "$$banner" | sed s/./=/g`; \
        !           347:        echo "$$dashes"; \
        !           348:        echo "$$banner"; \
        !           349:        echo "$$dashes"; \
        !           350:        test "$$failed" -eq 0
        !           351: info-am:
        !           352: info: info-am
        !           353: dvi-am:
        !           354: dvi: dvi-am
        !           355: check-am: all-am
        !           356:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        !           357:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
        !           358: check: check-am
        !           359: installcheck-am:
        !           360: installcheck: installcheck-am
        !           361: install-exec-am:
        !           362: install-exec: install-exec-am
        !           363:
        !           364: install-data-am:
        !           365: install-data: install-data-am
        !           366:
        !           367: install-am: all-am
        !           368:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           369: install: install-am
        !           370: uninstall-am:
        !           371: uninstall: uninstall-am
        !           372: all-am: Makefile
        !           373: all-redirect: all-am
        !           374: install-strip:
        !           375:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
        !           376: installdirs:
        !           377:
        !           378:
        !           379: mostlyclean-generic:
        !           380:
        !           381: clean-generic:
        !           382:
        !           383: distclean-generic:
        !           384:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           385:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           386:
        !           387: maintainer-clean-generic:
        !           388:        -rm -f Makefile.in
        !           389: mostlyclean-am:  mostlyclean-checkPROGRAMS mostlyclean-compile \
        !           390:                mostlyclean-libtool mostlyclean-kr mostlyclean-tags \
        !           391:                mostlyclean-generic
        !           392:
        !           393: mostlyclean: mostlyclean-am
        !           394:
        !           395: clean-am:  clean-checkPROGRAMS clean-compile clean-libtool clean-kr \
        !           396:                clean-tags clean-generic mostlyclean-am
        !           397:
        !           398: clean: clean-am
        !           399:
        !           400: distclean-am:  distclean-checkPROGRAMS distclean-compile \
        !           401:                distclean-libtool distclean-kr distclean-tags \
        !           402:                distclean-generic clean-am
        !           403:        -rm -f libtool
        !           404:
        !           405: distclean: distclean-am
        !           406:
        !           407: maintainer-clean-am:  maintainer-clean-checkPROGRAMS \
        !           408:                maintainer-clean-compile maintainer-clean-libtool \
        !           409:                maintainer-clean-kr maintainer-clean-tags \
        !           410:                maintainer-clean-generic distclean-am
        !           411:        @echo "This command is intended for maintainers to use;"
        !           412:        @echo "it deletes files that may require special tools to rebuild."
        !           413:
        !           414: maintainer-clean: maintainer-clean-am
        !           415:
        !           416: .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
        !           417: clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
        !           418: distclean-compile clean-compile maintainer-clean-compile \
        !           419: mostlyclean-libtool distclean-libtool clean-libtool \
        !           420: maintainer-clean-libtool mostlyclean-kr distclean-kr clean-kr \
        !           421: maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
        !           422: maintainer-clean-tags distdir check-TESTS info-am info dvi-am dvi check \
        !           423: check-am installcheck-am installcheck install-exec-am install-exec \
        !           424: install-data-am install-data install-am install uninstall-am uninstall \
        !           425: all-redirect all-am all install-strip installdirs mostlyclean-generic \
        !           426: distclean-generic clean-generic maintainer-clean-generic clean \
        !           427: mostlyclean distclean maintainer-clean
        !           428:
        !           429:
        !           430: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           431: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           432: .NOEXPORT:

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