The R Project SVN R

Rev

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

Rev 47538 Rev 47589
Line 6... Line 6...
6
 
6
 
7
all: \
7
all: \
8
 $(R_HOME)/bin/build $(R_HOME)/bin/check $(R_HOME)/bin/config.sh \
8
 $(R_HOME)/bin/build $(R_HOME)/bin/check $(R_HOME)/bin/config.sh \
9
 $(R_HOME)/bin/Rdconv $(R_HOME)/bin/Rd2dvi.sh $(R_HOME)/bin/Sd2Rd \
9
 $(R_HOME)/bin/Rdconv $(R_HOME)/bin/Rd2dvi.sh $(R_HOME)/bin/Sd2Rd \
10
 $(R_HOME)/bin/Rprof $(R_HOME)/bin/INSTALL.sh $(R_HOME)/bin/SHLIB.sh \
10
 $(R_HOME)/bin/Rprof $(R_HOME)/bin/INSTALL.sh $(R_HOME)/bin/SHLIB.sh \
11
 $(R_HOME)/bin/Stangle.sh $(R_HOME)/bin/Sweave.sh
11
 $(R_HOME)/bin/Stangle.sh $(R_HOME)/bin/Sweave.sh $(R_HOME)/bin/Rd2txt.sh
12
 
12
 
13
$(R_HOME)/bin/check: check.in
13
$(R_HOME)/bin/check: check.in
14
	@$(SED) -e 1d $< > $@
14
	@$(SED) -e 1d $< > $@
15
 
15
 
16
$(R_HOME)/bin/build: build.in
16
$(R_HOME)/bin/build: build.in
Line 40... Line 40...
40
$(R_HOME)/bin/Stangle.sh: Stangle
40
$(R_HOME)/bin/Stangle.sh: Stangle
41
	@cp $< $@
41
	@cp $< $@
42
 
42
 
43
$(R_HOME)/bin/Sweave.sh: Sweave
43
$(R_HOME)/bin/Sweave.sh: Sweave
44
	@cp $< $@
44
	@cp $< $@
-
 
45
 
-
 
46
$(R_HOME)/bin/Rd2txt.sh: Rd2txt
-
 
47
	@$(SED) -e s/exec/perl/ $< > $@