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

1.29    ! ohara       1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.18      ohara       2: # @configure_input@
1.1       ohara       3:
1.29    ! ohara       4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.26      ohara       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
1.29    ! ohara     140: am__maybe_remake_depfiles = depfiles
        !           141: am__depfiles_remade = ./$(DEPDIR)/A.Po ./$(DEPDIR)/C.Po \
        !           142:        ./$(DEPDIR)/D.Po ./$(DEPDIR)/E.Po ./$(DEPDIR)/EZ.Po \
        !           143:        ./$(DEPDIR)/Ebug.Po ./$(DEPDIR)/F.Po ./$(DEPDIR)/Fgfs.Po \
        !           144:        ./$(DEPDIR)/H.Po ./$(DEPDIR)/Hgfs.Po ./$(DEPDIR)/M.Po \
        !           145:        ./$(DEPDIR)/Mgfs.Po ./$(DEPDIR)/N.Po ./$(DEPDIR)/NEZ.Po \
        !           146:        ./$(DEPDIR)/P.Po ./$(DEPDIR)/PD.Po ./$(DEPDIR)/PDM.Po \
        !           147:        ./$(DEPDIR)/PM.Po ./$(DEPDIR)/PU.Po ./$(DEPDIR)/PUM.Po \
        !           148:        ./$(DEPDIR)/Q.Po ./$(DEPDIR)/QM.Po ./$(DEPDIR)/R.Po \
        !           149:        ./$(DEPDIR)/RU.Po ./$(DEPDIR)/Z.Po ./$(DEPDIR)/_distm.Po \
        !           150:        ./$(DEPDIR)/alg.Po ./$(DEPDIR)/bf.Po ./$(DEPDIR)/cplx.Po \
        !           151:        ./$(DEPDIR)/d-itv.Po ./$(DEPDIR)/dalg.Po ./$(DEPDIR)/dist.Po \
        !           152:        ./$(DEPDIR)/distm.Po ./$(DEPDIR)/f-itv.Po ./$(DEPDIR)/gf2n.Po \
        !           153:        ./$(DEPDIR)/gfpn.Po ./$(DEPDIR)/gfs.Po ./$(DEPDIR)/gfspn.Po \
        !           154:        ./$(DEPDIR)/gmpq.Po ./$(DEPDIR)/init.Po ./$(DEPDIR)/lmi.Po \
        !           155:        ./$(DEPDIR)/mat.Po ./$(DEPDIR)/mi.Po ./$(DEPDIR)/mt19937.Po \
        !           156:        ./$(DEPDIR)/nd.Po ./$(DEPDIR)/ndbug.Po ./$(DEPDIR)/num.Po \
        !           157:        ./$(DEPDIR)/p-itv.Po ./$(DEPDIR)/pari.Po ./$(DEPDIR)/real.Po \
        !           158:        ./$(DEPDIR)/str.Po ./$(DEPDIR)/ui.Po ./$(DEPDIR)/up.Po \
        !           159:        ./$(DEPDIR)/up2.Po ./$(DEPDIR)/up_gf2n.Po ./$(DEPDIR)/up_lm.Po \
        !           160:        ./$(DEPDIR)/vect.Po
1.21      ohara     161: am__mv = mv -f
1.18      ohara     162: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    163:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.26      ohara     164: AM_V_CC = $(am__v_CC_@AM_V@)
                    165: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    166: am__v_CC_0 = @echo "  CC      " $@;
                    167: am__v_CC_1 =
1.18      ohara     168: CCLD = $(CC)
                    169: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.26      ohara     170: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    171: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    172: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    173: am__v_CCLD_1 =
1.18      ohara     174: SOURCES = $(libca_a_SOURCES)
                    175: DIST_SOURCES = $(libca_a_SOURCES)
