[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.33 and 1.36

version 1.33, 2009/03/04 06:51:41 version 1.36, 2012/05/13 09:04:18
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.32 2009/02/13 13:21:19 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.35 2012/05/09 06:17:13 ohara Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 if USE_PLOT  if USE_PLOT
Line 16  asir_LDADD    = libasir.a @ASIR_GCLIB@
Line 16  asir_LDADD    = libasir.a @ASIR_GCLIB@
 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
 if USE_GC7  GC_PATCH      = gc-7.diff gc-7.0-risa.diff
 GC_PATCH      = gc-7.0-risa.diff  
 else  
 GC_PATCH      = gc6.diff gc6-risa.diff  
 endif  
 GC_DISTDIR    = @GC_DISTDIR@  
 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
   
Line 127  tarball:
Line 122  tarball:
         DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm          DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm
         (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz          (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz
         -rm -rf tmp          -rm -rf tmp
   
   clean-gc:
           -rm -rf ${top_srcdir}/.gc_*_done ${top_srcdir}/${GC}
           -rm -rf ${top_srcdir}/autom4te.cache
   
   distclean-recursive: clean-gc

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.36

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