The R Project SVN R

Rev

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

Rev 11515 Rev 20002
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
##
2
##
3
## ${R_HOME}/bin/LINK
3
## ${R_HOME}/bin/LINK
4
 
4
 
5
revision='$Revision: 1.5 $'
5
revision='$Revision: 1.6 $'
6
version=`set - ${revision}; echo ${2}`
6
version=`set - ${revision}; echo ${2}`
7
version="R linker front end ${version}
7
version="R linker front end ${version}
8
 
8
 
9
Copyright (C) 2000 The R Core Development Team.
9
Copyright (C) 2000 The R Core Development Team.
10
This is free software; see the GNU General Public Licence version 2
10
This is free software; see the GNU General Public Licence version 2
Line 13... Line 13...
13
usage="Usage: R CMD LINK [options] linkcmd
13
usage="Usage: R CMD LINK [options] linkcmd
14
 
14
 
15
Perform the specified linkcmd by passing it through GNU libtool and
15
Perform the specified linkcmd by passing it through GNU libtool and
16
setting a few useful R-related options.  Use in particular when creating
16
setting a few useful R-related options.  Use in particular when creating
17
executables linked against the R shared library, in which case linkcmd
17
executables linked against the R shared library, in which case linkcmd
18
must contain \`-lR' but need not specify its library path.
18
must contain '-lR' but need not specify its library path.
19
 
19
 
20
Options:
20
Options:
21
  -h, --help            print short help message and exit
21
  -h, --help            print short help message and exit
22
  -v, --version         print version info and exit
22
  -v, --version         print version info and exit
23
 
23