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

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.28    ! ohara     210: GMPLIB = @GMPLIB@
1.18      ohara     211: GREP = @GREP@
                    212: INSTALL = @INSTALL@
                    213: INSTALL_DATA = @INSTALL_DATA@
                    214: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    215: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     216: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    217: LAPACKLIB = @LAPACKLIB@
1.18      ohara     218: LDFLAGS = @LDFLAGS@
                    219: LIBOBJS = @LIBOBJS@
                    220: LIBS = @LIBS@
1.1       ohara     221: LN_S = @LN_S@
1.18      ohara     222: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     223: MAINT = @MAINT@
1.18      ohara     224: MAKEINFO = @MAKEINFO@
                    225: MKDIR_P = @MKDIR_P@
1.16      ohara     226: OBJEXT = @OBJEXT@
1.1       ohara     227: PACKAGE = @PACKAGE@
1.18      ohara     228: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    229: PACKAGE_NAME = @PACKAGE_NAME@
                    230: PACKAGE_STRING = @PACKAGE_STRING@
                    231: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.21      ohara     232: PACKAGE_URL = @PACKAGE_URL@
1.18      ohara     233: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     234: PARIINC = @PARIINC@
                    235: PARILIB = @PARILIB@
1.18      ohara     236: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     237: RANLIB = @RANLIB@
1.18      ohara     238: SET_MAKE = @SET_MAKE@
                    239: SHELL = @SHELL@
                    240: STRIP = @STRIP@
1.10      ohara     241: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     242: VERSION = @VERSION@
1.27      ohara     243: WSLIB = @WSLIB@
1.18      ohara     244: XMKMF = @XMKMF@
1.4       ohara     245: XPMLIB = @XPMLIB@
1.1       ohara     246: X_CFLAGS = @X_CFLAGS@
                    247: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    248: X_LIBS = @X_LIBS@
                    249: X_PRE_LIBS = @X_PRE_LIBS@
                    250: YACC = @YACC@
1.18      ohara     251: YFLAGS = @YFLAGS@
                    252: abs_builddir = @abs_builddir@
                    253: abs_srcdir = @abs_srcdir@
                    254: abs_top_builddir = @abs_top_builddir@
                    255: abs_top_srcdir = @abs_top_srcdir@
                    256: ac_ct_CC = @ac_ct_CC@
1.1       ohara     257: am__include = @am__include@
1.18      ohara     258: am__leading_dot = @am__leading_dot@
1.1       ohara     259: am__quote = @am__quote@
1.18      ohara     260: am__tar = @am__tar@
                    261: am__untar = @am__untar@
1.1       ohara     262: asm_obj = @asm_obj@
1.18      ohara     263: bindir = @bindir@
                    264: build = @build@
                    265: build_alias = @build_alias@
                    266: build_cpu = @build_cpu@
                    267: build_os = @build_os@
                    268: build_vendor = @build_vendor@
                    269: builddir = @builddir@
                    270: datadir = @datadir@
                    271: datarootdir = @datarootdir@
                    272: docdir = @docdir@
                    273: dvidir = @dvidir@
                    274: exec_prefix = @exec_prefix@
                    275: host = @host@
                    276: host_alias = @host_alias@
                    277: host_cpu = @host_cpu@
                    278: host_os = @host_os@
                    279: host_vendor = @host_vendor@
                    280: htmldir = @htmldir@
                    281: includedir = @includedir@
                    282: infodir = @infodir@
1.1       ohara     283: install_sh = @install_sh@
                    284: libasir_postfix = @libasir_postfix@
1.18      ohara     285: libdir = @libdir@
                    286: libexecdir = @libexecdir@
                    287: localedir = @localedir@
                    288: localstatedir = @localstatedir@
                    289: mandir = @mandir@
                    290: mkdir_p = @mkdir_p@
                    291: oldincludedir = @oldincludedir@
                    292: pdfdir = @pdfdir@
                    293: prefix = @prefix@
                    294: program_transform_name = @program_transform_name@
                    295: psdir = @psdir@
                    296: sbindir = @sbindir@
                    297: sharedstatedir = @sharedstatedir@
                    298: srcdir = @srcdir@
                    299: sysconfdir = @sysconfdir@
                    300: target = @target@
                    301: target_alias = @target_alias@
                    302: target_cpu = @target_cpu@
                    303: target_os = @target_os@
                    304: target_vendor = @target_vendor@
1.21      ohara     305: top_build_prefix = @top_build_prefix@
1.18      ohara     306: top_builddir = @top_builddir@
                    307: top_srcdir = @top_srcdir@
