The R Project SVN R

Rev

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

Rev 75453 Rev 75701
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: 74000 $'
6
revision='$Rev: 75701 $'
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-2018 The R Core Team.
10
Copyright (C) 2000-2018 The R Core 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 16... Line 16...
16
Compile the specified files for subsequent collection into a shared
16
Compile the specified files for subsequent collection into a shared
17
library using 'R CMD SHLIB' or an executable program using 'R CMD
17
library using 'R CMD SHLIB' or an executable program using 'R CMD
18
LINK'.  Currently, the following languages with associated source file
18
LINK'.  Currently, the following languages with associated source file
19
extensions are supported (provided that the respective compilers are
19
extensions are supported (provided that the respective compilers are
20
available and R was configured to use these): C ('.c'), C++ ('.cc' or
20
available and R was configured to use these): C ('.c'), C++ ('.cc' or
21
'.cpp'), FORTRAN 77 ('.f'), FORTRAN 90 ('.f90'), FORTRAN 95 ('.f95'),
21
'.cpp'), fixed-form Fortran ('.f'), free-form Fortran ('.f90' or'.f95'),
22
Objective C ('.m'), and Objective C++ ('.M' or '.mm').
22
Objective C ('.m'), and Objective C++ ('.M' or '.mm').
23
 
23
 
24
Options:
24
Options:
25
  -h, --help		print short help message and exit
25
  -h, --help		print short help message and exit
26
  -v, --version		print version info and exit
26
  -v, --version		print version info and exit