The R Project SVN R

Rev

Rev 52397 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52397 Rev 53022
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
include ../gnuwin32/MkRules
-
 
3
R_HOME = ../..
2
R_HOME = ../..
4
 
3
 
5
## COMPILE LINK javareconf rtags are Unix-only
4
## COMPILE LINK javareconf rtags are Unix-only
6
 
5
 
7
all: \
6
all: \
8
  $(R_HOME)/bin/config.sh  $(R_HOME)/bin/Sd2Rd.pl
7
  $(R_HOME)/bin/config.sh
9
 
8
 
10
$(R_HOME)/bin/config.sh: config
9
$(R_HOME)/bin/config.sh: config
11
	@cp $< $@
10
	@cp $< $@
12
 
-
 
13
$(R_HOME)/bin/Sd2Rd.pl: Sd2Rd.in
-
 
14
	@$(SED) -e 1d $< > $@
-