Rev 82652 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-## ${R_HOME}/tests/Makefile.winall check: test-all-basicscheck-devel: check test-all-develcheck-all: check-devel test-Packages-Recommendedcheck-recommended: test-Packages-Recommended# for R_PKGS_BASEinclude ../src/gnuwin32/MkRulesinclude ../share/make/vars.mksrcdir = .top_srcdir = ..top_builddir = ..R_HOME = ..test-src-sloppy-b = eval-etc-2.Rinclude Makefile.commonR = $(R_HOME)/$(BINDIR)/Rterm --vanilla LC_ALL=C SRCDIR=. R_DEFAULT_PACKAGES=R2 = $(R_HOME)/$(BINDIR)/Rterm --vanilla SRCDIR=. R_DEFAULT_PACKAGES=R3 = $(R_HOME)/$(BINDIR)/Rcmd checkRDIFF = $(R_HOME)/$(BINDIR)/R CMD RdiffRVAL_IF_DIFF=0## suppress fancy quotes for diff-ingRDCONV = LC_ALL=C $(R_HOME)/$(BINDIR)/Rcmd RdconvRD2PDF = $(R_HOME)/$(BINDIR)/Rcmd Rd2pdf --quiet --no-preview --forceECHO = echoECHO_C =ECHO_N = -nECHO_T =MK = $(MAKE) -f Makefile.winTAR ?= tar## override Makefile.commontest-src-reg-1e = reg-win.Rall check test-all-basics test-all-devel: Makefile.win Makefile.commontest-system2.exe: test-system2.c## Not run by any other targettest-System: test-system2.exe@$(MK) test-system.Rout## <NOTE>## These depend on an internet connection, and the sites being up.## So allow this to fail: it may be slow doing so.test-Internet:@$(RM) -f internet.Rout@$(ECHO) "running tests of Internet functions"-@$(MK) $(test-out-internet) RVAL_IF_DIFF=0## </NOTE>test-Standalone:@echo "testing building standalone Rmath"@$(MAKE) -C ../src/nmath/standalone -f Makefile.win check || exit 1clean:@rm -f *.Rout *.Rout.fail \Rplot* Rprof.out Rprofmem.out \reg-examples-*.pdf testCID.* \reg-plot-latin1.ps reg-plot.ps \reg-plot-latin1.pdf reg-plot.pdf reg-tests-*.pdf \R-exts.* R-intro.R no-segfault.R R-intro.Rout \p-qbeta-strict-tst.pdf@rm -f R-exts_res.rc Makedeps@rm -f FALSE* PACKAGES* .R .tex mirrors.html ./-package.Rd ex.gz@rm -f testit.txt testit.html testit.tex testit-Ex.R testit.pdf@rm -f ver20.txt ver20.html ver20.tex ver20-Ex.R ver20.pdf@rm -Rf .Rd2pdf*@rm -Rf anRpackage myTst* myLib@rm -f *.tar.gz@rm -f keepsource.tex test-system2.exe test-system.Rout@$(MK) -C Examples $@@$(MK) -C Embedding $@-@rm -f *.log *.tsin *.trin-@rm -f df0.Rd l0.Rd m0.Rd 'integer(0)-package.Rd'-@rm -f p-r-random-tests_seed Rprof.out* condiitons.Rout timezone.Routdistclean: clean@$(MK) -C Examples $@@rm -Rf *.Rcheck RecPackages-@rm -f *.failinstall-tests:@mkdir -p "$(INST_TO)/Packages"@for f in Makefile.common $(INSTFILES) reg-translation.R eval-fns.R; do \cp $(srcdir)/$${f} "$(INST_TO)"; \done@cp $(srcdir)/Makefile.install.win "$(INST_TO)/Makefile"@$(MAKE) -C Examples -f Makefile.win install-tests INST_TO="$(INST_TO)"