[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / builtin

Annotation of OpenXM_contrib2/asir2018/builtin/Makefile.in, Revision 1.3

1.2       noro        1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       noro        2: # @configure_input@
                      3:
1.2       noro        4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1       noro        5:
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
                     16:
                     17: VPATH = @srcdir@
1.2       noro       18: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1       noro       19: am__make_running_with_option = \
                     20:   case $${target_option-} in \
                     21:       ?) ;; \
                     22:       *) echo "am__make_running_with_option: internal error: invalid" \
                     23:               "target option '$${target_option-}' specified" >&2; \
                     24:          exit 1;; \
                     25:   esac; \
                     26:   has_opt=no; \
                     27:   sane_makeflags=$$MAKEFLAGS; \
                     28:   if $(am__is_gnu_make); then \
                     29:     sane_makeflags=$$MFLAGS; \
                     30:   else \
                     31:     case $$MAKEFLAGS in \
                     32:       *\\[\ \  ]*) \
                     33:         bs=\\; \
                     34:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     35:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     36:     esac; \
                     37:   fi; \
                     38:   skip_next=no; \
                     39:   strip_trailopt () \
                     40:   { \
                     41:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     42:   }; \
                     43:   for flg in $$sane_makeflags; do \
                     44:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     45:     case $$flg in \
                     46:       *=*|--*) continue;; \
                     47:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     48:       -*I?*) strip_trailopt 'I';; \
                     49:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     50:       -*O?*) strip_trailopt 'O';; \
                     51:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     52:       -*l?*) strip_trailopt 'l';; \
                     53:       -[dEDm]) skip_next=yes;; \
                     54:       -[JT]) skip_next=yes;; \
                     55:     esac; \
                     56:     case $$flg in \
                     57:       *$$target_option*) has_opt=yes; break;; \
                     58:     esac; \
                     59:   done; \
                     60:   test $$has_opt = yes
                     61: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     62: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     63: pkgdatadir = $(datadir)/@PACKAGE@
                     64: pkgincludedir = $(includedir)/@PACKAGE@
                     65: pkglibdir = $(libdir)/@PACKAGE@
                     66: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     67: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     68: install_sh_DATA = $(install_sh) -c -m 644
                     69: install_sh_PROGRAM = $(install_sh) -c
                     70: install_sh_SCRIPT = $(install_sh) -c
                     71: INSTALL_HEADER = $(INSTALL_DATA)
                     72: transform = $(program_transform_name)
                     73: NORMAL_INSTALL = :
                     74: PRE_INSTALL = :
                     75: POST_INSTALL = :
                     76: NORMAL_UNINSTALL = :
                     77: PRE_UNINSTALL = :
                     78: POST_UNINSTALL = :
                     79: build_triplet = @build@
                     80: host_triplet = @host@
                     81: target_triplet = @target@
                     82: subdir = builtin
1.2       noro       83: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
                     84:        $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
