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

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.7       ohara     110: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8       ohara     111: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.6       ohara     112: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara     113: VERSION = @VERSION@
1.12    ! ohara     114: XMKMF = @XMKMF@
1.5       ohara     115: XPMLIB = @XPMLIB@
1.1       ohara     116: X_CFLAGS = @X_CFLAGS@
                    117: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    118: X_LIBS = @X_LIBS@
                    119: X_PRE_LIBS = @X_PRE_LIBS@
                    120: YACC = @YACC@
1.12    ! ohara     121: YFLAGS = @YFLAGS@
        !           122: abs_builddir = @abs_builddir@
        !           123: abs_srcdir = @abs_srcdir@
        !           124: abs_top_builddir = @abs_top_builddir@
        !           125: abs_top_srcdir = @abs_top_srcdir@
        !           126: ac_ct_CC = @ac_ct_CC@
1.1       ohara     127: am__include = @am__include@
1.12    ! ohara     128: am__leading_dot = @am__leading_dot@
1.1       ohara     129: am__quote = @am__quote@
1.12    ! ohara     130: am__tar = @am__tar@
        !           131: am__untar = @am__untar@
1.1       ohara     132: asm_obj = @asm_obj@
1.12    ! ohara     133: bindir = @bindir@
        !           134: build = @build@
        !           135: build_alias = @build_alias@
        !           136: build_cpu = @build_cpu@
        !           137: build_os = @build_os@
        !           138: build_vendor = @build_vendor@
        !           139: builddir = @builddir@
        !           140: datadir = @datadir@
        !           141: datarootdir = @datarootdir@
        !           142: docdir = @docdir@
        !           143: dvidir = @dvidir@
        !           144: exec_prefix = @exec_prefix@
        !           145: host = @host@
        !           146: host_alias = @host_alias@
        !           147: host_cpu = @host_cpu@
        !           148: host_os = @host_os@
        !           149: host_vendor = @host_vendor@
        !           150: htmldir = @htmldir@
        !           151: includedir = @includedir@
        !           152: infodir = @infodir@
1.1       ohara     153: install_sh = @install_sh@
                    154: libasir_postfix = @libasir_postfix@
1.12    ! ohara     155: libdir = @libdir@
        !           156: libexecdir = @libexecdir@
        !           157: localedir = @localedir@
        !           158: localstatedir = @localstatedir@
        !           159: mandir = @mandir@
        !           160: mkdir_p = @mkdir_p@
        !           161: oldincludedir = @oldincludedir@
        !           162: pdfdir = @pdfdir@
        !           163: prefix = @prefix@
        !           164: program_transform_name = @program_transform_name@
        !           165: psdir = @psdir@
        !           166: sbindir = @sbindir@
        !           167: sharedstatedir = @sharedstatedir@
        !           168: srcdir = @srcdir@
        !           169: sysconfdir = @sysconfdir@
        !           170: target = @target@
        !           171: target_alias = @target_alias@
        !           172: target_cpu = @target_cpu@
        !           173: target_os = @target_os@
        !           174: target_vendor = @target_vendor@
        !           175: top_builddir = @top_builddir@
        !           176: top_srcdir = @top_srcdir@
1.1       ohara     177: incdir = ${prefix}/include/asir
                    178: inc_DATA = al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h \
1.3       ohara     179:            prime.h version.h wsio.h interval.h
1.1       ohara     180:
                    181: all: all-am
                    182:
                    183: .SUFFIXES:
1.12    ! ohara     184: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
        !           185:        @for dep in $?; do \
        !           186:          case '$(am__configure_deps)' in \
        !           187:            *$$dep*) \
        !           188:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
        !           189:                && exit 0; \
        !           190:              exit 1;; \
        !           191:          esac; \
        !           192:        done; \
        !           193:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
1.1       ohara     194:        cd $(top_srcdir) && \
                    195:          $(AUTOMAKE) --gnu  include/Makefile
1.12    ! ohara     196: .PRECIOUS: Makefile
        !           197: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           198:        @case '$?' in \
        !           199:          *config.status*) \
        !           200:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           201:          *) \
        !           202:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           203:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           204:        esac;
        !           205:
        !           206: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           207:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           208:
        !           209: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        !           210:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           211: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        !           212:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       ohara     213: install-incDATA: $(inc_DATA)
                    214:        @$(NORMAL_INSTALL)
