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

Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.in, Revision 1.25

1.25    ! ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.17      ohara       2: # @configure_input@
1.1       ohara       3:
1.25    ! ohara       4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             5:
1.1       ohara       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@
1.15      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
1.25    ! ohara      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: }
        !            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))
1.1       ohara      73: pkgdatadir = $(datadir)/@PACKAGE@
1.20      ohara      74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      75: pkglibdir = $(libdir)/@PACKAGE@
1.20      ohara      76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.17      ohara      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
1.1       ohara      81: INSTALL_HEADER = $(INSTALL_DATA)
1.17      ohara      82: transform = $(program_transform_name)
1.1       ohara      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@
1.17      ohara      92: subdir = builtin
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     96:        $(ACLOCAL_M4)
1.25    ! ohara      97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.17      ohara      98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     99: CONFIG_CLEAN_FILES =
1.20      ohara     100: CONFIG_CLEAN_VPATH_FILES =
1.17      ohara     101: LIBRARIES = $(noinst_LIBRARIES)
                    102: AR = ar
                    103: ARFLAGS = cru
1.25    ! ohara     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 =
1.17      ohara     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) \
1.24      noro      120:        sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT) \
                    121:        bfaux.$(OBJEXT)
1.17      ohara     122: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
1.25    ! ohara     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 =
1.17      ohara     135: DEFAULT_INCLUDES = -I.@am__isrc@
                    136: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    137: am__depfiles_maybe = depfiles
1.20      ohara     138: am__mv = mv -f
1.17      ohara     139: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    140:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.25    ! ohara     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 =
1.17      ohara     145: CCLD = $(CC)
                    146: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.25    ! ohara     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 =
1.17      ohara     151: SOURCES = $(libfunc_a_SOURCES)
                    152: DIST_SOURCES = $(libfunc_a_SOURCES)
