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

Annotation of OpenXM_contrib2/asir2000/include/Makefile.in, Revision 1.17

1.17    ! noro        1: # Makefile.in generated by automake 1.11.6 from Makefile.am.
1.12      ohara       2: # @configure_input@
1.1       ohara       3:
1.17    ! noro        4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
        !             6: # Foundation, Inc.
1.1       ohara       7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10:
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15:
                     16: @SET_MAKE@
1.10      ohara      17:
1.1       ohara      18: VPATH = @srcdir@
1.16      ohara      19: am__make_dryrun = \
                     20:   { \
                     21:     am__dry=no; \
                     22:     case $$MAKEFLAGS in \
                     23:       *\\[\ \  ]*) \
                     24:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
                     25:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
                     26:       *) \
                     27:         for am__flg in $$MAKEFLAGS; do \
                     28:           case $$am__flg in \
                     29:             *=*|--*) ;; \
                     30:             *n*) am__dry=yes; break;; \
                     31:           esac; \
                     32:         done;; \
                     33:     esac; \
                     34:     test $$am__dry = yes; \
                     35:   }
1.1       ohara      36: pkgdatadir = $(datadir)/@PACKAGE@
1.15      ohara      37: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      38: pkglibdir = $(libdir)/@PACKAGE@
1.15      ohara      39: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.12      ohara      40: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     41: install_sh_DATA = $(install_sh) -c -m 644
                     42: install_sh_PROGRAM = $(install_sh) -c
                     43: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      44: INSTALL_HEADER = $(INSTALL_DATA)
1.12      ohara      45: transform = $(program_transform_name)
1.1       ohara      46: NORMAL_INSTALL = :
                     47: PRE_INSTALL = :
                     48: POST_INSTALL = :
                     49: NORMAL_UNINSTALL = :
                     50: PRE_UNINSTALL = :
                     51: POST_UNINSTALL = :
                     52: build_triplet = @build@
                     53: host_triplet = @host@
                     54: target_triplet = @target@
1.12      ohara      55: subdir = include
1.17    ! noro       56: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1.12      ohara      57: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     58: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     59: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     60:        $(ACLOCAL_M4)
                     61: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     62: CONFIG_CLEAN_FILES =
1.15      ohara      63: CONFIG_CLEAN_VPATH_FILES =
1.12      ohara      64: SOURCES =
                     65: DIST_SOURCES =
1.16      ohara      66: am__can_run_installinfo = \
                     67:   case $$AM_UPDATE_INFO_DIR in \
                     68:     n|no|NO) false;; \
                     69:     *) (install-info --version) >/dev/null 2>&1;; \
                     70:   esac
1.12      ohara      71: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     72: am__vpath_adj = case $$p in \
                     73:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     74:     *) f=$$p;; \
                     75:   esac;
1.15      ohara      76: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                     77: am__install_max = 40
                     78: am__nobase_strip_setup = \
                     79:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                     80: am__nobase_strip = \
                     81:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                     82: am__nobase_list = $(am__nobase_strip_setup); \
                     83:   for p in $$list; do echo "$$p $$p"; done | \
                     84:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                     85:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                     86:     if (++n[$$2] == $(am__install_max)) \
                     87:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                     88:     END { for (dir in files) print dir, files[dir] }'
                     89: am__base_list = \
                     90:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                     91:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.16      ohara      92: am__uninstall_files_from_dir = { \
                     93:   test -z "$$files" \
                     94:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                     95:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                     96:          $(am__cd) "$$dir" && rm -f $$files; }; \
                     97:   }
1.12      ohara      98: am__installdirs = "$(DESTDIR)$(incdir)"
                     99: DATA = $(inc_DATA)
                    100: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    101: ACLOCAL = @ACLOCAL@
1.1       ohara     102: AMTAR = @AMTAR@
1.15      ohara     103: ASIR_GCLIB = @ASIR_GCLIB@
1.12      ohara     104: AUTOCONF = @AUTOCONF@
                    105: AUTOHEADER = @AUTOHEADER@
                    106: AUTOMAKE = @AUTOMAKE@
