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

1.10      ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       ohara       2:
1.10      ohara       3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
1.1       ohara       4: # Free Software Foundation, Inc.
                      5: # This Makefile.in is free software; the Free Software Foundation
                      6: # gives unlimited permission to copy and/or distribute it,
                      7: # with or without modifications, as long as this notice is preserved.
                      8:
                      9: # This program is distributed in the hope that it will be useful,
                     10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     12: # PARTICULAR PURPOSE.
                     13:
                     14: @SET_MAKE@
1.10      ohara      15:
1.1       ohara      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:
                     46: INSTALL = @INSTALL@
                     47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     50: INSTALL_HEADER = $(INSTALL_DATA)
                     51: transform = @program_transform_name@
                     52: NORMAL_INSTALL = :
                     53: PRE_INSTALL = :
                     54: POST_INSTALL = :
                     55: NORMAL_UNINSTALL = :
                     56: PRE_UNINSTALL = :
                     57: POST_UNINSTALL = :
                     58: build_alias = @build_alias@
                     59: build_triplet = @build@
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: target_alias = @target_alias@
                     63: target_triplet = @target@
                     64: AMTAR = @AMTAR@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: DEPDIR = @DEPDIR@
1.10      ohara      68: EXEEXT = @EXEEXT@
1.1       ohara      69: FEPLIB = @FEPLIB@
1.11    ! ohara      70: GC_DISTDIR = @GC_DISTDIR@
1.1       ohara      71: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     72: LAPACKLIB = @LAPACKLIB@
                     73: LN_S = @LN_S@
1.4       ohara      74: MAINT = @MAINT@
1.1       ohara      75: MPIINC = @MPIINC@
                     76: MPILIB = @MPILIB@
1.10      ohara      77: OBJEXT = @OBJEXT@
1.1       ohara      78: PACKAGE = @PACKAGE@
                     79: PARIINC = @PARIINC@
                     80: PARILIB = @PARILIB@
                     81: RANLIB = @RANLIB@
1.7       ohara      82: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8       ohara      83: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5       ohara      84: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      85: VERSION = @VERSION@
1.4       ohara      86: XPMLIB = @XPMLIB@
1.1       ohara      87: X_CFLAGS = @X_CFLAGS@
                     88: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     89: X_LIBS = @X_LIBS@
                     90: X_PRE_LIBS = @X_PRE_LIBS@
                     91: YACC = @YACC@
                     92: am__include = @am__include@
                     93: am__quote = @am__quote@
                     94: asm_obj = @asm_obj@
                     95: install_sh = @install_sh@
                     96: libasir_postfix = @libasir_postfix@
                     97:
1.6       ohara      98: asirdir = ${prefix}/lib/asir
                     99: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     100: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    101:            -I${top_srcdir}/gc/include \
                    102:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    103:
                    104:
                    105: noinst_LIBRARIES = libio.a
                    106: libio_a_SOURCES = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
                    107:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
                    108:
                    109: subdir = io
                    110: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    111: CONFIG_CLEAN_FILES =
                    112: LIBRARIES = $(noinst_LIBRARIES)
                    113:
                    114: libio_a_AR = $(AR) cru
                    115: libio_a_LIBADD =
                    116: am_libio_a_OBJECTS = pexpr.$(OBJEXT) spexpr.$(OBJEXT) biovar.$(OBJEXT) \
                    117:        bsave.$(OBJEXT) bload.$(OBJEXT) io.$(OBJEXT) sio.$(OBJEXT) \
                    118:        cpexpr.$(OBJEXT) cio.$(OBJEXT) ox.$(OBJEXT) ox_asir.$(OBJEXT) \
                    119:        ox_launch.$(OBJEXT) tcpf.$(OBJEXT) ws_fileio.$(OBJEXT)
                    120: libio_a_OBJECTS = $(am_libio_a_OBJECTS)
                    121: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    122: CPPFLAGS = @CPPFLAGS@
                    123: LDFLAGS = @LDFLAGS@
                    124: LIBS = @LIBS@
                    125: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.10      ohara     126: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/biovar.Po $(DEPDIR)/bload.Po \
                    127: @AMDEP_TRUE@   $(DEPDIR)/bsave.Po $(DEPDIR)/cio.Po \
                    128: @AMDEP_TRUE@   $(DEPDIR)/cpexpr.Po $(DEPDIR)/io.Po $(DEPDIR)/ox.Po \
                    129: @AMDEP_TRUE@   $(DEPDIR)/ox_asir.Po $(DEPDIR)/ox_launch.Po \
                    130: @AMDEP_TRUE@   $(DEPDIR)/pexpr.Po $(DEPDIR)/sio.Po \
                    131: @AMDEP_TRUE@   $(DEPDIR)/spexpr.Po $(DEPDIR)/tcpf.Po \
                    132: @AMDEP_TRUE@   $(DEPDIR)/ws_fileio.Po
