=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/Makefile,v retrieving revision 1.9 retrieving revision 1.12 diff -u -p -r1.9 -r1.12 --- OpenXM/src/R/r-packages/Makefile 2014/03/27 08:02:06 1.9 +++ OpenXM/src/R/r-packages/Makefile 2015/03/24 07:49:06 1.12 @@ -7,7 +7,9 @@ usage: check-hgm: rsync R CMD check hgm build-hgm: rsync + rm -f hgm/src/@dont-edit-files R CMD build hgm + touch hgm/src/@dont-edit-files rsync: rsync-gsl-t-1 rsync-so3 rsync-mh rsync-orthant rsync-gsl-t-1: @@ -19,8 +21,9 @@ 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/ + ${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 + ${RSYNC} hgm.Rcheck/hgm-manual.pdf ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm