Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/mpf/Makefile.in, Revision 1.1
1.1 ! takayama 1: # Makefile.in generated automatically by automake 1.3 from Makefile.am
! 2:
! 3: # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
! 4: # This Makefile.in is free software; the Free Software Foundation
! 5: # gives unlimited permission to copy and/or distribute it,
! 6: # with or without modifications, as long as this notice is preserved.
! 7:
! 8: # This program is distributed in the hope that it will be useful,
! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 11: # PARTICULAR PURPOSE.
! 12:
! 13: # Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
! 14:
! 15: # This file is part of the GNU MP Library.
! 16:
! 17: # The GNU MP Library is free software; you can redistribute it and/or modify
! 18: # it under the terms of the GNU Library General Public License as published by
! 19: # the Free Software Foundation; either version 2 of the License, or (at your
! 20: # option) any later version.
! 21:
! 22: # The GNU MP Library is distributed in the hope that it will be useful, but
! 23: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
! 24: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
! 25: # License for more details.
! 26:
! 27: # You should have received a copy of the GNU Library General Public License
! 28: # along with the GNU MP Library; see the file COPYING.LIB. If not, write to
! 29: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
! 30: # MA 02111-1307, USA.
! 31:
! 32:
! 33: SHELL = /bin/sh
! 34:
! 35: srcdir = @srcdir@
! 36: top_srcdir = @top_srcdir@
! 37: VPATH = @srcdir@
! 38: prefix = @prefix@
! 39: exec_prefix = @exec_prefix@
! 40:
! 41: bindir = @bindir@
! 42: sbindir = @sbindir@
! 43: libexecdir = @libexecdir@
! 44: datadir = @datadir@
! 45: sysconfdir = @sysconfdir@
! 46: sharedstatedir = @sharedstatedir@
! 47: localstatedir = @localstatedir@
! 48: libdir = @libdir@
! 49: infodir = @infodir@
! 50: mandir = @mandir@
! 51: includedir = @includedir@
! 52: oldincludedir = /usr/include
! 53:
! 54: DISTDIR =
! 55:
! 56: pkgdatadir = $(datadir)/@PACKAGE@
! 57: pkglibdir = $(libdir)/@PACKAGE@
! 58: pkgincludedir = $(includedir)/@PACKAGE@
! 59:
! 60: top_builddir = ..
! 61:
! 62: ACLOCAL = @ACLOCAL@
! 63: AUTOCONF = @AUTOCONF@
! 64: AUTOMAKE = @AUTOMAKE@
! 65: AUTOHEADER = @AUTOHEADER@
! 66:
! 67: INSTALL = @INSTALL@
! 68: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 69: INSTALL_DATA = @INSTALL_DATA@
! 70: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 71: transform = @program_transform_name@
! 72:
! 73: NORMAL_INSTALL = :
! 74: PRE_INSTALL = :
! 75: POST_INSTALL = :
! 76: NORMAL_UNINSTALL = :
! 77: PRE_UNINSTALL = :
! 78: POST_UNINSTALL = :
! 79: host_alias = @host_alias@
! 80: host_triplet = @host@
! 81: CC = @CC@
! 82: LN_S = @LN_S@
! 83: MAKEINFO = @MAKEINFO@
! 84: MPN_DISTCLEANFILES = @MPN_DISTCLEANFILES@
! 85: MPN_OBJS = @MPN_OBJS@
! 86: PACKAGE = @PACKAGE@
! 87: RANLIB = @RANLIB@
! 88: SFLAGS = @SFLAGS@
! 89: VERSION = @VERSION@
! 90:
! 91: AUTOMAKE_OPTIONS = 1.0 foreign no-dependencies
! 92:
! 93: SUBDIRS = tests
! 94:
! 95: noinst_LIBRARIES = libmpf.a
! 96:
! 97: libmpf_a_SOURCES = init.c init2.c set.c set_ui.c set_si.c set_str.c set_d.c \
! 98: set_z.c iset.c iset_ui.c iset_si.c iset_str.c iset_d.c clear.c get_str.c \
! 99: dump.c size.c eq.c reldiff.c sqrt.c random2.c inp_str.c out_str.c \
! 100: add.c add_ui.c sub.c sub_ui.c ui_sub.c mul.c mul_ui.c div.c div_ui.c \
! 101: cmp.c cmp_ui.c cmp_si.c mul_2exp.c div_2exp.c abs.c neg.c set_q.c get_d.c \
! 102: set_dfl_prec.c set_prc.c set_prc_raw.c get_prc.c ui_div.c sqrt_ui.c
! 103:
! 104: INCLUDES = -I.. -I../mpn -I$(srcdir)/..
! 105: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 106: CONFIG_CLEAN_FILES =
! 107: LIBRARIES = $(noinst_LIBRARIES)
! 108:
! 109:
! 110: DEFS = @DEFS@ -I. -I$(srcdir)
! 111: CPPFLAGS = @CPPFLAGS@
! 112: LDFLAGS = @LDFLAGS@
! 113: LIBS = @LIBS@
! 114: libmpf_a_LIBADD =
! 115: libmpf_a_OBJECTS = init.o init2.o set.o set_ui.o set_si.o set_str.o \
! 116: set_d.o set_z.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o \
! 117: get_str.o dump.o size.o eq.o reldiff.o sqrt.o random2.o inp_str.o \
! 118: out_str.o add.o add_ui.o sub.o sub_ui.o ui_sub.o mul.o mul_ui.o div.o \
! 119: div_ui.o cmp.o cmp_ui.o cmp_si.o mul_2exp.o div_2exp.o abs.o neg.o \
! 120: set_q.o get_d.o set_dfl_prec.o set_prc.o set_prc_raw.o get_prc.o \
! 121: ui_div.o sqrt_ui.o
! 122: AR = ar
! 123: CFLAGS = @CFLAGS@
! 124: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
! 125: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
! 126: DIST_COMMON = Makefile.am Makefile.in
! 127:
! 128:
! 129: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 130:
! 131: TAR = tar
! 132: GZIP = --best
! 133: SOURCES = $(libmpf_a_SOURCES)
! 134: OBJECTS = $(libmpf_a_OBJECTS)
! 135:
! 136: all: all-recursive all-am
! 137:
! 138: .SUFFIXES:
! 139: .SUFFIXES: .S .c .o .s
! 140: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 141: cd $(top_srcdir) && $(AUTOMAKE) --foreign mpf/Makefile
! 142:
! 143: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 144: cd $(top_builddir) \
! 145: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 146:
! 147:
! 148: mostlyclean-noinstLIBRARIES:
! 149:
! 150: clean-noinstLIBRARIES:
! 151: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! 152:
! 153: distclean-noinstLIBRARIES:
! 154:
! 155: maintainer-clean-noinstLIBRARIES:
! 156:
! 157: .c.o:
! 158: $(COMPILE) -c $<
! 159:
! 160: .s.o:
! 161: $(COMPILE) -c $<
! 162:
! 163: .S.o:
! 164: $(COMPILE) -c $<
! 165:
! 166: mostlyclean-compile:
! 167: -rm -f *.o core *.core
! 168:
! 169: clean-compile:
! 170:
! 171: distclean-compile:
! 172: -rm -f *.tab.c
! 173:
! 174: maintainer-clean-compile:
! 175:
! 176: libmpf.a: $(libmpf_a_OBJECTS) $(libmpf_a_DEPENDENCIES)
! 177: -rm -f libmpf.a
! 178: $(AR) cru libmpf.a $(libmpf_a_OBJECTS) $(libmpf_a_LIBADD)
! 179: $(RANLIB) libmpf.a
! 180:
! 181: # This directory's subdirectories are mostly independent; you can cd
! 182: # into them and run `make' without going through this Makefile.
! 183: # To change the values of `make' variables: instead of editing Makefiles,
! 184: # (1) if the variable is set in `config.status', edit `config.status'
! 185: # (which will cause the Makefiles to be regenerated when you run `make');
! 186: # (2) otherwise, pass the desired values on the `make' command line.
! 187:
! 188: @SET_MAKE@
! 189:
! 190: all-recursive install-data-recursive install-exec-recursive \
! 191: installdirs-recursive install-recursive uninstall-recursive \
! 192: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 193: @set fnord $(MAKEFLAGS); amf=$$2; \
! 194: list='$(SUBDIRS)'; for subdir in $$list; do \
! 195: target=`echo $@ | sed s/-recursive//`; \
! 196: echo "Making $$target in $$subdir"; \
! 197: (cd $$subdir && $(MAKE) $$target) \
! 198: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 199: done && test -z "$$fail"
! 200:
! 201: mostlyclean-recursive clean-recursive distclean-recursive \
! 202: maintainer-clean-recursive:
! 203: @set fnord $(MAKEFLAGS); amf=$$2; \
! 204: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 205: rev="$$subdir $$rev"; \
! 206: done; \
! 207: for subdir in $$rev; do \
! 208: target=`echo $@ | sed s/-recursive//`; \
! 209: echo "Making $$target in $$subdir"; \
! 210: (cd $$subdir && $(MAKE) $$target) \
! 211: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 212: done && test -z "$$fail"
! 213: tags-recursive:
! 214: list='$(SUBDIRS)'; for subdir in $$list; do \
! 215: (cd $$subdir && $(MAKE) tags); \
! 216: done
! 217:
! 218: tags: TAGS
! 219:
! 220: ID: $(HEADERS) $(SOURCES) $(LISP)
! 221: here=`pwd` && cd $(srcdir) \
! 222: && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
! 223:
! 224: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 225: tags=; \
! 226: here=`pwd`; \
! 227: list='$(SUBDIRS)'; for subdir in $$list; do \
! 228: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 229: done; \
! 230: list='$(SOURCES) $(HEADERS)'; \
! 231: unique=`for i in $$list; do echo $$i; done | \
! 232: awk ' { files[$$0] = 1; } \
! 233: END { for (i in files) print i; }'`; \
! 234: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 235: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 236:
! 237: mostlyclean-tags:
! 238:
! 239: clean-tags:
! 240:
! 241: distclean-tags:
! 242: -rm -f TAGS ID
! 243:
! 244: maintainer-clean-tags:
! 245:
! 246: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 247:
! 248: subdir = mpf
! 249:
! 250: distdir: $(DISTFILES)
! 251: @for file in $(DISTFILES); do \
! 252: d=$(srcdir); \
! 253: test -f $(distdir)/$$file \
! 254: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 255: || cp -p $$d/$$file $(distdir)/$$file; \
! 256: done
! 257: for subdir in $(SUBDIRS); do \
! 258: test -d $(distdir)/$$subdir \
! 259: || mkdir $(distdir)/$$subdir \
! 260: || exit 1; \
! 261: chmod 777 $(distdir)/$$subdir; \
! 262: (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
! 263: || exit 1; \
! 264: done
! 265: info: info-recursive
! 266: dvi: dvi-recursive
! 267: check: all-am
! 268: $(MAKE) check-recursive
! 269: installcheck: installcheck-recursive
! 270: all-am: Makefile $(LIBRARIES)
! 271:
! 272: install-exec: install-exec-recursive
! 273: @$(NORMAL_INSTALL)
! 274:
! 275: install-data: install-data-recursive
! 276: @$(NORMAL_INSTALL)
! 277:
! 278: install: install-recursive
! 279: @:
! 280:
! 281: uninstall: uninstall-recursive
! 282:
! 283: install-strip:
! 284: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
! 285: installdirs: installdirs-recursive
! 286:
! 287:
! 288: mostlyclean-generic:
! 289: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
! 290:
! 291: clean-generic:
! 292: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 293:
! 294: distclean-generic:
! 295: -rm -f Makefile $(DISTCLEANFILES)
! 296: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 297: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 298:
! 299: maintainer-clean-generic:
! 300: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
! 301: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 302: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
! 303: mostlyclean-tags mostlyclean-generic
! 304:
! 305: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
! 306: mostlyclean-am
! 307:
! 308: distclean-am: distclean-noinstLIBRARIES distclean-compile \
! 309: distclean-tags distclean-generic clean-am
! 310:
! 311: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
! 312: maintainer-clean-compile maintainer-clean-tags \
! 313: maintainer-clean-generic distclean-am
! 314:
! 315: mostlyclean: mostlyclean-recursive mostlyclean-am
! 316:
! 317: clean: clean-recursive clean-am
! 318:
! 319: distclean: distclean-recursive distclean-am
! 320: -rm -f config.status
! 321:
! 322: maintainer-clean: maintainer-clean-recursive maintainer-clean-am
! 323: @echo "This command is intended for maintainers to use;"
! 324: @echo "it deletes files that may require special tools to rebuild."
! 325:
! 326: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
! 327: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
! 328: mostlyclean-compile distclean-compile clean-compile \
! 329: maintainer-clean-compile install-data-recursive \
! 330: uninstall-data-recursive install-exec-recursive \
! 331: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
! 332: all-recursive check-recursive installcheck-recursive info-recursive \
! 333: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
! 334: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 335: distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
! 336: installcheck all-am install-exec install-data install uninstall all \
! 337: installdirs mostlyclean-generic distclean-generic clean-generic \
! 338: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 339:
! 340:
! 341: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 342: # Otherwise a system limit (for SysV at least) may be exceeded.
! 343: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>