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

Annotation of OpenXM_contrib2/asir2000/engine/Makefile.in, Revision 1.26

1.26    ! ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.18      ohara       2: # @configure_input@
1.1       ohara       3:
1.26    ! 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.16      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
1.26    ! 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.21      ohara      74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      75: pkglibdir = $(libdir)/@PACKAGE@
1.21      ohara      76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.18      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.18      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.18      ohara      92: subdir = engine
                     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.26    ! ohara      97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.18      ohara      98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     99: CONFIG_CLEAN_FILES =
1.21      ohara     100: CONFIG_CLEAN_VPATH_FILES =
1.18      ohara     101: LIBRARIES = $(noinst_LIBRARIES)
                    102: AR = ar
                    103: ARFLAGS = cru
1.26    ! 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.18      ohara     108: libca_a_AR = $(AR) $(ARFLAGS)
                    109: libca_a_LIBADD =
                    110: am_libca_a_OBJECTS = init.$(OBJEXT) mat.$(OBJEXT) vect.$(OBJEXT) \
                    111:        str.$(OBJEXT) dist.$(OBJEXT) distm.$(OBJEXT) _distm.$(OBJEXT) \
                    112:        ui.$(OBJEXT) N.$(OBJEXT) Q.$(OBJEXT) QM.$(OBJEXT) \
                    113:        real.$(OBJEXT) bf.$(OBJEXT) cplx.$(OBJEXT) num.$(OBJEXT) \
                    114:        pari.$(OBJEXT) mi.$(OBJEXT) lmi.$(OBJEXT) mt19937.$(OBJEXT) \
                    115:        P.$(OBJEXT) PM.$(OBJEXT) PD.$(OBJEXT) PDM.$(OBJEXT) \
                    116:        up.$(OBJEXT) up_lm.$(OBJEXT) up_gf2n.$(OBJEXT) up2.$(OBJEXT) \
                    117:        gf2n.$(OBJEXT) gfpn.$(OBJEXT) gfs.$(OBJEXT) gfspn.$(OBJEXT) \
                    118:        PU.$(OBJEXT) PUM.$(OBJEXT) R.$(OBJEXT) RU.$(OBJEXT) \
                    119:        F.$(OBJEXT) D.$(OBJEXT) E.$(OBJEXT) Ebug.$(OBJEXT) \
                    120:        EZ.$(OBJEXT) H.$(OBJEXT) M.$(OBJEXT) NEZ.$(OBJEXT) \
                    121:        Mgfs.$(OBJEXT) Hgfs.$(OBJEXT) Fgfs.$(OBJEXT) C.$(OBJEXT) \
                    122:        A.$(OBJEXT) alg.$(OBJEXT) p-itv.$(OBJEXT) f-itv.$(OBJEXT) \
                    123:        d-itv.$(OBJEXT) nd.$(OBJEXT) ndbug.$(OBJEXT) Z.$(OBJEXT) \
1.23      noro      124:        dalg.$(OBJEXT) gmpq.$(OBJEXT)
1.18      ohara     125: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
1.26    ! ohara     126: AM_V_P = $(am__v_P_@AM_V@)
        !           127: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           128: am__v_P_0 = false
        !           129: am__v_P_1 = :
        !           130: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           131: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           132: am__v_GEN_0 = @echo "  GEN     " $@;
        !           133: am__v_GEN_1 =
        !           134: AM_V_at = $(am__v_at_@AM_V@)
        !           135: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           136: am__v_at_0 = @
        !           137: am__v_at_1 =
1.18      ohara     138: DEFAULT_INCLUDES = -I.@am__isrc@
                    139: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    140: am__depfiles_maybe = depfiles
1.21      ohara     141: am__mv = mv -f
1.18      ohara     142: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    143:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.26    ! ohara     144: AM_V_CC = $(am__v_CC_@AM_V@)
        !           145: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           146: am__v_CC_0 = @echo "  CC      " $@;
        !           147: am__v_CC_1 =
1.18      ohara     148: CCLD = $(CC)
                    149: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.26    ! ohara     150: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           151: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           152: am__v_CCLD_0 = @echo "  CCLD    " $@;
        !           153: am__v_CCLD_1 =
