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

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

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