comparison mkoctfile.in @ 7016:93c65f2a5668

[project @ 2007-10-12 06:40:56 by jwe]
author jwe
date Fri, 12 Oct 2007 06:41:26 +0000
parents e3f06290847c
children a1dbe9d80eee
comparison
equal deleted inserted replaced
7015:0a708692d51d 7016:93c65f2a5668
1 #! /bin/sh 1 #! /bin/sh
2 # 2 ##
3 # mkoctfile -- create a .oct file suitable for dynamic linking by 3 ## mkoctfile -- create a .oct file suitable for dynamic linking by
4 # Octave. 4 ## Octave.
5 ##
6 ## This file is part of Octave.
7 ##
8 ## Octave is free software; you can redistribute it and/or modify it
9 ## under the terms of the GNU General Public License as published by the
10 ## Free Software Foundation; either version 3 of the License, or (at
11 ## your option) any later version.
12 ##
13 ## Octave is distributed in the hope that it will be useful, but WITHOUT
14 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 ## for more details.
17 ##
18 ## You should have received a copy of the GNU General Public License
19 ## along with Octave; see the file COPYING. If not, see
20 ## <http://www.gnu.org/licenses/>.
5 21
6 # Exit immediately on any error. 22 # Exit immediately on any error.
7 23
8 set -e 24 set -e
9 25