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

Diff for /OpenXM_contrib2/asir2000/io/Makefile.am between version 1.1 and 1.5

version 1.1, 2003/02/23 03:05:38 version 1.5, 2013/12/20 03:46:13
Line 1 
Line 1 
 # $OpenXM$  ## $OpenXM: OpenXM_contrib2/asir2000/io/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $
   
 DEFS     = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"  asirdir  = ${prefix}/lib/asir
   DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
            -I${top_srcdir}/gc/include \             -I${top_srcdir}/gc/include \
            @PARIINC@ @MPIINC@ @X_CFLAGS@             -I${prefix}/include @PARIINC@ @X_CFLAGS@
   
 noinst_LIBRARIES = libio.a  noinst_LIBRARIES = libio.a
 libio_a_SOURCES  = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \  libio_a_SOURCES  = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

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