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

Diff for /OpenXM_contrib2/asir2000/Makefile.am between version 1.40 and 1.42

version 1.40, 2013/12/20 02:02:23 version 1.42, 2015/02/21 06:20:54
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.39 2012/12/17 07:20:44 noro Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.41 2013/12/20 03:58:45 noro Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 if USE_PLOT  if USE_PLOT
Line 19  GC_TAR_GZ     = gc-7.2b.tar.gz
Line 19  GC_TAR_GZ     = gc-7.2b.tar.gz
 GC_PATCH      = gc-7.diff gc-7.0-risa.diff  GC_PATCH      = gc-7.diff gc-7.0-risa.diff
 #GC_TAR_GZ     = ${GC}.tar.gz  #GC_TAR_GZ     = ${GC}.tar.gz
 #GC_PATCH      = gc6.diff gc6-risa.diff  #GC_PATCH      = gc6.diff gc6-risa.diff
 GC_MASTER_SITE=ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/  GC_MASTER_SITE=http://www.math.kobe-u.ac.jp/pub/OpenXM/misc/
 OX_FETCH      = ${bindir}/oxfetch.sh  OX_FETCH      = ${bindir}/oxfetch.sh
   
 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 \
            @GCINC@ @PARIINC@ @X_CFLAGS@             -I${prefix}/include @GCINC@ @PARIINC@ @X_CFLAGS@
   
 GLIB  = @ASIR_GCLIB@  GLIB  = @ASIR_GCLIB@
 ALIB  = asm/libasm.a  ALIB  = asm/libasm.a

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.42

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