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

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

Revision 1.4, Thu Mar 7 07:02:18 2013 UTC (11 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +1 -1 lines

The gls adaptive Runge-Kutta is used (cf. NO_GSL).
Relative error bound should be used.

RSYNC=rsync -Cavz --safe-links

usage:
	@echo "check-hgm, build-hgm"
	@echo "rsync, copy-web"

check-hgm: rsync-gsl-t-1 rsync-so3
	R CMD check hgm
build-hgm: rsync-gsl-t-1 rsync-so3
	R CMD build hgm

rsync: rsync-gsl-t-1 rsync-so3 rsync-mh
rsync-gsl-t-1: 
	${RSYNC} ../../hgm/gsl-t-1/src/*.c hgm/src/
	${RSYNC} ../../hgm/gsl-t-1/src/*.h hgm/src/
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} ../../hgm/mh/src/*.h hgm/src/

copy-web: build-hgm
	scp hgm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/HOME/${USER}/2012/tmp