1.1       ohara     107: AWK = @AWK@
                    108: CC = @CC@
1.12      ohara     109: CCDEPMODE = @CCDEPMODE@
                    110: CFLAGS = @CFLAGS@
                    111: CPP = @CPP@
                    112: CPPFLAGS = @CPPFLAGS@
                    113: CYGPATH_W = @CYGPATH_W@
                    114: DEFS = @DEFS@
1.1       ohara     115: DEPDIR = @DEPDIR@
1.12      ohara     116: ECHO_C = @ECHO_C@
                    117: ECHO_N = @ECHO_N@
                    118: ECHO_T = @ECHO_T@
                    119: EGREP = @EGREP@
1.10      ohara     120: EXEEXT = @EXEEXT@
1.1       ohara     121: FEPLIB = @FEPLIB@
1.12      ohara     122: GC = @GC@
1.15      ohara     123: GCINC = @GCINC@
                    124: GCLIB = @GCLIB@
1.12      ohara     125: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara     126: GC_DISTDIR = @GC_DISTDIR@
1.12      ohara     127: GREP = @GREP@
                    128: INSTALL = @INSTALL@
                    129: INSTALL_DATA = @INSTALL_DATA@
                    130: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    131: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     132: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    133: LAPACKLIB = @LAPACKLIB@
1.12      ohara     134: LDFLAGS = @LDFLAGS@
                    135: LIBOBJS = @LIBOBJS@
                    136: LIBS = @LIBS@
1.1       ohara     137: LN_S = @LN_S@
1.12      ohara     138: LTLIBOBJS = @LTLIBOBJS@
1.5       ohara     139: MAINT = @MAINT@
1.12      ohara     140: MAKEINFO = @MAKEINFO@
                    141: MKDIR_P = @MKDIR_P@
1.10      ohara     142: OBJEXT = @OBJEXT@
1.1       ohara     143: PACKAGE = @PACKAGE@
1.12      ohara     144: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    145: PACKAGE_NAME = @PACKAGE_NAME@
                    146: PACKAGE_STRING = @PACKAGE_STRING@
                    147: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15      ohara     148: PACKAGE_URL = @PACKAGE_URL@
1.12      ohara     149: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     150: PARIINC = @PARIINC@
                    151: PARILIB = @PARILIB@
1.12      ohara     152: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     153: RANLIB = @RANLIB@
1.12      ohara     154: SET_MAKE = @SET_MAKE@
                    155: SHELL = @SHELL@
                    156: STRIP = @STRIP@
1.8       ohara     157: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     158: VERSION = @VERSION@
1.12      ohara     159: XMKMF = @XMKMF@
1.5       ohara     160: XPMLIB = @XPMLIB@
1.1       ohara     161: X_CFLAGS = @X_CFLAGS@
                    162: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    163: X_LIBS = @X_LIBS@
                    164: X_PRE_LIBS = @X_PRE_LIBS@
                    165: YACC = @YACC@
1.12      ohara     166: YFLAGS = @YFLAGS@
                    167: abs_builddir = @abs_builddir@
                    168: abs_srcdir = @abs_srcdir@
                    169: abs_top_builddir = @abs_top_builddir@
                    170: abs_top_srcdir = @abs_top_srcdir@
                    171: ac_ct_CC = @ac_ct_CC@
1.1       ohara     172: am__include = @am__include@
1.12      ohara     173: am__leading_dot = @am__leading_dot@
1.1       ohara     174: am__quote = @am__quote@
1.12      ohara     175: am__tar = @am__tar@
                    176: am__untar = @am__untar@
