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

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

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