1.18      ohara     154: SOURCES = $(libca_a_SOURCES)
                    155: DIST_SOURCES = $(libca_a_SOURCES)
1.26    ! ohara     156: am__can_run_installinfo = \
        !           157:   case $$AM_UPDATE_INFO_DIR in \
        !           158:     n|no|NO) false;; \
        !           159:     *) (install-info --version) >/dev/null 2>&1;; \
        !           160:   esac
        !           161: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           162: # Read a list of newline-separated strings from the standard input,
        !           163: # and print each of them once, without duplicates.  Input order is
        !           164: # *not* preserved.
        !           165: am__uniquify_input = $(AWK) '\
        !           166:   BEGIN { nonempty = 0; } \
        !           167:   { items[$$0] = 1; nonempty = 1; } \
        !           168:   END { if (nonempty) { for (i in items) print i; }; } \
        !           169: '
        !           170: # Make sure the list of sources is unique.  This is necessary because,
        !           171: # e.g., the same source file might be shared among _SOURCES variables
        !           172: # for different programs/libraries.
        !           173: am__define_uniq_tagged_files = \
        !           174:   list='$(am__tagged_files)'; \
        !           175:   unique=`for i in $$list; do \
        !           176:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           177:   done | $(am__uniquify_input)`
1.18      ohara     178: ETAGS = etags
                    179: CTAGS = ctags
1.26    ! ohara     180: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
        !           181:        $(top_srcdir)/mkinstalldirs
1.18      ohara     182: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    183: ACLOCAL = @ACLOCAL@
1.1       ohara     184: AMTAR = @AMTAR@
1.26    ! ohara     185: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.21      ohara     186: ASIR_GCLIB = @ASIR_GCLIB@
1.18      ohara     187: AUTOCONF = @AUTOCONF@
                    188: AUTOHEADER = @AUTOHEADER@
                    189: AUTOMAKE = @AUTOMAKE@
1.1       ohara     190: AWK = @AWK@
                    191: CC = @CC@
1.18      ohara     192: CCDEPMODE = @CCDEPMODE@
                    193: CFLAGS = @CFLAGS@
                    194: CPP = @CPP@
                    195: CPPFLAGS = @CPPFLAGS@
                    196: CYGPATH_W = @CYGPATH_W@
                    197: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     198: DEPDIR = @DEPDIR@
1.18      ohara     199: ECHO_C = @ECHO_C@
                    200: ECHO_N = @ECHO_N@
                    201: ECHO_T = @ECHO_T@
                    202: EGREP = @EGREP@
1.16      ohara     203: EXEEXT = @EXEEXT@
1.1       ohara     204: FEPLIB = @FEPLIB@
1.18      ohara     205: GC = @GC@
1.21      ohara     206: GCINC = @GCINC@
                    207: GCLIB = @GCLIB@
1.18      ohara     208: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.17      ohara     209: GC_DISTDIR = @GC_DISTDIR@
1.18      ohara     210: GREP = @GREP@
                    211: INSTALL = @INSTALL@
                    212: INSTALL_DATA = @INSTALL_DATA@
                    213: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    214: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     215: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    216: LAPACKLIB = @LAPACKLIB@
1.18      ohara     217: LDFLAGS = @LDFLAGS@
                    218: LIBOBJS = @LIBOBJS@
                    219: LIBS = @LIBS@
1.1       ohara     220: LN_S = @LN_S@
1.18      ohara     221: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     222: MAINT = @MAINT@
1.18      ohara     223: MAKEINFO = @MAKEINFO@
                    224: MKDIR_P = @MKDIR_P@
1.16      ohara     225: OBJEXT = @OBJEXT@
1.1       ohara     226: PACKAGE = @PACKAGE@
1.18      ohara     227: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    228: PACKAGE_NAME = @PACKAGE_NAME@
                    229: PACKAGE_STRING = @PACKAGE_STRING@
                    230: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.21      ohara     231: PACKAGE_URL = @PACKAGE_URL@
1.18      ohara     232: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     233: PARIINC = @PARIINC@
                    234: PARILIB = @PARILIB@
1.18      ohara     235: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     236: RANLIB = @RANLIB@
1.18      ohara     237: SET_MAKE = @SET_MAKE@
                    238: SHELL = @SHELL@
                    239: STRIP = @STRIP@
