The R Project SVN R

Rev

Rev 37351 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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