The R Project SVN R

Rev

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

Rev 5202 Rev 5320
Line 13... Line 13...
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
14
DISTFILES = Makefile.in
14
DISTFILES = Makefile.in
15
 
15
 
16
R = $(top_builddir)/bin/R --vanilla
16
R = $(top_builddir)/bin/R --vanilla
17
 
17
 
18
PKGS = base eda lqs modreg mva stepfun
18
PKGS = base eda lqs modreg mva stepfun ts
19
EX_IN = $(PKGS:=-Ex.R)
19
EX_IN = $(PKGS:=-Ex.R)
20
EX_OUT = $(EX_IN:.R=.Rout)
20
EX_OUT = $(EX_IN:.R=.Rout)
21
.SUFFIXES:
21
.SUFFIXES:
22
.SUFFIXES: .R .Rout
22
.SUFFIXES: .R .Rout
23
.SECONDARY: $(EX_IN)
23
.SECONDARY: $(EX_IN)