[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.34

version 1.33, 2009/03/04 06:51:41 version 1.34, 2009/03/04 09:15:36
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.33 2009/03/04 06:51:41 ohara Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 if USE_PLOT  if USE_PLOT
Line 127  tarball:
Line 127  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.34

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