1.1       ohara     177: asm_obj = @asm_obj@
1.12      ohara     178: bindir = @bindir@
                    179: build = @build@
                    180: build_alias = @build_alias@
                    181: build_cpu = @build_cpu@
                    182: build_os = @build_os@
                    183: build_vendor = @build_vendor@
                    184: builddir = @builddir@
                    185: datadir = @datadir@
                    186: datarootdir = @datarootdir@
                    187: docdir = @docdir@
                    188: dvidir = @dvidir@
                    189: exec_prefix = @exec_prefix@
                    190: host = @host@
                    191: host_alias = @host_alias@
                    192: host_cpu = @host_cpu@
                    193: host_os = @host_os@
                    194: host_vendor = @host_vendor@
                    195: htmldir = @htmldir@
                    196: includedir = @includedir@
                    197: infodir = @infodir@
1.1       ohara     198: install_sh = @install_sh@
                    199: libasir_postfix = @libasir_postfix@
1.12      ohara     200: libdir = @libdir@
                    201: libexecdir = @libexecdir@
                    202: localedir = @localedir@
                    203: localstatedir = @localstatedir@
                    204: mandir = @mandir@
                    205: mkdir_p = @mkdir_p@
                    206: oldincludedir = @oldincludedir@
                    207: pdfdir = @pdfdir@
                    208: prefix = @prefix@
                    209: program_transform_name = @program_transform_name@
                    210: psdir = @psdir@
                    211: sbindir = @sbindir@
                    212: sharedstatedir = @sharedstatedir@
                    213: srcdir = @srcdir@
                    214: sysconfdir = @sysconfdir@
                    215: target = @target@
                    216: target_alias = @target_alias@
                    217: target_cpu = @target_cpu@
                    218: target_os = @target_os@
                    219: target_vendor = @target_vendor@
1.15      ohara     220: top_build_prefix = @top_build_prefix@
1.12      ohara     221: top_builddir = @top_builddir@
                    222: top_srcdir = @top_srcdir@
1.1       ohara     223: incdir = ${prefix}/include/asir
                    224: inc_DATA = al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h \
1.3       ohara     225:            prime.h version.h wsio.h interval.h
1.1       ohara     226:
                    227: all: all-am
                    228:
                    229: .SUFFIXES:
1.12      ohara     230: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    231:        @for dep in $?; do \
                    232:          case '$(am__configure_deps)' in \
                    233:            *$$dep*) \
1.15      ohara     234:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    235:                && { if test -f $@; then exit 0; else break; fi; }; \
1.12      ohara     236:              exit 1;; \
                    237:          esac; \
                    238:        done; \
1.15      ohara     239:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
                    240:        $(am__cd) $(top_srcdir) && \
                    241:          $(AUTOMAKE) --gnu include/Makefile
1.12      ohara     242: .PRECIOUS: Makefile
                    243: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    244:        @case '$?' in \
                    245:          *config.status*) \
                    246:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    247:          *) \
                    248:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    249:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    250:        esac;
                    251:
                    252: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    253:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    254:
                    255: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    256:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    257: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    258:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15      ohara     259: $(am__aclocal_m4_deps):
1.1       ohara     260: install-incDATA: $(inc_DATA)
                    261:        @$(NORMAL_INSTALL)
1.15      ohara     262:        @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
1.16      ohara     263:        if test -n "$$list"; then \
                    264:          echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
                    265:          $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
                    266:        fi; \
1.15      ohara     267:        for p in $$list; do \
1.1       ohara     268:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.15      ohara     269:          echo "$$d$$p"; \
                    270:        done | $(am__base_list) | \
                    271:        while read files; do \
                    272:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(incdir)'"; \
                    273:          $(INSTALL_DATA) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
1.1       ohara     274:        done
                    275:
                    276: uninstall-incDATA:
                    277:        @$(NORMAL_UNINSTALL)
1.15      ohara     278:        @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
                    279:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.16      ohara     280:        dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
1.1       ohara     281: tags: TAGS
                    282: TAGS:
                    283:
1.12      ohara     284: ctags: CTAGS
                    285: CTAGS:
1.10      ohara     286:
1.1       ohara     287:
                    288: distdir: $(DISTFILES)
