[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.13 and 1.15

version 1.13, 2015/03/27 02:36:30 version 1.15, 2016/10/28 02:27:39
Line 21  rsync-gsl-t-1: 
Line 21  rsync-gsl-t-1: 
 rsync-so3:  rsync-so3:
         ${RSYNC} ../../hgm/so3/src/*.c hgm/src/          ${RSYNC} ../../hgm/so3/src/*.c hgm/src/
 rsync-mh:  rsync-mh:
         ${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/          ${RSYNC} --exclude test1.c --exclude test2.c --exclude genusage.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/
Line 39  copy-web-hgmFB: build-hgmFB
Line 39  copy-web-hgmFB: build-hgmFB
         ${RSYNC} hgmFB_*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm          ${RSYNC} hgmFB_*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm
         ${RSYNC} hgm_fb.Rcheck/hgmFB-manual.pdf ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm          ${RSYNC} hgm_fb.Rcheck/hgmFB-manual.pdf ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm
   
   clean:
           rm -f hgm/src/*.o

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

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