1.12    ! ohara     215:        test -z "$(incdir)" || $(MKDIR_P) "$(DESTDIR)$(incdir)"
1.1       ohara     216:        @list='$(inc_DATA)'; for p in $$list; do \
                    217:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.12    ! ohara     218:          f=$(am__strip_dir) \
        !           219:          echo " $(incDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(incdir)/$$f'"; \
        !           220:          $(incDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(incdir)/$$f"; \
1.1       ohara     221:        done
                    222:
                    223: uninstall-incDATA:
                    224:        @$(NORMAL_UNINSTALL)
                    225:        @list='$(inc_DATA)'; for p in $$list; do \
1.12    ! ohara     226:          f=$(am__strip_dir) \
        !           227:          echo " rm -f '$(DESTDIR)$(incdir)/$$f'"; \
        !           228:          rm -f "$(DESTDIR)$(incdir)/$$f"; \
1.1       ohara     229:        done
                    230: tags: TAGS
                    231: TAGS:
                    232:
1.12    ! ohara     233: ctags: CTAGS
        !           234: CTAGS:
1.10      ohara     235:
1.1       ohara     236:
                    237: distdir: $(DISTFILES)
1.12    ! ohara     238:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           239:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           240:        list='$(DISTFILES)'; \
        !           241:          dist_files=`for file in $$list; do echo $$file; done | \
        !           242:          sed -e "s|^$$srcdirstrip/||;t" \
        !           243:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           244:        case $$dist_files in \
        !           245:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           246:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           247:                           sort -u` ;; \
        !           248:        esac; \
        !           249:        for file in $$dist_files; do \
        !           250:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     251:          if test -d $$d/$$file; then \
1.12    ! ohara     252:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           253:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           254:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           255:            fi; \
        !           256:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     257:          else \
                    258:            test -f $(distdir)/$$file \
                    259:            || cp -p $$d/$$file $(distdir)/$$file \
                    260:            || exit 1; \
                    261:          fi; \
                    262:        done
                    263: check-am: all-am
                    264: check: check-am
                    265: all-am: Makefile $(DATA)
                    266: installdirs:
1.12    ! ohara     267:        for dir in "$(DESTDIR)$(incdir)"; do \
        !           268:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           269:        done
1.1       ohara     270: install: install-am
                    271: install-exec: install-exec-am
                    272: install-data: install-data-am
                    273: uninstall: uninstall-am
                    274:
                    275: install-am: all-am
                    276:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    277:
                    278: installcheck: installcheck-am
                    279: install-strip:
                    280:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12    ! ohara     281:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     282:          `test -z '$(STRIP)' || \
                    283:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    284: mostlyclean-generic:
                    285:
                    286: clean-generic:
                    287:
                    288: distclean-generic:
1.12    ! ohara     289:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       ohara     290:
                    291: maintainer-clean-generic:
                    292:        @echo "This command is intended for maintainers to use"
                    293:        @echo "it deletes files that may require special tools to rebuild."
                    294: clean: clean-am
                    295:
                    296: clean-am: clean-generic mostlyclean-am
                    297:
                    298: distclean: distclean-am
1.12    ! ohara     299:        -rm -f Makefile
1.1       ohara     300: distclean-am: clean-am distclean-generic
                    301:
                    302: dvi: dvi-am
                    303:
                    304: dvi-am:
                    305:
1.12    ! ohara     306: html: html-am
        !           307:
1.1       ohara     308: info: info-am
                    309:
                    310: info-am:
                    311:
                    312: install-data-am: install-incDATA
                    313:
1.12    ! ohara     314: install-dvi: install-dvi-am
        !           315:
1.1       ohara     316: install-exec-am:
                    317:
1.12    ! ohara     318: install-html: install-html-am
        !           319:
1.1       ohara     320: install-info: install-info-am
                    321:
                    322: install-man:
                    323:
1.12    ! ohara     324: install-pdf: install-pdf-am
        !           325:
        !           326: install-ps: install-ps-am
        !           327:
1.1       ohara     328: installcheck-am:
                    329:
                    330: maintainer-clean: maintainer-clean-am
1.12    ! ohara     331:        -rm -f Makefile
1.1       ohara     332: maintainer-clean-am: distclean-am maintainer-clean-generic
                    333:
                    334: mostlyclean: mostlyclean-am
                    335:
                    336: mostlyclean-am: mostlyclean-generic
                    337:
1.12    ! ohara     338: pdf: pdf-am
        !           339:
        !           340: pdf-am:
        !           341:
        !           342: ps: ps-am
        !           343:
        !           344: ps-am:
        !           345:
        !           346: uninstall-am: uninstall-incDATA
        !           347:
        !           348: .MAKE: install-am install-strip
1.1       ohara     349:
                    350: .PHONY: all all-am check check-am clean clean-generic distclean \
1.12    ! ohara     351:        distclean-generic distdir dvi dvi-am html html-am info info-am \
        !           352:        install install-am install-data install-data-am install-dvi \
        !           353:        install-dvi-am install-exec install-exec-am install-html \
        !           354:        install-html-am install-incDATA install-info install-info-am \
        !           355:        install-man install-pdf install-pdf-am install-ps \
        !           356:        install-ps-am install-strip installcheck installcheck-am \
1.1       ohara     357:        installdirs maintainer-clean maintainer-clean-generic \
1.12    ! ohara     358:        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
        !           359:        uninstall-am uninstall-incDATA
1.1       ohara     360:
                    361: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    362: # Otherwise a system limit (for SysV at least) may be exceeded.
                    363: .NOEXPORT:

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