1.26      ohara     176: am__can_run_installinfo = \
                    177:   case $$AM_UPDATE_INFO_DIR in \
                    178:     n|no|NO) false;; \
                    179:     *) (install-info --version) >/dev/null 2>&1;; \
                    180:   esac
                    181: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    182: # Read a list of newline-separated strings from the standard input,
                    183: # and print each of them once, without duplicates.  Input order is
                    184: # *not* preserved.
                    185: am__uniquify_input = $(AWK) '\
                    186:   BEGIN { nonempty = 0; } \
                    187:   { items[$$0] = 1; nonempty = 1; } \
                    188:   END { if (nonempty) { for (i in items) print i; }; } \
                    189: '
                    190: # Make sure the list of sources is unique.  This is necessary because,
                    191: # e.g., the same source file might be shared among _SOURCES variables
                    192: # for different programs/libraries.
                    193: am__define_uniq_tagged_files = \
                    194:   list='$(am__tagged_files)'; \
                    195:   unique=`for i in $$list; do \
                    196:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    197:   done | $(am__uniquify_input)`
1.18      ohara     198: ETAGS = etags
                    199: CTAGS = ctags
1.26      ohara     200: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
                    201:        $(top_srcdir)/mkinstalldirs
1.18      ohara     202: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    203: ACLOCAL = @ACLOCAL@
1.1       ohara     204: AMTAR = @AMTAR@
1.26      ohara     205: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.21      ohara     206: ASIR_GCLIB = @ASIR_GCLIB@
1.18      ohara     207: AUTOCONF = @AUTOCONF@
                    208: AUTOHEADER = @AUTOHEADER@
                    209: AUTOMAKE = @AUTOMAKE@
1.1       ohara     210: AWK = @AWK@
                    211: CC = @CC@
1.18      ohara     212: CCDEPMODE = @CCDEPMODE@
                    213: CFLAGS = @CFLAGS@
                    214: CPP = @CPP@
                    215: CPPFLAGS = @CPPFLAGS@
                    216: CYGPATH_W = @CYGPATH_W@
                    217: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     218: DEPDIR = @DEPDIR@
1.18      ohara     219: ECHO_C = @ECHO_C@
                    220: ECHO_N = @ECHO_N@
                    221: ECHO_T = @ECHO_T@
                    222: EGREP = @EGREP@
1.16      ohara     223: EXEEXT = @EXEEXT@
1.1       ohara     224: FEPLIB = @FEPLIB@
1.18      ohara     225: GC = @GC@
1.21      ohara     226: GCINC = @GCINC@
                    227: GCLIB = @GCLIB@
1.18      ohara     228: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.17      ohara     229: GC_DISTDIR = @GC_DISTDIR@
1.28      ohara     230: GMPLIB = @GMPLIB@
1.18      ohara     231: GREP = @GREP@
                    232: INSTALL = @INSTALL@
                    233: INSTALL_DATA = @INSTALL_DATA@
                    234: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    235: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     236: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    237: LAPACKLIB = @LAPACKLIB@
1.18      ohara     238: LDFLAGS = @LDFLAGS@
                    239: LIBOBJS = @LIBOBJS@
                    240: LIBS = @LIBS@
1.1       ohara     241: LN_S = @LN_S@
1.18      ohara     242: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     243: MAINT = @MAINT@
1.18      ohara     244: MAKEINFO = @MAKEINFO@
                    245: MKDIR_P = @MKDIR_P@
1.16      ohara     246: OBJEXT = @OBJEXT@
1.1       ohara     247: PACKAGE = @PACKAGE@
1.18      ohara     248: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    249: PACKAGE_NAME = @PACKAGE_NAME@
                    250: PACKAGE_STRING = @PACKAGE_STRING@
                    251: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.21      ohara     252: PACKAGE_URL = @PACKAGE_URL@
1.18      ohara     253: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     254: PARIINC = @PARIINC@
                    255: PARILIB = @PARILIB@
1.18      ohara     256: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     257: RANLIB = @RANLIB@
1.18      ohara     258: SET_MAKE = @SET_MAKE@
                    259: SHELL = @SHELL@
                    260: STRIP = @STRIP@
