[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages

Annotation of OpenXM/src/R/r-packages/Makefile, Revision 1.8

1.4       takayama    1: RSYNC=rsync -Cavz --safe-links
1.1       takayama    2:
                      3: usage:
1.2       takayama    4:        @echo "check-hgm, build-hgm"
                      5:        @echo "rsync, copy-web"
                      6:
1.5       takayama    7: check-hgm: rsync
1.2       takayama    8:        R CMD check hgm
1.5       takayama    9: build-hgm: rsync
1.2       takayama   10:        R CMD build hgm
1.1       takayama   11:
1.6       takayama   12: rsync: rsync-gsl-t-1 rsync-so3 rsync-mh rsync-orthant
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.6       takayama   21: rsync-orthant:
1.8     ! takayama   22:        ${RSYNC} ../../hgm/orthant/src/hgm_ko_nc_fb.c hgm/src/
1.1       takayama   23:
1.2       takayama   24: copy-web: build-hgm
1.7       takayama   25:        ${RSYNC} hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Math/hgm
1.2       takayama   26:

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