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

1.12      ohara       1: # Makefile.in generated by automake 1.10 from Makefile.am.
                      2: # @configure_input@
1.1       ohara       3:
1.12      ohara       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
1.1       ohara       6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
1.10      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkglibdir = $(libdir)/@PACKAGE@
                     20: pkgincludedir = $(includedir)/@PACKAGE@
1.12      ohara      21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     22: install_sh_DATA = $(install_sh) -c -m 644
                     23: install_sh_PROGRAM = $(install_sh) -c
                     24: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      25: INSTALL_HEADER = $(INSTALL_DATA)
1.12      ohara      26: transform = $(program_transform_name)
1.1       ohara      27: NORMAL_INSTALL = :
                     28: PRE_INSTALL = :
                     29: POST_INSTALL = :
                     30: NORMAL_UNINSTALL = :
                     31: PRE_UNINSTALL = :
                     32: POST_UNINSTALL = :
                     33: build_triplet = @build@
                     34: host_triplet = @host@
                     35: target_triplet = @target@
1.12      ohara      36: subdir = include
                     37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     41:        $(ACLOCAL_M4)
                     42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     43: CONFIG_CLEAN_FILES =
                     44: SOURCES =
                     45: DIST_SOURCES =
                     46: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     47: am__vpath_adj = case $$p in \
                     48:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     49:     *) f=$$p;; \
                     50:   esac;
                     51: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
                     52: am__installdirs = "$(DESTDIR)$(incdir)"
                     53: incDATA_INSTALL = $(INSTALL_DATA)
                     54: DATA = $(inc_DATA)
                     55: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     56: ACLOCAL = @ACLOCAL@
1.1       ohara      57: AMTAR = @AMTAR@
1.12      ohara      58: AUTOCONF = @AUTOCONF@
                     59: AUTOHEADER = @AUTOHEADER@
                     60: AUTOMAKE = @AUTOMAKE@
1.1       ohara      61: AWK = @AWK@
                     62: CC = @CC@
1.12      ohara      63: CCDEPMODE = @CCDEPMODE@
                     64: CFLAGS = @CFLAGS@
                     65: CPP = @CPP@
                     66: CPPFLAGS = @CPPFLAGS@
                     67: CYGPATH_W = @CYGPATH_W@
                     68: DEFS = @DEFS@
1.1       ohara      69: DEPDIR = @DEPDIR@
1.12      ohara      70: ECHO_C = @ECHO_C@
                     71: ECHO_N = @ECHO_N@
                     72: ECHO_T = @ECHO_T@
                     73: EGREP = @EGREP@
1.10      ohara      74: EXEEXT = @EXEEXT@
1.1       ohara      75: FEPLIB = @FEPLIB@
1.12      ohara      76: GC = @GC@
                     77: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara      78: GC_DISTDIR = @GC_DISTDIR@
1.12      ohara      79: GREP = @GREP@
                     80: INSTALL = @INSTALL@
                     81: INSTALL_DATA = @INSTALL_DATA@
                     82: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     83: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara      84: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     85: LAPACKLIB = @LAPACKLIB@
1.12      ohara      86: LDFLAGS = @LDFLAGS@
                     87: LIBOBJS = @LIBOBJS@
                     88: LIBS = @LIBS@
1.1       ohara      89: LN_S = @LN_S@
1.12      ohara      90: LTLIBOBJS = @LTLIBOBJS@
1.5       ohara      91: MAINT = @MAINT@
1.12      ohara      92: MAKEINFO = @MAKEINFO@
                     93: MKDIR_P = @MKDIR_P@
1.1       ohara      94: MPIINC = @MPIINC@
                     95: MPILIB = @MPILIB@
1.10      ohara      96: OBJEXT = @OBJEXT@
1.1       ohara      97: PACKAGE = @PACKAGE@
1.12      ohara      98: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     99: PACKAGE_NAME = @PACKAGE_NAME@
                    100: PACKAGE_STRING = @PACKAGE_STRING@
                    101: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    102: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     103: PARIINC = @PARIINC@
                    104: PARILIB = @PARILIB@
1.12      ohara     105: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     106: RANLIB = @RANLIB@
1.12      ohara     107: SET_MAKE = @SET_MAKE@
                    108: SHELL = @SHELL@
                    109: STRIP = @STRIP@
1.8       ohara     110: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     111: VERSION = @VERSION@
1.12      ohara     112: XMKMF = @XMKMF@
1.5       ohara     113: XPMLIB = @XPMLIB@
1.1       ohara     114: X_CFLAGS = @X_CFLAGS@
                    115: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    116: X_LIBS = @X_LIBS@
                    117: X_PRE_LIBS = @X_PRE_LIBS@
                    118: YACC = @YACC@