1.10      ohara     261: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     262: VERSION = @VERSION@
1.27      ohara     263: WSLIB = @WSLIB@
1.18      ohara     264: XMKMF = @XMKMF@
1.4       ohara     265: XPMLIB = @XPMLIB@
1.1       ohara     266: X_CFLAGS = @X_CFLAGS@
                    267: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    268: X_LIBS = @X_LIBS@
                    269: X_PRE_LIBS = @X_PRE_LIBS@
                    270: YACC = @YACC@
1.18      ohara     271: YFLAGS = @YFLAGS@
                    272: abs_builddir = @abs_builddir@
                    273: abs_srcdir = @abs_srcdir@
                    274: abs_top_builddir = @abs_top_builddir@
                    275: abs_top_srcdir = @abs_top_srcdir@
                    276: ac_ct_CC = @ac_ct_CC@
1.1       ohara     277: am__include = @am__include@
1.18      ohara     278: am__leading_dot = @am__leading_dot@
1.1       ohara     279: am__quote = @am__quote@
1.18      ohara     280: am__tar = @am__tar@
                    281: am__untar = @am__untar@
1.1       ohara     282: asm_obj = @asm_obj@
1.18      ohara     283: bindir = @bindir@
                    284: build = @build@
                    285: build_alias = @build_alias@
                    286: build_cpu = @build_cpu@
                    287: build_os = @build_os@
                    288: build_vendor = @build_vendor@
                    289: builddir = @builddir@
                    290: datadir = @datadir@
                    291: datarootdir = @datarootdir@
                    292: docdir = @docdir@
                    293: dvidir = @dvidir@
                    294: exec_prefix = @exec_prefix@
                    295: host = @host@
                    296: host_alias = @host_alias@
                    297: host_cpu = @host_cpu@
                    298: host_os = @host_os@
                    299: host_vendor = @host_vendor@
                    300: htmldir = @htmldir@
                    301: includedir = @includedir@
                    302: infodir = @infodir@
1.1       ohara     303: install_sh = @install_sh@
                    304: libasir_postfix = @libasir_postfix@
1.18      ohara     305: libdir = @libdir@
                    306: libexecdir = @libexecdir@
                    307: localedir = @localedir@
                    308: localstatedir = @localstatedir@
                    309: mandir = @mandir@
                    310: mkdir_p = @mkdir_p@
                    311: oldincludedir = @oldincludedir@
                    312: pdfdir = @pdfdir@
                    313: prefix = @prefix@
                    314: program_transform_name = @program_transform_name@
                    315: psdir = @psdir@
                    316: sbindir = @sbindir@
                    317: sharedstatedir = @sharedstatedir@
                    318: srcdir = @srcdir@
                    319: sysconfdir = @sysconfdir@
                    320: target = @target@
                    321: target_alias = @target_alias@
                    322: target_cpu = @target_cpu@
                    323: target_os = @target_os@
                    324: target_vendor = @target_vendor@
1.21      ohara     325: top_build_prefix = @top_build_prefix@
1.18      ohara     326: top_builddir = @top_builddir@
                    327: top_srcdir = @top_srcdir@
1.6       ohara     328: asirdir = ${prefix}/lib/asir
1.26      ohara     329: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     330:            -I${top_srcdir}/gc/include \
1.24      noro      331:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     332:
                    333: noinst_LIBRARIES = libca.a
                    334: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                    335:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                    336:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                    337:   gf2n.c gfpn.c gfs.c gfspn.c \
                    338:   PU.c PUM.c R.c RU.c F.c  \
                    339:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
1.23      noro      340:   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     341:
                    342: all: all-am
                    343:
                    344: .SUFFIXES:
                    345: .SUFFIXES: .c .o .obj
1.18      ohara     346: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    347:        @for dep in $?; do \
                    348:          case '$(am__configure_deps)' in \
                    349:            *$$dep*) \
