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

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

1.25      ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.17      ohara       2: # @configure_input@
1.1       ohara       3:
1.25      ohara       4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
                      5:
1.1       ohara       6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
1.15      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
1.25      ohara      18: am__is_gnu_make = { \
                     19:   if test -z '$(MAKELEVEL)'; then \
                     20:     false; \
                     21:   elif test -n '$(MAKE_HOST)'; then \
                     22:     true; \
                     23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     24:     true; \
                     25:   else \
                     26:     false; \
                     27:   fi; \
                     28: }
                     29: am__make_running_with_option = \
                     30:   case $${target_option-} in \
                     31:       ?) ;; \
                     32:       *) echo "am__make_running_with_option: internal error: invalid" \
                     33:               "target option '$${target_option-}' specified" >&2; \
                     34:          exit 1;; \
                     35:   esac; \
                     36:   has_opt=no; \
                     37:   sane_makeflags=$$MAKEFLAGS; \
                     38:   if $(am__is_gnu_make); then \
                     39:     sane_makeflags=$$MFLAGS; \
                     40:   else \
                     41:     case $$MAKEFLAGS in \
                     42:       *\\[\ \  ]*) \
                     43:         bs=\\; \
                     44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     46:     esac; \
                     47:   fi; \
                     48:   skip_next=no; \
                     49:   strip_trailopt () \
                     50:   { \
                     51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     52:   }; \
                     53:   for flg in $$sane_makeflags; do \
                     54:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     55:     case $$flg in \
                     56:       *=*|--*) continue;; \
                     57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     58:       -*I?*) strip_trailopt 'I';; \
                     59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     60:       -*O?*) strip_trailopt 'O';; \
                     61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     62:       -*l?*) strip_trailopt 'l';; \
                     63:       -[dEDm]) skip_next=yes;; \
                     64:       -[JT]) skip_next=yes;; \
                     65:     esac; \
                     66:     case $$flg in \
                     67:       *$$target_option*) has_opt=yes; break;; \
                     68:     esac; \
                     69:   done; \
                     70:   test $$has_opt = yes
                     71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       ohara      73: pkgdatadir = $(datadir)/@PACKAGE@
1.20      ohara      74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      75: pkglibdir = $(libdir)/@PACKAGE@
1.20      ohara      76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.17      ohara      77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     78: install_sh_DATA = $(install_sh) -c -m 644
                     79: install_sh_PROGRAM = $(install_sh) -c
                     80: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      81: INSTALL_HEADER = $(INSTALL_DATA)
1.17      ohara      82: transform = $(program_transform_name)
1.1       ohara      83: NORMAL_INSTALL = :
                     84: PRE_INSTALL = :
                     85: POST_INSTALL = :
                     86: NORMAL_UNINSTALL = :
                     87: PRE_UNINSTALL = :
                     88: POST_UNINSTALL = :
                     89: build_triplet = @build@
                     90: host_triplet = @host@
                     91: target_triplet = @target@
1.17      ohara      92: subdir = builtin
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     96:        $(ACLOCAL_M4)
1.25      ohara      97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.17      ohara      98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     99: CONFIG_CLEAN_FILES =
1.20      ohara     100: CONFIG_CLEAN_VPATH_FILES =
1.17      ohara     101: LIBRARIES = $(noinst_LIBRARIES)
                    102: AR = ar
                    103: ARFLAGS = cru
1.25      ohara     104: AM_V_AR = $(am__v_AR_@AM_V@)
                    105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
                    106: am__v_AR_0 = @echo "  AR      " $@;
                    107: am__v_AR_1 =
1.17      ohara     108: libfunc_a_AR = $(AR) $(ARFLAGS)
                    109: libfunc_a_LIBADD =
                    110: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
                    111:        cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
                    112:        file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
                    113:        miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
                    114:        print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
                    115:        result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
                    116:        isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) \
                    117:        time.$(OBJEXT) type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) \
                    118:        gr.$(OBJEXT) dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
                    119:        numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
1.24      noro      120:        sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT) \
                    121:        bfaux.$(OBJEXT)
1.17      ohara     122: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
1.25      ohara     123: AM_V_P = $(am__v_P_@AM_V@)
                    124: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    125: am__v_P_0 = false
                    126: am__v_P_1 = :
                    127: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    128: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    129: am__v_GEN_0 = @echo "  GEN     " $@;
                    130: am__v_GEN_1 =
                    131: AM_V_at = $(am__v_at_@AM_V@)
                    132: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    133: am__v_at_0 = @
                    134: am__v_at_1 =
