[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.8 and 1.9

version 1.8, 2005/01/11 07:12:51 version 1.9, 2009/02/13 13:21:19
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.7 2004/12/02 08:22:19 noro Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.8 2005/01/11 07:12:51 saito 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@ @MPIINC@ @X_CFLAGS@             @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.8  
changed lines
  Added in v.1.9

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