=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-client/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/R/r-client/Makefile 2013/02/01 07:14:09 1.1 +++ OpenXM/src/R/r-client/Makefile 2013/02/02 06:25:41 1.2 @@ -5,6 +5,13 @@ usage: check: R CMD check Ropenxm - +build-src-package: + R CMD build Ropenxm +build-binary-package: + R CMD build --binary Ropenxm +# R CMD INSTALL Ropenxm +# R CMD REMOVE Ropenxm +copy: build-src-package build-binary-package + scp Ropenxm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/HOME/${USER}/2012/tmp clean: rm -rf Ropenxm.Rcheck \ No newline at end of file