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

1.9     ! noro        1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
        !             2: # @configure_input@
1.1       ohara       3:
1.9     ! noro        4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
1.1       ohara       5: # Free Software Foundation, Inc.
                      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: SHELL = @SHELL@
                     17:
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23:
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = ..
                     40:
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45:
1.9     ! noro       46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       ohara      47: INSTALL = @INSTALL@
                     48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     49: INSTALL_DATA = @INSTALL_DATA@
1.9     ! noro       50: install_sh_DATA = $(install_sh) -c -m 644
        !            51: install_sh_PROGRAM = $(install_sh) -c
        !            52: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     54: INSTALL_HEADER = $(INSTALL_DATA)
                     55: transform = @program_transform_name@
                     56: NORMAL_INSTALL = :
                     57: PRE_INSTALL = :
                     58: POST_INSTALL = :
                     59: NORMAL_UNINSTALL = :
                     60: PRE_UNINSTALL = :
                     61: POST_UNINSTALL = :
                     62: build_alias = @build_alias@
                     63: build_triplet = @build@
                     64: host_alias = @host_alias@
                     65: host_triplet = @host@
                     66: target_alias = @target_alias@
                     67: target_triplet = @target@
1.9     ! noro       68:
        !            69: EXEEXT = @EXEEXT@
        !            70: OBJEXT = @OBJEXT@
        !            71: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara      72: AMTAR = @AMTAR@
                     73: AWK = @AWK@
                     74: CC = @CC@
                     75: DEPDIR = @DEPDIR@
                     76: FEPLIB = @FEPLIB@
                     77: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     78: LAPACKLIB = @LAPACKLIB@
                     79: LN_S = @LN_S@
1.5       ohara      80: MAINT = @MAINT@
1.1       ohara      81: MPIINC = @MPIINC@
                     82: MPILIB = @MPILIB@
                     83: PACKAGE = @PACKAGE@
                     84: PARIINC = @PARIINC@
                     85: PARILIB = @PARILIB@
                     86: RANLIB = @RANLIB@
1.7       ohara      87: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8       ohara      88: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.6       ohara      89: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      90: VERSION = @VERSION@
1.5       ohara      91: XPMLIB = @XPMLIB@
1.1       ohara      92: X_CFLAGS = @X_CFLAGS@
                     93: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     94: X_LIBS = @X_LIBS@
                     95: X_PRE_LIBS = @X_PRE_LIBS@
                     96: YACC = @YACC@
                     97: am__include = @am__include@
                     98: am__quote = @am__quote@
                     99: asm_obj = @asm_obj@
                    100: install_sh = @install_sh@
                    101: libasir_postfix = @libasir_postfix@
                    102:
                    103: incdir = ${prefix}/include/asir
                    104: inc_DATA = al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h \
1.3       ohara     105:            prime.h version.h wsio.h interval.h
1.1       ohara     106:
                    107: subdir = include
                    108: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    109: CONFIG_CLEAN_FILES =
                    110: DIST_SOURCES =
                    111: DATA = $(inc_DATA)
                    112:
                    113: DIST_COMMON = Makefile.am Makefile.in
                    114: all: all-am
                    115:
                    116: .SUFFIXES:
1.5       ohara     117: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     118:        cd $(top_srcdir) && \
                    119:          $(AUTOMAKE) --gnu  include/Makefile
1.5       ohara     120: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.9     ! noro      121:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1       ohara     122: uninstall-info-am:
1.9     ! noro      123: incDATA_INSTALL = $(INSTALL_DATA)
1.1       ohara     124: install-incDATA: $(inc_DATA)
                    125:        @$(NORMAL_INSTALL)
                    126:        $(mkinstalldirs) $(DESTDIR)$(incdir)
                    127:        @list='$(inc_DATA)'; for p in $$list; do \
                    128:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    129:          f="`echo $$p | sed -e 's|^.*/||'`"; \
1.9     ! noro      130:          echo " $(incDATA_INSTALL) $$d$$p $(DESTDIR)$(incdir)/$$f"; \
        !           131:          $(incDATA_INSTALL) $$d$$p $(DESTDIR)$(incdir)/$$f; \
