The R Project SVN R

Rev

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

Rev 4580 Rev 4911
Line 21... Line 21...
21
all: R
21
all: R
22
 
22
 
23
R:
23
R:
24
	@$(MKINSTALLDIRS) $(top_builddir)/bin
24
	@$(MKINSTALLDIRS) $(top_builddir)/bin
25
	@cat R.sh | \
25
	@cat R.sh | \
26
	  (cd $(top_builddir); sed "s@R_HOME=.*@R_HOME=`pwd`@" > bin/R)
26
	  (cd $(top_builddir); sed "s@-R_HOME_DIR*@-`pwd`@" > bin/R)
27
	@chmod +x $(top_builddir)/bin/R
27
	@chmod +x $(top_builddir)/bin/R
28
	@for f in $(SRC_SCRIPTS); do \
28
	@for f in $(SRC_SCRIPTS); do \
29
	  $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \
29
	  $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \
30
	done
30
	done
31
	@for f in $(OBJ_SCRIPTS); do \
31
	@for f in $(OBJ_SCRIPTS); do \