The R Project SVN R

Rev

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

Rev 11258 Rev 11515
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.9 $'
7
revision='$Revision: 1.10 $'
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 The R Core Development Team.
-
 
12
This is free software; see the GNU General Public Licence version 2
-
 
13
or later for copying conditions.  There is NO warranty."
-
 
14
 
11
usage="Usage: R COMPILE [options] files
15
usage="Usage: R CMD COMPILE [options] files
12
 
16
 
13
Compile the specified files for subsequent collection into a shared
17
Compile the specified files for subsequent collection into a shared
14
library using \`R SHLIB'.  Currently, C, C++, and Fortran files (with
18
library using \`R CMD SHLIB'.  Currently, C, C++, and FORTRAN files
15
extensions \`.c', \`.cc' or \`.cpp' or \`.C', and \`.f', respectively,
19
(with extensions \`.c', \`.cc' or \`.cpp' or \`.C', and \`.f',
16
are supported.
20
respectively, are supported.
17
 
21
 
18
Options:
22
Options:
19
  -h, --help		print short help message and exit
23
  -h, --help		print short help message and exit
20
  -v, --version		print version info and exit
24
  -v, --version		print version info and exit
21
 
25