1.25    ! ohara     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)`
1.17      ohara     175: ETAGS = etags
                    176: CTAGS = ctags
1.25    ! ohara     177: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
        !           178:        $(top_srcdir)/mkinstalldirs
1.17      ohara     179: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    180: ACLOCAL = @ACLOCAL@
1.1       ohara     181: AMTAR = @AMTAR@
1.25    ! ohara     182: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.20      ohara     183: ASIR_GCLIB = @ASIR_GCLIB@
1.17      ohara     184: AUTOCONF = @AUTOCONF@
                    185: AUTOHEADER = @AUTOHEADER@
                    186: AUTOMAKE = @AUTOMAKE@
1.1       ohara     187: AWK = @AWK@
                    188: CC = @CC@
1.17      ohara     189: CCDEPMODE = @CCDEPMODE@
                    190: CFLAGS = @CFLAGS@
                    191: CPP = @CPP@
                    192: CPPFLAGS = @CPPFLAGS@
                    193: CYGPATH_W = @CYGPATH_W@
                    194: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     195: DEPDIR = @DEPDIR@
1.17      ohara     196: ECHO_C = @ECHO_C@
                    197: ECHO_N = @ECHO_N@
                    198: ECHO_T = @ECHO_T@
                    199: EGREP = @EGREP@
1.15      ohara     200: EXEEXT = @EXEEXT@
1.1       ohara     201: FEPLIB = @FEPLIB@
1.17      ohara     202: GC = @GC@
1.20      ohara     203: GCINC = @GCINC@
                    204: GCLIB = @GCLIB@
1.17      ohara     205: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.16      ohara     206: GC_DISTDIR = @GC_DISTDIR@
1.17      ohara     207: GREP = @GREP@
                    208: INSTALL = @INSTALL@
                    209: INSTALL_DATA = @INSTALL_DATA@
                    210: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    211: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     212: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    213: LAPACKLIB = @LAPACKLIB@
1.17      ohara     214: LDFLAGS = @LDFLAGS@
                    215: LIBOBJS = @LIBOBJS@
                    216: LIBS = @LIBS@
1.1       ohara     217: LN_S = @LN_S@
1.17      ohara     218: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     219: MAINT = @MAINT@
1.17      ohara     220: MAKEINFO = @MAKEINFO@
                    221: MKDIR_P = @MKDIR_P@
1.15      ohara     222: OBJEXT = @OBJEXT@
1.1       ohara     223: PACKAGE = @PACKAGE@
1.17      ohara     224: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    225: PACKAGE_NAME = @PACKAGE_NAME@
                    226: PACKAGE_STRING = @PACKAGE_STRING@
                    227: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.20      ohara     228: PACKAGE_URL = @PACKAGE_URL@
1.17      ohara     229: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     230: PARIINC = @PARIINC@
                    231: PARILIB = @PARILIB@
1.17      ohara     232: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     233: RANLIB = @RANLIB@
1.17      ohara     234: SET_MAKE = @SET_MAKE@
                    235: SHELL = @SHELL@
                    236: STRIP = @STRIP@
1.12      ohara     237: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     238: VERSION = @VERSION@
1.17      ohara     239: XMKMF = @XMKMF@
1.4       ohara     240: XPMLIB = @XPMLIB@
1.1       ohara     241: X_CFLAGS = @X_CFLAGS@
                    242: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    243: X_LIBS = @X_LIBS@
                    244: X_PRE_LIBS = @X_PRE_LIBS@
                    245: YACC = @YACC@
1.17      ohara     246: YFLAGS = @YFLAGS@
                    247: abs_builddir = @abs_builddir@
                    248: abs_srcdir = @abs_srcdir@
                    249: abs_top_builddir = @abs_top_builddir@
                    250: abs_top_srcdir = @abs_top_srcdir@
                    251: ac_ct_CC = @ac_ct_CC@
1.1       ohara     252: am__include = @am__include@
1.17      ohara     253: am__leading_dot = @am__leading_dot@
1.1       ohara     254: am__quote = @am__quote@
1.17      ohara     255: am__tar = @am__tar@
                    256: am__untar = @am__untar@
1.1       ohara     257: asm_obj = @asm_obj@
1.17      ohara     258: bindir = @bindir@
                    259: build = @build@
                    260: build_alias = @build_alias@
                    261: build_cpu = @build_cpu@
                    262: build_os = @build_os@
                    263: build_vendor = @build_vendor@
                    264: builddir = @builddir@
                    265: datadir = @datadir@
                    266: datarootdir = @datarootdir@
                    267: docdir = @docdir@
                    268: dvidir = @dvidir@
                    269: exec_prefix = @exec_prefix@
                    270: host = @host@
                    271: host_alias = @host_alias@
                    272: host_cpu = @host_cpu@
                    273: host_os = @host_os@
                    274: host_vendor = @host_vendor@
                    275: htmldir = @htmldir@
                    276: includedir = @includedir@
                    277: infodir = @infodir@
1.1       ohara     278: install_sh = @install_sh@
                    279: libasir_postfix = @libasir_postfix@
1.17      ohara     280: libdir = @libdir@
                    281: libexecdir = @libexecdir@
                    282: localedir = @localedir@
                    283: localstatedir = @localstatedir@
                    284: mandir = @mandir@
                    285: mkdir_p = @mkdir_p@
                    286: oldincludedir = @oldincludedir@
                    287: pdfdir = @pdfdir@
                    288: prefix = @prefix@
                    289: program_transform_name = @program_transform_name@
                    290: psdir = @psdir@
                    291: sbindir = @sbindir@
                    292: sharedstatedir = @sharedstatedir@
                    293: srcdir = @srcdir@
                    294: sysconfdir = @sysconfdir@
                    295: target = @target@
                    296: target_alias = @target_alias@
                    297: target_cpu = @target_cpu@
                    298: target_os = @target_os@
                    299: target_vendor = @target_vendor@
1.20      ohara     300: top_build_prefix = @top_build_prefix@
1.17      ohara     301: top_builddir = @top_builddir@
                    302: top_srcdir = @top_srcdir@
1.6       ohara     303: asirdir = ${prefix}/lib/asir
1.25    ! ohara     304: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     305:            -I${top_srcdir}/gc/include \
1.23      noro      306:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     307:
                    308: noinst_LIBRARIES = libfunc.a
                    309: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
                    310:                     fctr.c file.c help.c int.c list.c miscf.c \
                    311:                     parif.c poly.c pdiv.c print.c pf.c \
1.8       noro      312:                     rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1       ohara     313:                     strobj.c subst.c time.c type.c var.c compobj.c \
                    314:                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.24      noro      315:                     batch.c sha1.c user.c round.c iarray.c bfaux.c
1.1       ohara     316:
                    317: all: all-am
                    318:
                    319: .SUFFIXES:
                    320: .SUFFIXES: .c .o .obj
1.17      ohara     321: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    322:        @for dep in $?; do \
                    323:          case '$(am__configure_deps)' in \
                    324:            *$$dep*) \
1.20      ohara     325:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    326:                && { if test -f $@; then exit 0; else break; fi; }; \
1.17      ohara     327:              exit 1;; \
                    328:          esac; \
                    329:        done; \
1.20      ohara     330:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu builtin/Makefile'; \
                    331:        $(am__cd) $(top_srcdir) && \
                    332:          $(AUTOMAKE) --gnu builtin/Makefile
1.17      ohara     333: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    334:        @case '$?' in \
                    335:          *config.status*) \
                    336:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    337:          *) \
                    338:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    339:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    340:        esac;
                    341:
                    342: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    343:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    344:
                    345: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    346:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    347: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    348:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.20      ohara     349: $(am__aclocal_m4_deps):
1.1       ohara     350:
                    351: clean-noinstLIBRARIES:
                    352:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.25    ! ohara     353:
        !           354: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES) $(EXTRA_libfunc_a_DEPENDENCIES)
        !           355:        $(AM_V_at)-rm -f libfunc.a
        !           356:        $(AM_V_AR)$(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
        !           357:        $(AM_V_at)$(RANLIB) libfunc.a
1.1       ohara     358:
                    359: mostlyclean-compile:
1.17      ohara     360:        -rm -f *.$(OBJEXT)
1.1       ohara     361:
                    362: distclean-compile:
                    363:        -rm -f *.tab.c
                    364:
1.17      ohara     365: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/al.Po@am__quote@
                    366: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algnum.Po@am__quote@
                    367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
                    368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/batch.Po@am__quote@
1.24      noro      369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfaux.Po@am__quote@
1.17      ohara     370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compobj.Po@am__quote@
                    371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplxnum.Po@am__quote@
                    372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrl.Po@am__quote@
                    373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp-supp.Po@am__quote@
                    374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp.Po@am__quote@
                    375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ec.Po@am__quote@
                    376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fctr.Po@am__quote@
                    377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
                    378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftab.Po@am__quote@
                    379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf.Po@am__quote@
                    380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gr.Po@am__quote@
                    381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
                    382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iarray.Po@am__quote@
                    383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
                    384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolv.Po@am__quote@
                    385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itvnum.Po@am__quote@
                    386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mattran.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscf.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numerical.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parif.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdiv.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poly.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rat.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduct.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobj.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type.Po@am__quote@
                    405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
                    406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var.Po@am__quote@
1.1       ohara     407:
                    408: .c.o:
1.25    ! ohara     409: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           410: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           411: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.17      ohara     412: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.25    ! ohara     413: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     414:
                    415: .c.obj:
1.25    ! ohara     416: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           417: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           418: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.17      ohara     419: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.25    ! ohara     420: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     421:
1.25    ! ohara     422: ID: $(am__tagged_files)
        !           423:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           424: tags: tags-am
        !           425: TAGS: tags
1.1       ohara     426:
1.25    ! ohara     427: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.20      ohara     428:        set x; \
1.1       ohara     429:        here=`pwd`; \
1.25    ! ohara     430:        $(am__define_uniq_tagged_files); \
1.20      ohara     431:        shift; \
                    432:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.17      ohara     433:          test -n "$$unique" || unique=$$empty_fix; \
1.20      ohara     434:          if test $$# -gt 0; then \
                    435:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    436:              "$$@" $$unique; \
                    437:          else \
                    438:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    439:              $$unique; \
                    440:          fi; \
1.17      ohara     441:        fi
1.25    ! ohara     442: ctags: ctags-am
        !           443:
        !           444: CTAGS: ctags
        !           445: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           446:        $(am__define_uniq_tagged_files); \
1.20      ohara     447:        test -z "$(CTAGS_ARGS)$$unique" \
1.17      ohara     448:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.20      ohara     449:             $$unique
1.1       ohara     450:
                    451: GTAGS:
1.17      ohara     452:        here=`$(am__cd) $(top_builddir) && pwd` \
1.20      ohara     453:          && $(am__cd) $(top_srcdir) \
                    454:          && gtags -i $(GTAGS_ARGS) "$$here"
1.25    ! ohara     455: cscopelist: cscopelist-am
        !           456:
        !           457: cscopelist-am: $(am__tagged_files)
        !           458:        list='$(am__tagged_files)'; \
        !           459:        case "$(srcdir)" in \
        !           460:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           461:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           462:        esac; \
        !           463:        for i in $$list; do \
        !           464:          if test -f "$$i"; then \
        !           465:            echo "$(subdir)/$$i"; \
        !           466:          else \
        !           467:            echo "$$sdir/$$i"; \
        !           468:          fi; \
        !           469:        done >> $(top_builddir)/cscope.files
1.1       ohara     470:
                    471: distclean-tags:
1.17      ohara     472:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     473:
                    474: distdir: $(DISTFILES)
1.17      ohara     475:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    476:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    477:        list='$(DISTFILES)'; \
                    478:          dist_files=`for file in $$list; do echo $$file; done | \
                    479:          sed -e "s|^$$srcdirstrip/||;t" \
                    480:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    481:        case $$dist_files in \
                    482:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    483:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    484:                           sort -u` ;; \
                    485:        esac; \
                    486:        for file in $$dist_files; do \
                    487:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     488:          if test -d $$d/$$file; then \
1.17      ohara     489:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.20      ohara     490:            if test -d "$(distdir)/$$file"; then \
                    491:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    492:            fi; \
1.17      ohara     493:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.20      ohara     494:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    495:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.17      ohara     496:            fi; \
1.20      ohara     497:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     498:          else \
1.20      ohara     499:            test -f "$(distdir)/$$file" \
                    500:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     501:            || exit 1; \
                    502:          fi; \
                    503:        done
                    504: check-am: all-am
                    505: check: check-am
                    506: all-am: Makefile $(LIBRARIES)
                    507: installdirs:
                    508: install: install-am
                    509: install-exec: install-exec-am
                    510: install-data: install-data-am
                    511: uninstall: uninstall-am
                    512:
                    513: install-am: all-am
                    514:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    515:
                    516: installcheck: installcheck-am
                    517: install-strip:
1.25    ! ohara     518:        if test -z '$(STRIP)'; then \
        !           519:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           520:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           521:              install; \
        !           522:        else \
        !           523:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           524:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           525:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           526:        fi
1.1       ohara     527: mostlyclean-generic:
                    528:
                    529: clean-generic:
                    530:
                    531: distclean-generic:
1.17      ohara     532:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.20      ohara     533:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     534:
                    535: maintainer-clean-generic:
                    536:        @echo "This command is intended for maintainers to use"
                    537:        @echo "it deletes files that may require special tools to rebuild."
                    538: clean: clean-am
                    539:
                    540: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    541:
                    542: distclean: distclean-am
1.17      ohara     543:        -rm -rf ./$(DEPDIR)
                    544:        -rm -f Makefile
                    545: distclean-am: clean-am distclean-compile distclean-generic \
                    546:        distclean-tags
1.1       ohara     547:
                    548: dvi: dvi-am
                    549:
                    550: dvi-am:
                    551:
1.17      ohara     552: html: html-am
                    553:
1.20      ohara     554: html-am:
                    555:
1.1       ohara     556: info: info-am
                    557:
                    558: info-am:
                    559:
                    560: install-data-am:
                    561:
1.17      ohara     562: install-dvi: install-dvi-am
                    563:
1.20      ohara     564: install-dvi-am:
                    565:
1.1       ohara     566: install-exec-am:
                    567:
1.17      ohara     568: install-html: install-html-am
                    569:
1.20      ohara     570: install-html-am:
                    571:
1.1       ohara     572: install-info: install-info-am
                    573:
1.20      ohara     574: install-info-am:
                    575:
1.1       ohara     576: install-man:
                    577:
1.17      ohara     578: install-pdf: install-pdf-am
                    579:
1.20      ohara     580: install-pdf-am:
                    581:
1.17      ohara     582: install-ps: install-ps-am
                    583:
1.20      ohara     584: install-ps-am:
                    585:
1.1       ohara     586: installcheck-am:
                    587:
                    588: maintainer-clean: maintainer-clean-am
1.17      ohara     589:        -rm -rf ./$(DEPDIR)
                    590:        -rm -f Makefile
1.1       ohara     591: maintainer-clean-am: distclean-am maintainer-clean-generic
                    592:
                    593: mostlyclean: mostlyclean-am
                    594:
                    595: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    596:
1.17      ohara     597: pdf: pdf-am
                    598:
                    599: pdf-am:
                    600:
                    601: ps: ps-am
                    602:
                    603: ps-am:
                    604:
                    605: uninstall-am:
                    606:
                    607: .MAKE: install-am install-strip
1.1       ohara     608:
1.25    ! ohara     609: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
        !           610:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
        !           611:        distclean-compile distclean-generic distclean-tags distdir dvi \
        !           612:        dvi-am html html-am info info-am install install-am \
        !           613:        install-data install-data-am install-dvi install-dvi-am \
        !           614:        install-exec install-exec-am install-html install-html-am \
        !           615:        install-info install-info-am install-man install-pdf \
        !           616:        install-pdf-am install-ps install-ps-am install-strip \
        !           617:        installcheck installcheck-am installdirs maintainer-clean \
1.1       ohara     618:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.25    ! ohara     619:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1.17      ohara     620:        uninstall-am
1.1       ohara     621:
1.25    ! ohara     622: .PRECIOUS: Makefile
        !           623:
1.20      ohara     624:
1.1       ohara     625: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    626: # Otherwise a system limit (for SysV at least) may be exceeded.
                    627: .NOEXPORT:

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