[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages

Diff for /OpenXM/src/R/r-packages/Makefile between version 1.9 and 1.12

version 1.9, 2014/03/27 08:02:06 version 1.12, 2015/03/24 07:49:06
Line 7  usage:
Line 7  usage:
 check-hgm: rsync  check-hgm: rsync
         R CMD check hgm          R CMD check hgm
 build-hgm: rsync  build-hgm: rsync
           rm -f hgm/src/@dont-edit-files
         R CMD build hgm          R CMD build hgm
           touch hgm/src/@dont-edit-files
   
 rsync: rsync-gsl-t-1 rsync-so3 rsync-mh rsync-orthant  rsync: rsync-gsl-t-1 rsync-so3 rsync-mh rsync-orthant
 rsync-gsl-t-1:  rsync-gsl-t-1:
Line 19  rsync-mh:
Line 21  rsync-mh:
         ${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/          ${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/
         ${RSYNC} ../../hgm/mh/src/*.h hgm/src/          ${RSYNC} ../../hgm/mh/src/*.h hgm/src/
 rsync-orthant:  rsync-orthant:
         ${RSYNC} ../../hgm/orthant/src/hgm_ko_orthant.c hgm/src/          ${RSYNC} ../../hgm/orthant/src/hgm_ko_orthant*.c  hgm/src/
   
 copy-web: build-hgm  copy-web: build-hgm
         ${RSYNC} hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm          ${RSYNC} hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm
           ${RSYNC} hgm.Rcheck/hgm-manual.pdf ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm
   

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

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