1.1       ohara     132:        done
                    133:
                    134: uninstall-incDATA:
                    135:        @$(NORMAL_UNINSTALL)
                    136:        @list='$(inc_DATA)'; for p in $$list; do \
                    137:          f="`echo $$p | sed -e 's|^.*/||'`"; \
                    138:          echo " rm -f $(DESTDIR)$(incdir)/$$f"; \
                    139:          rm -f $(DESTDIR)$(incdir)/$$f; \
                    140:        done
                    141: tags: TAGS
                    142: TAGS:
                    143:
                    144: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    145:
                    146: top_distdir = ..
                    147: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    148:
                    149: distdir: $(DISTFILES)
1.9     ! noro      150:        @list='$(DISTFILES)'; for file in $$list; do \
        !           151:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     152:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    153:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.9     ! noro      154:            dir="/$$dir"; \
        !           155:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           156:          else \
        !           157:            dir=''; \
1.1       ohara     158:          fi; \
                    159:          if test -d $$d/$$file; then \
1.9     ! noro      160:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           161:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           162:            fi; \
        !           163:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     164:          else \
                    165:            test -f $(distdir)/$$file \
                    166:            || cp -p $$d/$$file $(distdir)/$$file \
                    167:            || exit 1; \
                    168:          fi; \
                    169:        done
                    170: check-am: all-am
                    171: check: check-am
                    172: all-am: Makefile $(DATA)
                    173:
                    174: installdirs:
                    175:        $(mkinstalldirs) $(DESTDIR)$(incdir)
                    176:
                    177: install: install-am
                    178: install-exec: install-exec-am
                    179: install-data: install-data-am
                    180: uninstall: uninstall-am
                    181:
                    182: install-am: all-am
                    183:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    184:
                    185: installcheck: installcheck-am
                    186: install-strip:
                    187:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.9     ! noro      188:          INSTALL_STRIP_FLAG=-s \
1.1       ohara     189:          `test -z '$(STRIP)' || \
                    190:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    191: mostlyclean-generic:
                    192:
                    193: clean-generic:
                    194:
                    195: distclean-generic:
1.9     ! noro      196:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
1.1       ohara     197:
                    198: maintainer-clean-generic:
                    199:        @echo "This command is intended for maintainers to use"
                    200:        @echo "it deletes files that may require special tools to rebuild."
                    201: clean: clean-am
                    202:
                    203: clean-am: clean-generic mostlyclean-am
                    204:
                    205: distclean: distclean-am
                    206:
                    207: distclean-am: clean-am distclean-generic
                    208:
                    209: dvi: dvi-am
                    210:
                    211: dvi-am:
                    212:
                    213: info: info-am
                    214:
                    215: info-am:
                    216:
                    217: install-data-am: install-incDATA
                    218:
                    219: install-exec-am:
                    220:
                    221: install-info: install-info-am
                    222:
                    223: install-man:
                    224:
                    225: installcheck-am:
                    226:
                    227: maintainer-clean: maintainer-clean-am
                    228:
                    229: maintainer-clean-am: distclean-am maintainer-clean-generic
                    230:
                    231: mostlyclean: mostlyclean-am
                    232:
                    233: mostlyclean-am: mostlyclean-generic
                    234:
                    235: uninstall-am: uninstall-incDATA uninstall-info-am
                    236:
                    237: .PHONY: all all-am check check-am clean clean-generic distclean \
                    238:        distclean-generic distdir dvi dvi-am info info-am install \
                    239:        install-am install-data install-data-am install-exec \
                    240:        install-exec-am install-incDATA install-info install-info-am \
                    241:        install-man install-strip installcheck installcheck-am \
                    242:        installdirs maintainer-clean maintainer-clean-generic \
                    243:        mostlyclean mostlyclean-generic uninstall uninstall-am \
                    244:        uninstall-incDATA uninstall-info-am
                    245:
                    246: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    247: # Otherwise a system limit (for SysV at least) may be exceeded.
                    248: .NOEXPORT:

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