The R Project SVN R

Rev

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

Rev 8653 Rev 10633
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='$Revision: 1.7 $'
7
revision='$Revision: 1.8 $'
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
usage="Usage: R COMPILE [options] files
11
usage="Usage: R COMPILE [options] files
12
 
12
 
Line 19... Line 19...
19
  -v, --version		print version info and exit
19
  -v, --version		print version info and exit
20
 
20
 
21
Other options of the form \`-DMACRO' or \`VAR=VALUE' are passed on to
21
Other options of the form \`-DMACRO' or \`VAR=VALUE' are passed on to
22
the compilation.
22
the compilation.
23
 
23
 
24
Report bugs to <R-bugs@lists.r-project.org>."
24
Report bugs to <r-bugs@r-project.org>."
25
 
25
 
26
MAKE=${MAKE-@MAKE@}
26
MAKE=${MAKE-@MAKE@}
27
makefiles="-f ${R_HOME}/etc/Makeconf"
27
makefiles="-f ${R_HOME}/etc/Makeconf"
28
if test -r Makevars; then
28
if test -r Makevars; then
29
  makefiles="-f Makevars ${makefiles}"
29
  makefiles="-f Makevars ${makefiles}"