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

File: [local] / OpenXM / src / R / r-client / Makefile (download)

Revision 1.2, Sat Feb 2 06:25:41 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.1: +8 -1 lines

"make copy" puts the test package on the web.

usage:
	@echo "make check"
	@echo "make build-r-package needs to clean everything and checkout again"


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