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

Annotation of OpenXM_contrib2/asir2000/io/Makefile.am, Revision 1.1

1.1     ! ohara       1: # $OpenXM$
        !             2:
        !             3: DEFS     = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"
        !             4: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
        !             5:            -I${top_srcdir}/gc/include \
        !             6:            @PARIINC@ @MPIINC@ @X_CFLAGS@
        !             7:
        !             8: noinst_LIBRARIES = libio.a
        !             9: libio_a_SOURCES  = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
        !            10:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c

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