1.12      ohara     119: YFLAGS = @YFLAGS@
                    120: abs_builddir = @abs_builddir@
                    121: abs_srcdir = @abs_srcdir@
                    122: abs_top_builddir = @abs_top_builddir@
                    123: abs_top_srcdir = @abs_top_srcdir@
                    124: ac_ct_CC = @ac_ct_CC@
1.1       ohara     125: am__include = @am__include@
1.12      ohara     126: am__leading_dot = @am__leading_dot@
1.1       ohara     127: am__quote = @am__quote@
1.12      ohara     128: am__tar = @am__tar@
                    129: am__untar = @am__untar@
1.1       ohara     130: asm_obj = @asm_obj@
1.12      ohara     131: bindir = @bindir@
                    132: build = @build@
                    133: build_alias = @build_alias@
                    134: build_cpu = @build_cpu@
                    135: build_os = @build_os@
                    136: build_vendor = @build_vendor@
                    137: builddir = @builddir@
                    138: datadir = @datadir@
                    139: datarootdir = @datarootdir@
                    140: docdir = @docdir@
                    141: dvidir = @dvidir@
                    142: exec_prefix = @exec_prefix@
                    143: host = @host@
                    144: host_alias = @host_alias@
                    145: host_cpu = @host_cpu@
                    146: host_os = @host_os@
                    147: host_vendor = @host_vendor@
                    148: htmldir = @htmldir@
                    149: includedir = @includedir@
                    150: infodir = @infodir@
1.1       ohara     151: install_sh = @install_sh@
                    152: libasir_postfix = @libasir_postfix@
1.12      ohara     153: libdir = @libdir@
                    154: libexecdir = @libexecdir@
                    155: localedir = @localedir@
                    156: localstatedir = @localstatedir@
                    157: mandir = @mandir@
                    158: mkdir_p = @mkdir_p@
                    159: oldincludedir = @oldincludedir@
                    160: pdfdir = @pdfdir@
                    161: prefix = @prefix@
                    162: program_transform_name = @program_transform_name@
                    163: psdir = @psdir@
                    164: sbindir = @sbindir@
                    165: sharedstatedir = @sharedstatedir@
                    166: srcdir = @srcdir@
                    167: sysconfdir = @sysconfdir@
                    168: target = @target@
                    169: target_alias = @target_alias@
                    170: target_cpu = @target_cpu@
                    171: target_os = @target_os@
                    172: target_vendor = @target_vendor@
                    173: top_builddir = @top_builddir@
                    174: top_srcdir = @top_srcdir@
1.1       ohara     175: incdir = ${prefix}/include/asir
                    176: inc_DATA = al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h \
1.3       ohara     177:            prime.h version.h wsio.h interval.h
1.1       ohara     178:
                    179: all: all-am
                    180:
                    181: .SUFFIXES:
1.12      ohara     182: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    183:        @for dep in $?; do \
                    184:          case '$(am__configure_deps)' in \
                    185:            *$$dep*) \
                    186:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    187:                && exit 0; \
                    188:              exit 1;; \
                    189:          esac; \
                    190:        done; \
                    191:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
1.1       ohara     192:        cd $(top_srcdir) && \
                    193:          $(AUTOMAKE) --gnu  include/Makefile
1.12      ohara     194: .PRECIOUS: Makefile
                    195: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    196:        @case '$?' in \
                    197:          *config.status*) \
                    198:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    199:          *) \
                    200:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    201:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    202:        esac;
                    203:
                    204: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    205:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    206:
                    207: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    208:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    209: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    210:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       ohara     211: install-incDATA: $(inc_DATA)
                    212:        @$(NORMAL_INSTALL)
