The R Project SVN R

Rev

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

Rev 26347 Rev 27574
Line 13... Line 13...
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
14
DISTFILES = INDEX DESCRIPTION.in Makefile.in
14
DISTFILES = INDEX DESCRIPTION.in Makefile.in
15
 
15
 
16
pkg = base
16
pkg = base
17
 
17
 
18
RSRC = $(srcdir)/R/*.R $(srcdir)/R/$(R_OSTYPE)/*.R @BUILD_AQUA_TRUE@ $(srcdir)/R/aqua/*.R
18
RSRC = $(srcdir)/R/*.R $(srcdir)/R/$(R_OSTYPE)/*.R 
19
 
19
 
20
RdSRC = $(srcdir)/man/*.Rd $(srcdir)/man/$(R_OSTYPE)/*.Rd @BUILD_AQUA_TRUE@ $(srcdir)/man/aqua/*.Rd
20
RdSRC = $(srcdir)/man/*.Rd $(srcdir)/man/$(R_OSTYPE)/*.Rd 
21
 
21
 
22
all: Makefile DESCRIPTION
22
all: Makefile DESCRIPTION
23
	@echo "building package '$(pkg)'"
23
	@echo "building package '$(pkg)'"
24
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/R
24
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/R
25
	@(f=$${TMPDIR:-/tmp}/R$$$$; \
25
	@(f=$${TMPDIR:-/tmp}/R$$$$; \