1.10      ohara     240: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     241: VERSION = @VERSION@
1.18      ohara     242: XMKMF = @XMKMF@
1.4       ohara     243: XPMLIB = @XPMLIB@
1.1       ohara     244: X_CFLAGS = @X_CFLAGS@
                    245: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    246: X_LIBS = @X_LIBS@
                    247: X_PRE_LIBS = @X_PRE_LIBS@
                    248: YACC = @YACC@
1.18      ohara     249: YFLAGS = @YFLAGS@
                    250: abs_builddir = @abs_builddir@
                    251: abs_srcdir = @abs_srcdir@
                    252: abs_top_builddir = @abs_top_builddir@
                    253: abs_top_srcdir = @abs_top_srcdir@
                    254: ac_ct_CC = @ac_ct_CC@
1.1       ohara     255: am__include = @am__include@
1.18      ohara     256: am__leading_dot = @am__leading_dot@
1.1       ohara     257: am__quote = @am__quote@
1.18      ohara     258: am__tar = @am__tar@
                    259: am__untar = @am__untar@
1.1       ohara     260: asm_obj = @asm_obj@
1.18      ohara     261: bindir = @bindir@
                    262: build = @build@
                    263: build_alias = @build_alias@
                    264: build_cpu = @build_cpu@
                    265: build_os = @build_os@
                    266: build_vendor = @build_vendor@
                    267: builddir = @builddir@
                    268: datadir = @datadir@
                    269: datarootdir = @datarootdir@
                    270: docdir = @docdir@
                    271: dvidir = @dvidir@
                    272: exec_prefix = @exec_prefix@
                    273: host = @host@
                    274: host_alias = @host_alias@
                    275: host_cpu = @host_cpu@
                    276: host_os = @host_os@
                    277: host_vendor = @host_vendor@
                    278: htmldir = @htmldir@
                    279: includedir = @includedir@
                    280: infodir = @infodir@
1.1       ohara     281: install_sh = @install_sh@
                    282: libasir_postfix = @libasir_postfix@
1.18      ohara     283: libdir = @libdir@
                    284: libexecdir = @libexecdir@
                    285: localedir = @localedir@
                    286: localstatedir = @localstatedir@
                    287: mandir = @mandir@
                    288: mkdir_p = @mkdir_p@
                    289: oldincludedir = @oldincludedir@
                    290: pdfdir = @pdfdir@
                    291: prefix = @prefix@
                    292: program_transform_name = @program_transform_name@
                    293: psdir = @psdir@
                    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@
1.21      ohara     303: top_build_prefix = @top_build_prefix@
1.18      ohara     304: top_builddir = @top_builddir@
                    305: top_srcdir = @top_srcdir@
1.6       ohara     306: asirdir = ${prefix}/lib/asir
1.26    ! ohara     307: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     308:            -I${top_srcdir}/gc/include \
1.24      noro      309:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     310:
                    311: noinst_LIBRARIES = libca.a
                    312: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                    313:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                    314:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                    315:   gf2n.c gfpn.c gfs.c gfspn.c \
                    316:   PU.c PUM.c R.c RU.c F.c  \
                    317:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.23      noro      318:   C.c A.c alg.c p-itv.c f-itv.c d-itv.c nd.c ndbug.c Z.c dalg.c gmpq.c
1.1       ohara     319:
                    320: all: all-am
                    321:
                    322: .SUFFIXES:
                    323: .SUFFIXES: .c .o .obj
1.18      ohara     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*) \
1.21      ohara     328:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    329:                && { if test -f $@; then exit 0; else break; fi; }; \
1.18      ohara     330:              exit 1;; \
                    331:          esac; \
                    332:        done; \
1.21      ohara     333:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
                    334:        $(am__cd) $(top_srcdir) && \
                    335:          $(AUTOMAKE) --gnu engine/Makefile
