The R Project SVN R

Rev

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

Rev 76235 Rev 77228
Line 13... Line 13...
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
14
DISTFILES = Makefile.in Makefile.win
14
DISTFILES = Makefile.in Makefile.win
15
 
15
 
16
SUBDIRS = profile $(R_PKGS_BASE) translations Recommended
16
SUBDIRS = profile $(R_PKGS_BASE) translations Recommended
17
 
17
 
18
R_EXE = $(top_builddir)/bin/R --vanilla --slave
18
R_EXE = $(top_builddir)/bin/R --vanilla --no-echo
19
 
19
 
20
.SUFFIXES: .inn .Rdts .Rdh
20
.SUFFIXES: .inn .Rdts .Rdh
21
 
21
 
22
all: Makefile R
22
all: Makefile R
23
 
23