Annotation of OpenXM_contrib2/asir2018/io/Makefile.am, Revision 1.1
1.1 ! noro 1: ## $OpenXM$
! 2:
! 3: asirdir = ${prefix}/lib/asir
! 4: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
! 5: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
! 6: -I${top_srcdir}/gc/include \
! 7: -I${prefix}/include @PARIINC@ @X_CFLAGS@
! 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>