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

Annotation of OpenXM_contrib2/asir2000/lib/Makefile.in, Revision 1.26

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

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