1.17      ohara     135: DEFAULT_INCLUDES = -I.@am__isrc@
                    136: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    137: am__depfiles_maybe = depfiles
1.20      ohara     138: am__mv = mv -f
1.17      ohara     139: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    140:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.25      ohara     141: AM_V_CC = $(am__v_CC_@AM_V@)
                    142: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    143: am__v_CC_0 = @echo "  CC      " $@;
                    144: am__v_CC_1 =
1.17      ohara     145: CCLD = $(CC)
                    146: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.25      ohara     147: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    148: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    149: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    150: am__v_CCLD_1 =
1.17      ohara     151: SOURCES = $(libfunc_a_SOURCES)
                    152: DIST_SOURCES = $(libfunc_a_SOURCES)
1.25      ohara     153: am__can_run_installinfo = \
                    154:   case $$AM_UPDATE_INFO_DIR in \
                    155:     n|no|NO) false;; \
                    156:     *) (install-info --version) >/dev/null 2>&1;; \
                    157:   esac
                    158: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    159: # Read a list of newline-separated strings from the standard input,
                    160: # and print each of them once, without duplicates.  Input order is
                    161: # *not* preserved.
                    162: am__uniquify_input = $(AWK) '\
                    163:   BEGIN { nonempty = 0; } \
                    164:   { items[$$0] = 1; nonempty = 1; } \
                    165:   END { if (nonempty) { for (i in items) print i; }; } \
                    166: '
                    167: # Make sure the list of sources is unique.  This is necessary because,
                    168: # e.g., the same source file might be shared among _SOURCES variables
                    169: # for different programs/libraries.
                    170: am__define_uniq_tagged_files = \
                    171:   list='$(am__tagged_files)'; \
                    172:   unique=`for i in $$list; do \
                    173:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    174:   done | $(am__uniquify_input)`
1.17      ohara     175: ETAGS = etags
                    176: CTAGS = ctags
1.25      ohara     177: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
                    178:        $(top_srcdir)/mkinstalldirs
1.17      ohara     179: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    180: ACLOCAL = @ACLOCAL@
1.1       ohara     181: AMTAR = @AMTAR@
1.25      ohara     182: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.20      ohara     183: ASIR_GCLIB = @ASIR_GCLIB@
1.17      ohara     184: AUTOCONF = @AUTOCONF@
                    185: AUTOHEADER = @AUTOHEADER@
                    186: AUTOMAKE = @AUTOMAKE@
1.1       ohara     187: AWK = @AWK@
                    188: CC = @CC@
1.17      ohara     189: CCDEPMODE = @CCDEPMODE@
                    190: CFLAGS = @CFLAGS@
                    191: CPP = @CPP@
                    192: CPPFLAGS = @CPPFLAGS@
                    193: CYGPATH_W = @CYGPATH_W@
                    194: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     195: DEPDIR = @DEPDIR@
1.17      ohara     196: ECHO_C = @ECHO_C@
                    197: ECHO_N = @ECHO_N@
                    198: ECHO_T = @ECHO_T@
                    199: EGREP = @EGREP@
1.15      ohara     200: EXEEXT = @EXEEXT@
1.1       ohara     201: FEPLIB = @FEPLIB@
1.17      ohara     202: GC = @GC@
1.20      ohara     203: GCINC = @GCINC@
                    204: GCLIB = @GCLIB@
1.17      ohara     205: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.16      ohara     206: GC_DISTDIR = @GC_DISTDIR@
1.27    ! ohara     207: GMPLIB = @GMPLIB@
1.17      ohara     208: GREP = @GREP@
                    209: INSTALL = @INSTALL@
                    210: INSTALL_DATA = @INSTALL_DATA@
                    211: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    212: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     213: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    214: LAPACKLIB = @LAPACKLIB@
1.17      ohara     215: LDFLAGS = @LDFLAGS@
                    216: LIBOBJS = @LIBOBJS@
                    217: LIBS = @LIBS@
1.1       ohara     218: LN_S = @LN_S@
1.17      ohara     219: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     220: MAINT = @MAINT@
1.17      ohara     221: MAKEINFO = @MAKEINFO@
                    222: MKDIR_P = @MKDIR_P@
1.15      ohara     223: OBJEXT = @OBJEXT@
1.1       ohara     224: PACKAGE = @PACKAGE@
1.17      ohara     225: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    226: PACKAGE_NAME = @PACKAGE_NAME@
                    227: PACKAGE_STRING = @PACKAGE_STRING@
                    228: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.20      ohara     229: PACKAGE_URL = @PACKAGE_URL@
1.17      ohara     230: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     231: PARIINC = @PARIINC@
                    232: PARILIB = @PARILIB@