1.21      ohara     350:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    351:                && { if test -f $@; then exit 0; else break; fi; }; \
1.18      ohara     352:              exit 1;; \
                    353:          esac; \
                    354:        done; \
1.21      ohara     355:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
                    356:        $(am__cd) $(top_srcdir) && \
                    357:          $(AUTOMAKE) --gnu engine/Makefile
1.18      ohara     358: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    359:        @case '$?' in \
                    360:          *config.status*) \
                    361:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    362:          *) \
1.29    ! ohara     363:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
        !           364:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.18      ohara     365:        esac;
                    366:
                    367: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    368:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    369:
                    370: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    371:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    372: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    373:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.21      ohara     374: $(am__aclocal_m4_deps):
1.1       ohara     375:
                    376: clean-noinstLIBRARIES:
                    377:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.26      ohara     378:
                    379: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES) $(EXTRA_libca_a_DEPENDENCIES)
                    380:        $(AM_V_at)-rm -f libca.a
                    381:        $(AM_V_AR)$(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
                    382:        $(AM_V_at)$(RANLIB) libca.a
1.1       ohara     383:
                    384: mostlyclean-compile:
1.18      ohara     385:        -rm -f *.$(OBJEXT)
1.1       ohara     386:
                    387: distclean-compile:
                    388:        -rm -f *.tab.c
                    389:
1.29    ! ohara     390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@ # am--include-marker
        !           391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@ # am--include-marker
        !           392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@ # am--include-marker
        !           393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@ # am--include-marker
        !           394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@ # am--include-marker
        !           395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@ # am--include-marker
        !           396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@ # am--include-marker
        !           397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@ # am--include-marker
        !           398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@ # am--include-marker
        !           399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@ # am--include-marker
        !           400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@ # am--include-marker
        !           401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@ # am--include-marker
        !           402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@ # am--include-marker
        !           403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@ # am--include-marker
        !           404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@ # am--include-marker
        !           405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@ # am--include-marker
        !           406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@ # am--include-marker
        !           407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@ # am--include-marker
        !           408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@ # am--include-marker
        !           409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@ # am--include-marker
        !           410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@ # am--include-marker
        !           411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@ # am--include-marker
        !           412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@ # am--include-marker
        !           413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@ # am--include-marker
        !           414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@ # am--include-marker
        !           415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@ # am--include-marker
        !           416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@ # am--include-marker
        !           417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@ # am--include-marker
        !           418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@ # am--include-marker
        !           419: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@ # am--include-marker
        !           420: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@ # am--include-marker
        !           421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@ # am--include-marker
        !           422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@ # am--include-marker
        !           423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@ # am--include-marker
        !           424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@ # am--include-marker
        !           425: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@ # am--include-marker
        !           426: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@ # am--include-marker
        !           427: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@ # am--include-marker
        !           428: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmpq.Po@am__quote@ # am--include-marker
        !           429: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@ # am--include-marker
        !           430: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@ # am--include-marker
        !           431: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@ # am--include-marker
        !           432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@ # am--include-marker
        !           433: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@ # am--include-marker
        !           434: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@ # am--include-marker
        !           435: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@ # am--include-marker
        !           436: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@ # am--include-marker
        !           437: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@ # am--include-marker
        !           438: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@ # am--include-marker
        !           439: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@ # am--include-marker
        !           440: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@ # am--include-marker
        !           441: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@ # am--include-marker
        !           442: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@ # am--include-marker
        !           443: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@ # am--include-marker
        !           444: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@ # am--include-marker
        !           445: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@ # am--include-marker
        !           446: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@ # am--include-marker
        !           447:
        !           448: $(am__depfiles_remade):
        !           449:        @$(MKDIR_P) $(@D)
        !           450:        @echo '# dummy' >$@-t && $(am__mv) $@-t $@
        !           451:
        !           452: am--depfiles: $(am__depfiles_remade)
1.1       ohara     453:
                    454: .c.o:
1.26      ohara     455: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    456: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    457: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.18      ohara     458: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.26      ohara     459: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     460:
                    461: .c.obj:
1.26      ohara     462: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    463: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    464: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.18      ohara     465: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.26      ohara     466: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     467:
1.26      ohara     468: ID: $(am__tagged_files)
                    469:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    470: tags: tags-am
                    471: TAGS: tags
1.1       ohara     472:
1.26      ohara     473: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.21      ohara     474:        set x; \
1.1       ohara     475:        here=`pwd`; \
1.26      ohara     476:        $(am__define_uniq_tagged_files); \
1.21      ohara     477:        shift; \
                    478:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.18      ohara     479:          test -n "$$unique" || unique=$$empty_fix; \
1.21      ohara     480:          if test $$# -gt 0; then \
                    481:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    482:              "$$@" $$unique; \
                    483:          else \
                    484:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    485:              $$unique; \
                    486:          fi; \
1.18      ohara     487:        fi
1.26      ohara     488: ctags: ctags-am
                    489:
                    490: CTAGS: ctags
                    491: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    492:        $(am__define_uniq_tagged_files); \
1.21      ohara     493:        test -z "$(CTAGS_ARGS)$$unique" \
1.18      ohara     494:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.21      ohara     495:             $$unique
1.1       ohara     496:
                    497: GTAGS:
1.18      ohara     498:        here=`$(am__cd) $(top_builddir) && pwd` \
1.21      ohara     499:          && $(am__cd) $(top_srcdir) \
                    500:          && gtags -i $(GTAGS_ARGS) "$$here"
1.26      ohara     501: cscopelist: cscopelist-am
                    502:
                    503: cscopelist-am: $(am__tagged_files)
                    504:        list='$(am__tagged_files)'; \
                    505:        case "$(srcdir)" in \
                    506:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    507:          *) sdir=$(subdir)/$(srcdir) ;; \
                    508:        esac; \
                    509:        for i in $$list; do \
                    510:          if test -f "$$i"; then \
                    511:            echo "$(subdir)/$$i"; \
                    512:          else \
                    513:            echo "$$sdir/$$i"; \
                    514:          fi; \
                    515:        done >> $(top_builddir)/cscope.files
