The R Project SVN R

Rev

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

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

## BATCH, INSTALL, REMOVE, Rdconv Rdiff, Rprof, SHLIB, 
## Sweave, Stangle, build, check 
## are handled internally in Rcmd.exe
## COMPILE LINK javareconf rtags are Unix-only


all: \
  $(R_HOME)/bin/config.sh $(R_HOME)/bin/Rd2dvi.sh \
  $(R_HOME)/bin/Sd2Rd.pl

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

$(R_HOME)/bin/Rd2dvi.sh: Rd2dvi
    @$(SED) -e 's|/bin/R|/bin$${R_ARCH_BIN}/R|' $< > $@

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