The R Project SVN R

Rev

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

Rev 47808 Rev 47810
Line 19... Line 19...
19
R = LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
19
R = LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
20
R2 = R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
20
R2 = R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
21
R3 = $(top_builddir)/bin/R CMD check
21
R3 = $(top_builddir)/bin/R CMD check
22
RDIFF = $(top_builddir)/bin/R CMD Rdiff
22
RDIFF = $(top_builddir)/bin/R CMD Rdiff
23
RDCONV = $(top_builddir)/bin/R CMD Rdconv
23
RDCONV = $(top_builddir)/bin/R CMD Rdconv
24
MK = MAKE
24
MK = $(MAKE)
25
 
25
 
26
all-basic-tests = BasePackages Specific Reg Internet
26
all-basic-tests = BasePackages Specific Reg Internet
27
## not Docs Standalone
27
## not Docs Standalone
28
all-devel-tests = IsAs Random Demo Primitive Regexp Segfault
28
all-devel-tests = IsAs Random Demo Primitive Regexp Segfault
29
 
29