The R Project SVN R

Rev

Rev 52400 | Rev 59036 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52400 Rev 58676
Line 1... Line 1...
1
#
1
#
2
# ${R_HOME}/bin/COMPILE
2
# ${R_HOME}/bin/COMPILE
3
 
3
 
4
# @configure_input@
4
# @configure_input@
5
 
5
 
6
revision='$Rev: 52400 $'
6
revision='$Rev: 58676 $'
7
version=`set - ${revision}; echo ${2}`
7
version=`set - ${revision}; echo ${2}`
8
version="R compilation front end: ${R_VERSION} (r${version})
8
version="R compilation front end: ${R_VERSION} (r${version})
9
 
9
 
10
Copyright (C) 2000-2010 The R Core Development Team.
10
Copyright (C) 2000-2010 The R Core Development Team.
11
This is free software; see the GNU General Public License version 2 or
11
This is free software; see the GNU General Public License version 2 or
Line 26... Line 26...
26
  -v, --version		print version info and exit
26
  -v, --version		print version info and exit
27
 
27
 
28
Other options of the form '-DMACRO' or 'VAR=VALUE' are passed on to the
28
Other options of the form '-DMACRO' or 'VAR=VALUE' are passed on to the
29
compilation.
29
compilation.
30
 
30
 
31
Report bugs to <r-bugs@r-project.org>."
31
Report bugs at bugs.r-project.org ."
32
 
32
 
33
makefiles="-f \"${R_HOME}/etc${R_ARCH}/Makeconf\""
33
makefiles="-f \"${R_HOME}/etc${R_ARCH}/Makeconf\""
34
if test -r "${HOME}/.R/Makevars-${R_PLATFORM}"; then
34
if test -r "${HOME}/.R/Makevars-${R_PLATFORM}"; then
35
  makefiles="${makefiles} -f \"${HOME}/.R/Makevars-${R_PLATFORM}\""
35
  makefiles="${makefiles} -f \"${HOME}/.R/Makevars-${R_PLATFORM}\""
36
elif test -r "${HOME}/.R/Makevars"; then
36
elif test -r "${HOME}/.R/Makevars"; then