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

Diff for /OpenXM_contrib2/asir2000/io/Makefile.in between version 1.13 and 1.14

version 1.13, 2008/03/19 07:05:56 version 1.14, 2009/02/13 13:21:20
Line 101  LTLIBOBJS = @LTLIBOBJS@
Line 101  LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@  MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
 MPIINC = @MPIINC@  
 MPILIB = @MPILIB@  
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Line 185  top_srcdir = @top_srcdir@
Line 183  top_srcdir = @top_srcdir@
 asirdir = ${prefix}/lib/asir  asirdir = ${prefix}/lib/asir
 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@             @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.13  
changed lines
  Added in v.1.14

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