The R Project SVN R

Rev

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

Rev 59036 Rev 65644
Line 4... Line 4...
4
## using the FORTRAN-to-C converter.
4
## using the FORTRAN-to-C converter.
5
##
5
##
6
## Usage:
6
## Usage:
7
##   R CMD f77 [options] files [objs]
7
##   R CMD f77 [options] files [objs]
8
 
8
 
9
## Copyright (C) 2002-5 The R Core Team
9
## Copyright (C) 2002-2005 The R Core Team
10
##
10
##
11
## This document is free software; you can redistribute it and/or modify
11
## This document is free software; you can redistribute it and/or modify
12
## it under the terms of the GNU General Public License as published by
12
## it under the terms of the GNU General Public License as published by
13
## the Free Software Foundation; either version 2, or (at your option)
13
## the Free Software Foundation; either version 2, or (at your option)
14
## any later version.
14
## any later version.
Line 19... Line 19...
19
## General Public License for more details.
19
## General Public License for more details.
20
##
20
##
21
## A copy of the GNU General Public License is available at
21
## A copy of the GNU General Public License is available at
22
## http://www.r-project.org/Licenses/
22
## http://www.r-project.org/Licenses/
23
 
23
 
24
revision='$Rev: 59036 $'
24
revision='$Rev: 65644 $'
25
version=`set - ${revision}; echo ${2}`
25
version=`set - ${revision}; echo ${2}`
26
version="R front-end script to f2c: ${R_VERSION} (r${version})
26
version="R front-end script to f2c: ${R_VERSION} (r${version})
27
 
27
 
28
Copyright (C) 2002-5 The R Core Team.
28
Copyright (C) 2002-2005 The R Core Team.
29
This is free software; see the GNU General Public License version 2
29
This is free software; see the GNU General Public License version 2
30
or later for copying conditions.  There is NO warranty."
30
or later for copying conditions.  There is NO warranty."
31
 
31
 
32
usage="Usage: R CMD f77 [options] files [objs]
32
usage="Usage: R CMD f77 [options] files [objs]
33
 
33