1.1       ohara     516:
                    517: distclean-tags:
1.18      ohara     518:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     519:
1.29    ! ohara     520: distdir: $(BUILT_SOURCES)
        !           521:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
        !           522:
        !           523: distdir-am: $(DISTFILES)
1.18      ohara     524:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    525:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    526:        list='$(DISTFILES)'; \
                    527:          dist_files=`for file in $$list; do echo $$file; done | \
                    528:          sed -e "s|^$$srcdirstrip/||;t" \
                    529:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    530:        case $$dist_files in \
                    531:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    532:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    533:                           sort -u` ;; \
                    534:        esac; \
                    535:        for file in $$dist_files; do \
                    536:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     537:          if test -d $$d/$$file; then \
1.18      ohara     538:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.21      ohara     539:            if test -d "$(distdir)/$$file"; then \
                    540:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    541:            fi; \
1.18      ohara     542:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.21      ohara     543:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    544:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.18      ohara     545:            fi; \
1.21      ohara     546:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     547:          else \
1.21      ohara     548:            test -f "$(distdir)/$$file" \
                    549:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     550:            || exit 1; \
                    551:          fi; \
                    552:        done
                    553: check-am: all-am
                    554: check: check-am
                    555: all-am: Makefile $(LIBRARIES)
                    556: installdirs:
                    557: install: install-am
                    558: install-exec: install-exec-am
                    559: install-data: install-data-am
                    560: uninstall: uninstall-am
                    561:
                    562: install-am: all-am
                    563:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    564:
                    565: installcheck: installcheck-am
                    566: install-strip:
1.26      ohara     567:        if test -z '$(STRIP)'; then \
                    568:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    569:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    570:              install; \
                    571:        else \
                    572:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    573:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    574:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    575:        fi