1.1       noro       85: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3     ! noro       86: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       noro       87: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     88:        $(ACLOCAL_M4)
                     89: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     90: CONFIG_CLEAN_FILES =
                     91: CONFIG_CLEAN_VPATH_FILES =
                     92: LIBRARIES = $(noinst_LIBRARIES)
                     93: AR = ar
                     94: ARFLAGS = cru
                     95: AM_V_AR = $(am__v_AR_@AM_V@)
                     96: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
                     97: am__v_AR_0 = @echo "  AR      " $@;
                     98: am__v_AR_1 =
                     99: libfunc_a_AR = $(AR) $(ARFLAGS)
                    100: libfunc_a_LIBADD =
                    101: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
                    102:        cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
                    103:        file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
                    104:        miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
                    105:        print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
                    106:        result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
                    107:        isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) \
                    108:        time.$(OBJEXT) type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) \
                    109:        gr.$(OBJEXT) dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
                    110:        numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
                    111:        sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT) \
                    112:        bfaux.$(OBJEXT)
                    113: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
                    114: AM_V_P = $(am__v_P_@AM_V@)
                    115: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    116: am__v_P_0 = false
                    117: am__v_P_1 = :
                    118: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    119: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    120: am__v_GEN_0 = @echo "  GEN     " $@;
                    121: am__v_GEN_1 =
                    122: AM_V_at = $(am__v_at_@AM_V@)
                    123: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    124: am__v_at_0 = @
                    125: am__v_at_1 =
                    126: DEFAULT_INCLUDES = -I.@am__isrc@
                    127: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    128: am__depfiles_maybe = depfiles
                    129: am__mv = mv -f
                    130: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    131:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    132: AM_V_CC = $(am__v_CC_@AM_V@)
                    133: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    134: am__v_CC_0 = @echo "  CC      " $@;
                    135: am__v_CC_1 =
                    136: CCLD = $(CC)
                    137: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    138: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    139: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    140: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    141: am__v_CCLD_1 =
                    142: SOURCES = $(libfunc_a_SOURCES)
                    143: DIST_SOURCES = $(libfunc_a_SOURCES)
                    144: am__can_run_installinfo = \
                    145:   case $$AM_UPDATE_INFO_DIR in \
                    146:     n|no|NO) false;; \
                    147:     *) (install-info --version) >/dev/null 2>&1;; \
                    148:   esac
                    149: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    150: # Read a list of newline-separated strings from the standard input,
                    151: # and print each of them once, without duplicates.  Input order is
                    152: # *not* preserved.
                    153: am__uniquify_input = $(AWK) '\
                    154:   BEGIN { nonempty = 0; } \
                    155:   { items[$$0] = 1; nonempty = 1; } \
                    156:   END { if (nonempty) { for (i in items) print i; }; } \
                    157: '
                    158: # Make sure the list of sources is unique.  This is necessary because,
                    159: # e.g., the same source file might be shared among _SOURCES variables
                    160: # for different programs/libraries.
                    161: am__define_uniq_tagged_files = \
                    162:   list='$(am__tagged_files)'; \
                    163:   unique=`for i in $$list; do \
                    164:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    165:   done | $(am__uniquify_input)`
                    166: ETAGS = etags
                    167: CTAGS = ctags
                    168: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    169: ACLOCAL = @ACLOCAL@
                    170: AMTAR = @AMTAR@
                    171: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    172: ASIR_GCLIB = @ASIR_GCLIB@
                    173: AUTOCONF = @AUTOCONF@
                    174: AUTOHEADER = @AUTOHEADER@
                    175: AUTOMAKE = @AUTOMAKE@
                    176: AWK = @AWK@
                    177: CC = @CC@
                    178: CCDEPMODE = @CCDEPMODE@
                    179: CFLAGS = @CFLAGS@
                    180: CPP = @CPP@
                    181: CPPFLAGS = @CPPFLAGS@
                    182: CYGPATH_W = @CYGPATH_W@
                    183: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
                    184: DEPDIR = @DEPDIR@
                    185: ECHO_C = @ECHO_C@
                    186: ECHO_N = @ECHO_N@
                    187: ECHO_T = @ECHO_T@
                    188: EGREP = @EGREP@
                    189: EXEEXT = @EXEEXT@
                    190: FEPLIB = @FEPLIB@
                    191: GC = @GC@
                    192: GCINC = @GCINC@
                    193: GCLIB = @GCLIB@
                    194: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
                    195: GC_DISTDIR = @GC_DISTDIR@
                    196: GMPLIB = @GMPLIB@
                    197: GREP = @GREP@
                    198: INSTALL = @INSTALL@
                    199: INSTALL_DATA = @INSTALL_DATA@
                    200: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    201: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    202: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    203: LAPACKLIB = @LAPACKLIB@
                    204: LDFLAGS = @LDFLAGS@
                    205: LIBOBJS = @LIBOBJS@
                    206: LIBS = @LIBS@
                    207: LN_S = @LN_S@
                    208: LTLIBOBJS = @LTLIBOBJS@
                    209: MAINT = @MAINT@
                    210: MAKEINFO = @MAKEINFO@
                    211: MKDIR_P = @MKDIR_P@
                    212: OBJEXT = @OBJEXT@
                    213: PACKAGE = @PACKAGE@
                    214: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    215: PACKAGE_NAME = @PACKAGE_NAME@
                    216: PACKAGE_STRING = @PACKAGE_STRING@
                    217: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    218: PACKAGE_URL = @PACKAGE_URL@
                    219: PACKAGE_VERSION = @PACKAGE_VERSION@
                    220: PARIINC = @PARIINC@
                    221: PARILIB = @PARILIB@
                    222: PATH_SEPARATOR = @PATH_SEPARATOR@
                    223: RANLIB = @RANLIB@
                    224: SET_MAKE = @SET_MAKE@
                    225: SHELL = @SHELL@
                    226: STRIP = @STRIP@
                    227: USE_GC_SPARC64 = @USE_GC_SPARC64@
                    228: VERSION = @VERSION@
                    229: WSLIB = @WSLIB@
                    230: XMKMF = @XMKMF@
                    231: XPMLIB = @XPMLIB@
                    232: X_CFLAGS = @X_CFLAGS@
                    233: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    234: X_LIBS = @X_LIBS@
                    235: X_PRE_LIBS = @X_PRE_LIBS@
                    236: YACC = @YACC@
                    237: YFLAGS = @YFLAGS@
                    238: abs_builddir = @abs_builddir@
                    239: abs_srcdir = @abs_srcdir@
                    240: abs_top_builddir = @abs_top_builddir@
                    241: abs_top_srcdir = @abs_top_srcdir@
                    242: ac_ct_CC = @ac_ct_CC@
                    243: am__include = @am__include@
                    244: am__leading_dot = @am__leading_dot@
                    245: am__quote = @am__quote@
                    246: am__tar = @am__tar@
                    247: am__untar = @am__untar@
                    248: asm_obj = @asm_obj@
                    249: bindir = @bindir@
                    250: build = @build@
                    251: build_alias = @build_alias@
                    252: build_cpu = @build_cpu@
                    253: build_os = @build_os@
                    254: build_vendor = @build_vendor@
                    255: builddir = @builddir@
                    256: datadir = @datadir@
                    257: datarootdir = @datarootdir@
                    258: docdir = @docdir@
                    259: dvidir = @dvidir@
                    260: exec_prefix = @exec_prefix@
                    261: host = @host@
                    262: host_alias = @host_alias@
                    263: host_cpu = @host_cpu@
                    264: host_os = @host_os@
                    265: host_vendor = @host_vendor@
                    266: htmldir = @htmldir@
                    267: includedir = @includedir@
                    268: infodir = @infodir@
                    269: install_sh = @install_sh@
                    270: libasir_postfix = @libasir_postfix@
                    271: libdir = @libdir@
                    272: libexecdir = @libexecdir@
                    273: localedir = @localedir@
                    274: localstatedir = @localstatedir@
                    275: mandir = @mandir@
                    276: mkdir_p = @mkdir_p@
                    277: oldincludedir = @oldincludedir@
                    278: pdfdir = @pdfdir@
                    279: prefix = @prefix@
                    280: program_transform_name = @program_transform_name@
                    281: psdir = @psdir@
                    282: sbindir = @sbindir@
                    283: sharedstatedir = @sharedstatedir@
                    284: srcdir = @srcdir@
                    285: sysconfdir = @sysconfdir@
                    286: target = @target@
                    287: target_alias = @target_alias@
                    288: target_cpu = @target_cpu@
                    289: target_os = @target_os@
                    290: target_vendor = @target_vendor@
                    291: top_build_prefix = @top_build_prefix@
                    292: top_builddir = @top_builddir@
                    293: top_srcdir = @top_srcdir@
                    294: asirdir = ${prefix}/lib/asir
                    295: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    296:            -I${top_srcdir}/gc/include \
                    297:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
                    298:
                    299: noinst_LIBRARIES = libfunc.a
                    300: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
                    301:                     fctr.c file.c help.c int.c list.c miscf.c \
                    302:                     parif.c poly.c pdiv.c print.c pf.c \
                    303:                     rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
                    304:                     strobj.c subst.c time.c type.c var.c compobj.c \
                    305:                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
                    306:                     batch.c sha1.c user.c round.c iarray.c bfaux.c
                    307:
                    308: all: all-am
                    309:
                    310: .SUFFIXES:
                    311: .SUFFIXES: .c .o .obj
                    312: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    313:        @for dep in $?; do \
                    314:          case '$(am__configure_deps)' in \
                    315:            *$$dep*) \
                    316:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    317:                && { if test -f $@; then exit 0; else break; fi; }; \
                    318:              exit 1;; \
                    319:          esac; \
                    320:        done; \
                    321:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu builtin/Makefile'; \
                    322:        $(am__cd) $(top_srcdir) && \
                    323:          $(AUTOMAKE) --gnu builtin/Makefile