1.17      ohara     233: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     234: RANLIB = @RANLIB@
1.17      ohara     235: SET_MAKE = @SET_MAKE@
                    236: SHELL = @SHELL@
                    237: STRIP = @STRIP@
1.12      ohara     238: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     239: VERSION = @VERSION@
1.26      ohara     240: WSLIB = @WSLIB@
1.17      ohara     241: XMKMF = @XMKMF@
1.4       ohara     242: XPMLIB = @XPMLIB@
1.1       ohara     243: X_CFLAGS = @X_CFLAGS@
                    244: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    245: X_LIBS = @X_LIBS@
                    246: X_PRE_LIBS = @X_PRE_LIBS@
                    247: YACC = @YACC@
1.17      ohara     248: YFLAGS = @YFLAGS@
                    249: abs_builddir = @abs_builddir@
                    250: abs_srcdir = @abs_srcdir@
                    251: abs_top_builddir = @abs_top_builddir@
                    252: abs_top_srcdir = @abs_top_srcdir@
                    253: ac_ct_CC = @ac_ct_CC@
1.1       ohara     254: am__include = @am__include@
1.17      ohara     255: am__leading_dot = @am__leading_dot@
1.1       ohara     256: am__quote = @am__quote@
1.17      ohara     257: am__tar = @am__tar@
                    258: am__untar = @am__untar@
1.1       ohara     259: asm_obj = @asm_obj@
1.17      ohara     260: bindir = @bindir@
                    261: build = @build@
                    262: build_alias = @build_alias@
                    263: build_cpu = @build_cpu@
                    264: build_os = @build_os@
                    265: build_vendor = @build_vendor@
                    266: builddir = @builddir@
                    267: datadir = @datadir@
                    268: datarootdir = @datarootdir@
                    269: docdir = @docdir@
                    270: dvidir = @dvidir@
                    271: exec_prefix = @exec_prefix@
                    272: host = @host@
                    273: host_alias = @host_alias@
                    274: host_cpu = @host_cpu@
                    275: host_os = @host_os@
                    276: host_vendor = @host_vendor@
                    277: htmldir = @htmldir@
                    278: includedir = @includedir@
                    279: infodir = @infodir@
1.1       ohara     280: install_sh = @install_sh@
                    281: libasir_postfix = @libasir_postfix@
1.17      ohara     282: libdir = @libdir@
                    283: libexecdir = @libexecdir@
                    284: localedir = @localedir@
                    285: localstatedir = @localstatedir@
                    286: mandir = @mandir@
                    287: mkdir_p = @mkdir_p@
                    288: oldincludedir = @oldincludedir@
                    289: pdfdir = @pdfdir@
                    290: prefix = @prefix@
                    291: program_transform_name = @program_transform_name@
                    292: psdir = @psdir@
                    293: sbindir = @sbindir@
                    294: sharedstatedir = @sharedstatedir@
                    295: srcdir = @srcdir@
                    296: sysconfdir = @sysconfdir@
                    297: target = @target@
                    298: target_alias = @target_alias@
                    299: target_cpu = @target_cpu@
                    300: target_os = @target_os@
                    301: target_vendor = @target_vendor@
1.20      ohara     302: top_build_prefix = @top_build_prefix@
1.17      ohara     303: top_builddir = @top_builddir@
                    304: top_srcdir = @top_srcdir@
1.6       ohara     305: asirdir = ${prefix}/lib/asir
1.25      ohara     306: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     307:            -I${top_srcdir}/gc/include \
1.23      noro      308:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     309:
                    310: noinst_LIBRARIES = libfunc.a
                    311: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
                    312:                     fctr.c file.c help.c int.c list.c miscf.c \
                    313:                     parif.c poly.c pdiv.c print.c pf.c \
1.8       noro      314:                     rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1       ohara     315:                     strobj.c subst.c time.c type.c var.c compobj.c \
                    316:                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.24      noro      317:                     batch.c sha1.c user.c round.c iarray.c bfaux.c
1.1       ohara     318:
                    319: all: all-am
                    320:
                    321: .SUFFIXES:
                    322: .SUFFIXES: .c .o .obj
1.17      ohara     323: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    324:        @for dep in $?; do \
                    325:          case '$(am__configure_deps)' in \
                    326:            *$$dep*) \
1.20      ohara     327:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    328:                && { if test -f $@; then exit 0; else break; fi; }; \
1.17      ohara     329:              exit 1;; \
                    330:          esac; \
                    331:        done; \
1.20      ohara     332:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu builtin/Makefile'; \
                    333:        $(am__cd) $(top_srcdir) && \
                    334:          $(AUTOMAKE) --gnu builtin/Makefile