1.1       ohara     576: mostlyclean-generic:
                    577:
                    578: clean-generic:
                    579:
                    580: distclean-generic:
1.18      ohara     581:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.21      ohara     582:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     583:
                    584: maintainer-clean-generic:
                    585:        @echo "This command is intended for maintainers to use"
                    586:        @echo "it deletes files that may require special tools to rebuild."
                    587: clean: clean-am
                    588:
                    589: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    590:
                    591: distclean: distclean-am
1.29    ! ohara     592:                -rm -f ./$(DEPDIR)/A.Po
        !           593:        -rm -f ./$(DEPDIR)/C.Po
        !           594:        -rm -f ./$(DEPDIR)/D.Po
        !           595:        -rm -f ./$(DEPDIR)/E.Po
        !           596:        -rm -f ./$(DEPDIR)/EZ.Po
        !           597:        -rm -f ./$(DEPDIR)/Ebug.Po
        !           598:        -rm -f ./$(DEPDIR)/F.Po
        !           599:        -rm -f ./$(DEPDIR)/Fgfs.Po
        !           600:        -rm -f ./$(DEPDIR)/H.Po
        !           601:        -rm -f ./$(DEPDIR)/Hgfs.Po
        !           602:        -rm -f ./$(DEPDIR)/M.Po
        !           603:        -rm -f ./$(DEPDIR)/Mgfs.Po
        !           604:        -rm -f ./$(DEPDIR)/N.Po
        !           605:        -rm -f ./$(DEPDIR)/NEZ.Po
        !           606:        -rm -f ./$(DEPDIR)/P.Po
        !           607:        -rm -f ./$(DEPDIR)/PD.Po
        !           608:        -rm -f ./$(DEPDIR)/PDM.Po
        !           609:        -rm -f ./$(DEPDIR)/PM.Po
        !           610:        -rm -f ./$(DEPDIR)/PU.Po
        !           611:        -rm -f ./$(DEPDIR)/PUM.Po
        !           612:        -rm -f ./$(DEPDIR)/Q.Po
        !           613:        -rm -f ./$(DEPDIR)/QM.Po
        !           614:        -rm -f ./$(DEPDIR)/R.Po
        !           615:        -rm -f ./$(DEPDIR)/RU.Po
        !           616:        -rm -f ./$(DEPDIR)/Z.Po
        !           617:        -rm -f ./$(DEPDIR)/_distm.Po
        !           618:        -rm -f ./$(DEPDIR)/alg.Po
        !           619:        -rm -f ./$(DEPDIR)/bf.Po
        !           620:        -rm -f ./$(DEPDIR)/cplx.Po
        !           621:        -rm -f ./$(DEPDIR)/d-itv.Po
        !           622:        -rm -f ./$(DEPDIR)/dalg.Po
        !           623:        -rm -f ./$(DEPDIR)/dist.Po
        !           624:        -rm -f ./$(DEPDIR)/distm.Po
        !           625:        -rm -f ./$(DEPDIR)/f-itv.Po
        !           626:        -rm -f ./$(DEPDIR)/gf2n.Po
        !           627:        -rm -f ./$(DEPDIR)/gfpn.Po
        !           628:        -rm -f ./$(DEPDIR)/gfs.Po
        !           629:        -rm -f ./$(DEPDIR)/gfspn.Po
        !           630:        -rm -f ./$(DEPDIR)/gmpq.Po
        !           631:        -rm -f ./$(DEPDIR)/init.Po
        !           632:        -rm -f ./$(DEPDIR)/lmi.Po
        !           633:        -rm -f ./$(DEPDIR)/mat.Po
        !           634:        -rm -f ./$(DEPDIR)/mi.Po
        !           635:        -rm -f ./$(DEPDIR)/mt19937.Po
        !           636:        -rm -f ./$(DEPDIR)/nd.Po
        !           637:        -rm -f ./$(DEPDIR)/ndbug.Po
        !           638:        -rm -f ./$(DEPDIR)/num.Po
        !           639:        -rm -f ./$(DEPDIR)/p-itv.Po
        !           640:        -rm -f ./$(DEPDIR)/pari.Po
        !           641:        -rm -f ./$(DEPDIR)/real.Po
        !           642:        -rm -f ./$(DEPDIR)/str.Po
        !           643:        -rm -f ./$(DEPDIR)/ui.Po
        !           644:        -rm -f ./$(DEPDIR)/up.Po
        !           645:        -rm -f ./$(DEPDIR)/up2.Po
        !           646:        -rm -f ./$(DEPDIR)/up_gf2n.Po
        !           647:        -rm -f ./$(DEPDIR)/up_lm.Po
        !           648:        -rm -f ./$(DEPDIR)/vect.Po
