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

Diff for /OpenXM_contrib2/asir2000/Makefile.in between version 1.30 and 1.31

version 1.30, 2007/11/11 08:44:12 version 1.31, 2007/11/11 15:54:02
Line 216  asir_SOURCES = parse/main.c
Line 216  asir_SOURCES = parse/main.c
 asir_LDADD = libasir.a libasir-gc.a  asir_LDADD = libasir.a libasir-gc.a
 CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz  CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz
 GC_TAR_GZ = ${GC}.tar.gz  GC_TAR_GZ = ${GC}.tar.gz
 GC_PATCH = gc6.5-risa.diff  @USE_GC7_FALSE@GC_PATCH = gc6.5-risa.diff
   @USE_GC7_TRUE@GC_PATCH = gc-7.0-risa.diff
 GC_MASTER_SITE = ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/  GC_MASTER_SITE = ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/
 OX_FETCH = ${bindir}/oxfetch.sh  OX_FETCH = ${bindir}/oxfetch.sh
 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 \

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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