~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to bin/SaturneGUI.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-24 00:00:08 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111124000008-2vo99e38267942q5
Tags: 2.1.0-3
Install a missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# @configure_input@
3
 
#============================================================================
4
 
#
5
 
#     This file is part of the Code_Saturne Kernel, element of the
6
 
#     Code_Saturne CFD tool.
7
 
#
8
 
#     Copyright (C) 1998-2008 EDF S.A., France
9
 
#
10
 
#     contact: saturne-support@edf.fr
11
 
#
12
 
#     The Code_Saturne Kernel is free software; you can redistribute it
13
 
#     and/or modify it under the terms of the GNU General Public License
14
 
#     as published by the Free Software Foundation; either version 2 of
15
 
#     the License, or (at your option) any later version.
16
 
#
17
 
#     The Code_Saturne Kernel is distributed in the hope that it will be
18
 
#     useful, but WITHOUT ANY WARRANTY; without even the implied warranty
19
 
#     of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 
#     GNU General Public License for more details.
21
 
#
22
 
#     You should have received a copy of the GNU General Public License
23
 
#     along with the Code_Saturne Kernel; if not, write to the
24
 
#     Free Software Foundation, Inc.,
25
 
#     51 Franklin St, Fifth Floor,
26
 
#     Boston, MA  02110-1301  USA
27
 
#
28
 
#============================================================================
 
3
 
 
4
#-------------------------------------------------------------------------------
 
5
 
 
6
# This file is part of Code_Saturne, a general-purpose CFD tool.
 
7
#
 
8
# Copyright (C) 1998-2011 EDF S.A.
 
9
#
 
10
# This program is free software; you can redistribute it and/or modify it under
 
11
# the terms of the GNU General Public License as published by the Free Software
 
12
# Foundation; either version 2 of the License, or (at your option) any later
 
13
# version.
 
14
#
 
15
# This program is distributed in the hope that it will be useful, but WITHOUT
 
16
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
17
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 
18
# details.
 
19
#
 
20
# You should have received a copy of the GNU General Public License along with
 
21
# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
22
# Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
23
 
 
24
#-------------------------------------------------------------------------------
29
25
 
30
26
prefix=@prefix@
31
27
#