1.6       ohara     308: asirdir = ${prefix}/lib/asir
1.26      ohara     309: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     310:            -I${top_srcdir}/gc/include \
1.24      noro      311:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     312:
                    313: noinst_LIBRARIES = libca.a
                    314: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                    315:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                    316:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                    317:   gf2n.c gfpn.c gfs.c gfspn.c \
                    318:   PU.c PUM.c R.c RU.c F.c  \
                    319:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.23      noro      320:   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     321:
                    322: all: all-am
                    323:
                    324: .SUFFIXES:
                    325: .SUFFIXES: .c .o .obj
1.18      ohara     326: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    327:        @for dep in $?; do \
                    328:          case '$(am__configure_deps)' in \
                    329:            *$$dep*) \
1.21      ohara     330:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    331:                && { if test -f $@; then exit 0; else break; fi; }; \
1.18      ohara     332:              exit 1;; \
                    333:          esac; \
                    334:        done; \
1.21      ohara     335:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
                    336:        $(am__cd) $(top_srcdir) && \
                    337:          $(AUTOMAKE) --gnu engine/Makefile
1.18      ohara     338: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    339:        @case '$?' in \
                    340:          *config.status*) \
                    341:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    342:          *) \
                    343:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    344:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    345:        esac;
                    346:
                    347: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    348:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    349:
                    350: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    351:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    352: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    353:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.21      ohara     354: $(am__aclocal_m4_deps):
1.1       ohara     355:
                    356: clean-noinstLIBRARIES:
                    357:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.26      ohara     358:
                    359: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES) $(EXTRA_libca_a_DEPENDENCIES)
                    360:        $(AM_V_at)-rm -f libca.a
                    361:        $(AM_V_AR)$(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
                    362:        $(AM_V_at)$(RANLIB) libca.a
1.1       ohara     363:
                    364: mostlyclean-compile:
1.18      ohara     365:        -rm -f *.$(OBJEXT)
1.1       ohara     366:
                    367: distclean-compile:
                    368:        -rm -f *.tab.c
                    369:
1.18      ohara     370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
                    371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
                    372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
                    373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
                    374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
                    375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
                    376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
                    377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
                    378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
                    379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
                    380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
                    381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
                    382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
                    383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
                    384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
                    385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
                    386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
                    405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
                    406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
                    407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
1.23      noro      408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmpq.Po@am__quote@
1.18      ohara     409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
                    410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
                    411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
                    412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
                    413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
                    414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
                    415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
                    416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
                    417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
                    418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
                    419: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
                    420: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
                    421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
                    422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
                    423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
                    424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
                    425: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
                    426: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
1.1       ohara     427:
                    428: .c.o:
1.26      ohara     429: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    430: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    431: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.18      ohara     432: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.26      ohara     433: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     434:
                    435: .c.obj:
1.26      ohara     436: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    437: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    438: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.18      ohara     439: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.26      ohara     440: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     441:
1.26      ohara     442: ID: $(am__tagged_files)
                    443:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    444: tags: tags-am
                    445: TAGS: tags
1.1       ohara     446:
1.26      ohara     447: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.21      ohara     448:        set x; \
1.1       ohara     449:        here=`pwd`; \
1.26      ohara     450:        $(am__define_uniq_tagged_files); \
1.21      ohara     451:        shift; \
                    452:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.18      ohara     453:          test -n "$$unique" || unique=$$empty_fix; \
1.21      ohara     454:          if test $$# -gt 0; then \
                    455:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    456:              "$$@" $$unique; \
                    457:          else \
                    458:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    459:              $$unique; \
                    460:          fi; \
1.18      ohara     461:        fi
1.26      ohara     462: ctags: ctags-am
                    463:
                    464: CTAGS: ctags
                    465: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    466:        $(am__define_uniq_tagged_files); \
1.21      ohara     467:        test -z "$(CTAGS_ARGS)$$unique" \
1.18      ohara     468:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.21      ohara     469:             $$unique
1.1       ohara     470:
                    471: GTAGS:
1.18      ohara     472:        here=`$(am__cd) $(top_builddir) && pwd` \
1.21      ohara     473:          && $(am__cd) $(top_srcdir) \
                    474:          && gtags -i $(GTAGS_ARGS) "$$here"
1.26      ohara     475: cscopelist: cscopelist-am
                    476:
                    477: cscopelist-am: $(am__tagged_files)
                    478:        list='$(am__tagged_files)'; \
                    479:        case "$(srcdir)" in \
                    480:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    481:          *) sdir=$(subdir)/$(srcdir) ;; \
                    482:        esac; \
                    483:        for i in $$list; do \
                    484:          if test -f "$$i"; then \
                    485:            echo "$(subdir)/$$i"; \
                    486:          else \
                    487:            echo "$$sdir/$$i"; \
                    488:          fi; \
                    489:        done >> $(top_builddir)/cscope.files
1.1       ohara     490:
                    491: distclean-tags:
1.18      ohara     492:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     493:
                    494: distdir: $(DISTFILES)
