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

Annotation of OpenXM_contrib2/asir2000/io/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.4       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.5       ohara      89: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      90: VERSION = @VERSION@
1.4       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:
1.6       ohara     103: asirdir = ${prefix}/lib/asir
                    104: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     105: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    106:            -I${top_srcdir}/gc/include \
                    107:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    108:
                    109:
                    110: noinst_LIBRARIES = libio.a
                    111: libio_a_SOURCES = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
                    112:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
                    113:
                    114: subdir = io
                    115: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    116: CONFIG_CLEAN_FILES =
                    117: LIBRARIES = $(noinst_LIBRARIES)
                    118:
                    119: libio_a_AR = $(AR) cru
                    120: libio_a_LIBADD =
                    121: am_libio_a_OBJECTS = pexpr.$(OBJEXT) spexpr.$(OBJEXT) biovar.$(OBJEXT) \
                    122:        bsave.$(OBJEXT) bload.$(OBJEXT) io.$(OBJEXT) sio.$(OBJEXT) \
                    123:        cpexpr.$(OBJEXT) cio.$(OBJEXT) ox.$(OBJEXT) ox_asir.$(OBJEXT) \
                    124:        ox_launch.$(OBJEXT) tcpf.$(OBJEXT) ws_fileio.$(OBJEXT)
                    125: libio_a_OBJECTS = $(am_libio_a_OBJECTS)
                    126: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    127: CPPFLAGS = @CPPFLAGS@
                    128: LDFLAGS = @LDFLAGS@
                    129: LIBS = @LIBS@
                    130: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.9     ! noro      131: am__depfiles_maybe = depfiles
        !           132: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/biovar.Po ./$(DEPDIR)/bload.Po \
        !           133: @AMDEP_TRUE@   ./$(DEPDIR)/bsave.Po ./$(DEPDIR)/cio.Po \
        !           134: @AMDEP_TRUE@   ./$(DEPDIR)/cpexpr.Po ./$(DEPDIR)/io.Po \
        !           135: @AMDEP_TRUE@   ./$(DEPDIR)/ox.Po ./$(DEPDIR)/ox_asir.Po \
        !           136: @AMDEP_TRUE@   ./$(DEPDIR)/ox_launch.Po ./$(DEPDIR)/pexpr.Po \
        !           137: @AMDEP_TRUE@   ./$(DEPDIR)/sio.Po ./$(DEPDIR)/spexpr.Po \
        !           138: @AMDEP_TRUE@   ./$(DEPDIR)/tcpf.Po ./$(DEPDIR)/ws_fileio.Po
1.1       ohara     139: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    140:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    141: CCLD = $(CC)
                    142: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    143: CFLAGS = @CFLAGS@
                    144: DIST_SOURCES = $(libio_a_SOURCES)
                    145: DIST_COMMON = Makefile.am Makefile.in
                    146: SOURCES = $(libio_a_SOURCES)
                    147:
                    148: all: all-am
                    149:
                    150: .SUFFIXES:
                    151: .SUFFIXES: .c .o .obj
1.4       ohara     152: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     153:        cd $(top_srcdir) && \
                    154:          $(AUTOMAKE) --gnu  io/Makefile
1.4       ohara     155: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.9     ! noro      156:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1       ohara     157:
                    158: AR = ar
                    159:
                    160: clean-noinstLIBRARIES:
                    161:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    162: libio.a: $(libio_a_OBJECTS) $(libio_a_DEPENDENCIES)
                    163:        -rm -f libio.a
                    164:        $(libio_a_AR) libio.a $(libio_a_OBJECTS) $(libio_a_LIBADD)
                    165:        $(RANLIB) libio.a
                    166:
                    167: mostlyclean-compile:
                    168:        -rm -f *.$(OBJEXT) core *.core
                    169:
                    170: distclean-compile:
                    171:        -rm -f *.tab.c
                    172:
1.9     ! noro      173: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biovar.Po@am__quote@
        !           174: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bload.Po@am__quote@
        !           175: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsave.Po@am__quote@
        !           176: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Po@am__quote@
        !           177: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpexpr.Po@am__quote@
        !           178: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
        !           179: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox.Po@am__quote@
        !           180: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_asir.Po@am__quote@
        !           181: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_launch.Po@am__quote@
        !           182: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pexpr.Po@am__quote@
        !           183: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sio.Po@am__quote@
        !           184: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spexpr.Po@am__quote@
        !           185: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpf.Po@am__quote@
        !           186: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws_fileio.Po@am__quote@
1.1       ohara     187:
                    188: distclean-depend:
1.9     ! noro      189:        -rm -rf ./$(DEPDIR)
1.1       ohara     190:
                    191: .c.o:
                    192: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    193: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    194: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.9     ! noro      195:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
