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

Annotation of OpenXM_contrib2/asir2018/engine/Makefile.in, Revision 1.4

1.4     ! noro        1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.1       noro        2: # @configure_input@
                      3:
1.4     ! noro        4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
1.1       noro        5:
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
                     16:
                     17: VPATH = @srcdir@
1.4     ! noro       18: am__is_gnu_make = { \
        !            19:   if test -z '$(MAKELEVEL)'; then \
        !            20:     false; \
        !            21:   elif test -n '$(MAKE_HOST)'; then \
        !            22:     true; \
        !            23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            24:     true; \
        !            25:   else \
        !            26:     false; \
        !            27:   fi; \
        !            28: }
1.1       noro       29: am__make_running_with_option = \
                     30:   case $${target_option-} in \
                     31:       ?) ;; \
                     32:       *) echo "am__make_running_with_option: internal error: invalid" \
                     33:               "target option '$${target_option-}' specified" >&2; \
                     34:          exit 1;; \
                     35:   esac; \
                     36:   has_opt=no; \
                     37:   sane_makeflags=$$MAKEFLAGS; \
                     38:   if $(am__is_gnu_make); then \
                     39:     sane_makeflags=$$MFLAGS; \
                     40:   else \
                     41:     case $$MAKEFLAGS in \
                     42:       *\\[\ \  ]*) \
                     43:         bs=\\; \
                     44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     46:     esac; \
                     47:   fi; \
                     48:   skip_next=no; \
                     49:   strip_trailopt () \
                     50:   { \
                     51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     52:   }; \
                     53:   for flg in $$sane_makeflags; do \
                     54:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     55:     case $$flg in \
                     56:       *=*|--*) continue;; \
                     57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     58:       -*I?*) strip_trailopt 'I';; \
                     59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     60:       -*O?*) strip_trailopt 'O';; \
                     61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     62:       -*l?*) strip_trailopt 'l';; \
                     63:       -[dEDm]) skip_next=yes;; \
                     64:       -[JT]) skip_next=yes;; \
                     65:     esac; \
                     66:     case $$flg in \
                     67:       *$$target_option*) has_opt=yes; break;; \
                     68:     esac; \
                     69:   done; \
                     70:   test $$has_opt = yes
                     71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     73: pkgdatadir = $(datadir)/@PACKAGE@
                     74: pkgincludedir = $(includedir)/@PACKAGE@
                     75: pkglibdir = $(libdir)/@PACKAGE@
                     76: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     78: install_sh_DATA = $(install_sh) -c -m 644
                     79: install_sh_PROGRAM = $(install_sh) -c
                     80: install_sh_SCRIPT = $(install_sh) -c
                     81: INSTALL_HEADER = $(INSTALL_DATA)
                     82: transform = $(program_transform_name)
                     83: NORMAL_INSTALL = :
                     84: PRE_INSTALL = :
                     85: POST_INSTALL = :
                     86: NORMAL_UNINSTALL = :
                     87: PRE_UNINSTALL = :
                     88: POST_UNINSTALL = :
                     89: build_triplet = @build@
                     90: host_triplet = @host@
                     91: target_triplet = @target@
                     92: subdir = engine
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3       noro       94: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       noro       95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     96:        $(ACLOCAL_M4)
1.4     ! noro       97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.1       noro       98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     99: CONFIG_CLEAN_FILES =
                    100: CONFIG_CLEAN_VPATH_FILES =
                    101: LIBRARIES = $(noinst_LIBRARIES)
                    102: AR = ar
                    103: ARFLAGS = cru
                    104: AM_V_AR = $(am__v_AR_@AM_V@)
                    105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
                    106: am__v_AR_0 = @echo "  AR      " $@;
                    107: am__v_AR_1 =
                    108: 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) \
                    124:        dalg.$(OBJEXT) gmpq.$(OBJEXT)
                    125: libca_a_OBJECTS = $(am_libca_a_OBJECTS)
                    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 =
                    138: DEFAULT_INCLUDES = -I.@am__isrc@
                    139: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    140: am__depfiles_maybe = depfiles
                    141: am__mv = mv -f
                    142: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    143:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    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 =
                    148: CCLD = $(CC)
                    149: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    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 =
                    154: SOURCES = $(libca_a_SOURCES)
                    155: DIST_SOURCES = $(libca_a_SOURCES)
                    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)`
                    178: ETAGS = etags
                    179: CTAGS = ctags
1.4     ! noro      180: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
        !           181:        $(top_srcdir)/mkinstalldirs
1.1       noro      182: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    183: ACLOCAL = @ACLOCAL@
                    184: AMTAR = @AMTAR@
                    185: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    186: ASIR_GCLIB = @ASIR_GCLIB@
                    187: AUTOCONF = @AUTOCONF@
                    188: AUTOHEADER = @AUTOHEADER@
                    189: AUTOMAKE = @AUTOMAKE@
                    190: AWK = @AWK@
                    191: CC = @CC@
                    192: CCDEPMODE = @CCDEPMODE@
                    193: CFLAGS = @CFLAGS@
                    194: CPP = @CPP@
                    195: CPPFLAGS = @CPPFLAGS@
                    196: CYGPATH_W = @CYGPATH_W@
                    197: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
                    198: DEPDIR = @DEPDIR@
                    199: ECHO_C = @ECHO_C@
                    200: ECHO_N = @ECHO_N@
                    201: ECHO_T = @ECHO_T@
                    202: EGREP = @EGREP@
                    203: EXEEXT = @EXEEXT@
                    204: FEPLIB = @FEPLIB@
                    205: GC = @GC@
                    206: GCINC = @GCINC@
                    207: GCLIB = @GCLIB@
                    208: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
                    209: GC_DISTDIR = @GC_DISTDIR@
                    210: GMPLIB = @GMPLIB@
                    211: GREP = @GREP@
                    212: INSTALL = @INSTALL@
                    213: INSTALL_DATA = @INSTALL_DATA@
                    214: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    215: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    216: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    217: LAPACKLIB = @LAPACKLIB@
                    218: LDFLAGS = @LDFLAGS@
                    219: LIBOBJS = @LIBOBJS@
                    220: LIBS = @LIBS@
                    221: LN_S = @LN_S@
                    222: LTLIBOBJS = @LTLIBOBJS@
                    223: MAINT = @MAINT@
                    224: MAKEINFO = @MAKEINFO@
                    225: MKDIR_P = @MKDIR_P@
                    226: OBJEXT = @OBJEXT@
                    227: PACKAGE = @PACKAGE@
                    228: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    229: PACKAGE_NAME = @PACKAGE_NAME@
                    230: PACKAGE_STRING = @PACKAGE_STRING@
                    231: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    232: PACKAGE_URL = @PACKAGE_URL@
                    233: PACKAGE_VERSION = @PACKAGE_VERSION@
                    234: PARIINC = @PARIINC@
                    235: PARILIB = @PARILIB@
                    236: PATH_SEPARATOR = @PATH_SEPARATOR@
                    237: RANLIB = @RANLIB@
                    238: SET_MAKE = @SET_MAKE@
                    239: SHELL = @SHELL@
                    240: STRIP = @STRIP@
                    241: USE_GC_SPARC64 = @USE_GC_SPARC64@
                    242: VERSION = @VERSION@
                    243: WSLIB = @WSLIB@
                    244: XMKMF = @XMKMF@
                    245: XPMLIB = @XPMLIB@
                    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@
                    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@
                    257: am__include = @am__include@
                    258: am__leading_dot = @am__leading_dot@
                    259: am__quote = @am__quote@
                    260: am__tar = @am__tar@
                    261: am__untar = @am__untar@
                    262: asm_obj = @asm_obj@
                    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@
                    283: install_sh = @install_sh@
                    284: libasir_postfix = @libasir_postfix@
                    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@
1.4     ! noro      296: runstatedir = @runstatedir@
1.1       noro      297: sbindir = @sbindir@
                    298: sharedstatedir = @sharedstatedir@
                    299: srcdir = @srcdir@
                    300: sysconfdir = @sysconfdir@
                    301: target = @target@
                    302: target_alias = @target_alias@
                    303: target_cpu = @target_cpu@
                    304: target_os = @target_os@
                    305: target_vendor = @target_vendor@
                    306: top_build_prefix = @top_build_prefix@
                    307: top_builddir = @top_builddir@
                    308: top_srcdir = @top_srcdir@
                    309: asirdir = ${prefix}/lib/asir
                    310: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    311:            -I${top_srcdir}/gc/include \
                    312:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
                    313:
                    314: noinst_LIBRARIES = libca.a
                    315: libca_a_SOURCES = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
                    316:   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \
                    317:   P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c \
                    318:   gf2n.c gfpn.c gfs.c gfspn.c \
                    319:   PU.c PUM.c R.c RU.c F.c  \
                    320:   D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c \
                    321:   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
                    322:
                    323: all: all-am
                    324:
                    325: .SUFFIXES:
                    326: .SUFFIXES: .c .o .obj
                    327: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    328:        @for dep in $?; do \
                    329:          case '$(am__configure_deps)' in \
                    330:            *$$dep*) \
                    331:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    332:                && { if test -f $@; then exit 0; else break; fi; }; \
                    333:              exit 1;; \
                    334:          esac; \
                    335:        done; \
                    336:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engine/Makefile'; \
                    337:        $(am__cd) $(top_srcdir) && \
                    338:          $(AUTOMAKE) --gnu engine/Makefile
                    339: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    340:        @case '$?' in \
                    341:          *config.status*) \
                    342:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    343:          *) \
                    344:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    345:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    346:        esac;
                    347:
                    348: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    349:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    350:
                    351: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    352:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    353: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    354:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    355: $(am__aclocal_m4_deps):
                    356:
                    357: clean-noinstLIBRARIES:
                    358:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    359:
                    360: libca.a: $(libca_a_OBJECTS) $(libca_a_DEPENDENCIES) $(EXTRA_libca_a_DEPENDENCIES)
                    361:        $(AM_V_at)-rm -f libca.a
                    362:        $(AM_V_AR)$(libca_a_AR) libca.a $(libca_a_OBJECTS) $(libca_a_LIBADD)
                    363:        $(AM_V_at)$(RANLIB) libca.a
                    364:
                    365: mostlyclean-compile:
                    366:        -rm -f *.$(OBJEXT)
                    367:
                    368: distclean-compile:
                    369:        -rm -f *.tab.c
                    370:
                    371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/A.Po@am__quote@
                    372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/C.Po@am__quote@
                    373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/D.Po@am__quote@
                    374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/E.Po@am__quote@
                    375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EZ.Po@am__quote@
                    376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ebug.Po@am__quote@
                    377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/F.Po@am__quote@
                    378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fgfs.Po@am__quote@
                    379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H.Po@am__quote@
                    380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hgfs.Po@am__quote@
                    381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/M.Po@am__quote@
                    382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Mgfs.Po@am__quote@
                    383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/N.Po@am__quote@
                    384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NEZ.Po@am__quote@
                    385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/P.Po@am__quote@
                    386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PD.Po@am__quote@
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDM.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PM.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PU.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PUM.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Q.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QM.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RU.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Z.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_distm.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alg.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplx.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d-itv.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dalg.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dist.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distm.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f-itv.Po@am__quote@
                    405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf2n.Po@am__quote@
                    406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfpn.Po@am__quote@
                    407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfs.Po@am__quote@
                    408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfspn.Po@am__quote@
                    409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmpq.Po@am__quote@
                    410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
                    411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmi.Po@am__quote@
                    412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat.Po@am__quote@
                    413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi.Po@am__quote@
                    414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937.Po@am__quote@
                    415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nd.Po@am__quote@
                    416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndbug.Po@am__quote@
                    417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/num.Po@am__quote@
                    418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p-itv.Po@am__quote@
                    419: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pari.Po@am__quote@
                    420: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Po@am__quote@
                    421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
                    422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
                    423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up.Po@am__quote@
                    424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up2.Po@am__quote@
                    425: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_gf2n.Po@am__quote@
                    426: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/up_lm.Po@am__quote@
                    427: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vect.Po@am__quote@
                    428:
                    429: .c.o:
                    430: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    431: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    432: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    433: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    434: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    435:
                    436: .c.obj:
                    437: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    438: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    439: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    440: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    441: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    442:
                    443: ID: $(am__tagged_files)
                    444:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    445: tags: tags-am
                    446: TAGS: tags
                    447:
                    448: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    449:        set x; \
                    450:        here=`pwd`; \
                    451:        $(am__define_uniq_tagged_files); \
                    452:        shift; \
                    453:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    454:          test -n "$$unique" || unique=$$empty_fix; \
                    455:          if test $$# -gt 0; then \
                    456:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    457:              "$$@" $$unique; \
                    458:          else \
                    459:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    460:              $$unique; \
                    461:          fi; \
                    462:        fi
                    463: ctags: ctags-am
                    464:
                    465: CTAGS: ctags
                    466: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    467:        $(am__define_uniq_tagged_files); \
                    468:        test -z "$(CTAGS_ARGS)$$unique" \
                    469:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    470:             $$unique
                    471:
                    472: GTAGS:
                    473:        here=`$(am__cd) $(top_builddir) && pwd` \
                    474:          && $(am__cd) $(top_srcdir) \
                    475:          && gtags -i $(GTAGS_ARGS) "$$here"
                    476: cscopelist: cscopelist-am
                    477:
                    478: cscopelist-am: $(am__tagged_files)
                    479:        list='$(am__tagged_files)'; \
                    480:        case "$(srcdir)" in \
                    481:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    482:          *) sdir=$(subdir)/$(srcdir) ;; \
                    483:        esac; \
                    484:        for i in $$list; do \
                    485:          if test -f "$$i"; then \
                    486:            echo "$(subdir)/$$i"; \
                    487:          else \
                    488:            echo "$$sdir/$$i"; \
                    489:          fi; \
                    490:        done >> $(top_builddir)/cscope.files
                    491:
                    492: distclean-tags:
                    493:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    494:
                    495: distdir: $(DISTFILES)
                    496:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    497:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    498:        list='$(DISTFILES)'; \
                    499:          dist_files=`for file in $$list; do echo $$file; done | \
                    500:          sed -e "s|^$$srcdirstrip/||;t" \
                    501:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    502:        case $$dist_files in \
                    503:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    504:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    505:                           sort -u` ;; \
                    506:        esac; \
                    507:        for file in $$dist_files; do \
                    508:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    509:          if test -d $$d/$$file; then \
                    510:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    511:            if test -d "$(distdir)/$$file"; then \
                    512:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    513:            fi; \
                    514:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    515:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    516:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    517:            fi; \
                    518:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    519:          else \
                    520:            test -f "$(distdir)/$$file" \
                    521:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    522:            || exit 1; \
                    523:          fi; \
                    524:        done
                    525: check-am: all-am
                    526: check: check-am
                    527: all-am: Makefile $(LIBRARIES)
                    528: installdirs:
                    529: install: install-am
                    530: install-exec: install-exec-am
                    531: install-data: install-data-am
                    532: uninstall: uninstall-am
                    533:
                    534: install-am: all-am
                    535:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    536:
                    537: installcheck: installcheck-am
                    538: install-strip:
                    539:        if test -z '$(STRIP)'; then \
                    540:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    541:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    542:              install; \
                    543:        else \
                    544:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    545:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    546:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    547:        fi
                    548: mostlyclean-generic:
                    549:
                    550: clean-generic:
                    551:
                    552: distclean-generic:
                    553:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    554:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    555:
                    556: maintainer-clean-generic:
                    557:        @echo "This command is intended for maintainers to use"
                    558:        @echo "it deletes files that may require special tools to rebuild."
                    559: clean: clean-am
                    560:
                    561: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    562:
                    563: distclean: distclean-am
                    564:        -rm -rf ./$(DEPDIR)
                    565:        -rm -f Makefile
                    566: distclean-am: clean-am distclean-compile distclean-generic \
                    567:        distclean-tags
                    568:
                    569: dvi: dvi-am
                    570:
                    571: dvi-am:
                    572:
                    573: html: html-am
                    574:
                    575: html-am:
                    576:
                    577: info: info-am
                    578:
                    579: info-am:
                    580:
                    581: install-data-am:
                    582:
                    583: install-dvi: install-dvi-am
                    584:
                    585: install-dvi-am:
                    586:
                    587: install-exec-am:
                    588:
                    589: install-html: install-html-am
                    590:
                    591: install-html-am:
                    592:
                    593: install-info: install-info-am
                    594:
                    595: install-info-am:
                    596:
                    597: install-man:
                    598:
                    599: install-pdf: install-pdf-am
                    600:
                    601: install-pdf-am:
                    602:
                    603: install-ps: install-ps-am
                    604:
                    605: install-ps-am:
                    606:
                    607: installcheck-am:
                    608:
                    609: maintainer-clean: maintainer-clean-am
                    610:        -rm -rf ./$(DEPDIR)
                    611:        -rm -f Makefile
                    612: maintainer-clean-am: distclean-am maintainer-clean-generic
                    613:
                    614: mostlyclean: mostlyclean-am
                    615:
                    616: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    617:
                    618: pdf: pdf-am
                    619:
                    620: pdf-am:
                    621:
                    622: ps: ps-am
                    623:
                    624: ps-am:
                    625:
                    626: uninstall-am:
                    627:
                    628: .MAKE: install-am install-strip
                    629:
                    630: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    631:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    632:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    633:        dvi-am html html-am info info-am install install-am \
                    634:        install-data install-data-am install-dvi install-dvi-am \
                    635:        install-exec install-exec-am install-html install-html-am \
                    636:        install-info install-info-am install-man install-pdf \
                    637:        install-pdf-am install-ps install-ps-am install-strip \
                    638:        installcheck installcheck-am installdirs maintainer-clean \
                    639:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    640:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
                    641:        uninstall-am
                    642:
1.4     ! noro      643: .PRECIOUS: Makefile
        !           644:
1.1       noro      645:
                    646: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    647: # Otherwise a system limit (for SysV at least) may be exceeded.
                    648: .NOEXPORT:

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