[rkward-cvs] rkward/rkward/rbackend/rpackages/rkward Makefile,NONE,1.1

Thomas Friedrichsmeier tfry at users.sourceforge.net
Mon Apr 17 11:58:42 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/rbackend/rpackages/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6957/rkward

Added Files:
	Makefile 
Log Message:
Always build/install with the configured version of R

--- NEW FILE: Makefile ---
all \
install \
uninstall \
check:

distdir:
	@list=`find . -not -name '*~' -and -not -name 'CVS'`; \
	for file in $$list; do \
		echo $$file; \
		if test -d $$file; then \
			mkdir $(distdir)/$$file; \
		else \
			cp -dP $$file $(distdir)/$$file; \
		fi; \
	done; \
	cp -dP Makefile $(distdir)/Makefile
clean \
distclean:





More information about the rkward-tracker mailing list