[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.1 and 1.9

version 1.1, 2013/02/07 07:38:22 version 1.9, 2014/03/27 08:02:06
Line 1 
Line 1 
 RSYNC=rsync -Cavz  RSYNC=rsync -Cavz --safe-links
   
 usage:  usage:
           @echo "check-hgm, build-hgm"
           @echo "rsync, copy-web"
   
 rsync: rsync-gsl-t-1 rsync-so3  check-hgm: rsync
           R CMD check hgm
   build-hgm: rsync
           R CMD build hgm
   
   rsync: rsync-gsl-t-1 rsync-so3 rsync-mh rsync-orthant
 rsync-gsl-t-1:  rsync-gsl-t-1:
         ${RSYNC} ../../hgm/gsl-t-1/src/*.c hgm/src/          ${RSYNC} ../../hgm/gsl-t-1/src/*.c hgm/src/
         ${RSYNC} ../../hgm/gsl-t-1/src/*.h hgm/src/          ${RSYNC} ../../hgm/gsl-t-1/src/*.h hgm/src/
 rsync-so3:  rsync-so3:
         ${RSYNC} ../../hgm/so3/src/*.c hgm/src/          ${RSYNC} ../../hgm/so3/src/*.c hgm/src/
   rsync-mh:
           ${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/
           ${RSYNC} ../../hgm/mh/src/*.h hgm/src/
   rsync-orthant:
           ${RSYNC} ../../hgm/orthant/src/hgm_ko_orthant.c hgm/src/
   
   copy-web: build-hgm
           ${RSYNC} hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm
   

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

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