1.17      ohara     335: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    336:        @case '$?' in \
                    337:          *config.status*) \
                    338:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    339:          *) \
                    340:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    341:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    342:        esac;
                    343:
                    344: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    345:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    346:
                    347: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    348:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    349: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    350:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.20      ohara     351: $(am__aclocal_m4_deps):
1.1       ohara     352:
                    353: clean-noinstLIBRARIES:
                    354:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.25      ohara     355:
                    356: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES) $(EXTRA_libfunc_a_DEPENDENCIES)
                    357:        $(AM_V_at)-rm -f libfunc.a
                    358:        $(AM_V_AR)$(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
                    359:        $(AM_V_at)$(RANLIB) libfunc.a
1.1       ohara     360:
                    361: mostlyclean-compile:
1.17      ohara     362:        -rm -f *.$(OBJEXT)
1.1       ohara     363:
                    364: distclean-compile:
                    365:        -rm -f *.tab.c
                    366:
1.17      ohara     367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/al.Po@am__quote@
                    368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algnum.Po@am__quote@
                    369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
                    370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/batch.Po@am__quote@
1.24      noro      371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfaux.Po@am__quote@
1.17      ohara     372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compobj.Po@am__quote@
                    373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplxnum.Po@am__quote@
                    374: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrl.Po@am__quote@
                    375: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp-supp.Po@am__quote@
                    376: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp.Po@am__quote@
                    377: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ec.Po@am__quote@
                    378: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fctr.Po@am__quote@
                    379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
                    380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftab.Po@am__quote@
                    381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf.Po@am__quote@
                    382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gr.Po@am__quote@
                    383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
                    384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iarray.Po@am__quote@
                    385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
                    386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolv.Po@am__quote@
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itvnum.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mattran.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscf.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numerical.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parif.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdiv.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poly.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rat.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduct.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobj.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
                    405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
                    406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type.Po@am__quote@
                    407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
                    408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var.Po@am__quote@
1.1       ohara     409:
                    410: .c.o:
1.25      ohara     411: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    412: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    413: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.17      ohara     414: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.25      ohara     415: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     416:
                    417: .c.obj:
1.25      ohara     418: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    419: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    420: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.17      ohara     421: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.25      ohara     422: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     423:
1.25      ohara     424: ID: $(am__tagged_files)
                    425:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    426: tags: tags-am
                    427: TAGS: tags
1.1       ohara     428:
1.25      ohara     429: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.20      ohara     430:        set x; \
1.1       ohara     431:        here=`pwd`; \
1.25      ohara     432:        $(am__define_uniq_tagged_files); \
1.20      ohara     433:        shift; \
                    434:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.17      ohara     435:          test -n "$$unique" || unique=$$empty_fix; \
1.20      ohara     436:          if test $$# -gt 0; then \
                    437:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    438:              "$$@" $$unique; \
                    439:          else \
                    440:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    441:              $$unique; \
                    442:          fi; \
1.17      ohara     443:        fi
1.25      ohara     444: ctags: ctags-am
                    445:
                    446: CTAGS: ctags
                    447: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    448:        $(am__define_uniq_tagged_files); \
1.20      ohara     449:        test -z "$(CTAGS_ARGS)$$unique" \
1.17      ohara     450:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.20      ohara     451:             $$unique
1.1       ohara     452:
                    453: GTAGS:
1.17      ohara     454:        here=`$(am__cd) $(top_builddir) && pwd` \
1.20      ohara     455:          && $(am__cd) $(top_srcdir) \
                    456:          && gtags -i $(GTAGS_ARGS) "$$here"
1.25      ohara     457: cscopelist: cscopelist-am
                    458:
                    459: cscopelist-am: $(am__tagged_files)
                    460:        list='$(am__tagged_files)'; \
                    461:        case "$(srcdir)" in \
                    462:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    463:          *) sdir=$(subdir)/$(srcdir) ;; \
                    464:        esac; \
                    465:        for i in $$list; do \
                    466:          if test -f "$$i"; then \
                    467:            echo "$(subdir)/$$i"; \
                    468:          else \
                    469:            echo "$$sdir/$$i"; \
                    470:          fi; \
                    471:        done >> $(top_builddir)/cscope.files
1.1       ohara     472:
                    473: distclean-tags:
1.17      ohara     474:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     475:
                    476: distdir: $(DISTFILES)
