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

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

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