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

1.5     ! noro        1: ## $OpenXM: OpenXM_contrib2/asir2000/io/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $
1.1       ohara       2:
1.3       ohara       3: asirdir  = ${prefix}/lib/asir
                      4: DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara       5: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                      6:            -I${top_srcdir}/gc/include \
1.5     ! noro        7:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara       8:
                      9: noinst_LIBRARIES = libio.a
                     10: libio_a_SOURCES  = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
                     11:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c

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