1.18      ohara     495:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    496:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    497:        list='$(DISTFILES)'; \
                    498:          dist_files=`for file in $$list; do echo $$file; done | \
                    499:          sed -e "s|^$$srcdirstrip/||;t" \
                    500:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    501:        case $$dist_files in \
                    502:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    503:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    504:                           sort -u` ;; \
                    505:        esac; \
                    506:        for file in $$dist_files; do \
                    507:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     508:          if test -d $$d/$$file; then \
1.18      ohara     509:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.21      ohara     510:            if test -d "$(distdir)/$$file"; then \
                    511:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    512:            fi; \
1.18      ohara     513:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.21      ohara     514:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    515:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.18      ohara     516:            fi; \
1.21      ohara     517:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     518:          else \
1.21      ohara     519:            test -f "$(distdir)/$$file" \
                    520:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     521:            || exit 1; \
                    522:          fi; \
                    523:        done
                    524: check-am: all-am
                    525: check: check-am
                    526: all-am: Makefile $(LIBRARIES)
                    527: installdirs:
                    528: install: install-am
                    529: install-exec: install-exec-am
                    530: install-data: install-data-am
                    531: uninstall: uninstall-am
                    532:
                    533: install-am: all-am
                    534:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    535:
                    536: installcheck: installcheck-am
                    537: install-strip:
1.26      ohara     538:        if test -z '$(STRIP)'; then \
                    539:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    540:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    541:              install; \
                    542:        else \
                    543:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    544:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    545:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    546:        fi
1.1       ohara     547: mostlyclean-generic:
                    548:
                    549: clean-generic:
                    550:
                    551: distclean-generic:
1.18      ohara     552:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.21      ohara     553:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     554:
                    555: maintainer-clean-generic:
                    556:        @echo "This command is intended for maintainers to use"
                    557:        @echo "it deletes files that may require special tools to rebuild."
                    558: clean: clean-am
                    559:
                    560: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    561:
                    562: distclean: distclean-am
1.18      ohara     563:        -rm -rf ./$(DEPDIR)
                    564:        -rm -f Makefile
                    565: distclean-am: clean-am distclean-compile distclean-generic \
                    566:        distclean-tags
1.1       ohara     567:
                    568: dvi: dvi-am
                    569:
                    570: dvi-am:
                    571:
1.18      ohara     572: html: html-am
                    573:
1.21      ohara     574: html-am:
                    575:
1.1       ohara     576: info: info-am
                    577:
                    578: info-am:
                    579:
                    580: install-data-am:
                    581:
1.18      ohara     582: install-dvi: install-dvi-am
                    583:
1.21      ohara     584: install-dvi-am:
                    585:
1.1       ohara     586: install-exec-am:
                    587:
1.18      ohara     588: install-html: install-html-am
                    589:
1.21      ohara     590: install-html-am:
                    591:
1.1       ohara     592: install-info: install-info-am
                    593:
1.21      ohara     594: install-info-am:
                    595:
1.1       ohara     596: install-man:
                    597:
1.18      ohara     598: install-pdf: install-pdf-am
                    599:
1.21      ohara     600: install-pdf-am:
                    601:
1.18      ohara     602: install-ps: install-ps-am
                    603:
1.21      ohara     604: install-ps-am:
                    605:
1.1       ohara     606: installcheck-am:
                    607:
                    608: maintainer-clean: maintainer-clean-am
1.18      ohara     609:        -rm -rf ./$(DEPDIR)
                    610:        -rm -f Makefile
1.1       ohara     611: maintainer-clean-am: distclean-am maintainer-clean-generic
                    612:
                    613: mostlyclean: mostlyclean-am
                    614:
                    615: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    616:
1.18      ohara     617: pdf: pdf-am
                    618:
                    619: pdf-am:
                    620:
                    621: ps: ps-am
                    622:
                    623: ps-am:
                    624:
                    625: uninstall-am:
                    626:
                    627: .MAKE: install-am install-strip
1.1       ohara     628:
1.26      ohara     629: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    630:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    631:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    632:        dvi-am html html-am info info-am install install-am \
                    633:        install-data install-data-am install-dvi install-dvi-am \
                    634:        install-exec install-exec-am install-html install-html-am \
                    635:        install-info install-info-am install-man install-pdf \
                    636:        install-pdf-am install-ps install-ps-am install-strip \
                    637:        installcheck installcheck-am installdirs maintainer-clean \
1.1       ohara     638:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.26      ohara     639:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1.18      ohara     640:        uninstall-am
1.1       ohara     641:
1.26      ohara     642: .PRECIOUS: Makefile
                    643:
1.21      ohara     644:
1.1       ohara     645: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    646: # Otherwise a system limit (for SysV at least) may be exceeded.
                    647: .NOEXPORT:

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