[rkward-cvs] rkward/rkward/rbackend/rpackages Makefile.am,NONE,1.1 Makefile,1.4,NONE
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Mon Apr 17 11:58:42 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/rbackend/rpackages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6957
Added Files:
Makefile.am
Removed Files:
Makefile
Log Message:
Always build/install with the configured version of R
--- NEW FILE: Makefile.am ---
SUBDIRS = rkward
all:
-${R_HOMEDIR}/bin/R CMD build rkward
install:
-${R_HOMEDIR}/bin/R CMD INSTALL rkward
uninstall:
-${R_HOMEDIR}/bin/R CMD REMOVE rkward
check:
-${R_HOMEDIR}/bin/R CMD check rkward
clean \
distclean:
-rm -f rkward_*.tar.gz
--- Makefile DELETED ---
More information about the rkward-tracker
mailing list