1.1       ohara     133: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    134:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    135: CCLD = $(CC)
                    136: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    137: CFLAGS = @CFLAGS@
                    138: DIST_SOURCES = $(libio_a_SOURCES)
                    139: DIST_COMMON = Makefile.am Makefile.in
                    140: SOURCES = $(libio_a_SOURCES)
                    141:
                    142: all: all-am
                    143:
                    144: .SUFFIXES:
                    145: .SUFFIXES: .c .o .obj
1.4       ohara     146: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     147:        cd $(top_srcdir) && \
                    148:          $(AUTOMAKE) --gnu  io/Makefile
1.4       ohara     149: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.10      ohara     150:        cd $(top_builddir) && \
                    151:          CONFIG_HEADERS= CONFIG_LINKS= \
                    152:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
1.1       ohara     153:
                    154: AR = ar
                    155:
                    156: clean-noinstLIBRARIES:
                    157:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    158: libio.a: $(libio_a_OBJECTS) $(libio_a_DEPENDENCIES)
                    159:        -rm -f libio.a
                    160:        $(libio_a_AR) libio.a $(libio_a_OBJECTS) $(libio_a_LIBADD)
                    161:        $(RANLIB) libio.a
                    162:
                    163: mostlyclean-compile:
                    164:        -rm -f *.$(OBJEXT) core *.core
                    165:
                    166: distclean-compile:
                    167:        -rm -f *.tab.c
                    168:
1.10      ohara     169: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/biovar.Po@am__quote@
                    170: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bload.Po@am__quote@
                    171: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsave.Po@am__quote@
                    172: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cio.Po@am__quote@
                    173: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpexpr.Po@am__quote@
                    174: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/io.Po@am__quote@
                    175: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ox.Po@am__quote@
                    176: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ox_asir.Po@am__quote@
                    177: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ox_launch.Po@am__quote@
                    178: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pexpr.Po@am__quote@
                    179: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sio.Po@am__quote@
                    180: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/spexpr.Po@am__quote@
                    181: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tcpf.Po@am__quote@
                    182: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ws_fileio.Po@am__quote@
1.1       ohara     183:
                    184: distclean-depend:
1.10      ohara     185:        -rm -rf $(DEPDIR)
1.1       ohara     186:
                    187: .c.o:
                    188: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    189: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    190: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.10      ohara     191:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
1.1       ohara     192:
                    193: .c.obj:
                    194: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    195: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    196: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    197:        $(COMPILE) -c `cygpath -w $<`
                    198: CCDEPMODE = @CCDEPMODE@
                    199: uninstall-info-am:
                    200:
                    201: tags: TAGS
                    202:
                    203: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.10      ohara     204:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     205:        unique=`for i in $$list; do \
                    206:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    207:          done | \
                    208:          $(AWK) '    { files[$$0] = 1; } \
                    209:               END { for (i in files) print i; }'`; \
