The R Project SVN R

Rev

Rev 46994 | Rev 47516 | 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/SHLIB
3
# ${R_HOME}/bin/SHLIB
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 shared library builder ${version}
9
version="R shared library builder r${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
 
Line 19... Line 19...
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
24
  -v, --version		print SHLIB version info and exit
24
  -v, --version		print version info and exit
25
  -o, --output=LIB	use LIB as (full) name for the built library
25
  -o, --output=LIB	use LIB as (full) name for the built library
26
  -c, --clean		remove files created during compilation
26
  -c, --clean		remove files created during compilation
27
  --preclean		remove files created during a previous run
27
  --preclean		remove files created during a previous run
28
 
28
 
29
Report bugs to <r-bugs@r-project.org>."
29
Report bugs to <r-bugs@r-project.org>."