1.12      ohara     213:        test -z "$(incdir)" || $(MKDIR_P) "$(DESTDIR)$(incdir)"
1.1       ohara     214:        @list='$(inc_DATA)'; for p in $$list; do \
                    215:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.12      ohara     216:          f=$(am__strip_dir) \
                    217:          echo " $(incDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(incdir)/$$f'"; \
                    218:          $(incDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(incdir)/$$f"; \
1.1       ohara     219:        done
                    220:
                    221: uninstall-incDATA:
                    222:        @$(NORMAL_UNINSTALL)
                    223:        @list='$(inc_DATA)'; for p in $$list; do \
1.12      ohara     224:          f=$(am__strip_dir) \
                    225:          echo " rm -f '$(DESTDIR)$(incdir)/$$f'"; \
                    226:          rm -f "$(DESTDIR)$(incdir)/$$f"; \
1.1       ohara     227:        done
                    228: tags: TAGS
                    229: TAGS:
                    230:
1.12      ohara     231: ctags: CTAGS
                    232: CTAGS:
1.10      ohara     233:
1.1       ohara     234:
                    235: distdir: $(DISTFILES)
1.12      ohara     236:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    237:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    238:        list='$(DISTFILES)'; \
                    239:          dist_files=`for file in $$list; do echo $$file; done | \
                    240:          sed -e "s|^$$srcdirstrip/||;t" \
                    241:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    242:        case $$dist_files in \
                    243:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    244:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    245:                           sort -u` ;; \
                    246:        esac; \
                    247:        for file in $$dist_files; do \
                    248:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     249:          if test -d $$d/$$file; then \
1.12      ohara     250:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    251:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    252:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    253:            fi; \
                    254:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     255:          else \
                    256:            test -f $(distdir)/$$file \
                    257:            || cp -p $$d/$$file $(distdir)/$$file \
                    258:            || exit 1; \
                    259:          fi; \
                    260:        done
                    261: check-am: all-am
                    262: check: check-am
                    263: all-am: Makefile $(DATA)
                    264: installdirs:
1.12      ohara     265:        for dir in "$(DESTDIR)$(incdir)"; do \
                    266:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    267:        done
1.1       ohara     268: install: install-am
                    269: install-exec: install-exec-am
                    270: install-data: install-data-am
                    271: uninstall: uninstall-am
                    272:
                    273: install-am: all-am
                    274:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    275:
                    276: installcheck: installcheck-am
                    277: install-strip:
                    278:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12      ohara     279:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     280:          `test -z '$(STRIP)' || \
                    281:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    282: mostlyclean-generic:
                    283:
                    284: clean-generic:
                    285:
                    286: distclean-generic:
1.12      ohara     287:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       ohara     288:
                    289: maintainer-clean-generic:
                    290:        @echo "This command is intended for maintainers to use"
                    291:        @echo "it deletes files that may require special tools to rebuild."
                    292: clean: clean-am
                    293:
                    294: clean-am: clean-generic mostlyclean-am
                    295:
                    296: distclean: distclean-am
1.12      ohara     297:        -rm -f Makefile
1.1       ohara     298: distclean-am: clean-am distclean-generic
                    299:
                    300: dvi: dvi-am
                    301:
                    302: dvi-am:
                    303:
1.12      ohara     304: html: html-am
                    305:
1.1       ohara     306: info: info-am
                    307:
                    308: info-am:
                    309:
                    310: install-data-am: install-incDATA
                    311:
1.12      ohara     312: install-dvi: install-dvi-am
                    313:
1.1       ohara     314: install-exec-am:
                    315:
1.12      ohara     316: install-html: install-html-am
                    317:
1.1       ohara     318: install-info: install-info-am
                    319:
                    320: install-man:
                    321:
1.12      ohara     322: install-pdf: install-pdf-am
                    323:
                    324: install-ps: install-ps-am
                    325:
1.1       ohara     326: installcheck-am:
                    327:
                    328: maintainer-clean: maintainer-clean-am
1.12      ohara     329:        -rm -f Makefile
1.1       ohara     330: maintainer-clean-am: distclean-am maintainer-clean-generic
                    331:
                    332: mostlyclean: mostlyclean-am
                    333:
                    334: mostlyclean-am: mostlyclean-generic
                    335:
1.12      ohara     336: pdf: pdf-am
                    337:
                    338: pdf-am:
                    339:
                    340: ps: ps-am
                    341:
                    342: ps-am:
                    343:
                    344: uninstall-am: uninstall-incDATA
                    345:
                    346: .MAKE: install-am install-strip
1.1       ohara     347:
                    348: .PHONY: all all-am check check-am clean clean-generic distclean \
1.12      ohara     349:        distclean-generic distdir dvi dvi-am html html-am info info-am \
                    350:        install install-am install-data install-data-am install-dvi \
                    351:        install-dvi-am install-exec install-exec-am install-html \
                    352:        install-html-am install-incDATA install-info install-info-am \
                    353:        install-man install-pdf install-pdf-am install-ps \
                    354:        install-ps-am install-strip installcheck installcheck-am \
1.1       ohara     355:        installdirs maintainer-clean maintainer-clean-generic \
1.12      ohara     356:        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
                    357:        uninstall-am uninstall-incDATA
1.1       ohara     358:
                    359: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    360: # Otherwise a system limit (for SysV at least) may be exceeded.
                    361: .NOEXPORT:

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