comparison scripts/control/hinf/Makefile.in @ 7016:93c65f2a5668

[project @ 2007-10-12 06:40:56 by jwe]
author jwe
date Fri, 12 Oct 2007 06:41:26 +0000
parents 5b00586ccd27
children a1dbe9d80eee
comparison
equal deleted inserted replaced
7015:0a708692d51d 7016:93c65f2a5668
1 #
2 # Makefile for octave's scripts/control/hinf directory 1 # Makefile for octave's scripts/control/hinf directory
3 # 2 #
4 # John W. Eaton 3 # This file is part of Octave.
5 # jwe@bevo.che.wisc.edu 4 #
6 # University of Wisconsin-Madison 5 # Octave is free software; you can redistribute it and/or modify it
7 # Department of Chemical Engineering 6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 3 of the License, or (at
8 # your option) any later version.
9 #
10 # Octave is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with Octave; see the file COPYING. If not, see
17 # <http://www.gnu.org/licenses/>.
8 18
9 TOPDIR = ../../.. 19 TOPDIR = ../../..
10 20
11 script_sub_dir = control/hinf 21 script_sub_dir = control/hinf
12 22