[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.11 and 1.12

version 1.11, 2013/12/20 03:46:13 version 1.12, 2015/08/04 06:46:29
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.10 2013/12/20 02:02:24 noro Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.11 2013/12/20 03:46:13 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 \  AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
            -I${top_srcdir}/gc/include \             -I${top_srcdir}/gc/include \
            -I${prefix}/include @PARIINC@ @X_CFLAGS@             -I${prefix}/include @PARIINC@ @X_CFLAGS@
 noinst_LIBRARIES = libca.a  noinst_LIBRARIES = libca.a

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

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