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

Annotation of OpenXM_contrib/gmp/tests/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
                    121:
                    122: SUBDIRS = rand
                    123: subdir = tests
                    124: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    125: CONFIG_HEADER = ../config.h
                    126: CONFIG_CLEAN_FILES =
                    127: DIST_SOURCES =
                    128: DIST_COMMON =  Makefile.am Makefile.in
                    129:
                    130:
                    131: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    132:
                    133: GZIP_ENV = --best
                    134: depcomp =
                    135: all: all-redirect
                    136: .SUFFIXES:
                    137: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    138:        cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
                    139:
                    140: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    141:        cd $(top_builddir) \
                    142:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    143:
                    144:
                    145: # This directory's subdirectories are mostly independent; you can cd
                    146: # into them and run `make' without going through this Makefile.
                    147: # To change the values of `make' variables: instead of editing Makefiles,
                    148: # (1) if the variable is set in `config.status', edit `config.status'
                    149: #     (which will cause the Makefiles to be regenerated when you run `make');
                    150: # (2) otherwise, pass the desired values on the `make' command line.
                    151:
                    152: all-recursive install-data-recursive install-exec-recursive \
                    153: installdirs-recursive install-recursive uninstall-recursive  \
                    154: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    155:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    156:        dot_seen=no; \
                    157:        target=`echo $@ | sed s/-recursive//`; \
                    158:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    159:          echo "Making $$target in $$subdir"; \
                    160:          if test "$$subdir" = "."; then \
                    161:            dot_seen=yes; \
                    162:            local_target="$$target-am"; \
                    163:          else \
                    164:            local_target="$$target"; \
                    165:          fi; \
                    166:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    167:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    168:        done; \
                    169:        if test "$$dot_seen" = "no"; then \
                    170:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    171:        fi; test -z "$$fail"
                    172:
                    173: mostlyclean-recursive clean-recursive distclean-recursive \
                    174: maintainer-clean-recursive:
                    175:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    176:        dot_seen=no; \
                    177:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    178:          rev="$$subdir $$rev"; \
                    179:          if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
                    180:        done; \
                    181:        test "$$dot_seen" = "no" && rev=". $$rev"; \
                    182:        target=`echo $@ | sed s/-recursive//`; \
                    183:        for subdir in $$rev; do \
                    184:          echo "Making $$target in $$subdir"; \
                    185:          if test "$$subdir" = "."; then \
                    186:            local_target="$$target-am"; \
                    187:          else \
                    188:            local_target="$$target"; \
                    189:          fi; \
                    190:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    191:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    192:        done && test -z "$$fail"
                    193: tags-recursive:
                    194:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    195:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    196:        done
                    197:
                    198: tags: TAGS
                    199:
                    200: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    201:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    202:        unique=`for i in $$list; do \
                    203:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    204:          done | \
                    205:          $(AWK) '    { files[$$0] = 1; } \
                    206:               END { for (i in files) print i; }'`; \
                    207:        mkid -f$$here/ID $$unique $(LISP)
                    208:
                    209: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    210:                $(TAGS_FILES) $(LISP)
                    211:        tags=; \
                    212:        here=`pwd`; \
                    213:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    214:    if test "$$subdir" = .; then :; else \
                    215:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    216:    fi; \
                    217:        done; \
                    218:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    219:        unique=`for i in $$list; do \
                    220:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    221:          done | \
                    222:          $(AWK) '    { files[$$0] = 1; } \
                    223:               END { for (i in files) print i; }'`; \
                    224:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    225:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    226:
                    227: mostlyclean-tags:
                    228:
                    229: clean-tags:
                    230:
                    231: distclean-tags:
                    232:        -rm -f TAGS ID
                    233:
                    234: maintainer-clean-tags:
                    235:
                    236: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    237:
                    238: distdir: $(DISTFILES)
                    239:        @for file in $(DISTFILES); do \
                    240:          d=$(srcdir); \
                    241:          if test -d $$d/$$file; then \
                    242:            cp -pR $$d/$$file $(distdir); \
                    243:          else \
                    244:            test -f $(distdir)/$$file \
                    245:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    246:          fi; \
                    247:        done
                    248:        for subdir in $(SUBDIRS); do \
                    249:          if test "$$subdir" = .; then :; else \
                    250:            test -d $(distdir)/$$subdir \
                    251:            || mkdir $(distdir)/$$subdir \
                    252:            || exit 1; \
                    253:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                    254:              || exit 1; \
                    255:          fi; \
                    256:        done
                    257: info-am:
                    258: info: info-recursive
                    259: dvi-am:
                    260: dvi: dvi-recursive
                    261: check-am: all-am
                    262: check: check-recursive
                    263: installcheck-am:
                    264: installcheck: installcheck-recursive
                    265: install-exec-am:
                    266: install-exec: install-exec-recursive
                    267:
                    268: install-data-am:
                    269: install-data: install-data-recursive
                    270:
                    271: install-am: all-am
                    272:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    273: install: install-recursive
                    274: uninstall-am:
                    275: uninstall: uninstall-recursive
                    276: all-am: Makefile
                    277: all-redirect: all-recursive
                    278: install-strip:
                    279:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
                    280: installdirs: installdirs-recursive
                    281: installdirs-am:
                    282:
                    283:
                    284: mostlyclean-generic:
                    285:
                    286: clean-generic:
                    287:
                    288: distclean-generic:
                    289:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    290:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    291:
                    292: maintainer-clean-generic:
                    293:        -rm -f Makefile.in
                    294: mostlyclean-am:  mostlyclean-tags mostlyclean-generic
                    295:
                    296: mostlyclean: mostlyclean-recursive
                    297:
                    298: clean-am:  clean-tags clean-generic mostlyclean-am
                    299:
                    300: clean: clean-recursive
                    301:
                    302: distclean-am:  distclean-tags distclean-generic clean-am
                    303:        -rm -f libtool
                    304:
                    305: distclean: distclean-recursive
                    306:
                    307: maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
                    308:                distclean-am
                    309:        @echo "This command is intended for maintainers to use;"
                    310:        @echo "it deletes files that may require special tools to rebuild."
                    311:
                    312: maintainer-clean: maintainer-clean-recursive
                    313:
                    314: .PHONY: install-recursive uninstall-recursive install-data-recursive \
                    315: uninstall-data-recursive install-exec-recursive \
                    316: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
                    317: all-recursive check-recursive installcheck-recursive info-recursive \
                    318: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
                    319: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    320: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
                    321: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    322: install-exec install-data-am install-data install-am install \
                    323: uninstall-am uninstall all-redirect all-am all install-strip \
                    324: installdirs-am installdirs mostlyclean-generic distclean-generic \
                    325: clean-generic maintainer-clean-generic clean mostlyclean distclean \
                    326: maintainer-clean
                    327:
                    328:
                    329: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    330: # Otherwise a system limit (for SysV at least) may be exceeded.
                    331: .NOEXPORT:

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