[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / gmp-2.0.2-ssh-2 / mpz

Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/mpz/Makefile.in, Revision 1.1.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 = libmpz.a
                     96:
                     97: libmpz_a_SOURCES = init.c set.c set_ui.c set_si.c set_str.c set_d.c set_f.c \
                     98:   set_q.c iset.c iset_ui.c iset_si.c iset_str.c iset_d.c clear.c \
                     99:   get_ui.c get_si.c get_str.c get_d.c size.c sizeinbase.c \
                    100:   add.c add_ui.c sub.c sub_ui.c mul.c mul_ui.c \
                    101:   gcd.c gcd_ui.c gcdext.c sqrt.c sqrtrem.c powm.c powm_ui.c \
                    102:   cmp.c cmp_ui.c cmp_si.c mul_2exp.c fdiv_q_2exp.c fdiv_r_2exp.c \
                    103:   tdiv_q_2exp.c tdiv_r_2exp.c abs.c neg.c com.c and.c ior.c \
                    104:   inp_raw.c inp_str.c out_raw.c out_str.c \
                    105:   perfsqr.c random.c random2.c pow_ui.c ui_pow_ui.c setbit.c \
                    106:   clrbit.c fac_ui.c pprime_p.c realloc.c getlimbn.c popcount.c hamdist.c \
                    107:   cdiv_qr.c cdiv_q.c cdiv_r.c cdiv_qr_ui.c cdiv_q_ui.c cdiv_r_ui.c cdiv_ui.c \
                    108:   fdiv_qr.c fdiv_q.c fdiv_r.c fdiv_qr_ui.c fdiv_q_ui.c fdiv_r_ui.c fdiv_ui.c \
                    109:   tdiv_qr.c tdiv_q.c tdiv_r.c tdiv_qr_ui.c tdiv_q_ui.c tdiv_r_ui.c \
                    110:   mod.c divexact.c array_init.c scan0.c scan1.c \
                    111:   jacobi.c legendre.c invert.c
                    112:
                    113: EXTRA_DIST = dmincl.c
                    114:
                    115: INCLUDES = -I.. -I../mpn -I$(srcdir)/..
                    116: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    117: CONFIG_CLEAN_FILES =
                    118: LIBRARIES =  $(noinst_LIBRARIES)
                    119:
                    120:
                    121: DEFS = @DEFS@ -I. -I$(srcdir)
                    122: CPPFLAGS = @CPPFLAGS@
                    123: LDFLAGS = @LDFLAGS@
                    124: LIBS = @LIBS@
                    125: libmpz_a_LIBADD =
                    126: libmpz_a_OBJECTS =  init.o set.o set_ui.o set_si.o set_str.o set_d.o \
                    127: set_f.o set_q.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o \
                    128: get_ui.o get_si.o get_str.o get_d.o size.o sizeinbase.o add.o add_ui.o \
                    129: sub.o sub_ui.o mul.o mul_ui.o gcd.o gcd_ui.o gcdext.o sqrt.o sqrtrem.o \
                    130: powm.o powm_ui.o cmp.o cmp_ui.o cmp_si.o mul_2exp.o fdiv_q_2exp.o \
                    131: fdiv_r_2exp.o tdiv_q_2exp.o tdiv_r_2exp.o abs.o neg.o com.o and.o ior.o \
                    132: inp_raw.o inp_str.o out_raw.o out_str.o perfsqr.o random.o random2.o \
                    133: pow_ui.o ui_pow_ui.o setbit.o clrbit.o fac_ui.o pprime_p.o realloc.o \
                    134: getlimbn.o popcount.o hamdist.o cdiv_qr.o cdiv_q.o cdiv_r.o \
                    135: cdiv_qr_ui.o cdiv_q_ui.o cdiv_r_ui.o cdiv_ui.o fdiv_qr.o fdiv_q.o \
                    136: fdiv_r.o fdiv_qr_ui.o fdiv_q_ui.o fdiv_r_ui.o fdiv_ui.o tdiv_qr.o \
                    137: tdiv_q.o tdiv_r.o tdiv_qr_ui.o tdiv_q_ui.o tdiv_r_ui.o mod.o divexact.o \
                    138: array_init.o scan0.o scan1.o jacobi.o legendre.o invert.o
                    139: AR = ar
                    140: CFLAGS = @CFLAGS@
                    141: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
                    142: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
                    143: DIST_COMMON =  Makefile.am Makefile.in
                    144:
                    145:
                    146: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    147:
                    148: TAR = tar
                    149: GZIP = --best
                    150: SOURCES = $(libmpz_a_SOURCES)
                    151: OBJECTS = $(libmpz_a_OBJECTS)
                    152:
                    153: all: all-recursive all-am
                    154:
                    155: .SUFFIXES:
                    156: .SUFFIXES: .S .c .o .s
                    157: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    158:        cd $(top_srcdir) && $(AUTOMAKE) --foreign mpz/Makefile
                    159:
                    160: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    161:        cd $(top_builddir) \
                    162:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    163:
                    164:
                    165: mostlyclean-noinstLIBRARIES:
                    166:
                    167: clean-noinstLIBRARIES:
                    168:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    169:
                    170: distclean-noinstLIBRARIES:
                    171:
                    172: maintainer-clean-noinstLIBRARIES:
                    173:
                    174: .c.o:
                    175:        $(COMPILE) -c $<
                    176:
                    177: .s.o:
                    178:        $(COMPILE) -c $<
                    179:
                    180: .S.o:
                    181:        $(COMPILE) -c $<
                    182:
                    183: mostlyclean-compile:
                    184:        -rm -f *.o core *.core
                    185:
                    186: clean-compile:
                    187:
                    188: distclean-compile:
                    189:        -rm -f *.tab.c
                    190:
                    191: maintainer-clean-compile:
                    192:
                    193: libmpz.a: $(libmpz_a_OBJECTS) $(libmpz_a_DEPENDENCIES)
                    194:        -rm -f libmpz.a
                    195:        $(AR) cru libmpz.a $(libmpz_a_OBJECTS) $(libmpz_a_LIBADD)
                    196:        $(RANLIB) libmpz.a
                    197:
                    198: # This directory's subdirectories are mostly independent; you can cd
                    199: # into them and run `make' without going through this Makefile.
                    200: # To change the values of `make' variables: instead of editing Makefiles,
                    201: # (1) if the variable is set in `config.status', edit `config.status'
                    202: #     (which will cause the Makefiles to be regenerated when you run `make');
                    203: # (2) otherwise, pass the desired values on the `make' command line.
                    204:
                    205: @SET_MAKE@
                    206:
                    207: all-recursive install-data-recursive install-exec-recursive \
                    208: installdirs-recursive install-recursive uninstall-recursive  \
                    209: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    210:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    211:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    212:          target=`echo $@ | sed s/-recursive//`; \
                    213:          echo "Making $$target in $$subdir"; \
                    214:          (cd $$subdir && $(MAKE) $$target) \
                    215:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    216:        done && test -z "$$fail"
                    217:
                    218: mostlyclean-recursive clean-recursive distclean-recursive \
                    219: maintainer-clean-recursive:
                    220:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    221:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    222:          rev="$$subdir $$rev"; \
                    223:        done; \
                    224:        for subdir in $$rev; do \
                    225:          target=`echo $@ | sed s/-recursive//`; \
                    226:          echo "Making $$target in $$subdir"; \
                    227:          (cd $$subdir && $(MAKE) $$target) \
                    228:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    229:        done && test -z "$$fail"
                    230: tags-recursive:
                    231:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    232:          (cd $$subdir && $(MAKE) tags); \
                    233:        done
                    234:
                    235: tags: TAGS
                    236:
                    237: ID: $(HEADERS) $(SOURCES) $(LISP)
                    238:        here=`pwd` && cd $(srcdir) \
                    239:          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
                    240:
                    241: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    242:        tags=; \
                    243:        here=`pwd`; \
                    244:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    245:          test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    246:        done; \
                    247:        list='$(SOURCES) $(HEADERS)'; \
                    248:        unique=`for i in $$list; do echo $$i; done | \
                    249:          awk '    { files[$$0] = 1; } \
                    250:               END { for (i in files) print i; }'`; \
                    251:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    252:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    253:
                    254: mostlyclean-tags:
                    255:
                    256: clean-tags:
                    257:
                    258: distclean-tags:
                    259:        -rm -f TAGS ID
                    260:
                    261: maintainer-clean-tags:
                    262:
                    263: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    264:
                    265: subdir = mpz
                    266:
                    267: distdir: $(DISTFILES)
                    268:        @for file in $(DISTFILES); do \
                    269:          d=$(srcdir); \
                    270:          test -f $(distdir)/$$file \
                    271:          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    272:          || cp -p $$d/$$file $(distdir)/$$file; \
                    273:        done
                    274:        for subdir in $(SUBDIRS); do \
                    275:          test -d $(distdir)/$$subdir \
                    276:          || mkdir $(distdir)/$$subdir \
                    277:          || exit 1; \
                    278:          chmod 777 $(distdir)/$$subdir; \
                    279:          (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                    280:            || exit 1; \
                    281:        done
                    282: info: info-recursive
                    283: dvi: dvi-recursive
                    284: check: all-am
                    285:        $(MAKE) check-recursive
                    286: installcheck: installcheck-recursive
                    287: all-am: Makefile $(LIBRARIES)
                    288:
                    289: install-exec: install-exec-recursive
                    290:        @$(NORMAL_INSTALL)
                    291:
                    292: install-data: install-data-recursive
                    293:        @$(NORMAL_INSTALL)
                    294:
                    295: install: install-recursive
                    296:        @:
                    297:
                    298: uninstall: uninstall-recursive
                    299:
                    300: install-strip:
                    301:        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
                    302: installdirs: installdirs-recursive
                    303:
                    304:
                    305: mostlyclean-generic:
                    306:        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
                    307:
                    308: clean-generic:
                    309:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    310:
                    311: distclean-generic:
                    312:        -rm -f Makefile $(DISTCLEANFILES)
                    313:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    314:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    315:
                    316: maintainer-clean-generic:
                    317:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                    318:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    319: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                    320:                mostlyclean-tags mostlyclean-generic
                    321:
                    322: clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
                    323:                mostlyclean-am
                    324:
                    325: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                    326:                distclean-tags distclean-generic clean-am
                    327:
                    328: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    329:                maintainer-clean-compile maintainer-clean-tags \
                    330:                maintainer-clean-generic distclean-am
                    331:
                    332: mostlyclean:  mostlyclean-recursive mostlyclean-am
                    333:
                    334: clean:  clean-recursive clean-am
                    335:
                    336: distclean:  distclean-recursive distclean-am
                    337:        -rm -f config.status
                    338:
                    339: maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
                    340:        @echo "This command is intended for maintainers to use;"
                    341:        @echo "it deletes files that may require special tools to rebuild."
                    342:
                    343: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    344: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    345: mostlyclean-compile distclean-compile clean-compile \
                    346: maintainer-clean-compile install-data-recursive \
                    347: uninstall-data-recursive install-exec-recursive \
                    348: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
                    349: all-recursive check-recursive installcheck-recursive info-recursive \
                    350: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
                    351: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    352: distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
                    353: installcheck all-am install-exec install-data install uninstall all \
                    354: installdirs mostlyclean-generic distclean-generic clean-generic \
                    355: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
                    356:
                    357:
                    358: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    359: # Otherwise a system limit (for SysV at least) may be exceeded.
                    360: .NOEXPORT:

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