1.10      ohara     210:        mkid -fID $$unique $(LISP)
1.1       ohara     211:
                    212: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    213:                $(TAGS_FILES) $(LISP)
                    214:        tags=; \
                    215:        here=`pwd`; \
1.10      ohara     216:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     217:        unique=`for i in $$list; do \
                    218:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    219:          done | \
                    220:          $(AWK) '    { files[$$0] = 1; } \
                    221:               END { for (i in files) print i; }'`; \
1.10      ohara     222:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    223:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
1.1       ohara     224:
                    225: GTAGS:
1.10      ohara     226:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
1.1       ohara     227:          && cd $(top_srcdir) \
                    228:          && gtags -i $(GTAGS_ARGS) $$here
                    229:
                    230: distclean-tags:
                    231:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.10      ohara     232:
1.1       ohara     233: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    234:
                    235: top_distdir = ..
                    236: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    237:
                    238: distdir: $(DISTFILES)
1.10      ohara     239:        @for file in $(DISTFILES); do \
                    240:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     241:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    242:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.10      ohara     243:            $(mkinstalldirs) "$(distdir)/$$dir"; \
1.1       ohara     244:          fi; \
                    245:          if test -d $$d/$$file; then \
1.10      ohara     246:            cp -pR $$d/$$file $(distdir) \
                    247:            || exit 1; \
1.1       ohara     248:          else \
                    249:            test -f $(distdir)/$$file \
                    250:            || cp -p $$d/$$file $(distdir)/$$file \
                    251:            || exit 1; \
                    252:          fi; \
                    253:        done
                    254: check-am: all-am
                    255: check: check-am
                    256: all-am: Makefile $(LIBRARIES)
                    257:
                    258: installdirs:
                    259:
                    260: install: install-am
                    261: install-exec: install-exec-am
                    262: install-data: install-data-am
                    263: uninstall: uninstall-am
                    264:
                    265: install-am: all-am
                    266:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    267:
                    268: installcheck: installcheck-am
                    269: install-strip:
                    270:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    271:          `test -z '$(STRIP)' || \
                    272:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    273: mostlyclean-generic:
                    274:
                    275: clean-generic:
                    276:
                    277: distclean-generic:
1.10      ohara     278:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       ohara     279:
                    280: maintainer-clean-generic:
                    281:        @echo "This command is intended for maintainers to use"
                    282:        @echo "it deletes files that may require special tools to rebuild."
                    283: clean: clean-am
                    284:
                    285: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    286:
                    287: distclean: distclean-am
                    288:
                    289: distclean-am: clean-am distclean-compile distclean-depend \
                    290:        distclean-generic distclean-tags
                    291:
                    292: dvi: dvi-am
                    293:
                    294: dvi-am:
                    295:
                    296: info: info-am
                    297:
                    298: info-am:
                    299:
                    300: install-data-am:
                    301:
                    302: install-exec-am:
                    303:
                    304: install-info: install-info-am
                    305:
                    306: install-man:
                    307:
                    308: installcheck-am:
                    309:
                    310: maintainer-clean: maintainer-clean-am
                    311:
                    312: maintainer-clean-am: distclean-am maintainer-clean-generic
                    313:
                    314: mostlyclean: mostlyclean-am
                    315:
                    316: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    317:
                    318: uninstall-am: uninstall-info-am
                    319:
                    320: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    321:        clean-noinstLIBRARIES distclean distclean-compile \
                    322:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    323:        dvi-am info info-am install install-am install-data \
                    324:        install-data-am install-exec install-exec-am install-info \
                    325:        install-info-am install-man install-strip installcheck \
                    326:        installcheck-am installdirs maintainer-clean \
                    327:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    328:        mostlyclean-generic tags uninstall uninstall-am \
                    329:        uninstall-info-am
                    330:
                    331: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    332: # Otherwise a system limit (for SysV at least) may be exceeded.
                    333: .NOEXPORT:

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