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

Annotation of OpenXM_contrib/gmp/mpn/tests/Makefile.in, Revision 1.1.1.1

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

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