=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/Makefile,v retrieving revision 1.13 retrieving revision 1.18 diff -u -p -r1.13 -r1.18 --- OpenXM/src/R/r-packages/Makefile 2015/03/27 02:36:30 1.13 +++ OpenXM/src/R/r-packages/Makefile 2017/04/01 21:50:28 1.18 @@ -21,7 +21,7 @@ rsync-gsl-t-1: rsync-so3: ${RSYNC} ../../hgm/so3/src/*.c hgm/src/ 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-orthant: ${RSYNC} ../../hgm/orthant/src/hgm_ko_orthant*.c hgm/src/ @@ -39,3 +39,5 @@ copy-web-hgmFB: build-hgmFB ${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 +clean: + rm -f hgm/src/*.o hgm/src/*.so