[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / tests / devel

Annotation of OpenXM_contrib/gmp/tests/devel/Makefile.in, Revision 1.1

1.1     ! ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
        !             2:
        !             3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        !             4: # Free Software Foundation, Inc.
        !             5: # This Makefile.in is free software; the Free Software Foundation
        !             6: # gives unlimited permission to copy and/or distribute it,
        !             7: # with or without modifications, as long as this notice is preserved.
        !             8:
        !             9: # This program is distributed in the hope that it will be useful,
        !            10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            12: # PARTICULAR PURPOSE.
        !            13:
        !            14: @SET_MAKE@
        !            15:
        !            16: # Copyright 2000, 2001 Free Software Foundation, Inc.
        !            17: #
        !            18: # This file is part of the GNU MP Library.
        !            19: #
        !            20: # The GNU MP Library is free software; you can redistribute it and/or modify
        !            21: # it under the terms of the GNU Lesser General Public License as published by
        !            22: # the Free Software Foundation; either version 2.1 of the License, or (at your
        !            23: # option) any later version.
        !            24: #
        !            25: # The GNU MP Library is distributed in the hope that it will be useful, but
        !            26: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            27: # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
        !            28: # License for more details.
        !            29: #
        !            30: # You should have received a copy of the GNU Lesser General Public License
        !            31: # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
        !            32: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
        !            33: # MA 02111-1307, USA.
        !            34:
        !            35: SHELL = @SHELL@
        !            36:
        !            37: srcdir = @srcdir@
        !            38: top_srcdir = @top_srcdir@
        !            39: VPATH = @srcdir@
        !            40: prefix = @prefix@
        !            41: exec_prefix = @exec_prefix@
        !            42:
        !            43: bindir = @bindir@
        !            44: sbindir = @sbindir@
        !            45: libexecdir = @libexecdir@
        !            46: datadir = @datadir@
        !            47: sysconfdir = @sysconfdir@
        !            48: sharedstatedir = @sharedstatedir@
        !            49: localstatedir = @localstatedir@
        !            50: libdir = @libdir@
        !            51: infodir = @infodir@
        !            52: mandir = @mandir@
        !            53: includedir = @includedir@
        !            54: oldincludedir = /usr/include
        !            55: pkgdatadir = $(datadir)/@PACKAGE@
        !            56: pkglibdir = $(libdir)/@PACKAGE@
        !            57: pkgincludedir = $(includedir)/@PACKAGE@
        !            58: top_builddir = ../..
        !            59:
        !            60: ACLOCAL = @ACLOCAL@
        !            61: AUTOCONF = @AUTOCONF@
        !            62: AUTOMAKE = @AUTOMAKE@
        !            63: AUTOHEADER = @AUTOHEADER@
        !            64:
        !            65: INSTALL = @INSTALL@
        !            66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            67: INSTALL_DATA = @INSTALL_DATA@
        !            68: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            69: INSTALL_HEADER = $(INSTALL_DATA)
        !            70: transform = @program_transform_name@
        !            71: NORMAL_INSTALL = :
        !            72: PRE_INSTALL = :
        !            73: POST_INSTALL = :
        !            74: NORMAL_UNINSTALL = :
        !            75: PRE_UNINSTALL = :
        !            76: POST_UNINSTALL = :
        !            77: host_alias = @host_alias@
        !            78: host_triplet = @host@
        !            79: AMTAR = @AMTAR@
        !            80: AR = @AR@
        !            81: AS = @AS@
        !            82: AWK = @AWK@
        !            83: BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
        !            84: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
        !            85: CC = @CC@
        !            86: CCAS = @CCAS@
        !            87: CPP = @CPP@
        !            88: CXX = @CXX@
        !            89: CXXCPP = @CXXCPP@
        !            90: DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
        !            91: DEPDIR = @DEPDIR@
        !            92: DLLTOOL = @DLLTOOL@
        !            93: ECHO = @ECHO@
        !            94: EXEEXT = @EXEEXT@
        !            95: GCJ = @GCJ@
        !            96: GCJFLAGS = @GCJFLAGS@
        !            97: GMP_LDFLAGS = @GMP_LDFLAGS@
        !            98: GMP_NAIL_BITS = @GMP_NAIL_BITS@
        !            99: HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
        !           100: HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
        !           101: HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
        !           102: HAVE_MPFR_01 = @HAVE_MPFR_01@
        !           103: HAVE_STACK_T_01 = @HAVE_STACK_T_01@
        !           104: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           105: LEX = @LEX@
        !           106: LIBGMP_DLL = @LIBGMP_DLL@
        !           107: LIBM = @LIBM@
        !           108: LIBREADLINE = @LIBREADLINE@
        !           109: LIBTOOL = @LIBTOOL@
        !           110: LN_S = @LN_S@
        !           111: M4 = @M4@
        !           112: MAINT = @MAINT@
        !           113: MPFR_CFLAGS = @MPFR_CFLAGS@
        !           114: MPFR_LIBS = @MPFR_LIBS@
        !           115: OBJDUMP = @OBJDUMP@
        !           116: OBJEXT = @OBJEXT@
        !           117: PACKAGE = @PACKAGE@
        !           118: RANLIB = @RANLIB@
        !           119: RC = @RC@
        !           120: REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
        !           121: REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
        !           122: SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
        !           123: STRIP = @STRIP@
        !           124: TAL_OBJECT = @TAL_OBJECT@
        !           125: TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
        !           126: U = @U@
        !           127: VERSION = @VERSION@
        !           128: WITH_READLINE_01 = @WITH_READLINE_01@
        !           129: YACC = @YACC@
        !           130: am__include = @am__include@
        !           131: am__quote = @am__quote@
        !           132: gmp_srclinks = @gmp_srclinks@
        !           133: install_sh = @install_sh@
        !           134: mpn_objects = @mpn_objects@
        !           135: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
        !           136: mpn_objs_in_libmp = @mpn_objs_in_libmp@
        !           137:
        !           138: AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
        !           139:
        !           140: INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
        !           141: LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
        !           142:
        !           143: # addsub_n addsub_n_2 not yet built since mpn_addsub_n doesn't yet exist
        !           144: #
        !           145: EXTRA_PROGRAMS = \
        !           146:   add_n addmul_1 copy divmod_1 divrem lshift mul_1 rshift \
        !           147:   sub_n submul_1 tst-addsub try
        !           148:
        !           149:
        !           150: CLEANFILES = $(EXTRA_PROGRAMS)
        !           151: subdir = tests/devel
        !           152: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           153: CONFIG_HEADER = $(top_builddir)/config.h
        !           154: CONFIG_CLEAN_FILES =
        !           155: EXTRA_PROGRAMS = add_n$(EXEEXT) addmul_1$(EXEEXT) copy$(EXEEXT) \
        !           156:        divmod_1$(EXEEXT) divrem$(EXEEXT) lshift$(EXEEXT) \
        !           157:        mul_1$(EXEEXT) rshift$(EXEEXT) sub_n$(EXEEXT) submul_1$(EXEEXT) \
        !           158:        tst-addsub$(EXEEXT) try$(EXEEXT)
        !           159: add_n_SOURCES = add_n.c
        !           160: add_n_OBJECTS = add_n$U.$(OBJEXT)
        !           161: add_n_LDADD = $(LDADD)
        !           162: add_n_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           163:        $(top_builddir)/libgmp.la
        !           164: add_n_LDFLAGS =
        !           165: addmul_1_SOURCES = addmul_1.c
        !           166: addmul_1_OBJECTS = addmul_1$U.$(OBJEXT)
        !           167: addmul_1_LDADD = $(LDADD)
        !           168: addmul_1_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           169:        $(top_builddir)/libgmp.la
        !           170: addmul_1_LDFLAGS =
        !           171: copy_SOURCES = copy.c
        !           172: copy_OBJECTS = copy$U.$(OBJEXT)
        !           173: copy_LDADD = $(LDADD)
        !           174: copy_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           175:        $(top_builddir)/libgmp.la
        !           176: copy_LDFLAGS =
        !           177: divmod_1_SOURCES = divmod_1.c
        !           178: divmod_1_OBJECTS = divmod_1$U.$(OBJEXT)
        !           179: divmod_1_LDADD = $(LDADD)
        !           180: divmod_1_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           181:        $(top_builddir)/libgmp.la
        !           182: divmod_1_LDFLAGS =
        !           183: divrem_SOURCES = divrem.c
        !           184: divrem_OBJECTS = divrem$U.$(OBJEXT)
        !           185: divrem_LDADD = $(LDADD)
        !           186: divrem_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           187:        $(top_builddir)/libgmp.la
        !           188: divrem_LDFLAGS =
        !           189: lshift_SOURCES = lshift.c
        !           190: lshift_OBJECTS = lshift$U.$(OBJEXT)
        !           191: lshift_LDADD = $(LDADD)
        !           192: lshift_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           193:        $(top_builddir)/libgmp.la
        !           194: lshift_LDFLAGS =
        !           195: mul_1_SOURCES = mul_1.c
        !           196: mul_1_OBJECTS = mul_1$U.$(OBJEXT)
        !           197: mul_1_LDADD = $(LDADD)
        !           198: mul_1_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           199:        $(top_builddir)/libgmp.la
        !           200: mul_1_LDFLAGS =
        !           201: rshift_SOURCES = rshift.c
        !           202: rshift_OBJECTS = rshift$U.$(OBJEXT)
        !           203: rshift_LDADD = $(LDADD)
        !           204: rshift_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           205:        $(top_builddir)/libgmp.la
        !           206: rshift_LDFLAGS =
        !           207: sub_n_SOURCES = sub_n.c
        !           208: sub_n_OBJECTS = sub_n$U.$(OBJEXT)
        !           209: sub_n_LDADD = $(LDADD)
        !           210: sub_n_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           211:        $(top_builddir)/libgmp.la
        !           212: sub_n_LDFLAGS =
        !           213: submul_1_SOURCES = submul_1.c
        !           214: submul_1_OBJECTS = submul_1$U.$(OBJEXT)
        !           215: submul_1_LDADD = $(LDADD)
        !           216: submul_1_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           217:        $(top_builddir)/libgmp.la
        !           218: submul_1_LDFLAGS =
        !           219: try_SOURCES = try.c
        !           220: try_OBJECTS = try$U.$(OBJEXT)
        !           221: try_LDADD = $(LDADD)
        !           222: try_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           223:        $(top_builddir)/libgmp.la
        !           224: try_LDFLAGS =
        !           225: tst_addsub_SOURCES = tst-addsub.c
        !           226: tst_addsub_OBJECTS = tst-addsub$U.$(OBJEXT)
        !           227: tst_addsub_LDADD = $(LDADD)
        !           228: tst_addsub_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
        !           229:        $(top_builddir)/libgmp.la
        !           230: tst_addsub_LDFLAGS =
        !           231:
        !           232: DEFS = @DEFS@
        !           233: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
        !           234: CPPFLAGS = @CPPFLAGS@
        !           235: LDFLAGS = @LDFLAGS@
        !           236: LIBS = @LIBS@
        !           237: depcomp =
        !           238: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           239:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           240: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
        !           241:        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           242: CCLD = $(CC)
        !           243: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           244:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           245: CFLAGS = @CFLAGS@
        !           246: DIST_SOURCES = add_n.c addmul_1.c copy.c divmod_1.c divrem.c lshift.c \
        !           247:        mul_1.c rshift.c sub_n.c submul_1.c try.c tst-addsub.c
        !           248: DIST_COMMON = README Makefile.am Makefile.in
        !           249: SOURCES = add_n.c addmul_1.c copy.c divmod_1.c divrem.c lshift.c mul_1.c rshift.c sub_n.c submul_1.c try.c tst-addsub.c
        !           250:
        !           251: all: all-am
        !           252:
        !           253: .SUFFIXES:
        !           254: .SUFFIXES: .c .lo .o .obj
        !           255:
        !           256: mostlyclean-libtool:
        !           257:        -rm -f *.lo
        !           258:
        !           259: clean-libtool:
        !           260:        -rm -rf .libs _libs
        !           261:
        !           262: distclean-libtool:
        !           263:        -rm -f libtool
        !           264: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           265:        cd $(top_srcdir) && \
        !           266:          $(AUTOMAKE) --gnu  tests/devel/Makefile
        !           267: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           268:        cd $(top_builddir) && \
        !           269:          CONFIG_HEADERS= CONFIG_LINKS= \
        !           270:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
        !           271: add_n$(EXEEXT): $(add_n_OBJECTS) $(add_n_DEPENDENCIES)
        !           272:        @rm -f add_n$(EXEEXT)
        !           273:        $(LINK) $(add_n_LDFLAGS) $(add_n_OBJECTS) $(add_n_LDADD) $(LIBS)
        !           274: addmul_1$(EXEEXT): $(addmul_1_OBJECTS) $(addmul_1_DEPENDENCIES)
        !           275:        @rm -f addmul_1$(EXEEXT)
        !           276:        $(LINK) $(addmul_1_LDFLAGS) $(addmul_1_OBJECTS) $(addmul_1_LDADD) $(LIBS)
        !           277: copy$(EXEEXT): $(copy_OBJECTS) $(copy_DEPENDENCIES)
        !           278:        @rm -f copy$(EXEEXT)
        !           279:        $(LINK) $(copy_LDFLAGS) $(copy_OBJECTS) $(copy_LDADD) $(LIBS)
        !           280: divmod_1$(EXEEXT): $(divmod_1_OBJECTS) $(divmod_1_DEPENDENCIES)
        !           281:        @rm -f divmod_1$(EXEEXT)
        !           282:        $(LINK) $(divmod_1_LDFLAGS) $(divmod_1_OBJECTS) $(divmod_1_LDADD) $(LIBS)
        !           283: divrem$(EXEEXT): $(divrem_OBJECTS) $(divrem_DEPENDENCIES)
        !           284:        @rm -f divrem$(EXEEXT)
        !           285:        $(LINK) $(divrem_LDFLAGS) $(divrem_OBJECTS) $(divrem_LDADD) $(LIBS)
        !           286: lshift$(EXEEXT): $(lshift_OBJECTS) $(lshift_DEPENDENCIES)
        !           287:        @rm -f lshift$(EXEEXT)
        !           288:        $(LINK) $(lshift_LDFLAGS) $(lshift_OBJECTS) $(lshift_LDADD) $(LIBS)
        !           289: mul_1$(EXEEXT): $(mul_1_OBJECTS) $(mul_1_DEPENDENCIES)
        !           290:        @rm -f mul_1$(EXEEXT)
        !           291:        $(LINK) $(mul_1_LDFLAGS) $(mul_1_OBJECTS) $(mul_1_LDADD) $(LIBS)
        !           292: rshift$(EXEEXT): $(rshift_OBJECTS) $(rshift_DEPENDENCIES)
        !           293:        @rm -f rshift$(EXEEXT)
        !           294:        $(LINK) $(rshift_LDFLAGS) $(rshift_OBJECTS) $(rshift_LDADD) $(LIBS)
        !           295: sub_n$(EXEEXT): $(sub_n_OBJECTS) $(sub_n_DEPENDENCIES)
        !           296:        @rm -f sub_n$(EXEEXT)
        !           297:        $(LINK) $(sub_n_LDFLAGS) $(sub_n_OBJECTS) $(sub_n_LDADD) $(LIBS)
        !           298: submul_1$(EXEEXT): $(submul_1_OBJECTS) $(submul_1_DEPENDENCIES)
        !           299:        @rm -f submul_1$(EXEEXT)
        !           300:        $(LINK) $(submul_1_LDFLAGS) $(submul_1_OBJECTS) $(submul_1_LDADD) $(LIBS)
        !           301: try$(EXEEXT): $(try_OBJECTS) $(try_DEPENDENCIES)
        !           302:        @rm -f try$(EXEEXT)
        !           303:        $(LINK) $(try_LDFLAGS) $(try_OBJECTS) $(try_LDADD) $(LIBS)
        !           304: tst-addsub$(EXEEXT): $(tst_addsub_OBJECTS) $(tst_addsub_DEPENDENCIES)
        !           305:        @rm -f tst-addsub$(EXEEXT)
        !           306:        $(LINK) $(tst_addsub_LDFLAGS) $(tst_addsub_OBJECTS) $(tst_addsub_LDADD) $(LIBS)
        !           307:
        !           308: mostlyclean-compile:
        !           309:        -rm -f *.$(OBJEXT) core *.core
        !           310:
        !           311: distclean-compile:
        !           312:        -rm -f *.tab.c
        !           313:
        !           314: ANSI2KNR = $(top_builddir)/ansi2knr
        !           315: $(top_builddir)/ansi2knr:
        !           316:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
        !           317:
        !           318: mostlyclean-kr:
        !           319:        -test "$U" = "" || rm -f *_.c
        !           320:
        !           321: .c.o:
        !           322:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
        !           323:
        !           324: .c.obj:
        !           325:        $(COMPILE) -c `cygpath -w $<`
        !           326:
        !           327: .c.lo:
        !           328:        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
        !           329: add_n_.c: add_n.c $(ANSI2KNR)
        !           330:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/add_n.c; then echo $(srcdir)/add_n.c; else echo add_n.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > add_n_.c || rm -f add_n_.c
        !           331: addmul_1_.c: addmul_1.c $(ANSI2KNR)
        !           332:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/addmul_1.c; then echo $(srcdir)/addmul_1.c; else echo addmul_1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > addmul_1_.c || rm -f addmul_1_.c
        !           333: copy_.c: copy.c $(ANSI2KNR)
        !           334:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/copy.c; then echo $(srcdir)/copy.c; else echo copy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > copy_.c || rm -f copy_.c
        !           335: divmod_1_.c: divmod_1.c $(ANSI2KNR)
        !           336:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/divmod_1.c; then echo $(srcdir)/divmod_1.c; else echo divmod_1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > divmod_1_.c || rm -f divmod_1_.c
        !           337: divrem_.c: divrem.c $(ANSI2KNR)
        !           338:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/divrem.c; then echo $(srcdir)/divrem.c; else echo divrem.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > divrem_.c || rm -f divrem_.c
        !           339: lshift_.c: lshift.c $(ANSI2KNR)
        !           340:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lshift.c; then echo $(srcdir)/lshift.c; else echo lshift.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lshift_.c || rm -f lshift_.c
        !           341: mul_1_.c: mul_1.c $(ANSI2KNR)
        !           342:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mul_1.c; then echo $(srcdir)/mul_1.c; else echo mul_1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mul_1_.c || rm -f mul_1_.c
        !           343: rshift_.c: rshift.c $(ANSI2KNR)
        !           344:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rshift.c; then echo $(srcdir)/rshift.c; else echo rshift.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rshift_.c || rm -f rshift_.c
        !           345: sub_n_.c: sub_n.c $(ANSI2KNR)
        !           346:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sub_n.c; then echo $(srcdir)/sub_n.c; else echo sub_n.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > sub_n_.c || rm -f sub_n_.c
        !           347: submul_1_.c: submul_1.c $(ANSI2KNR)
        !           348:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/submul_1.c; then echo $(srcdir)/submul_1.c; else echo submul_1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > submul_1_.c || rm -f submul_1_.c
        !           349: try_.c: try.c $(ANSI2KNR)
        !           350:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/try.c; then echo $(srcdir)/try.c; else echo try.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > try_.c || rm -f try_.c
        !           351: tst-addsub_.c: tst-addsub.c $(ANSI2KNR)
        !           352:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tst-addsub.c; then echo $(srcdir)/tst-addsub.c; else echo tst-addsub.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tst-addsub_.c || rm -f tst-addsub_.c
        !           353: add_n_.$(OBJEXT) add_n_.lo addmul_1_.$(OBJEXT) addmul_1_.lo \
        !           354: copy_.$(OBJEXT) copy_.lo divmod_1_.$(OBJEXT) divmod_1_.lo \
        !           355: divrem_.$(OBJEXT) divrem_.lo lshift_.$(OBJEXT) lshift_.lo \
        !           356: mul_1_.$(OBJEXT) mul_1_.lo rshift_.$(OBJEXT) rshift_.lo \
        !           357: sub_n_.$(OBJEXT) sub_n_.lo submul_1_.$(OBJEXT) submul_1_.lo \
        !           358: try_.$(OBJEXT) try_.lo tst-addsub_.$(OBJEXT) tst-addsub_.lo : \
        !           359: $(ANSI2KNR)
        !           360: uninstall-info-am:
        !           361:
        !           362: tags: TAGS
        !           363:
        !           364: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           365:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           366:        unique=`for i in $$list; do \
        !           367:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           368:          done | \
        !           369:          $(AWK) '    { files[$$0] = 1; } \
        !           370:               END { for (i in files) print i; }'`; \
        !           371:        mkid -fID $$unique $(LISP)
        !           372:
        !           373: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           374:                $(TAGS_FILES) $(LISP)
        !           375:        tags=; \
        !           376:        here=`pwd`; \
        !           377:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           378:        unique=`for i in $$list; do \
        !           379:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           380:          done | \
        !           381:          $(AWK) '    { files[$$0] = 1; } \
        !           382:               END { for (i in files) print i; }'`; \
        !           383:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           384:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           385:
        !           386: GTAGS:
        !           387:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           388:          && cd $(top_srcdir) \
        !           389:          && gtags -i $(GTAGS_ARGS) $$here
        !           390:
        !           391: distclean-tags:
        !           392:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           393:
        !           394: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           395:
        !           396: top_distdir = ../..
        !           397: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
        !           398:
        !           399: distdir: $(DISTFILES)
        !           400:        @for file in $(DISTFILES); do \
        !           401:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
        !           402:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           403:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           404:            $(mkinstalldirs) "$(distdir)/$$dir"; \
        !           405:          fi; \
        !           406:          if test -d $$d/$$file; then \
        !           407:            cp -pR $$d/$$file $(distdir) \
        !           408:            || exit 1; \
        !           409:          else \
        !           410:            test -f $(distdir)/$$file \
        !           411:            || cp -p $$d/$$file $(distdir)/$$file \
        !           412:            || exit 1; \
        !           413:          fi; \
        !           414:        done
        !           415: check-am: all-am
        !           416: check: check-am
        !           417: all-am: Makefile
        !           418:
        !           419: installdirs:
        !           420:
        !           421: install: install-am
        !           422: install-exec: install-exec-am
        !           423: install-data: install-data-am
        !           424: uninstall: uninstall-am
        !           425:
        !           426: install-am: all-am
        !           427:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           428:
        !           429: installcheck: installcheck-am
        !           430: install-strip:
        !           431:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           432:          `test -z '$(STRIP)' || \
        !           433:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           434: mostlyclean-generic:
        !           435:
        !           436: clean-generic:
        !           437:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
        !           438:
        !           439: distclean-generic:
        !           440:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        !           441:
        !           442: maintainer-clean-generic:
        !           443:        @echo "This command is intended for maintainers to use"
        !           444:        @echo "it deletes files that may require special tools to rebuild."
        !           445: clean: clean-am
        !           446:
        !           447: clean-am: clean-generic clean-libtool mostlyclean-am
        !           448:
        !           449: distclean: distclean-am
        !           450:
        !           451: distclean-am: clean-am distclean-compile distclean-generic \
        !           452:        distclean-libtool distclean-tags
        !           453:
        !           454: dvi: dvi-am
        !           455:
        !           456: dvi-am:
        !           457:
        !           458: info: info-am
        !           459:
        !           460: info-am:
        !           461:
        !           462: install-data-am:
        !           463:
        !           464: install-exec-am:
        !           465:
        !           466: install-info: install-info-am
        !           467:
        !           468: install-man:
        !           469:
        !           470: installcheck-am:
        !           471:
        !           472: maintainer-clean: maintainer-clean-am
        !           473:
        !           474: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           475:
        !           476: mostlyclean: mostlyclean-am
        !           477:
        !           478: mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
        !           479:        mostlyclean-libtool
        !           480:
        !           481: uninstall-am: uninstall-info-am
        !           482:
        !           483: .PHONY: GTAGS all all-am check check-am clean clean-generic \
        !           484:        clean-libtool distclean distclean-compile distclean-generic \
        !           485:        distclean-libtool distclean-tags distdir dvi dvi-am info \
        !           486:        info-am install install-am install-data install-data-am \
        !           487:        install-exec install-exec-am install-info install-info-am \
        !           488:        install-man install-strip installcheck installcheck-am \
        !           489:        installdirs maintainer-clean maintainer-clean-generic \
        !           490:        mostlyclean mostlyclean-compile mostlyclean-generic \
        !           491:        mostlyclean-kr mostlyclean-libtool tags uninstall uninstall-am \
        !           492:        uninstall-info-am
        !           493:
        !           494:
        !           495: allprogs: $(EXTRA_PROGRAMS)
        !           496:
        !           497: $(top_builddir)/tests/libtests.la:
        !           498:        cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
        !           499: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           500: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           501: .NOEXPORT:

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