1.1       ohara     196:
                    197: .c.obj:
                    198: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    199: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    200: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    201:        $(COMPILE) -c `cygpath -w $<`
                    202: CCDEPMODE = @CCDEPMODE@
                    203: uninstall-info-am:
                    204:
1.9     ! noro      205: ETAGS = etags
        !           206: ETAGSFLAGS =
        !           207:
1.1       ohara     208: tags: TAGS
                    209:
                    210: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.9     ! noro      211:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     212:        unique=`for i in $$list; do \
                    213:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    214:          done | \
                    215:          $(AWK) '    { files[$$0] = 1; } \
                    216:               END { for (i in files) print i; }'`; \
1.9     ! noro      217:        mkid -fID $$unique
1.1       ohara     218:
                    219: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    220:                $(TAGS_FILES) $(LISP)
                    221:        tags=; \
                    222:        here=`pwd`; \
1.9     ! noro      223:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     224:        unique=`for i in $$list; do \
                    225:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    226:          done | \
                    227:          $(AWK) '    { files[$$0] = 1; } \
                    228:               END { for (i in files) print i; }'`; \
1.9     ! noro      229:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           230:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           231:             $$tags $$unique
1.1       ohara     232:
                    233: GTAGS:
1.9     ! noro      234:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     235:          && cd $(top_srcdir) \
                    236:          && gtags -i $(GTAGS_ARGS) $$here
                    237:
                    238: distclean-tags:
                    239:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    240: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    241:
                    242: top_distdir = ..
                    243: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    244:
                    245: distdir: $(DISTFILES)
1.9     ! noro      246:        @list='$(DISTFILES)'; for file in $$list; do \
        !           247:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     248:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    249:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.9     ! noro      250:            dir="/$$dir"; \
        !           251:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           252:          else \
        !           253:            dir=''; \
1.1       ohara     254:          fi; \
                    255:          if test -d $$d/$$file; then \
1.9     ! noro      256:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           257:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           258:            fi; \
        !           259:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     260:          else \
                    261:            test -f $(distdir)/$$file \
                    262:            || cp -p $$d/$$file $(distdir)/$$file \
                    263:            || exit 1; \
                    264:          fi; \
                    265:        done
                    266: check-am: all-am
                    267: check: check-am
                    268: all-am: Makefile $(LIBRARIES)
                    269:
                    270: installdirs:
                    271:
                    272: install: install-am
                    273: install-exec: install-exec-am
                    274: install-data: install-data-am
                    275: uninstall: uninstall-am
                    276:
                    277: install-am: all-am
                    278:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    279:
                    280: installcheck: installcheck-am
                    281: install-strip:
                    282:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.9     ! noro      283:          INSTALL_STRIP_FLAG=-s \
1.1       ohara     284:          `test -z '$(STRIP)' || \
                    285:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    286: mostlyclean-generic:
                    287:
                    288: clean-generic:
                    289:
                    290: distclean-generic:
1.9     ! noro      291:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
1.1       ohara     292:
                    293: maintainer-clean-generic:
                    294:        @echo "This command is intended for maintainers to use"
                    295:        @echo "it deletes files that may require special tools to rebuild."
                    296: clean: clean-am
                    297:
                    298: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    299:
                    300: distclean: distclean-am
                    301:
                    302: distclean-am: clean-am distclean-compile distclean-depend \
                    303:        distclean-generic distclean-tags
                    304:
                    305: dvi: dvi-am
                    306:
                    307: dvi-am:
                    308:
                    309: info: info-am
                    310:
                    311: info-am:
                    312:
                    313: install-data-am:
                    314:
                    315: install-exec-am:
                    316:
                    317: install-info: install-info-am
                    318:
                    319: install-man:
                    320:
                    321: installcheck-am:
                    322:
                    323: maintainer-clean: maintainer-clean-am
                    324:
                    325: maintainer-clean-am: distclean-am maintainer-clean-generic
                    326:
                    327: mostlyclean: mostlyclean-am
                    328:
                    329: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    330:
                    331: uninstall-am: uninstall-info-am
                    332:
                    333: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    334:        clean-noinstLIBRARIES distclean distclean-compile \
                    335:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    336:        dvi-am info info-am install install-am install-data \
                    337:        install-data-am install-exec install-exec-am install-info \
                    338:        install-info-am install-man install-strip installcheck \
                    339:        installcheck-am installdirs maintainer-clean \
                    340:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    341:        mostlyclean-generic tags uninstall uninstall-am \
                    342:        uninstall-info-am
                    343:
                    344: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    345: # Otherwise a system limit (for SysV at least) may be exceeded.
                    346: .NOEXPORT:

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