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

« back to all changes in this revision

Viewing changes to src/mati/Makefile.am

  • 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
 
#------------------------------------------------------------------------------
2
 
#   This file is part of the Code_Saturne Kernel, element of the
3
 
#   Code_Saturne CFD tool.
4
 
#
5
 
#   Copyright (C) 2009 EDF S.A., France
6
 
#
7
 
#   The Code_Saturne Kernel is free software; you can redistribute it
8
 
#   and/or modify it under the terms of the GNU General Public License
9
 
#   as published by the Free Software Foundation; either version 2 of
10
 
#   the License, or (at your option) any later version.
11
 
#
12
 
#   The Code_Saturne Kernel is distributed in the hope that it will be
13
 
#   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14
 
#   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
#   GNU General Public License for more details.
16
 
#
17
 
#   You should have received a copy of the GNU General Public Licence
18
 
#   along with the Code_Saturne Kernel; if not, write to the
19
 
#   Free Software Foundation, Inc.,
20
 
#   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
21
 
#-------------------------------------------------------------------------------
22
 
 
23
 
# Main part
24
 
 
25
 
AM_FCFLAGS = \
26
 
-I$(top_srcdir)/include/base \
27
 
-I$(top_srcdir)/include/pprt \
28
 
-I$(top_srcdir)/include/mati \
29
 
@FCFLAGS_DBG@ @FCFLAGS_OPT@
30
 
 
31
 
AM_LDFLAGS =
32
 
 
33
 
# Public header files (to be installed)
34
 
 
35
 
saturneincludedir = $(includedir)
36
 
saturneinclude_HEADERS = \
37
 
../../include/mati/matiss.h
38
 
 
39
 
# Library source files
40
 
 
41
 
noinst_LTLIBRARIES = libcsmati.la
42
 
libcsmati_la_SOURCES = \
43
 
memmat.f90 \
44
 
mtimpi.f90 \
45
 
mtini1.f90 \
46
 
mtkpdc.f90 \
47
 
mtphyv.f90 \
48
 
mtproj.f90 \
49
 
mttsns.f90 \
50
 
mttssc.f90 \
51
 
mttycl.f90
52
 
libcsmati_la_LDFLAGS = -no-undefined