1.12      ohara     289:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    290:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    291:        list='$(DISTFILES)'; \
                    292:          dist_files=`for file in $$list; do echo $$file; done | \
                    293:          sed -e "s|^$$srcdirstrip/||;t" \
                    294:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    295:        case $$dist_files in \
                    296:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    297:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    298:                           sort -u` ;; \
                    299:        esac; \
                    300:        for file in $$dist_files; do \
                    301:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     302:          if test -d $$d/$$file; then \
1.12      ohara     303:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.15      ohara     304:            if test -d "$(distdir)/$$file"; then \
                    305:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    306:            fi; \
1.12      ohara     307:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15      ohara     308:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    309:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.12      ohara     310:            fi; \
1.15      ohara     311:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     312:          else \
1.15      ohara     313:            test -f "$(distdir)/$$file" \
                    314:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     315:            || exit 1; \
                    316:          fi; \
                    317:        done
                    318: check-am: all-am
                    319: check: check-am
                    320: all-am: Makefile $(DATA)
                    321: installdirs:
1.12      ohara     322:        for dir in "$(DESTDIR)$(incdir)"; do \
                    323:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    324:        done
1.1       ohara     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:
1.16      ohara     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
1.1       ohara     344: mostlyclean-generic:
                    345:
                    346: clean-generic:
                    347:
                    348: distclean-generic:
1.12      ohara     349:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15      ohara     350:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     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
1.12      ohara     360:        -rm -f Makefile
1.1       ohara     361: distclean-am: clean-am distclean-generic
                    362:
                    363: dvi: dvi-am
                    364:
                    365: dvi-am:
                    366:
1.12      ohara     367: html: html-am
                    368:
1.15      ohara     369: html-am:
                    370:
1.1       ohara     371: info: info-am
                    372:
                    373: info-am:
                    374:
                    375: install-data-am: install-incDATA
                    376:
1.12      ohara     377: install-dvi: install-dvi-am
                    378:
1.15      ohara     379: install-dvi-am:
                    380:
1.1       ohara     381: install-exec-am:
                    382:
1.12      ohara     383: install-html: install-html-am
                    384:
1.15      ohara     385: install-html-am:
                    386:
1.1       ohara     387: install-info: install-info-am
                    388:
1.15      ohara     389: install-info-am:
                    390:
1.1       ohara     391: install-man:
                    392:
1.12      ohara     393: install-pdf: install-pdf-am
                    394:
1.15      ohara     395: install-pdf-am:
                    396:
1.12      ohara     397: install-ps: install-ps-am
                    398:
1.15      ohara     399: install-ps-am:
                    400:
1.1       ohara     401: installcheck-am:
                    402:
                    403: maintainer-clean: maintainer-clean-am
1.12      ohara     404:        -rm -f Makefile
1.1       ohara     405: maintainer-clean-am: distclean-am maintainer-clean-generic
                    406:
                    407: mostlyclean: mostlyclean-am
                    408:
                    409: mostlyclean-am: mostlyclean-generic
                    410:
1.12      ohara     411: pdf: pdf-am
                    412:
                    413: pdf-am:
                    414:
                    415: ps: ps-am
                    416:
                    417: ps-am:
                    418:
                    419: uninstall-am: uninstall-incDATA
                    420:
                    421: .MAKE: install-am install-strip
1.1       ohara     422:
                    423: .PHONY: all all-am check check-am clean clean-generic distclean \
1.12      ohara     424:        distclean-generic distdir dvi dvi-am html html-am info info-am \
                    425:        install install-am install-data install-data-am install-dvi \
                    426:        install-dvi-am install-exec install-exec-am install-html \
                    427:        install-html-am install-incDATA install-info install-info-am \
                    428:        install-man install-pdf install-pdf-am install-ps \
                    429:        install-ps-am install-strip installcheck installcheck-am \
1.1       ohara     430:        installdirs maintainer-clean maintainer-clean-generic \
1.12      ohara     431:        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
                    432:        uninstall-am uninstall-incDATA
1.1       ohara     433:
1.15      ohara     434:
1.1       ohara     435: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    436: # Otherwise a system limit (for SysV at least) may be exceeded.
                    437: .NOEXPORT:

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