The R Project SVN R

Rev

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

Rev 46821 Rev 46994
Line 2... Line 2...
2
#
2
#
3
# ${R_HOME}/bin/SHLIB
3
# ${R_HOME}/bin/SHLIB
4
 
4
 
5
# @configure_input@
5
# @configure_input@
6
 
6
 
7
revision='$Rev: 46821 $'
7
revision='$Rev: 46994 $'
8
version=`set - ${revision}; echo ${2}`
8
version=`set - ${revision}; echo ${2}`
9
version="R shared library builder ${version}
9
version="R shared library builder ${version}
10
 
10
 
11
Copyright (C) 2000-2007 The R Core Development Team.
11
Copyright (C) 2000-2007 The R Core Development Team.
12
This is free software; see the GNU General Public License version 2
12
This is free software; see the GNU General Public License version 2
13
or later for copying conditions.  There is NO warranty."
13
or later for copying conditions.  There is NO warranty."
14
 
14
 
15
usage="Usage: R CMD SHLIB [options] files|linker options
15
usage="Usage: R CMD SHLIB [options] files|linker options
16
 
16
 
17
Build a shared library for dynamic loading from the specified source or
17
Build a shared library for dynamic loading from the specified source or
18
object files (which are automagically made from their sources) or 
18
object files (which are automagically made from their sources) or
19
linker options.  If not given via '--output', the name for the shared
19
linker options.  If not given via '--output', the name for the shared
20
library is determined from the first source or object file.
20
library is determined from the first source or object file.
21
 
21
 
22
Options:
22
Options:
23
  -h, --help		print short help message and exit
23
  -h, --help		print short help message and exit