The R Project SVN R

Rev

Rev 76358 | Rev 78933 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76358 Rev 76372
Line 34... Line 34...
34
	reg-large.R utf8.R
34
	reg-large.R utf8.R
35
 
35
 
36
SUBDIRS = Embedding Examples
36
SUBDIRS = Embedding Examples
37
SUBDIRS_WITH_NO_BUILD = Pkgs
37
SUBDIRS_WITH_NO_BUILD = Pkgs
38
 
38
 
39
## SRCDIR is used by reg-tests-1a.R, reg-IO2.R, reg-packages.R and packages.R
39
## SRCDIR is used by reg-tests-1a.R, reg-IO2.R and reg-packages.R
-
 
40
## NB: SRCDIR is not available on windows so make any new tests robust to this
40
## GNU gettext disables LANGUAGE if LC_ALL=C, but other systems might not.
41
## GNU gettext disables LANGUAGE if LC_ALL=C, but other systems might not.
41
R = LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
42
R = LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
42
R2 = R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
43
R2 = R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
43
R3 = $(top_builddir)/bin/R CMD check
44
R3 = $(top_builddir)/bin/R CMD check
44
RDIFF = $(top_builddir)/bin/R CMD Rdiff
45
RDIFF = $(top_builddir)/bin/R CMD Rdiff