| Line 34... |
Line 34... |
| 34 |
R-intro.Rout.save \
|
34 |
R-intro.Rout.save \
|
| 35 |
test-system.R test-system.Rout.save test-system2.c \
|
35 |
test-system.R test-system.Rout.save test-system2.c \
|
| 36 |
reg-large.R utf8.R
|
36 |
reg-large.R utf8.R
|
| 37 |
|
37 |
|
| 38 |
SUBDIRS = Embedding Examples
|
38 |
SUBDIRS = Embedding Examples
|
| 39 |
SUBDIRS_WITH_NO_BUILD = Pkgs
|
39 |
SUBDIRS_WITH_NO_BUILD = Pkgs C++Standards
|
| 40 |
|
40 |
|
| 41 |
## SRCDIR is used by reg-tests-1a.R, reg-IO2.R and reg-packages.R
|
41 |
## SRCDIR is used by reg-tests-1a.R, reg-IO2.R and reg-packages.R
|
| 42 |
## NB: SRCDIR is not available on windows so make any new tests robust to this
|
42 |
## NB: SRCDIR is not available on windows so make any new tests robust to this
|
| 43 |
## GNU gettext disables LANGUAGE if LC_ALL=C, but other systems might not.
|
43 |
## GNU gettext disables LANGUAGE if LC_ALL=C, but other systems might not.
|
| 44 |
R = R_LIBS_USER=$${R_LIBS_USER_IN_R_TESTS:-NULL} LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
|
44 |
R = R_LIBS_USER=$${R_LIBS_USER_IN_R_TESTS:-NULL} LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
|