1.18      ohara     649:        -rm -f Makefile
                    650: distclean-am: clean-am distclean-compile distclean-generic \
                    651:        distclean-tags
1.1       ohara     652:
                    653: dvi: dvi-am
                    654:
                    655: dvi-am:
                    656:
1.18      ohara     657: html: html-am
                    658:
1.21      ohara     659: html-am:
                    660:
1.1       ohara     661: info: info-am
                    662:
                    663: info-am:
                    664:
                    665: install-data-am:
                    666:
1.18      ohara     667: install-dvi: install-dvi-am
                    668:
1.21      ohara     669: install-dvi-am:
                    670:
1.1       ohara     671: install-exec-am:
                    672:
1.18      ohara     673: install-html: install-html-am
                    674:
1.21      ohara     675: install-html-am:
                    676:
1.1       ohara     677: install-info: install-info-am
                    678:
1.21      ohara     679: install-info-am:
                    680:
1.1       ohara     681: install-man:
                    682:
1.18      ohara     683: install-pdf: install-pdf-am
                    684:
1.21      ohara     685: install-pdf-am:
                    686:
1.18      ohara     687: install-ps: install-ps-am
                    688:
1.21      ohara     689: install-ps-am:
                    690:
1.1       ohara     691: installcheck-am:
                    692:
                    693: maintainer-clean: maintainer-clean-am
