version 1.3, 2013/02/21 23:35:07 |
version 1.6, 2014/03/24 02:34:25 |
|
|
RSYNC=rsync -Cavz |
RSYNC=rsync -Cavz --safe-links |
|
|
usage: |
usage: |
@echo "check-hgm, build-hgm" |
@echo "check-hgm, build-hgm" |
@echo "rsync, copy-web" |
@echo "rsync, copy-web" |
|
|
check-hgm: rsync-gsl-t-1 rsync-so3 |
check-hgm: rsync |
R CMD check hgm |
R CMD check hgm |
build-hgm: rsync-gsl-t-1 rsync-so3 |
build-hgm: rsync |
R CMD build hgm |
R CMD build hgm |
|
|
rsync: rsync-gsl-t-1 rsync-so3 rsync-mh |
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-mh: |
rsync-mh: |
${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/ |
${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/ |
${RSYNC} ../../hgm/mh/src/*.h hgm/src/ |
${RSYNC} ../../hgm/mh/src/*.h hgm/src/ |
|
rsync-orthant: |
|
${RSYNC} --exclude main.c ../../hgm/orthant/src/*.c 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 |