The R Project SVN R

Rev

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

Rev 52369 Rev 52397
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
include ../gnuwin32/MkRules
2
include ../gnuwin32/MkRules
3
R_HOME = ../..
3
R_HOME = ../..
4
 
4
 
5
## BATCH, INSTALL, REMOVE, Rdconv Rdiff, Rprof, SHLIB, 
-
 
6
## Sweave, Stangle, build, check 
-
 
7
## are handled internally in Rcmd.exe
-
 
8
## COMPILE LINK javareconf rtags are Unix-only
5
## COMPILE LINK javareconf rtags are Unix-only
9
 
6
 
10
 
-
 
11
all: \
7
all: \
12
  $(R_HOME)/bin/config.sh $(R_HOME)/bin/Rd2dvi.sh \
8
  $(R_HOME)/bin/config.sh  $(R_HOME)/bin/Sd2Rd.pl
13
  $(R_HOME)/bin/Sd2Rd.pl
-
 
14
 
9
 
15
$(R_HOME)/bin/config.sh: config
10
$(R_HOME)/bin/config.sh: config
16
	@cp $< $@
11
	@cp $< $@
17
 
12
 
18
$(R_HOME)/bin/Rd2dvi.sh: Rd2dvi
-
 
19
	@$(SED) -e 's|/bin/R|/bin$${R_ARCH_BIN}/R|' $< > $@
-
 
20
 
-
 
21
$(R_HOME)/bin/Sd2Rd.pl: Sd2Rd.in
13
$(R_HOME)/bin/Sd2Rd.pl: Sd2Rd.in
22
	@$(SED) -e 1d $< > $@
14
	@$(SED) -e 1d $< > $@