The R Project SVN R

Rev

Rev 28254 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28254 Rev 28362
Line 9... Line 9...
9
subdir = src/library/graphics
9
subdir = src/library/graphics
10
 
10
 
11
include $(top_builddir)/Makeconf
11
include $(top_builddir)/Makeconf
12
 
12
 
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
14
DISTFILES = DESCRIPTION.in Makefile.in NAMESPACE
14
DISTFILES = DESCRIPTION.in Makefile.in \
-
 
15
  NAMESPACE NAMESPACE.unix NAMESPACE.windows
15
 
16
 
16
pkg = graphics
17
pkg = graphics
17
 
18
 
18
R_EXE = $(top_builddir)/bin/R --vanilla
19
R_EXE = $(top_builddir)/bin/R --vanilla
19
 
20