1.18      ohara     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
1.21      ohara     352: $(am__aclocal_m4_deps):
1.1       ohara     353:
                    354: clean-noinstLIBRARIES:
                    355:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.26    ! ohara     356:
        !           357: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES) $(EXTRA_libca_a_DEPENDENCIES)
        !           358:        $(AM_V_at)-rm -f libca.a
        !           359:        $(AM_V_AR)$(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
        !           360:        $(AM_V_at)$(RANLIB) libca.a
1.1       ohara     361:
                    362: mostlyclean-compile:
1.18      ohara     363:        -rm -f *.$(OBJEXT)
1.1       ohara     364:
                    365: distclean-compile:
                    366:        -rm -f *.tab.c
                    367:
1.18      ohara     368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
                    369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
                    370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
                    371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
                    372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
                    373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
                    374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
                    375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
                    376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
                    377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
                    378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
                    379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
                    380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
                    381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
                    382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
                    383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
                    384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
                    385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
                    386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
                    405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
1.23      noro      406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmpq.Po@am__quote@
1.18      ohara     407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
                    408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
                    409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
                    410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
                    411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
                    412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
                    413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
                    414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
                    415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
                    416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
                    417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
                    418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
                    419: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
                    420: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
                    421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
                    422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
                    423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
                    424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
1.1       ohara     425:
                    426: .c.o:
1.26    ! ohara     427: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           428: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           429: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.18      ohara     430: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.26    ! ohara     431: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     432:
                    433: .c.obj:
1.26    ! ohara     434: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           435: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           436: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.18      ohara     437: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.26    ! ohara     438: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     439:
1.26    ! ohara     440: ID: $(am__tagged_files)
        !           441:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           442: tags: tags-am
        !           443: TAGS: tags
1.1       ohara     444:
1.26    ! ohara     445: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.21      ohara     446:        set x; \
1.1       ohara     447:        here=`pwd`; \
1.26    ! ohara     448:        $(am__define_uniq_tagged_files); \
1.21      ohara     449:        shift; \
                    450:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.18      ohara     451:          test -n "$$unique" || unique=$$empty_fix; \
1.21      ohara     452:          if test $$# -gt 0; then \
                    453:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    454:              "$$@" $$unique; \
                    455:          else \
                    456:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    457:              $$unique; \
                    458:          fi; \
1.18      ohara     459:        fi
1.26    ! ohara     460: ctags: ctags-am
        !           461:
        !           462: CTAGS: ctags
        !           463: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           464:        $(am__define_uniq_tagged_files); \
1.21      ohara     465:        test -z "$(CTAGS_ARGS)$$unique" \
1.18      ohara     466:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.21      ohara     467:             $$unique
1.1       ohara     468:
                    469: GTAGS:
1.18      ohara     470:        here=`$(am__cd) $(top_builddir) && pwd` \
1.21      ohara     471:          && $(am__cd) $(top_srcdir) \
                    472:          && gtags -i $(GTAGS_ARGS) "$$here"
1.26    ! ohara     473: cscopelist: cscopelist-am
        !           474:
        !           475: cscopelist-am: $(am__tagged_files)
        !           476:        list='$(am__tagged_files)'; \
        !           477:        case "$(srcdir)" in \
        !           478:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           479:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           480:        esac; \
        !           481:        for i in $$list; do \
        !           482:          if test -f "$$i"; then \
        !           483:            echo "$(subdir)/$$i"; \
        !           484:          else \
        !           485:            echo "$$sdir/$$i"; \
        !           486:          fi; \
        !           487:        done >> $(top_builddir)/cscope.files
1.1       ohara     488:
                    489: distclean-tags:
1.18      ohara     490:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     491:
                    492: distdir: $(DISTFILES)
1.18      ohara     493:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    494:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    495:        list='$(DISTFILES)'; \
                    496:          dist_files=`for file in $$list; do echo $$file; done | \
                    497:          sed -e "s|^$$srcdirstrip/||;t" \
                    498:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    499:        case $$dist_files in \
                    500:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    501:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    502:                           sort -u` ;; \
                    503:        esac; \
                    504:        for file in $$dist_files; do \
                    505:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     506:          if test -d $$d/$$file; then \
1.18      ohara     507:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.21      ohara     508:            if test -d "$(distdir)/$$file"; then \
                    509:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    510:            fi; \
1.18      ohara     511:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.21      ohara     512:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    513:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.18      ohara     514:            fi; \
1.21      ohara     515:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     516:          else \
1.21      ohara     517:            test -f "$(distdir)/$$file" \
                    518:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     519:            || exit 1; \
                    520:          fi; \
                    521:        done
                    522: check-am: all-am
                    523: check: check-am
                    524: all-am: Makefile $(LIBRARIES)
                    525: installdirs:
                    526: install: install-am
                    527: install-exec: install-exec-am
                    528: install-data: install-data-am
                    529: uninstall: uninstall-am
                    530:
                    531: install-am: all-am
                    532:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    533:
                    534: installcheck: installcheck-am
                    535: install-strip:
1.26    ! ohara     536:        if test -z '$(STRIP)'; then \
        !           537:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           538:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           539:              install; \
        !           540:        else \
        !           541:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           542:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           543:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           544:        fi
1.1       ohara     545: mostlyclean-generic:
                    546:
                    547: clean-generic:
                    548:
                    549: distclean-generic:
1.18      ohara     550:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.21      ohara     551:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     552:
                    553: maintainer-clean-generic:
                    554:        @echo "This command is intended for maintainers to use"
                    555:        @echo "it deletes files that may require special tools to rebuild."
                    556: clean: clean-am
                    557:
                    558: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    559:
                    560: distclean: distclean-am
1.18      ohara     561:        -rm -rf ./$(DEPDIR)
                    562:        -rm -f Makefile
                    563: distclean-am: clean-am distclean-compile distclean-generic \
                    564:        distclean-tags
1.1       ohara     565:
                    566: dvi: dvi-am
                    567:
                    568: dvi-am:
                    569:
1.18      ohara     570: html: html-am
                    571:
1.21      ohara     572: html-am:
                    573:
1.1       ohara     574: info: info-am
                    575:
                    576: info-am:
                    577:
                    578: install-data-am:
                    579:
1.18      ohara     580: install-dvi: install-dvi-am
                    581:
1.21      ohara     582: install-dvi-am:
                    583:
1.1       ohara     584: install-exec-am:
                    585:
1.18      ohara     586: install-html: install-html-am
                    587:
1.21      ohara     588: install-html-am:
                    589:
1.1       ohara     590: install-info: install-info-am
                    591:
1.21      ohara     592: install-info-am:
                    593:
1.1       ohara     594: install-man:
                    595:
1.18      ohara     596: install-pdf: install-pdf-am
                    597:
1.21      ohara     598: install-pdf-am:
                    599:
1.18      ohara     600: install-ps: install-ps-am
                    601:
1.21      ohara     602: install-ps-am:
                    603:
1.1       ohara     604: installcheck-am:
                    605:
                    606: maintainer-clean: maintainer-clean-am
1.18      ohara     607:        -rm -rf ./$(DEPDIR)
                    608:        -rm -f Makefile
1.1       ohara     609: maintainer-clean-am: distclean-am maintainer-clean-generic
                    610:
                    611: mostlyclean: mostlyclean-am
                    612:
                    613: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    614:
1.18      ohara     615: pdf: pdf-am
                    616:
                    617: pdf-am:
                    618:
                    619: ps: ps-am
                    620:
                    621: ps-am:
                    622:
                    623: uninstall-am:
                    624:
                    625: .MAKE: install-am install-strip
1.1       ohara     626:
1.26    ! ohara     627: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
        !           628:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
        !           629:        distclean-compile distclean-generic distclean-tags distdir dvi \
        !           630:        dvi-am html html-am info info-am install install-am \
        !           631:        install-data install-data-am install-dvi install-dvi-am \
        !           632:        install-exec install-exec-am install-html install-html-am \
        !           633:        install-info install-info-am install-man install-pdf \
        !           634:        install-pdf-am install-ps install-ps-am install-strip \
        !           635:        installcheck installcheck-am installdirs maintainer-clean \
1.1       ohara     636:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.26    ! ohara     637:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1.18      ohara     638:        uninstall-am
1.1       ohara     639:
1.26    ! ohara     640: .PRECIOUS: Makefile
        !           641:
1.21      ohara     642:
1.1       ohara     643: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    644: # Otherwise a system limit (for SysV at least) may be exceeded.
                    645: .NOEXPORT:

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