The R Project SVN R

Rev

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

Rev 46994 Rev 47442
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: 46994 $'
7
revision='$Rev: 47442 $'
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 r${version}
10
 
10
 
11
Copyright (C) 2000-2006 The R Core Development Team.
11
Copyright (C) 2000-2006 The R Core Development Team.
12
This is free software; see the GNU General Public License version 2 or
12
This is free software; see the GNU General Public License version 2 or
13
later for copying conditions.  There is NO warranty."
13
later for copying conditions.  There is NO warranty."
14
 
14
 
Line 22... Line 22...
22
('.f90'), FORTRAN 95 ('.f95'), Objective C ('.m'), and Objective C++
22
('.f90'), FORTRAN 95 ('.f95'), Objective C ('.m'), and Objective C++
23
('.M' or '.mm').
23
('.M' or '.mm').
24
 
24
 
25
Options:
25
Options:
26
  -h, --help		print short help message and exit
26
  -h, --help		print short help message and exit
27
  -v, --version		print COMPILE version info and exit
27
  -v, --version		print version info and exit
28
 
28
 
29
Other options of the form '-DMACRO' or 'VAR=VALUE' are passed on to the
29
Other options of the form '-DMACRO' or 'VAR=VALUE' are passed on to the
30
compilation.
30
compilation.
31
 
31
 
32
Report bugs to <r-bugs@r-project.org>."
32
Report bugs to <r-bugs@r-project.org>."