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

version 1.5, 2003/03/19 00:52:30 version 1.10, 2005/07/12 12:57:55
Line 78  PACKAGE = @PACKAGE@
Line 78  PACKAGE = @PACKAGE@
 PARIINC = @PARIINC@  PARIINC = @PARIINC@
 PARILIB = @PARILIB@  PARILIB = @PARILIB@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
   USE_GC_INTERIX = @USE_GC_INTERIX@
   USE_GC_SPARC64 = @USE_GC_SPARC64@
 USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@  USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
 VERSION = @VERSION@  VERSION = @VERSION@
 XPMLIB = @XPMLIB@  XPMLIB = @XPMLIB@
Line 92  asm_obj = @asm_obj@
Line 94  asm_obj = @asm_obj@
 install_sh = @install_sh@  install_sh = @install_sh@
 libasir_postfix = @libasir_postfix@  libasir_postfix = @libasir_postfix@
   
 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@             @PARIINC@ @MPIINC@ @X_CFLAGS@

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

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