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

Annotation of OpenXM_contrib/gmp/mpfr/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 Library General Public License as published by
                    106: # the Free Software Foundation; either version 2 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 Library General Public
                    112: # License for more details.
                    113: #
                    114: # You should have received a copy of the GNU Library 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 = tests
                    123:
                    124: INCLUDES = -I$(top_srcdir)
                    125:
                    126: @WANT_MPFR_TRUE@noinst_LTLIBRARIES = @WANT_MPFR_TRUE@libmpfr.la
                    127:
                    128: # FIXME: Add rnd_mode.c when it's clean.
                    129: libmpfr_la_SOURCES = \
                    130:        add.c div_2exp.c neg.c set_dfl_prec.c set_str_raw.c agm.c get_str.c \
                    131:        print_raw.c set_dfl_rnd.c sqrt.c clear.c init.c set_f.c \
                    132:        sub.c cmp.c mul.c round.c set_prec.c cmp_ui.c mul_2exp.c set.c \
                    133:        set_si.c div.c mul_ui.c set_d.c pow.c out_str.c pi.c set_z.c \
                    134:        add_ulp.c log2.c random.c log.c exp.c div_ui.c zeta.c karadiv.c \
                    135:        karasqrt.c print_rnd_mode.c
                    136:
                    137:
                    138: EXTRA_DIST = mpfr.h mpfr-impl.h
                    139: subdir = mpfr
                    140: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    141: CONFIG_HEADER = ../config.h
                    142: CONFIG_CLEAN_FILES =
                    143: LTLIBRARIES =  $(noinst_LTLIBRARIES)
                    144:
                    145:
                    146: DEFS = @DEFS@ -I. -I$(srcdir) -I..
                    147: CPPFLAGS = @CPPFLAGS@
                    148: LDFLAGS = @LDFLAGS@
                    149: LIBS = @LIBS@
                    150: libmpfr_la_LDFLAGS =
                    151: libmpfr_la_LIBADD =
                    152: am_libmpfr_la_OBJECTS =  add.lo div_2exp.lo neg.lo set_dfl_prec.lo \
                    153: set_str_raw.lo agm.lo get_str.lo print_raw.lo set_dfl_rnd.lo sqrt.lo \
                    154: clear.lo init.lo set_f.lo sub.lo cmp.lo mul.lo round.lo set_prec.lo \
                    155: cmp_ui.lo mul_2exp.lo set.lo set_si.lo div.lo mul_ui.lo set_d.lo pow.lo \
                    156: out_str.lo pi.lo set_z.lo add_ulp.lo log2.lo random.lo log.lo exp.lo \
                    157: div_ui.lo zeta.lo karadiv.lo karasqrt.lo print_rnd_mode.lo
                    158: libmpfr_la_OBJECTS =  $(am_libmpfr_la_OBJECTS)
                    159: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    160: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    161: CFLAGS = @CFLAGS@
                    162: CCLD = $(CC)
                    163: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    164: DIST_SOURCES =  $(libmpfr_la_SOURCES)
                    165: DIST_COMMON =  README Makefile.am Makefile.in
                    166:
                    167:
                    168: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    169:
                    170: GZIP_ENV = --best
                    171: depcomp =
                    172: SOURCES = $(libmpfr_la_SOURCES)
                    173: OBJECTS = $(am_libmpfr_la_OBJECTS)
                    174:
                    175: all: all-redirect
                    176: .SUFFIXES:
                    177: .SUFFIXES: .c .lo .o .obj
                    178: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    179:        cd $(top_srcdir) && $(AUTOMAKE) --gnu mpfr/Makefile
                    180:
                    181: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    182:        cd $(top_builddir) \
                    183:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    184:
                    185:
                    186: mostlyclean-noinstLTLIBRARIES:
                    187:
                    188: clean-noinstLTLIBRARIES:
                    189:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
                    190:
                    191: distclean-noinstLTLIBRARIES:
                    192:
                    193: maintainer-clean-noinstLTLIBRARIES:
                    194:
                    195: mostlyclean-compile:
                    196:        -rm -f *.o core *.core
                    197:        -rm -f *.$(OBJEXT)
                    198:
                    199: clean-compile:
                    200:
                    201: distclean-compile:
                    202:        -rm -f *.tab.c
                    203:
                    204: maintainer-clean-compile:
                    205:
                    206: mostlyclean-libtool:
                    207:        -rm -f *.lo
                    208:
                    209: clean-libtool:
                    210:        -rm -rf .libs _libs
                    211:
                    212: distclean-libtool:
                    213:
                    214: maintainer-clean-libtool:
                    215:
                    216: libmpfr.la: $(libmpfr_la_OBJECTS) $(libmpfr_la_DEPENDENCIES)
                    217:        $(LINK)  $(libmpfr_la_LDFLAGS) $(libmpfr_la_OBJECTS) $(libmpfr_la_LIBADD) $(LIBS)
                    218: .c.o:
                    219:        $(COMPILE) -c $<
                    220: .c.obj:
                    221:        $(COMPILE) -c `cygpath -w $<`
                    222: .c.lo:
                    223:        $(LTCOMPILE) -c -o $@ $<
                    224:
                    225: # This directory's subdirectories are mostly independent; you can cd
                    226: # into them and run `make' without going through this Makefile.
                    227: # To change the values of `make' variables: instead of editing Makefiles,
                    228: # (1) if the variable is set in `config.status', edit `config.status'
                    229: #     (which will cause the Makefiles to be regenerated when you run `make');
                    230: # (2) otherwise, pass the desired values on the `make' command line.
                    231:
                    232: all-recursive install-data-recursive install-exec-recursive \
                    233: installdirs-recursive install-recursive uninstall-recursive  \
                    234: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    235:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    236:        dot_seen=no; \
                    237:        target=`echo $@ | sed s/-recursive//`; \
                    238:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    239:          echo "Making $$target in $$subdir"; \
                    240:          if test "$$subdir" = "."; then \
                    241:            dot_seen=yes; \
                    242:            local_target="$$target-am"; \
                    243:          else \
                    244:            local_target="$$target"; \
                    245:          fi; \
                    246:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    247:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    248:        done; \
                    249:        if test "$$dot_seen" = "no"; then \
                    250:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    251:        fi; test -z "$$fail"
                    252:
                    253: mostlyclean-recursive clean-recursive distclean-recursive \
                    254: maintainer-clean-recursive:
                    255:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    256:        dot_seen=no; \
                    257:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    258:          rev="$$subdir $$rev"; \
                    259:          if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
                    260:        done; \
                    261:        test "$$dot_seen" = "no" && rev=". $$rev"; \
                    262:        target=`echo $@ | sed s/-recursive//`; \
                    263:        for subdir in $$rev; do \
                    264:          echo "Making $$target in $$subdir"; \
                    265:          if test "$$subdir" = "."; then \
                    266:            local_target="$$target-am"; \
                    267:          else \
                    268:            local_target="$$target"; \
                    269:          fi; \
                    270:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    271:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    272:        done && test -z "$$fail"
                    273: tags-recursive:
                    274:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    275:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    276:        done
                    277:
                    278: tags: TAGS
                    279:
                    280: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    281:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    282:        unique=`for i in $$list; do \
                    283:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    284:          done | \
                    285:          $(AWK) '    { files[$$0] = 1; } \
                    286:               END { for (i in files) print i; }'`; \
                    287:        mkid -f$$here/ID $$unique $(LISP)
                    288:
                    289: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    290:                $(TAGS_FILES) $(LISP)
                    291:        tags=; \
                    292:        here=`pwd`; \
                    293:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    294:    if test "$$subdir" = .; then :; else \
                    295:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    296:    fi; \
                    297:        done; \
                    298:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    299:        unique=`for i in $$list; do \
                    300:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    301:          done | \
                    302:          $(AWK) '    { files[$$0] = 1; } \
                    303:               END { for (i in files) print i; }'`; \
                    304:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    305:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    306:
                    307: mostlyclean-tags:
                    308:
                    309: clean-tags:
                    310:
                    311: distclean-tags:
                    312:        -rm -f TAGS ID
                    313:
                    314: maintainer-clean-tags:
                    315:
                    316: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    317:
                    318: distdir: $(DISTFILES)
                    319:        @for file in $(DISTFILES); do \
                    320:          d=$(srcdir); \
                    321:          if test -d $$d/$$file; then \
                    322:            cp -pR $$d/$$file $(distdir); \
                    323:          else \
                    324:            test -f $(distdir)/$$file \
                    325:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    326:          fi; \
                    327:        done
                    328:        for subdir in $(SUBDIRS); do \
                    329:          if test "$$subdir" = .; then :; else \
                    330:            test -d $(distdir)/$$subdir \
                    331:            || mkdir $(distdir)/$$subdir \
                    332:            || exit 1; \
                    333:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                    334:              || exit 1; \
                    335:          fi; \
                    336:        done
                    337: info-am:
                    338: info: info-recursive
                    339: dvi-am:
                    340: dvi: dvi-recursive
                    341: check-am: all-am
                    342: check: check-recursive
                    343: installcheck-am:
                    344: installcheck: installcheck-recursive
                    345: install-exec-am:
                    346: install-exec: install-exec-recursive
                    347:
                    348: install-data-am:
                    349: install-data: install-data-recursive
                    350:
                    351: install-am: all-am
                    352:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    353: install: install-recursive
                    354: uninstall-am:
                    355: uninstall: uninstall-recursive
                    356: all-am: Makefile $(LTLIBRARIES)
                    357: all-redirect: all-recursive
                    358: install-strip:
                    359:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
                    360: installdirs: installdirs-recursive
                    361: installdirs-am:
                    362:
                    363:
                    364: mostlyclean-generic:
                    365:
                    366: clean-generic:
                    367:
                    368: distclean-generic:
                    369:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    370:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    371:
                    372: maintainer-clean-generic:
                    373:        -rm -f Makefile.in
                    374: mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
                    375:                mostlyclean-libtool mostlyclean-tags \
                    376:                mostlyclean-generic
                    377:
                    378: mostlyclean: mostlyclean-recursive
                    379:
                    380: clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
                    381:                clean-tags clean-generic mostlyclean-am
                    382:
                    383: clean: clean-recursive
                    384:
                    385: distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
                    386:                distclean-libtool distclean-tags distclean-generic \
                    387:                clean-am
                    388:        -rm -f libtool
                    389:
                    390: distclean: distclean-recursive
                    391:
                    392: maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
                    393:                maintainer-clean-compile maintainer-clean-libtool \
                    394:                maintainer-clean-tags maintainer-clean-generic \
                    395:                distclean-am
                    396:        @echo "This command is intended for maintainers to use;"
                    397:        @echo "it deletes files that may require special tools to rebuild."
                    398:
                    399: maintainer-clean: maintainer-clean-recursive
                    400:
                    401: .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
                    402: clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
                    403: mostlyclean-compile distclean-compile clean-compile \
                    404: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    405: clean-libtool maintainer-clean-libtool install-recursive \
                    406: uninstall-recursive install-data-recursive uninstall-data-recursive \
                    407: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
                    408: uninstalldirs-recursive all-recursive check-recursive \
                    409: installcheck-recursive info-recursive dvi-recursive \
                    410: mostlyclean-recursive distclean-recursive clean-recursive \
                    411: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    412: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
                    413: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    414: install-exec install-data-am install-data install-am install \
                    415: uninstall-am uninstall all-redirect all-am all install-strip \
                    416: installdirs-am installdirs mostlyclean-generic distclean-generic \
                    417: clean-generic maintainer-clean-generic clean mostlyclean distclean \
                    418: maintainer-clean
                    419:
                    420:
                    421: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    422: # Otherwise a system limit (for SysV at least) may be exceeded.
                    423: .NOEXPORT:

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