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

Annotation of OpenXM_contrib2/asir2018/lib/Makefile.in, Revision 1.1

1.1     ! noro        1: # Makefile.in generated by automake 1.15 from Makefile.am.
        !             2: # @configure_input@
        !             3:
        !             4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             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: VPATH = @srcdir@
        !            17: am__is_gnu_make = { \
        !            18:   if test -z '$(MAKELEVEL)'; then \
        !            19:     false; \
        !            20:   elif test -n '$(MAKE_HOST)'; then \
        !            21:     true; \
        !            22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            23:     true; \
        !            24:   else \
        !            25:     false; \
        !            26:   fi; \
        !            27: }
        !            28: am__make_running_with_option = \
        !            29:   case $${target_option-} in \
        !            30:       ?) ;; \
        !            31:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            32:               "target option '$${target_option-}' specified" >&2; \
        !            33:          exit 1;; \
        !            34:   esac; \
        !            35:   has_opt=no; \
        !            36:   sane_makeflags=$$MAKEFLAGS; \
        !            37:   if $(am__is_gnu_make); then \
        !            38:     sane_makeflags=$$MFLAGS; \
        !            39:   else \
        !            40:     case $$MAKEFLAGS in \
        !            41:       *\\[\ \  ]*) \
        !            42:         bs=\\; \
        !            43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            45:     esac; \
        !            46:   fi; \
        !            47:   skip_next=no; \
        !            48:   strip_trailopt () \
        !            49:   { \
        !            50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            51:   }; \
        !            52:   for flg in $$sane_makeflags; do \
        !            53:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            54:     case $$flg in \
        !            55:       *=*|--*) continue;; \
        !            56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            57:       -*I?*) strip_trailopt 'I';; \
        !            58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            59:       -*O?*) strip_trailopt 'O';; \
        !            60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            61:       -*l?*) strip_trailopt 'l';; \
        !            62:       -[dEDm]) skip_next=yes;; \
        !            63:       -[JT]) skip_next=yes;; \
        !            64:     esac; \
        !            65:     case $$flg in \
        !            66:       *$$target_option*) has_opt=yes; break;; \
        !            67:     esac; \
        !            68:   done; \
        !            69:   test $$has_opt = yes
        !            70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
        !            72: pkgdatadir = $(datadir)/@PACKAGE@
        !            73: pkgincludedir = $(includedir)/@PACKAGE@
        !            74: pkglibdir = $(libdir)/@PACKAGE@
        !            75: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            77: install_sh_DATA = $(install_sh) -c -m 644
        !            78: install_sh_PROGRAM = $(install_sh) -c
        !            79: install_sh_SCRIPT = $(install_sh) -c
        !            80: INSTALL_HEADER = $(INSTALL_DATA)
        !            81: transform = $(program_transform_name)
        !            82: NORMAL_INSTALL = :
        !            83: PRE_INSTALL = :
        !            84: POST_INSTALL = :
        !            85: NORMAL_UNINSTALL = :
        !            86: PRE_UNINSTALL = :
        !            87: POST_UNINSTALL = :
        !            88: build_triplet = @build@
        !            89: host_triplet = @host@
        !            90: target_triplet = @target@
        !            91: subdir = lib
        !            92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            93: am__aclocal_m4_deps = $(top_srcdir)/configure.in
        !            94: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            95:        $(ACLOCAL_M4)
        !            96: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
        !            97: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            98: CONFIG_CLEAN_FILES =
        !            99: CONFIG_CLEAN_VPATH_FILES =
        !           100: AM_V_P = $(am__v_P_@AM_V@)
        !           101: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           102: am__v_P_0 = false
        !           103: am__v_P_1 = :
        !           104: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           105: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           106: am__v_GEN_0 = @echo "  GEN     " $@;
        !           107: am__v_GEN_1 =
        !           108: AM_V_at = $(am__v_at_@AM_V@)
        !           109: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           110: am__v_at_0 = @
        !           111: am__v_at_1 =
        !           112: SOURCES =
        !           113: DIST_SOURCES =
        !           114: am__can_run_installinfo = \
        !           115:   case $$AM_UPDATE_INFO_DIR in \
        !           116:     n|no|NO) false;; \
        !           117:     *) (install-info --version) >/dev/null 2>&1;; \
        !           118:   esac
        !           119: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           120: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
        !           121: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           122: ACLOCAL = @ACLOCAL@
        !           123: AMTAR = @AMTAR@
        !           124: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           125: ASIR_GCLIB = @ASIR_GCLIB@
        !           126: AUTOCONF = @AUTOCONF@
        !           127: AUTOHEADER = @AUTOHEADER@
        !           128: AUTOMAKE = @AUTOMAKE@
        !           129: AWK = @AWK@
        !           130: CC = @CC@
        !           131: CCDEPMODE = @CCDEPMODE@
        !           132: CFLAGS = @CFLAGS@
        !           133: CPP = @CPP@
        !           134: CPPFLAGS = @CPPFLAGS@
        !           135: CYGPATH_W = @CYGPATH_W@
        !           136: DEFS = @DEFS@
        !           137: DEPDIR = @DEPDIR@
        !           138: ECHO_C = @ECHO_C@
        !           139: ECHO_N = @ECHO_N@
        !           140: ECHO_T = @ECHO_T@
        !           141: EGREP = @EGREP@
        !           142: EXEEXT = @EXEEXT@
        !           143: FEPLIB = @FEPLIB@
        !           144: GC = @GC@
        !           145: GCINC = @GCINC@
        !           146: GCLIB = @GCLIB@
        !           147: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
        !           148: GC_DISTDIR = @GC_DISTDIR@
        !           149: GMPLIB = @GMPLIB@
        !           150: GREP = @GREP@
        !           151: INSTALL = @INSTALL@
        !           152: INSTALL_DATA = @INSTALL_DATA@
        !           153: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           154: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           155: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           156: LAPACKLIB = @LAPACKLIB@
        !           157: LDFLAGS = @LDFLAGS@
        !           158: LIBOBJS = @LIBOBJS@
        !           159: LIBS = @LIBS@
        !           160: LN_S = @LN_S@
        !           161: LTLIBOBJS = @LTLIBOBJS@
        !           162: MAINT = @MAINT@
        !           163: MAKEINFO = @MAKEINFO@
        !           164: MKDIR_P = @MKDIR_P@
        !           165: OBJEXT = @OBJEXT@
        !           166: PACKAGE = @PACKAGE@
        !           167: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           168: PACKAGE_NAME = @PACKAGE_NAME@
        !           169: PACKAGE_STRING = @PACKAGE_STRING@
        !           170: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           171: PACKAGE_URL = @PACKAGE_URL@
        !           172: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           173: PARIINC = @PARIINC@
        !           174: PARILIB = @PARILIB@
        !           175: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           176: RANLIB = @RANLIB@
        !           177: SET_MAKE = @SET_MAKE@
        !           178: SHELL = @SHELL@
        !           179: STRIP = @STRIP@
        !           180: USE_GC_SPARC64 = @USE_GC_SPARC64@
        !           181: VERSION = @VERSION@
        !           182: WSLIB = @WSLIB@
        !           183: XMKMF = @XMKMF@
        !           184: XPMLIB = @XPMLIB@
        !           185: X_CFLAGS = @X_CFLAGS@
        !           186: X_EXTRA_LIBS = @X_EXTRA_LIBS@
        !           187: X_LIBS = @X_LIBS@
        !           188: X_PRE_LIBS = @X_PRE_LIBS@
        !           189: YACC = @YACC@
        !           190: YFLAGS = @YFLAGS@
        !           191: abs_builddir = @abs_builddir@
        !           192: abs_srcdir = @abs_srcdir@
        !           193: abs_top_builddir = @abs_top_builddir@
        !           194: abs_top_srcdir = @abs_top_srcdir@
        !           195: ac_ct_CC = @ac_ct_CC@
        !           196: am__include = @am__include@
        !           197: am__leading_dot = @am__leading_dot@
        !           198: am__quote = @am__quote@
        !           199: am__tar = @am__tar@
        !           200: am__untar = @am__untar@
        !           201: asm_obj = @asm_obj@
        !           202: bindir = @bindir@
        !           203: build = @build@
        !           204: build_alias = @build_alias@
        !           205: build_cpu = @build_cpu@
        !           206: build_os = @build_os@
        !           207: build_vendor = @build_vendor@
        !           208: builddir = @builddir@
        !           209: datadir = @datadir@
        !           210: datarootdir = @datarootdir@
        !           211: docdir = @docdir@
        !           212: dvidir = @dvidir@
        !           213: exec_prefix = @exec_prefix@
        !           214: host = @host@
        !           215: host_alias = @host_alias@
        !           216: host_cpu = @host_cpu@
        !           217: host_os = @host_os@
        !           218: host_vendor = @host_vendor@
        !           219: htmldir = @htmldir@
        !           220: includedir = @includedir@
        !           221: infodir = @infodir@
        !           222: install_sh = @install_sh@
        !           223: libasir_postfix = @libasir_postfix@
        !           224: libdir = @libdir@
        !           225: libexecdir = @libexecdir@
        !           226: localedir = @localedir@
        !           227: localstatedir = @localstatedir@
        !           228: mandir = @mandir@
        !           229: mkdir_p = @mkdir_p@
        !           230: oldincludedir = @oldincludedir@
        !           231: pdfdir = @pdfdir@
        !           232: prefix = @prefix@
        !           233: program_transform_name = @program_transform_name@
        !           234: psdir = @psdir@
        !           235: sbindir = @sbindir@
        !           236: sharedstatedir = @sharedstatedir@
        !           237: srcdir = @srcdir@
        !           238: sysconfdir = @sysconfdir@
        !           239: target = @target@
        !           240: target_alias = @target_alias@
        !           241: target_cpu = @target_cpu@
        !           242: target_os = @target_os@
        !           243: target_vendor = @target_vendor@
        !           244: top_build_prefix = @top_build_prefix@
        !           245: top_builddir = @top_builddir@
        !           246: top_srcdir = @top_srcdir@
        !           247: asirdir = ${libdir}/asir
        !           248: RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
        !           249:           fff glib gr ifplot katsura mat nf num primdec primdec_lex \
        !           250:           ratint robot solve sp sturm sym xm primdec_mod weight
        !           251:
        !           252: all: all-am
        !           253:
        !           254: .SUFFIXES:
        !           255: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
        !           256:        @for dep in $?; do \
        !           257:          case '$(am__configure_deps)' in \
        !           258:            *$$dep*) \
        !           259:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           260:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           261:              exit 1;; \
        !           262:          esac; \
        !           263:        done; \
        !           264:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
        !           265:        $(am__cd) $(top_srcdir) && \
        !           266:          $(AUTOMAKE) --gnu lib/Makefile
        !           267: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           268:        @case '$?' in \
        !           269:          *config.status*) \
        !           270:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           271:          *) \
        !           272:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           273:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           274:        esac;
        !           275:
        !           276: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           277:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           278:
        !           279: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        !           280:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           281: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        !           282:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           283: $(am__aclocal_m4_deps):
        !           284: tags TAGS:
        !           285:
        !           286: ctags CTAGS:
        !           287:
        !           288: cscope cscopelist:
        !           289:
        !           290:
        !           291: distdir: $(DISTFILES)
        !           292:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           293:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           294:        list='$(DISTFILES)'; \
        !           295:          dist_files=`for file in $$list; do echo $$file; done | \
        !           296:          sed -e "s|^$$srcdirstrip/||;t" \
        !           297:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           298:        case $$dist_files in \
        !           299:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           300:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           301:                           sort -u` ;; \
        !           302:        esac; \
        !           303:        for file in $$dist_files; do \
        !           304:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           305:          if test -d $$d/$$file; then \
        !           306:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           307:            if test -d "$(distdir)/$$file"; then \
        !           308:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           309:            fi; \
        !           310:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           311:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           312:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           313:            fi; \
        !           314:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           315:          else \
        !           316:            test -f "$(distdir)/$$file" \
        !           317:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           318:            || exit 1; \
        !           319:          fi; \
        !           320:        done
        !           321: check-am: all-am
        !           322: check: check-am
        !           323: all-am: Makefile
        !           324: installdirs:
        !           325: install: install-am
        !           326: install-exec: install-exec-am
        !           327: install-data: install-data-am
        !           328: uninstall: uninstall-am
        !           329:
        !           330: install-am: all-am
        !           331:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           332:
        !           333: installcheck: installcheck-am
        !           334: install-strip:
        !           335:        if test -z '$(STRIP)'; then \
        !           336:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           337:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           338:              install; \
        !           339:        else \
        !           340:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           341:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           342:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           343:        fi
        !           344: mostlyclean-generic:
        !           345:
        !           346: clean-generic:
        !           347:
        !           348: distclean-generic:
        !           349:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           350:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           351:
        !           352: maintainer-clean-generic:
        !           353:        @echo "This command is intended for maintainers to use"
        !           354:        @echo "it deletes files that may require special tools to rebuild."
        !           355: clean: clean-am
        !           356:
        !           357: clean-am: clean-generic mostlyclean-am
        !           358:
        !           359: distclean: distclean-am
        !           360:        -rm -f Makefile
        !           361: distclean-am: clean-am distclean-generic
        !           362:
        !           363: dvi: dvi-am
        !           364:
        !           365: dvi-am:
        !           366:
        !           367: html: html-am
        !           368:
        !           369: html-am:
        !           370:
        !           371: info: info-am
        !           372:
        !           373: info-am:
        !           374:
        !           375: install-data-am:
        !           376:
        !           377: install-dvi: install-dvi-am
        !           378:
        !           379: install-dvi-am:
        !           380:
        !           381: install-exec-am:
        !           382:
        !           383: install-html: install-html-am
        !           384:
        !           385: install-html-am:
        !           386:
        !           387: install-info: install-info-am
        !           388:
        !           389: install-info-am:
        !           390:
        !           391: install-man:
        !           392:
        !           393: install-pdf: install-pdf-am
        !           394:
        !           395: install-pdf-am:
        !           396:
        !           397: install-ps: install-ps-am
        !           398:
        !           399: install-ps-am:
        !           400:
        !           401: installcheck-am:
        !           402:
        !           403: maintainer-clean: maintainer-clean-am
        !           404:        -rm -f Makefile
        !           405: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           406:
        !           407: mostlyclean: mostlyclean-am
        !           408:
        !           409: mostlyclean-am: mostlyclean-generic
        !           410:
        !           411: pdf: pdf-am
        !           412:
        !           413: pdf-am:
        !           414:
        !           415: ps: ps-am
        !           416:
        !           417: ps-am:
        !           418:
        !           419: uninstall-am:
        !           420:
        !           421: .MAKE: install-am install-strip
        !           422:
        !           423: .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
        !           424:        ctags-am distclean distclean-generic distdir dvi dvi-am html \
        !           425:        html-am info info-am install install-am install-data \
        !           426:        install-data-am install-dvi install-dvi-am install-exec \
        !           427:        install-exec-am install-html install-html-am install-info \
        !           428:        install-info-am install-man install-pdf install-pdf-am \
        !           429:        install-ps install-ps-am install-strip installcheck \
        !           430:        installcheck-am installdirs maintainer-clean \
        !           431:        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
        !           432:        pdf-am ps ps-am tags-am uninstall uninstall-am
        !           433:
        !           434: .PRECIOUS: Makefile
        !           435:
        !           436:
        !           437: install-doc:
        !           438:        -mkdir -p ${DESTDIR}${asirdir}
        !           439:        -for i in ja en ; do \
        !           440:                uudecode help-$$i.uu ; \
        !           441:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
        !           442:                rm -f help-$$i.tgz ; \
        !           443:        done
        !           444:        -rm ${DESTDIR}${asirdir}/help
        !           445:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-ja help-jp)
        !           446:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help-eg)
        !           447:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help)
        !           448:
        !           449: install-lib:
        !           450:        -mkdir -p ${DESTDIR}${asirdir}
        !           451:        -for i in ${RR} ; do \
        !           452:                ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
        !           453:        done
        !           454:
        !           455: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           456: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           457: .NOEXPORT:

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