The R Project SVN R

Rev

Rev 45260 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#-*- Makefile -*-
include ../gnuwin32/MkRules
R_HOME = ../..

all: $(R_HOME)/bin/massage-Examples \
 $(R_HOME)/bin/build $(R_HOME)/bin/check $(R_HOME)/bin/config.sh \
 $(R_HOME)/bin/Rdconv $(R_HOME)/bin/Rd2dvi.sh $(R_HOME)/bin/Sd2Rd \
 $(R_HOME)/bin/Rprof

$(R_HOME)/bin/massage-Examples: $(R_HOME)/share/perl/massage-Examples.pl
    @$(SED) -e 's/"contr.poly")/"contr.poly"), pager="console"/' $< > $@

$(R_HOME)/bin/check: check.in
    @$(SED) -e 1d $< > $@

$(R_HOME)/bin/build: build.in
    @$(SED) -e 1d $< > $@

$(R_HOME)/bin/Sd2Rd: Sd2Rd.in
    @$(SED) -e 1d $< > $@

$(R_HOME)/bin/Rdconv: Rdconv.in
    @$(SED) -e 1d -e s/\"unix\"/\"windows\"/ $< > $@

$(R_HOME)/bin/Rprof: Rprof.in
    @$(SED) -e 1d $< > $@

$(R_HOME)/bin/Rd2dvi.sh: Rd2dvi
    @$(SED) -e 1d $< > $@

$(R_HOME)/bin/config.sh: config
    @$(SED) -e 1d $< > $@