1.17      ohara     477:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    478:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    479:        list='$(DISTFILES)'; \
                    480:          dist_files=`for file in $$list; do echo $$file; done | \
                    481:          sed -e "s|^$$srcdirstrip/||;t" \
                    482:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    483:        case $$dist_files in \
                    484:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    485:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    486:                           sort -u` ;; \
                    487:        esac; \
                    488:        for file in $$dist_files; do \
                    489:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     490:          if test -d $$d/$$file; then \
1.17      ohara     491:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.20      ohara     492:            if test -d "$(distdir)/$$file"; then \
                    493:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    494:            fi; \
1.17      ohara     495:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.20      ohara     496:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    497:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.17      ohara     498:            fi; \
1.20      ohara     499:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     500:          else \
1.20      ohara     501:            test -f "$(distdir)/$$file" \
                    502:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     503:            || exit 1; \
                    504:          fi; \
                    505:        done
                    506: check-am: all-am
                    507: check: check-am
                    508: all-am: Makefile $(LIBRARIES)
                    509: installdirs:
                    510: install: install-am
                    511: install-exec: install-exec-am
                    512: install-data: install-data-am
                    513: uninstall: uninstall-am
                    514:
                    515: install-am: all-am
                    516:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    517:
                    518: installcheck: installcheck-am
                    519: install-strip:
1.25      ohara     520:        if test -z '$(STRIP)'; then \
                    521:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    522:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    523:              install; \
                    524:        else \
                    525:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    526:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    527:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    528:        fi
1.1       ohara     529: mostlyclean-generic:
                    530:
                    531: clean-generic:
                    532:
                    533: distclean-generic:
1.17      ohara     534:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.20      ohara     535:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     536:
                    537: maintainer-clean-generic:
                    538:        @echo "This command is intended for maintainers to use"
                    539:        @echo "it deletes files that may require special tools to rebuild."
                    540: clean: clean-am
                    541:
                    542: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    543:
                    544: distclean: distclean-am
1.17      ohara     545:        -rm -rf ./$(DEPDIR)
                    546:        -rm -f Makefile
                    547: distclean-am: clean-am distclean-compile distclean-generic \
                    548:        distclean-tags
1.1       ohara     549:
                    550: dvi: dvi-am
                    551:
                    552: dvi-am:
                    553:
1.17      ohara     554: html: html-am
                    555:
1.20      ohara     556: html-am:
                    557:
1.1       ohara     558: info: info-am
                    559:
                    560: info-am:
                    561:
                    562: install-data-am:
                    563:
1.17      ohara     564: install-dvi: install-dvi-am
                    565:
1.20      ohara     566: install-dvi-am:
                    567:
1.1       ohara     568: install-exec-am:
                    569:
1.17      ohara     570: install-html: install-html-am
                    571:
1.20      ohara     572: install-html-am:
                    573:
1.1       ohara     574: install-info: install-info-am
                    575:
1.20      ohara     576: install-info-am:
                    577:
1.1       ohara     578: install-man:
                    579:
1.17      ohara     580: install-pdf: install-pdf-am
                    581:
1.20      ohara     582: install-pdf-am:
                    583:
1.17      ohara     584: install-ps: install-ps-am
                    585:
1.20      ohara     586: install-ps-am:
                    587:
1.1       ohara     588: installcheck-am:
                    589:
                    590: maintainer-clean: maintainer-clean-am
1.17      ohara     591:        -rm -rf ./$(DEPDIR)
                    592:        -rm -f Makefile
1.1       ohara     593: maintainer-clean-am: distclean-am maintainer-clean-generic
                    594:
                    595: mostlyclean: mostlyclean-am
                    596:
                    597: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    598:
1.17      ohara     599: pdf: pdf-am
                    600:
                    601: pdf-am:
                    602:
                    603: ps: ps-am
                    604:
                    605: ps-am:
                    606:
                    607: uninstall-am:
                    608:
                    609: .MAKE: install-am install-strip
1.1       ohara     610:
1.25      ohara     611: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    612:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    613:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    614:        dvi-am html html-am info info-am install install-am \
                    615:        install-data install-data-am install-dvi install-dvi-am \
                    616:        install-exec install-exec-am install-html install-html-am \
                    617:        install-info install-info-am install-man install-pdf \
                    618:        install-pdf-am install-ps install-ps-am install-strip \
                    619:        installcheck installcheck-am installdirs maintainer-clean \
1.1       ohara     620:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.25      ohara     621:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1.17      ohara     622:        uninstall-am
1.1       ohara     623:
1.25      ohara     624: .PRECIOUS: Makefile
                    625:
1.20      ohara     626:
1.1       ohara     627: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    628: # Otherwise a system limit (for SysV at least) may be exceeded.
                    629: .NOEXPORT:

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