The R Project SVN R

Rev

Rev 47365 | Rev 47502 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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

all: \
 $(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/RINSTALL.sh

$(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.in
    @$(SED) -e 1d $< > $@

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

$(R_HOME)/bin/RINSTALL.sh: RINSTALL
    @cp $< $@