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

« back to all changes in this revision

Viewing changes to salome/cfd_proxy/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_CPPFLAGS = $(MPI_CPPFLAGS) $(SALOME_KERNEL_CPPFLAGS)
 
28
AM_CFLAGS = $(CFLAGS_DBG) $(CFLAGS_OPT)
 
29
AM_LDFLAGS = $(MPI_LDFLAGS) $(SALOME_KERNEL_LDFLAGS)
 
30
 
 
31
# Headers
 
32
 
 
33
include_HEADERS = \
 
34
cfd_proxy_api.h
 
35
 
 
36
noinst_HEADERS = \
 
37
cfd_proxy_defs.h \
 
38
cfd_proxy_child.h \
 
39
cfd_proxy_comm.h \
 
40
cfd_proxy_forward.h \
 
41
cfd_proxy_loader.h
 
42
 
 
43
# Library source files
 
44
 
 
45
lib_LTLIBRARIES = libcfdproxy.la
 
46
libcfdproxy_la_LIBADD =
 
47
 
 
48
libcfdproxy_la_SOURCES = \
 
49
cfd_proxy_defs.c \
 
50
cfd_proxy_child.c \
 
51
cfd_proxy_comm.c  \
 
52
cfd_proxy_forward.c  \
 
53
cfd_proxy_loader.c  \
 
54
cfd_proxy_api.c
 
55
 
 
56
libcfdproxy_la_LDFLAGS = -no-undefined -version-info 0:0:0