1.2       noro      324: .PRECIOUS: Makefile
1.1       noro      325: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    326:        @case '$?' in \
                    327:          *config.status*) \
                    328:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    329:          *) \
                    330:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    331:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    332:        esac;
                    333:
                    334: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    335:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    336:
                    337: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    338:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    339: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    340:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    341: $(am__aclocal_m4_deps):
                    342:
                    343: clean-noinstLIBRARIES:
                    344:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    345:
                    346: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES) $(EXTRA_libfunc_a_DEPENDENCIES)
                    347:        $(AM_V_at)-rm -f libfunc.a
                    348:        $(AM_V_AR)$(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
                    349:        $(AM_V_at)$(RANLIB) libfunc.a
                    350:
                    351: mostlyclean-compile:
                    352:        -rm -f *.$(OBJEXT)
                    353:
                    354: distclean-compile:
                    355:        -rm -f *.tab.c
                    356:
                    357: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/al.Po@am__quote@
                    358: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algnum.Po@am__quote@
                    359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
                    360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/batch.Po@am__quote@
                    361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfaux.Po@am__quote@
                    362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compobj.Po@am__quote@
                    363: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplxnum.Po@am__quote@
                    364: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrl.Po@am__quote@
                    365: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp-supp.Po@am__quote@
                    366: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp.Po@am__quote@
                    367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ec.Po@am__quote@
                    368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fctr.Po@am__quote@
                    369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
                    370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftab.Po@am__quote@
                    371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf.Po@am__quote@
                    372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gr.Po@am__quote@
                    373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
                    374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iarray.Po@am__quote@
                    375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
                    376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolv.Po@am__quote@
                    377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itvnum.Po@am__quote@
                    378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
                    379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
                    380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mattran.Po@am__quote@
                    381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscf.Po@am__quote@
                    382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numerical.Po@am__quote@
                    383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parif.Po@am__quote@
                    384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdiv.Po@am__quote@
                    385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
                    386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poly.Po@am__quote@
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rat.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduct.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobj.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var.Po@am__quote@
                    399:
                    400: .c.o:
                    401: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    402: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    403: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    404: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    405: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    406:
                    407: .c.obj:
                    408: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    409: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    410: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    411: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    412: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    413:
                    414: ID: $(am__tagged_files)
                    415:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    416: tags: tags-am
                    417: TAGS: tags
                    418:
                    419: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    420:        set x; \
                    421:        here=`pwd`; \
                    422:        $(am__define_uniq_tagged_files); \
                    423:        shift; \
                    424:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    425:          test -n "$$unique" || unique=$$empty_fix; \
                    426:          if test $$# -gt 0; then \
                    427:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    428:              "$$@" $$unique; \
                    429:          else \
                    430:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    431:              $$unique; \
                    432:          fi; \
                    433:        fi
                    434: ctags: ctags-am
                    435:
                    436: CTAGS: ctags
                    437: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    438:        $(am__define_uniq_tagged_files); \
                    439:        test -z "$(CTAGS_ARGS)$$unique" \
                    440:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    441:             $$unique
                    442:
                    443: GTAGS:
                    444:        here=`$(am__cd) $(top_builddir) && pwd` \
                    445:          && $(am__cd) $(top_srcdir) \
                    446:          && gtags -i $(GTAGS_ARGS) "$$here"
                    447: cscopelist: cscopelist-am
                    448:
                    449: cscopelist-am: $(am__tagged_files)
                    450:        list='$(am__tagged_files)'; \
                    451:        case "$(srcdir)" in \
                    452:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    453:          *) sdir=$(subdir)/$(srcdir) ;; \
                    454:        esac; \
                    455:        for i in $$list; do \
                    456:          if test -f "$$i"; then \
                    457:            echo "$(subdir)/$$i"; \
                    458:          else \
                    459:            echo "$$sdir/$$i"; \
                    460:          fi; \
                    461:        done >> $(top_builddir)/cscope.files
                    462:
                    463: distclean-tags:
                    464:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    465:
                    466: distdir: $(DISTFILES)
                    467:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    468:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    469:        list='$(DISTFILES)'; \
                    470:          dist_files=`for file in $$list; do echo $$file; done | \
                    471:          sed -e "s|^$$srcdirstrip/||;t" \
                    472:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    473:        case $$dist_files in \
                    474:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    475:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    476:                           sort -u` ;; \
                    477:        esac; \
                    478:        for file in $$dist_files; do \
                    479:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    480:          if test -d $$d/$$file; then \
                    481:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    482:            if test -d "$(distdir)/$$file"; then \
                    483:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    484:            fi; \
                    485:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    486:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    487:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    488:            fi; \
                    489:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    490:          else \
                    491:            test -f "$(distdir)/$$file" \
                    492:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    493:            || exit 1; \
                    494:          fi; \
                    495:        done
                    496: check-am: all-am
                    497: check: check-am
                    498: all-am: Makefile $(LIBRARIES)
                    499: installdirs:
                    500: install: install-am
                    501: install-exec: install-exec-am
                    502: install-data: install-data-am
                    503: uninstall: uninstall-am
                    504:
                    505: install-am: all-am
                    506:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    507:
                    508: installcheck: installcheck-am
                    509: install-strip:
                    510:        if test -z '$(STRIP)'; then \
                    511:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    512:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    513:              install; \
                    514:        else \
                    515:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    516:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    517:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    518:        fi
                    519: mostlyclean-generic:
                    520:
                    521: clean-generic:
                    522:
                    523: distclean-generic:
                    524:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    525:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    526:
                    527: maintainer-clean-generic:
                    528:        @echo "This command is intended for maintainers to use"
                    529:        @echo "it deletes files that may require special tools to rebuild."
                    530: clean: clean-am
                    531:
                    532: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    533:
                    534: distclean: distclean-am
                    535:        -rm -rf ./$(DEPDIR)
                    536:        -rm -f Makefile
                    537: distclean-am: clean-am distclean-compile distclean-generic \
                    538:        distclean-tags
                    539:
                    540: dvi: dvi-am
                    541:
                    542: dvi-am:
                    543:
                    544: html: html-am
                    545:
                    546: html-am:
                    547:
                    548: info: info-am
                    549:
                    550: info-am:
                    551:
                    552: install-data-am:
                    553:
                    554: install-dvi: install-dvi-am
                    555:
                    556: install-dvi-am:
                    557:
                    558: install-exec-am:
                    559:
                    560: install-html: install-html-am
                    561:
                    562: install-html-am:
                    563:
                    564: install-info: install-info-am
                    565:
                    566: install-info-am:
                    567:
                    568: install-man:
                    569:
                    570: install-pdf: install-pdf-am
                    571:
                    572: install-pdf-am:
                    573:
                    574: install-ps: install-ps-am
                    575:
                    576: install-ps-am:
                    577:
                    578: installcheck-am:
                    579:
                    580: maintainer-clean: maintainer-clean-am
                    581:        -rm -rf ./$(DEPDIR)
                    582:        -rm -f Makefile
                    583: maintainer-clean-am: distclean-am maintainer-clean-generic
                    584:
                    585: mostlyclean: mostlyclean-am
                    586:
                    587: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    588:
                    589: pdf: pdf-am
                    590:
                    591: pdf-am:
                    592:
                    593: ps: ps-am
                    594:
                    595: ps-am:
                    596:
                    597: uninstall-am:
                    598:
                    599: .MAKE: install-am install-strip
                    600:
                    601: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    602:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    603:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    604:        dvi-am html html-am info info-am install install-am \
                    605:        install-data install-data-am install-dvi install-dvi-am \
                    606:        install-exec install-exec-am install-html install-html-am \
                    607:        install-info install-info-am install-man install-pdf \
                    608:        install-pdf-am install-ps install-ps-am install-strip \
                    609:        installcheck installcheck-am installdirs maintainer-clean \
                    610:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    611:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
                    612:        uninstall-am
                    613:
                    614:
                    615: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    616: # Otherwise a system limit (for SysV at least) may be exceeded.
                    617: .NOEXPORT:

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