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

« back to all changes in this revision

Viewing changes to src/comb/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
## Process this file with automake to produce Makefile.in
 
2
 
 
3
#-------------------------------------------------------------------------------
 
4
 
 
5
# This file is part of Code_Saturne, a general-purpose CFD tool.
 
6
#
 
7
# Copyright (C) 1998-2011 EDF S.A.
 
8
#
 
9
# This program is free software; you can redistribute it and/or modify it under
 
10
# the terms of the GNU General Public License as published by the Free Software
 
11
# Foundation; either version 2 of the License, or (at your option) any later
 
12
# version.
 
13
#
 
14
# This program is distributed in the hope that it will be useful, but WITHOUT
 
15
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
16
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 
17
# details.
 
18
#
 
19
# You should have received a copy of the GNU General Public License along with
 
20
# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
21
# Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
22
 
 
23
#-------------------------------------------------------------------------------
 
24
 
 
25
# Main part
 
26
 
 
27
AM_FCFLAGS = \
 
28
$(FCMODINCLUDE)$(top_builddir)/src \
 
29
$(FCMODINCLUDE)$(top_builddir)/src/base \
 
30
$(FCFLAGS_DBG) $(FCFLAGS_OPT)
 
31
 
 
32
AM_LDFLAGS =
 
33
 
 
34
# Public header files (to be installed)
 
35
 
 
36
pkginclude_HEADERS =
 
37
 
 
38
# Library source files
 
39
 
 
40
noinst_LTLIBRARIES = libcscomb.la
 
41
libcscomb_la_SOURCES = \
 
42
cs_coal_bcond.f90 \
 
43
cs_coal_fp2st.f90 \
 
44
cs_coal_htconvers1.f90 \
 
45
cs_coal_htconvers2.f90 \
 
46
cs_coal_masstransfer.f90 \
 
47
cs_coal_noxst.f90 \
 
48
cs_coal_param.f90 \
 
49
cs_coal_physprop1.f90 \
 
50
cs_coal_physprop2.f90 \
 
51
cs_coal_physprop.f90 \
 
52
cs_coal_prop.f90 \
 
53
cs_coal_radst.f90 \
 
54
cs_coal_readata.f90 \
 
55
cs_coal_scast.f90 \
 
56
cs_coal_thfieldconv1.f90 \
 
57
cs_coal_thfieldconv2.f90 \
 
58
cs_coal_varini.f90 \
 
59
cs_coal_varpos.f90 \
 
60
cs_coal_verify.f90 \
 
61
cs_fuel_bcond.f90 \
 
62
cs_fuel_fp2st.f90 \
 
63
cs_fuel_htconvers1.f90 \
 
64
cs_fuel_htconvers2.f90 \
 
65
cs_fuel_masstransfer.f90 \
 
66
cs_fuel_noxst.f90 \
 
67
cs_fuel_param.f90 \
 
68
cs_fuel_physprop1.f90 \
 
69
cs_fuel_physprop2.f90 \
 
70
cs_fuel_physprop.f90 \
 
71
cs_fuel_prop.f90 \
 
72
cs_fuel_radst.f90 \
 
73
cs_fuel_readata.f90 \
 
74
cs_fuel_scast.f90 \
 
75
cs_fuel_thfieldconv1.f90 \
 
76
cs_fuel_thfieldconv2.f90 \
 
77
cs_fuel_varini.f90 \
 
78
cs_fuel_varpos.f90 \
 
79
cs_fuel_verify.f90 \
 
80
cs_gascomb.f90
 
81
libcscomb_la_LDFLAGS = -no-undefined
 
82
 
 
83
combusers = \
 
84
$(top_srcdir)/users/comb/user_coal_ini1.f90 \
 
85
$(top_srcdir)/users/comb/user_coal_iniv.f90 \
 
86
$(top_srcdir)/users/comb/user_fuel_bcond.f90 \
 
87
$(top_srcdir)/users/comb/user_fuel_ini1.f90 \
 
88
$(top_srcdir)/users/comb/user_fuel_iniv.f90
 
89
 
 
90
libcscomb_la_SOURCES += $(combusers)
 
91
 
 
92
combdir = $(pkgdatadir)/users/comb
 
93
comb_DATA = $(combusers)
 
94
 
 
95
clean-local:
 
96
        -rm -f *__genmod.f90 *.mod