[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.16 and 1.17

version 1.16, 2016/10/30 01:10:18 version 1.17, 2017/04/01 13:06:59
Line 14  build-hgm: rsync
Line 14  build-hgm: rsync
         R CMD build hgm          R CMD build hgm
         touch hgm/src/@dont-edit-files          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-oxprint
 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/
Line 25  rsync-mh:
Line 25  rsync-mh:
         ${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/
   rsync-oxprint:
           ${RSYNC} ../../hgm/oxprint/oxprint.h  hgm/src/
   
 check-hgmFB:  check-hgmFB:
         R CMD check hgm_fb          R CMD check hgm_fb

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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