The R Project SVN R

Rev

Rev 30074 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30074 Rev 30691
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
include ../gnuwin32/MkRules
2
include ../gnuwin32/MkRules
3
R_HOME = ../..
3
R_HOME = ../..
4
 
4
 
5
all: $(R_HOME)/bin/massage-Examples \
5
all: $(R_HOME)/bin/massage-Examples \
6
	 $(R_HOME)/bin/build $(R_HOME)/bin/check $(R_HOME)/bin/Rdconv \
6
	 $(R_HOME)/bin/build $(R_HOME)/bin/check $(R_HOME)/bin/Rdconv \
7
	 $(R_HOME)/bin/Sd2Rd $(R_HOME)/bin/Rdiff.sh $(R_HOME)/bin/Rprof
7
	 $(R_HOME)/bin/Sd2Rd $(R_HOME)/bin/Rdiff.sh $(R_HOME)/bin/Rprof
8
	
8
	
9
 
9
 
10
$(R_HOME)/bin/massage-Examples: $(R_HOME)/share/perl/massage-Examples.pl
10
$(R_HOME)/bin/massage-Examples: $(R_HOME)/share/perl/massage-Examples.pl
11
	@$(SED) -e 's/"contr.poly")/"contr.poly"), pager="console"/' $< > $@
11
	@$(SED) -e 's/"contr.poly")/"contr.poly"), pager="console"/' $< > $@
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
17
	@$(SED) -e 1d $< > $@
17
	@$(SED) -e 1d $< > $@
18
 
18
 
19
$(R_HOME)/bin/Sd2Rd: Sd2Rd.in
19
$(R_HOME)/bin/Sd2Rd: Sd2Rd.in
20
	@$(SED) -e 1d $< > $@
20
	@$(SED) -e 1d $< > $@
21
 
21
 
22
$(R_HOME)/bin/Rdconv: Rdconv.in
22
$(R_HOME)/bin/Rdconv: Rdconv.in
23
	@$(SED) -e 1d -e s/\"unix\"/\"windows\"/ $< > $@
23
	@$(SED) -e 1d -e s/\"unix\"/\"windows\"/ $< > $@
24
 
24
 
25
$(R_HOME)/bin/Rdiff.sh: Rdiff
25
$(R_HOME)/bin/Rdiff.sh: Rdiff
26
	@$(SED) -e 1d -e 's/\$${EGREP}/grep -E/' $< > $@
26
	@$(SED) -e 1d -e 's/\$${EGREP}/grep -E/' $< > $@
27
 
27
 
28
$(R_HOME)/bin/Rprof: Rprof.in
28
$(R_HOME)/bin/Rprof: Rprof.in
29
	@$(SED) -e 1d $< > $@
29
	@$(SED) -e 1d $< > $@
30
 
30
 
31
 
31