Annotation of OpenXM/src/R/r-packages/Makefile, Revision 1.3
1.1 takayama 1: RSYNC=rsync -Cavz
2:
3: usage:
1.2 takayama 4: @echo "check-hgm, build-hgm"
5: @echo "rsync, copy-web"
6:
7: check-hgm: rsync-gsl-t-1 rsync-so3
8: R CMD check hgm
9: build-hgm: rsync-gsl-t-1 rsync-so3
10: R CMD build hgm
1.1 takayama 11:
1.3 ! takayama 12: rsync: rsync-gsl-t-1 rsync-so3 rsync-mh
1.1 takayama 13: rsync-gsl-t-1:
14: ${RSYNC} ../../hgm/gsl-t-1/src/*.c hgm/src/
15: ${RSYNC} ../../hgm/gsl-t-1/src/*.h hgm/src/
16: rsync-so3:
17: ${RSYNC} ../../hgm/so3/src/*.c hgm/src/
1.3 ! takayama 18: rsync-mh:
! 19: ${RSYNC} --exclude test1.c --exclude test2.c ../../hgm/mh/src/*.c hgm/src/
! 20: ${RSYNC} ../../hgm/mh/src/*.h hgm/src/
1.1 takayama 21:
1.2 takayama 22: copy-web: build-hgm
23: scp hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/HOME/${USER}/2012/tmp
24:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>