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

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

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