[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.2 and 1.3

version 1.2, 2013/02/08 01:27:00 version 1.3, 2013/02/21 23:35:07
Line 9  check-hgm: rsync-gsl-t-1 rsync-so3
Line 9  check-hgm: rsync-gsl-t-1 rsync-so3
 build-hgm: rsync-gsl-t-1 rsync-so3  build-hgm: rsync-gsl-t-1 rsync-so3
         R CMD build hgm          R CMD build hgm
   
 rsync: rsync-gsl-t-1 rsync-so3  rsync: rsync-gsl-t-1 rsync-so3 rsync-mh
 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/
   
 copy-web: build-hgm  copy-web: build-hgm
         scp hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/HOME/${USER}/2012/tmp          scp hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/HOME/${USER}/2012/tmp

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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