The R Project SVN R

Rev

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

Rev 22437 Rev 24061
Line 9... Line 9...
9
subdir = src/library/profile
9
subdir = src/library/profile
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 = Common.R Makefile.in \
-
 
15
	Rprofile.mac Rprofile.unix Rprofile.windows
14
DISTFILES = Common.R Makefile.in Rprofile.unix Rprofile.windows
16
 
15
 
17
all: Makefile $(srcdir)/Common.R $(srcdir)/Rprofile.$(R_OSTYPE)
16
all: Makefile $(srcdir)/Common.R $(srcdir)/Rprofile.$(R_OSTYPE)
18
	@echo "building system startup profile"
17
	@echo "building system startup profile"
19
	@$(MKINSTALLDIRS) $(top_builddir)/library/base/R
18
	@$(MKINSTALLDIRS) $(top_builddir)/library/base/R
20
	@cat $(srcdir)/Common.R $(srcdir)/Rprofile.$(R_OSTYPE) \
19
	@cat $(srcdir)/Common.R $(srcdir)/Rprofile.$(R_OSTYPE) \