1.29    ! ohara     694:                -rm -f ./$(DEPDIR)/A.Po
        !           695:        -rm -f ./$(DEPDIR)/C.Po
        !           696:        -rm -f ./$(DEPDIR)/D.Po
        !           697:        -rm -f ./$(DEPDIR)/E.Po
        !           698:        -rm -f ./$(DEPDIR)/EZ.Po
        !           699:        -rm -f ./$(DEPDIR)/Ebug.Po
        !           700:        -rm -f ./$(DEPDIR)/F.Po
        !           701:        -rm -f ./$(DEPDIR)/Fgfs.Po
        !           702:        -rm -f ./$(DEPDIR)/H.Po
        !           703:        -rm -f ./$(DEPDIR)/Hgfs.Po
        !           704:        -rm -f ./$(DEPDIR)/M.Po
        !           705:        -rm -f ./$(DEPDIR)/Mgfs.Po
        !           706:        -rm -f ./$(DEPDIR)/N.Po
        !           707:        -rm -f ./$(DEPDIR)/NEZ.Po
        !           708:        -rm -f ./$(DEPDIR)/P.Po
        !           709:        -rm -f ./$(DEPDIR)/PD.Po
        !           710:        -rm -f ./$(DEPDIR)/PDM.Po
        !           711:        -rm -f ./$(DEPDIR)/PM.Po
        !           712:        -rm -f ./$(DEPDIR)/PU.Po
        !           713:        -rm -f ./$(DEPDIR)/PUM.Po
        !           714:        -rm -f ./$(DEPDIR)/Q.Po
        !           715:        -rm -f ./$(DEPDIR)/QM.Po
        !           716:        -rm -f ./$(DEPDIR)/R.Po
        !           717:        -rm -f ./$(DEPDIR)/RU.Po
        !           718:        -rm -f ./$(DEPDIR)/Z.Po
        !           719:        -rm -f ./$(DEPDIR)/_distm.Po
        !           720:        -rm -f ./$(DEPDIR)/alg.Po
        !           721:        -rm -f ./$(DEPDIR)/bf.Po
        !           722:        -rm -f ./$(DEPDIR)/cplx.Po
        !           723:        -rm -f ./$(DEPDIR)/d-itv.Po
        !           724:        -rm -f ./$(DEPDIR)/dalg.Po
        !           725:        -rm -f ./$(DEPDIR)/dist.Po
        !           726:        -rm -f ./$(DEPDIR)/distm.Po
        !           727:        -rm -f ./$(DEPDIR)/f-itv.Po
        !           728:        -rm -f ./$(DEPDIR)/gf2n.Po
        !           729:        -rm -f ./$(DEPDIR)/gfpn.Po
        !           730:        -rm -f ./$(DEPDIR)/gfs.Po
        !           731:        -rm -f ./$(DEPDIR)/gfspn.Po
        !           732:        -rm -f ./$(DEPDIR)/gmpq.Po
        !           733:        -rm -f ./$(DEPDIR)/init.Po
        !           734:        -rm -f ./$(DEPDIR)/lmi.Po
        !           735:        -rm -f ./$(DEPDIR)/mat.Po
        !           736:        -rm -f ./$(DEPDIR)/mi.Po
        !           737:        -rm -f ./$(DEPDIR)/mt19937.Po
        !           738:        -rm -f ./$(DEPDIR)/nd.Po
        !           739:        -rm -f ./$(DEPDIR)/ndbug.Po
        !           740:        -rm -f ./$(DEPDIR)/num.Po
        !           741:        -rm -f ./$(DEPDIR)/p-itv.Po
        !           742:        -rm -f ./$(DEPDIR)/pari.Po
        !           743:        -rm -f ./$(DEPDIR)/real.Po
        !           744:        -rm -f ./$(DEPDIR)/str.Po
        !           745:        -rm -f ./$(DEPDIR)/ui.Po
        !           746:        -rm -f ./$(DEPDIR)/up.Po
        !           747:        -rm -f ./$(DEPDIR)/up2.Po
        !           748:        -rm -f ./$(DEPDIR)/up_gf2n.Po
        !           749:        -rm -f ./$(DEPDIR)/up_lm.Po
        !           750:        -rm -f ./$(DEPDIR)/vect.Po
1.18      ohara     751:        -rm -f Makefile
1.1       ohara     752: maintainer-clean-am: distclean-am maintainer-clean-generic
                    753:
                    754: mostlyclean: mostlyclean-am
                    755:
                    756: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    757:
1.18      ohara     758: pdf: pdf-am
                    759:
                    760: pdf-am:
                    761:
                    762: ps: ps-am
                    763:
                    764: ps-am:
                    765:
                    766: uninstall-am:
                    767:
                    768: .MAKE: install-am install-strip
1.1       ohara     769:
1.29    ! ohara     770: .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
        !           771:        clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
        !           772:        ctags-am distclean distclean-compile distclean-generic \
        !           773:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           774:        install install-am install-data install-data-am install-dvi \
        !           775:        install-dvi-am install-exec install-exec-am install-html \
        !           776:        install-html-am install-info install-info-am install-man \
        !           777:        install-pdf install-pdf-am install-ps install-ps-am \
        !           778:        install-strip installcheck installcheck-am installdirs \
        !           779:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           780:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
        !           781:        tags tags-am uninstall uninstall-am
1.1       ohara     782:
1.26      ohara     783: .PRECIOUS: Makefile
                    784:
1.21      ohara     785:
1.1       ohara     786: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    787: # Otherwise a system limit (for SysV at least) may be exceeded.
                    788: .NOEXPORT:

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