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

Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/mpbsd/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: noinst_LIBRARIES = libmpbsd.a
                     94:
                     95: libmpbsd_a_SOURCES = itom.c mdiv.c mfree.c min.c mout.c move.c mtox.c sdiv.c \
                     96:   xtom.c realloc.c
                     97:
                     98: libmpbsd_a_LIBADD = add.o cmp.o gcd.o mul.o pow_ui.o powm.o sqrtrem.o sub.o
                     99:
                    100: DISTCLEANFILES = add.c cmp.c dmincl.c gcd.c mul.c pow_ui.c powm.c \
                    101:   sqrtrem.c sub.c
                    102:
                    103: INCLUDES = -I.. -I$(srcdir)/.. -I../mpn -I$(srcdir)/../mpn
                    104: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    105: CONFIG_CLEAN_FILES =
                    106: LIBRARIES =  $(noinst_LIBRARIES)
                    107:
                    108:
                    109: DEFS = @DEFS@ -I. -I$(srcdir)
                    110: CPPFLAGS = @CPPFLAGS@
                    111: LDFLAGS = @LDFLAGS@
                    112: LIBS = @LIBS@
                    113: libmpbsd_a_DEPENDENCIES =  add.o cmp.o gcd.o mul.o pow_ui.o powm.o \
                    114: sqrtrem.o sub.o
                    115: libmpbsd_a_OBJECTS =  itom.o mdiv.o mfree.o min.o mout.o move.o mtox.o \
                    116: sdiv.o xtom.o realloc.o
                    117: AR = ar
                    118: CFLAGS = @CFLAGS@
                    119: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
                    120: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
                    121: DIST_COMMON =  Makefile.am Makefile.in
                    122:
                    123:
                    124: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    125:
                    126: TAR = tar
                    127: GZIP = --best
                    128: SOURCES = $(libmpbsd_a_SOURCES)
                    129: OBJECTS = $(libmpbsd_a_OBJECTS)
                    130:
                    131: all: Makefile $(LIBRARIES)
                    132:
                    133: .SUFFIXES:
                    134: .SUFFIXES: .S .c .o .s
                    135: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    136:        cd $(top_srcdir) && $(AUTOMAKE) --foreign mpbsd/Makefile
                    137:
                    138: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    139:        cd $(top_builddir) \
                    140:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    141:
                    142:
                    143: mostlyclean-noinstLIBRARIES:
                    144:
                    145: clean-noinstLIBRARIES:
                    146:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    147:
                    148: distclean-noinstLIBRARIES:
                    149:
                    150: maintainer-clean-noinstLIBRARIES:
                    151:
                    152: .c.o:
                    153:        $(COMPILE) -c $<
                    154:
                    155: .s.o:
                    156:        $(COMPILE) -c $<
                    157:
                    158: .S.o:
                    159:        $(COMPILE) -c $<
                    160:
                    161: mostlyclean-compile:
                    162:        -rm -f *.o core *.core
                    163:
                    164: clean-compile:
                    165:
                    166: distclean-compile:
                    167:        -rm -f *.tab.c
                    168:
                    169: maintainer-clean-compile:
                    170:
                    171: libmpbsd.a: $(libmpbsd_a_OBJECTS) $(libmpbsd_a_DEPENDENCIES)
                    172:        -rm -f libmpbsd.a
                    173:        $(AR) cru libmpbsd.a $(libmpbsd_a_OBJECTS) $(libmpbsd_a_LIBADD)
                    174:        $(RANLIB) libmpbsd.a
                    175:
                    176: tags: TAGS
                    177:
                    178: ID: $(HEADERS) $(SOURCES) $(LISP)
                    179:        here=`pwd` && cd $(srcdir) \
                    180:          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
                    181:
                    182: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    183:        tags=; \
                    184:        here=`pwd`; \
                    185:        list='$(SOURCES) $(HEADERS)'; \
                    186:        unique=`for i in $$list; do echo $$i; done | \
                    187:          awk '    { files[$$0] = 1; } \
                    188:               END { for (i in files) print i; }'`; \
                    189:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    190:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    191:
                    192: mostlyclean-tags:
                    193:
                    194: clean-tags:
                    195:
                    196: distclean-tags:
                    197:        -rm -f TAGS ID
                    198:
                    199: maintainer-clean-tags:
                    200:
                    201: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    202:
                    203: subdir = mpbsd
                    204:
                    205: distdir: $(DISTFILES)
                    206:        @for file in $(DISTFILES); do \
                    207:          d=$(srcdir); \
                    208:          test -f $(distdir)/$$file \
                    209:          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    210:          || cp -p $$d/$$file $(distdir)/$$file; \
                    211:        done
                    212: info:
                    213: dvi:
                    214: check: all
                    215:        $(MAKE)
                    216: installcheck:
                    217: install-exec:
                    218:        @$(NORMAL_INSTALL)
                    219:
                    220: install-data:
                    221:        @$(NORMAL_INSTALL)
                    222:
                    223: install: install-exec install-data all
                    224:        @:
                    225:
                    226: uninstall:
                    227:
                    228: install-strip:
                    229:        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
                    230: installdirs:
                    231:
                    232:
                    233: mostlyclean-generic:
                    234:        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
                    235:
                    236: clean-generic:
                    237:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    238:
                    239: distclean-generic:
                    240:        -rm -f Makefile $(DISTCLEANFILES)
                    241:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    242:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    243:
                    244: maintainer-clean-generic:
                    245:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                    246:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    247: mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                    248:                mostlyclean-tags mostlyclean-generic
                    249:
                    250: clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
                    251:                mostlyclean
                    252:
                    253: distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
                    254:                distclean-generic clean
                    255:        -rm -f config.status
                    256:
                    257: maintainer-clean:  maintainer-clean-noinstLIBRARIES \
                    258:                maintainer-clean-compile maintainer-clean-tags \
                    259:                maintainer-clean-generic distclean
                    260:        @echo "This command is intended for maintainers to use;"
                    261:        @echo "it deletes files that may require special tools to rebuild."
                    262:
                    263: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    264: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    265: mostlyclean-compile distclean-compile clean-compile \
                    266: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
                    267: clean-tags maintainer-clean-tags distdir info dvi installcheck \
                    268: install-exec install-data install uninstall all installdirs \
                    269: mostlyclean-generic distclean-generic clean-generic \
                    270: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
                    271:
                    272:
                    273: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    274: # Otherwise a system limit (for SysV at least) may be exceeded.
                    275: .NOEXPORT:

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