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

Annotation of OpenXM_contrib/gmp/tests/rand/Makefile.in, Revision 1.1.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)/libgmp.la
                    124:
                    125: check_PROGRAMS = t-rand
                    126: TESTS = $(check_PROGRAMS)
                    127:
                    128: EXTRA_PROGRAMS = findlc gen gen.static spect stat
                    129: gen_static_SOURCES = gen.c
                    130: gen_static_LDFLAGS = -static
                    131: findlc_LDADD = libstat.la
                    132: spect_LDADD = libstat.la
                    133: stat_LDADD = libstat.la
                    134:
                    135: EXTRA_LTLIBRARIES = libstat.la
                    136: libstat_la_SOURCES = statlib.c zdiv_round.c
                    137: libstat_la_LIBADD = $(top_builddir)/libgmp.la -lm
                    138:
                    139: EXTRA_DIST = gmpstat.h
                    140:
                    141: CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
                    142: subdir = tests/rand
                    143: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    144: CONFIG_HEADER = ../../config.h
                    145: CONFIG_CLEAN_FILES =
                    146:
                    147: DEFS = @DEFS@ -I. -I$(srcdir) -I../..
                    148: CPPFLAGS = @CPPFLAGS@
                    149: LDFLAGS = @LDFLAGS@
                    150: LIBS = @LIBS@
                    151: ANSI2KNR = $(top_builddir)/ansi2knr
                    152: libstat_la_LDFLAGS =
                    153: libstat_la_DEPENDENCIES =  $(top_builddir)/libgmp.la
                    154: am_libstat_la_OBJECTS =  statlib$U.lo zdiv_round$U.lo
                    155: libstat_la_OBJECTS =  $(am_libstat_la_OBJECTS)
                    156: EXTRA_PROGRAMS =  findlc$(EXEEXT) gen$(EXEEXT) gen.static spect$(EXEEXT) \
                    157: stat$(EXEEXT)
                    158: check_PROGRAMS =  t-rand$(EXEEXT)
                    159: findlc_SOURCES = findlc.c
                    160: findlc_OBJECTS =  findlc$U.$(OBJEXT)
                    161: findlc_DEPENDENCIES =  libstat.la
                    162: findlc_LDFLAGS =
                    163: gen_SOURCES = gen.c
                    164: gen_OBJECTS =  gen$U.$(OBJEXT)
                    165: gen_LDADD = $(LDADD)
                    166: gen_DEPENDENCIES =  $(top_builddir)/libgmp.la
                    167: gen_LDFLAGS =
                    168: am_gen_static_OBJECTS =  gen$U.$(OBJEXT)
                    169: gen_static_OBJECTS =  $(am_gen_static_OBJECTS)
                    170: gen_static_LDADD = $(LDADD)
                    171: gen_static_DEPENDENCIES =  $(top_builddir)/libgmp.la
                    172: spect_SOURCES = spect.c
                    173: spect_OBJECTS =  spect$U.$(OBJEXT)
                    174: spect_DEPENDENCIES =  libstat.la
                    175: spect_LDFLAGS =
                    176: stat_SOURCES = stat.c
                    177: stat_OBJECTS =  stat$U.$(OBJEXT)
                    178: stat_DEPENDENCIES =  libstat.la
                    179: stat_LDFLAGS =
                    180: t_rand_SOURCES = t-rand.c
                    181: t_rand_OBJECTS =  t-rand$U.$(OBJEXT)
                    182: t_rand_LDADD = $(LDADD)
                    183: t_rand_DEPENDENCIES =  $(top_builddir)/libgmp.la
                    184: t_rand_LDFLAGS =
                    185: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    186: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    187: CFLAGS = @CFLAGS@
                    188: CCLD = $(CC)
                    189: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    190: DIST_SOURCES =  $(libstat_la_SOURCES) findlc.c gen.c \
                    191: $(gen_static_SOURCES) spect.c stat.c t-rand.c
                    192: DIST_COMMON =  ChangeLog Makefile.am Makefile.in
                    193:
                    194:
                    195: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    196:
                    197: GZIP_ENV = --best
                    198: depcomp =
                    199: SOURCES = $(libstat_la_SOURCES) findlc.c gen.c $(gen_static_SOURCES) spect.c stat.c t-rand.c
                    200: OBJECTS = $(am_libstat_la_OBJECTS) findlc$U.$(OBJEXT) gen$U.$(OBJEXT) $(am_gen_static_OBJECTS) spect$U.$(OBJEXT) stat$U.$(OBJEXT) t-rand$U.$(OBJEXT)
                    201:
                    202: all: all-redirect
                    203: .SUFFIXES:
                    204: .SUFFIXES: .c .lo .o .obj
                    205: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    206:        cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/rand/Makefile
                    207:
                    208: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    209:        cd $(top_builddir) \
                    210:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    211:
                    212:
                    213: mostlyclean-compile:
                    214:        -rm -f *.o core *.core
                    215:        -rm -f *.$(OBJEXT)
                    216:
                    217: clean-compile:
                    218:
                    219: distclean-compile:
                    220:        -rm -f *.tab.c
                    221:
                    222: maintainer-clean-compile:
                    223:
                    224: mostlyclean-libtool:
                    225:        -rm -f *.lo
                    226:
                    227: clean-libtool:
                    228:        -rm -rf .libs _libs
                    229:
                    230: distclean-libtool:
                    231:
                    232: maintainer-clean-libtool:
                    233: $(top_builddir)/ansi2knr: $(top_builddir)/ansi2knr.$(OBJEXT)
                    234:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
                    235:
                    236: $(top_builddir)/ansi2knr.$(OBJEXT):
                    237:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT)
                    238:
                    239:
                    240: mostlyclean-kr:
                    241:        -rm -f *_.c
                    242:
                    243: clean-kr:
                    244:
                    245: distclean-kr:
                    246:
                    247: maintainer-clean-kr:
                    248:
                    249: libstat.la: $(libstat_la_OBJECTS) $(libstat_la_DEPENDENCIES)
                    250:        $(LINK)  $(libstat_la_LDFLAGS) $(libstat_la_OBJECTS) $(libstat_la_LIBADD) $(LIBS)
                    251:
                    252: mostlyclean-checkPROGRAMS:
                    253:
                    254: clean-checkPROGRAMS:
                    255:        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
                    256:
                    257: distclean-checkPROGRAMS:
                    258:
                    259: maintainer-clean-checkPROGRAMS:
                    260:
                    261: findlc$(EXEEXT): $(findlc_OBJECTS) $(findlc_DEPENDENCIES)
                    262:        @rm -f findlc$(EXEEXT)
                    263:        $(LINK) $(findlc_LDFLAGS) $(findlc_OBJECTS) $(findlc_LDADD) $(LIBS)
                    264:
                    265: gen$(EXEEXT): $(gen_OBJECTS) $(gen_DEPENDENCIES)
                    266:        @rm -f gen$(EXEEXT)
                    267:        $(LINK) $(gen_LDFLAGS) $(gen_OBJECTS) $(gen_LDADD) $(LIBS)
                    268:
                    269: gen.static: $(gen_static_OBJECTS) $(gen_static_DEPENDENCIES)
                    270:        @rm -f gen.static
                    271:        $(LINK) $(gen_static_LDFLAGS) $(gen_static_OBJECTS) $(gen_static_LDADD) $(LIBS)
                    272:
                    273: spect$(EXEEXT): $(spect_OBJECTS) $(spect_DEPENDENCIES)
                    274:        @rm -f spect$(EXEEXT)
                    275:        $(LINK) $(spect_LDFLAGS) $(spect_OBJECTS) $(spect_LDADD) $(LIBS)
                    276:
                    277: stat$(EXEEXT): $(stat_OBJECTS) $(stat_DEPENDENCIES)
                    278:        @rm -f stat$(EXEEXT)
                    279:        $(LINK) $(stat_LDFLAGS) $(stat_OBJECTS) $(stat_LDADD) $(LIBS)
                    280:
                    281: t-rand$(EXEEXT): $(t_rand_OBJECTS) $(t_rand_DEPENDENCIES)
                    282:        @rm -f t-rand$(EXEEXT)
                    283:        $(LINK) $(t_rand_LDFLAGS) $(t_rand_OBJECTS) $(t_rand_LDADD) $(LIBS)
                    284: .c.o:
                    285:        $(COMPILE) -c $<
                    286: .c.obj:
                    287:        $(COMPILE) -c `cygpath -w $<`
                    288: .c.lo:
                    289:        $(LTCOMPILE) -c -o $@ $<
                    290: findlc_.c: findlc.c $(ANSI2KNR)
                    291:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/findlc.c; then echo $(srcdir)/findlc.c; else echo findlc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > findlc_.c
                    292: gen_.c: gen.c $(ANSI2KNR)
                    293:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gen.c; then echo $(srcdir)/gen.c; else echo gen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gen_.c
                    294: spect_.c: spect.c $(ANSI2KNR)
                    295:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/spect.c; then echo $(srcdir)/spect.c; else echo spect.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > spect_.c
                    296: stat_.c: stat.c $(ANSI2KNR)
                    297:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stat.c; then echo $(srcdir)/stat.c; else echo stat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stat_.c
                    298: statlib_.c: statlib.c $(ANSI2KNR)
                    299:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/statlib.c; then echo $(srcdir)/statlib.c; else echo statlib.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > statlib_.c
                    300: t-rand_.c: t-rand.c $(ANSI2KNR)
                    301:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-rand.c; then echo $(srcdir)/t-rand.c; else echo t-rand.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-rand_.c
                    302: zdiv_round_.c: zdiv_round.c $(ANSI2KNR)
                    303:        $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/zdiv_round.c; then echo $(srcdir)/zdiv_round.c; else echo zdiv_round.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > zdiv_round_.c
                    304: findlc_.$(OBJEXT) findlc_.lo gen_.$(OBJEXT) gen_.lo spect_.$(OBJEXT) \
                    305: spect_.lo stat_.$(OBJEXT) stat_.lo statlib_.$(OBJEXT) statlib_.lo \
                    306: t-rand_.$(OBJEXT) t-rand_.lo zdiv_round_.$(OBJEXT) zdiv_round_.lo : \
                    307: $(ANSI2KNR)
                    308:
                    309: tags: TAGS
                    310:
                    311: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    312:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    313:        unique=`for i in $$list; do \
                    314:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    315:          done | \
                    316:          $(AWK) '    { files[$$0] = 1; } \
                    317:               END { for (i in files) print i; }'`; \
                    318:        mkid -f$$here/ID $$unique $(LISP)
                    319:
                    320: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    321:                $(TAGS_FILES) $(LISP)
                    322:        tags=; \
                    323:        here=`pwd`; \
                    324:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    325:        unique=`for i in $$list; do \
                    326:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    327:          done | \
                    328:          $(AWK) '    { files[$$0] = 1; } \
                    329:               END { for (i in files) print i; }'`; \
                    330:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    331:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    332:
                    333: mostlyclean-tags:
                    334:
                    335: clean-tags:
                    336:
                    337: distclean-tags:
                    338:        -rm -f TAGS ID
                    339:
                    340: maintainer-clean-tags:
                    341:
                    342: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    343:
                    344: distdir: $(DISTFILES)
                    345:        @for file in $(DISTFILES); do \
                    346:          d=$(srcdir); \
                    347:          if test -d $$d/$$file; then \
                    348:            cp -pR $$d/$$file $(distdir); \
                    349:          else \
                    350:            test -f $(distdir)/$$file \
                    351:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    352:          fi; \
                    353:        done
                    354: check-TESTS: $(TESTS)
                    355:        @failed=0; all=0; xfail=0; xpass=0; \
                    356:        srcdir=$(srcdir); export srcdir; \
                    357:        for tst in $(TESTS); do \
                    358:          if test -f ./$$tst; then dir=./; \
                    359:          elif test -f $$tst; then dir=; \
                    360:          else dir="$(srcdir)/"; fi; \
                    361:          if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
                    362:            all=`expr $$all + 1`; \
                    363:            case " $(XFAIL_TESTS) " in \
                    364:            *" $$tst "*) \
                    365:              xpass=`expr $$xpass + 1`; \
                    366:              failed=`expr $$failed + 1`; \
                    367:              echo "XPASS: $$tst"; \
                    368:            ;; \
                    369:            *) \
                    370:              echo "PASS: $$tst"; \
                    371:            ;; \
                    372:            esac; \
                    373:          elif test $$? -ne 77; then \
                    374:            all=`expr $$all + 1`; \
                    375:            case " $(XFAIL_TESTS) " in \
                    376:            *" $$tst "*) \
                    377:              xfail=`expr $$xfail + 1`; \
                    378:              echo "XFAIL: $$tst"; \
                    379:            ;; \
                    380:            *) \
                    381:              failed=`expr $$failed + 1`; \
                    382:              echo "FAIL: $$tst"; \
                    383:            ;; \
                    384:            esac; \
                    385:          fi; \
                    386:        done; \
                    387:        if test "$$failed" -eq 0; then \
                    388:          if test "$$xfail" -eq 0; then \
                    389:            banner="All $$all tests passed"; \
                    390:          else \
                    391:            banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
                    392:          fi; \
                    393:        else \
                    394:          if test "$$xpass" -eq 0; then \
                    395:            banner="$$failed of $$all tests failed"; \
                    396:          else \
                    397:            banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
                    398:          fi; \
                    399:        fi; \
                    400:        dashes=`echo "$$banner" | sed s/./=/g`; \
                    401:        echo "$$dashes"; \
                    402:        echo "$$banner"; \
                    403:        echo "$$dashes"; \
                    404:        test "$$failed" -eq 0
                    405: info-am:
                    406: info: info-am
                    407: dvi-am:
                    408: dvi: dvi-am
                    409: check-am: all-am
                    410:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
                    411:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
                    412: check: check-am
                    413: installcheck-am:
                    414: installcheck: installcheck-am
                    415: install-exec-am:
                    416: install-exec: install-exec-am
                    417:
                    418: install-data-am:
                    419: install-data: install-data-am
                    420:
                    421: install-am: all-am
                    422:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    423: install: install-am
                    424: uninstall-am:
                    425: uninstall: uninstall-am
                    426: all-am: Makefile
                    427: all-redirect: all-am
                    428: install-strip:
                    429:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
                    430: installdirs:
                    431:
                    432:
                    433: mostlyclean-generic:
                    434:
                    435: clean-generic:
                    436:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    437:
                    438: distclean-generic:
                    439:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    440:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    441:
                    442: maintainer-clean-generic:
                    443:        -rm -f Makefile.in
                    444: mostlyclean-am:  mostlyclean-compile mostlyclean-libtool mostlyclean-kr \
                    445:                mostlyclean-checkPROGRAMS mostlyclean-tags \
                    446:                mostlyclean-generic
                    447:
                    448: mostlyclean: mostlyclean-am
                    449:
                    450: clean-am:  clean-compile clean-libtool clean-kr clean-checkPROGRAMS \
                    451:                clean-tags clean-generic mostlyclean-am
                    452:
                    453: clean: clean-am
                    454:
                    455: distclean-am:  distclean-compile distclean-libtool distclean-kr \
                    456:                distclean-checkPROGRAMS distclean-tags \
                    457:                distclean-generic clean-am
                    458:        -rm -f libtool
                    459:
                    460: distclean: distclean-am
                    461:
                    462: maintainer-clean-am:  maintainer-clean-compile maintainer-clean-libtool \
                    463:                maintainer-clean-kr maintainer-clean-checkPROGRAMS \
                    464:                maintainer-clean-tags maintainer-clean-generic \
                    465:                distclean-am
                    466:        @echo "This command is intended for maintainers to use;"
                    467:        @echo "it deletes files that may require special tools to rebuild."
                    468:
                    469: maintainer-clean: maintainer-clean-am
                    470:
                    471: .PHONY: mostlyclean-compile distclean-compile clean-compile \
                    472: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    473: clean-libtool maintainer-clean-libtool mostlyclean-kr distclean-kr \
                    474: clean-kr maintainer-clean-kr mostlyclean-checkPROGRAMS \
                    475: distclean-checkPROGRAMS clean-checkPROGRAMS \
                    476: maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
                    477: clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
                    478: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    479: install-exec install-data-am install-data install-am install \
                    480: uninstall-am uninstall all-redirect all-am all install-strip \
                    481: installdirs mostlyclean-generic distclean-generic clean-generic \
                    482: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
                    483:
                    484:
                    485: allprogs: $(EXTRA_PROGRAMS)
                    486:
                    487: manual-test: gen$(EXEEXT) stat$(EXEEXT)
                    488:        @(echo -n '16i: '; ./gen -f mpz_urandomb -z 16 1000 \
                    489:                | ./stat -i 0xffff | grep '^[0-9]')
                    490:        @(echo -n '32i: '; ./gen -f mpz_urandomb -z 32 1000 \
                    491:                | ./stat -i 0xffffffff  | grep '^[0-9]')
                    492:        @(echo -n '33i: '; ./gen -f mpz_urandomb -z 33 1000 \
                    493:                | ./stat -i 0x1ffffffff  | grep '^[0-9]')
                    494:        @(echo -n '64i: '; ./gen -f mpz_urandomb -z 64 1000 \
                    495:                | ./stat -i 0xffffffffffffffff  | grep '^[0-9]')
                    496:        @(echo -n '128i: '; ./gen -f mpz_urandomb -z 128 1000 \
                    497:                | ./stat -i 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | grep '^[0-9]')
                    498:
                    499:        @(echo -n '16f: '; ./gen -f mpf_urandomb -z 16 1000 \
                    500:                | ./stat | grep '^[0-9]')
                    501:        @(echo -n '32f: '; ./gen -f mpf_urandomb -z 32 1000 \
                    502:                | ./stat | grep '^[0-9]')
                    503:        @(echo -n '33f: '; ./gen -f mpf_urandomb -z 33 1000 \
                    504:                | ./stat | grep '^[0-9]')
                    505:        @(echo -n '64f: '; ./gen -f mpf_urandomb -z 64 1000 \
                    506:                | ./stat | grep '^[0-9]')
                    507:        @(echo -n '128f: '; ./gen -f mpf_urandomb -z 128 1000 \
                    508:                | ./stat | grep '^[0-9]')
                    509:
                    510: manual-bigtest: gen$(EXEEXT) stat$(EXEEXT)
                    511:        @(echo '16i: '; ./gen -f mpz_urandomb -z 16 50000 \
                    512:                | ./stat -2 1000 -i 0xffff | grep '^K[mp]')
                    513:        @(echo '32i: '; ./gen -f mpz_urandomb -z 32 50000 \
                    514:                | ./stat -2 1000 -i 0xffffffff | grep '^K[mp]')
                    515:        @(echo '33i: '; ./gen -f mpz_urandomb -z 33 50000 \
                    516:                | ./stat -2 1000 -i 0x1ffffffff | grep '^K[mp]')
                    517:        @(echo '64i: '; ./gen -f mpz_urandomb -z 64 50000 \
                    518:                | ./stat -2 1000 -i 0xffffffffffffffff  | grep '^K[mp]')
                    519:        @(echo '128i: '; ./gen -f mpz_urandomb -z 128 50000 \
                    520:                | ./stat -2 1000 -i 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | grep '^K[mp]')
                    521:
                    522:        @(echo '16f: '; ./gen -f mpf_urandomb -z 16 50000 \
                    523:                | ./stat -2 1000 | grep '^K[mp]')
                    524:        @(echo '32f: '; ./gen -f mpf_urandomb -z 32 50000 \
                    525:                | ./stat -2 1000 | grep '^K[mp]')
                    526:        @(echo '33f: '; ./gen -f mpf_urandomb -z 33 50000 \
                    527:                | ./stat -2 1000 | grep '^K[mp]')
                    528:        @(echo '64f: '; ./gen -f mpf_urandomb -z 64 50000 \
                    529:                | ./stat -2 1000 | grep '^K[mp]')
                    530:        @(echo '128f: '; ./gen -f mpf_urandomb -z 128 50000 \
                    531:                | ./stat -2 1000 | grep '^K[mp]')
                    532:
                    533: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    534: # Otherwise a system limit (for SysV at least) may be exceeded.
                    535: .NOEXPORT:

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