[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.4

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

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