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

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

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