version 1.13, 2015/03/27 02:36:30 |
version 1.16, 2016/10/30 01:10:18 |
|
|
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 hgm/src/*.so |