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

Diff for /OpenXM_contrib2/asir2000/engine/Makefile.am between version 1.10 and 1.11

version 1.10, 2013/12/20 02:02:24 version 1.11, 2013/12/20 03:46:13
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.9 2009/02/13 13:21:19 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.10 2013/12/20 02:02:24 noro Exp $
   
 asirdir  = ${prefix}/lib/asir  asirdir  = ${prefix}/lib/asir
 DEFS     = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"  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@ @X_CFLAGS@             -I${prefix}/include @PARIINC@ @X_CFLAGS@
 noinst_LIBRARIES = libca.a  noinst_LIBRARIES = libca.a
 libca_a_SOURCES  = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \  libca_a_SOURCES  = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c \
   N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \    N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c \

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

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