The R Project SVN R

Rev

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

Rev 57532 Rev 60254
Line 15... Line 15...
15
  datasets-Ex.Rout.save grDevices-Ex.Rout.save graphics-Ex.Rout.save \
15
  datasets-Ex.Rout.save grDevices-Ex.Rout.save graphics-Ex.Rout.save \
16
  grid-Ex.Rout.save splines-Ex.Rout.save \
16
  grid-Ex.Rout.save splines-Ex.Rout.save \
17
  stats-Ex.Rout.save stats4-Ex.Rout.save tools-Ex.Rout.save
17
  stats-Ex.Rout.save stats4-Ex.Rout.save tools-Ex.Rout.save
18
DISTFILES = Makefile.in  Makefile.win $(INSTFILES)
18
DISTFILES = Makefile.in  Makefile.win $(INSTFILES)
19
 
19
 
-
 
20
## R_LIBS_SITE has to be non-empty or it is ignored
-
 
21
R_EXE = LANGUAGE=en LC_TIME=C R_LIBS= R_LIBS_USER= R_LIBS_SITE='nothing' \
20
R_EXE = LANGUAGE=en LC_TIME=C $(top_builddir)/bin/R --slave --vanilla
22
  $(top_builddir)/bin/R --slave --vanilla
21
 
23
 
22
all: Makefile test-Examples-Base
24
all: Makefile test-Examples-Base
23
 
25
 
24
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
27
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@