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

« back to all changes in this revision

Viewing changes to salome/fsi_coupling/src/Makefile.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
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
#-------------------------------------------------------------------------------
 
19
 
 
20
# This file is part of Code_Saturne, a general-purpose CFD tool.
 
21
#
 
22
# Copyright (C) 1998-2011 EDF S.A.
 
23
#
 
24
# This program is free software; you can redistribute it and/or modify it under
 
25
# the terms of the GNU General Public License as published by the Free Software
 
26
# Foundation; either version 2 of the License, or (at your option) any later
 
27
# version.
 
28
#
 
29
# This program is distributed in the hope that it will be useful, but WITHOUT
 
30
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
31
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 
32
# details.
 
33
#
 
34
# You should have received a copy of the GNU General Public License along with
 
35
# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
36
# Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
37
 
 
38
#-------------------------------------------------------------------------------
 
39
VPATH = @srcdir@
 
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkgincludedir = $(includedir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
45
install_sh_DATA = $(install_sh) -c -m 644
 
46
install_sh_PROGRAM = $(install_sh) -c
 
47
install_sh_SCRIPT = $(install_sh) -c
 
48
INSTALL_HEADER = $(INSTALL_DATA)
 
49
transform = $(program_transform_name)
 
50
NORMAL_INSTALL = :
 
51
PRE_INSTALL = :
 
52
POST_INSTALL = :
 
53
NORMAL_UNINSTALL = :
 
54
PRE_UNINSTALL = :
 
55
POST_UNINSTALL = :
 
56
build_triplet = @build@
 
57
host_triplet = @host@
 
58
target_triplet = @target@
 
59
subdir = salome/fsi_coupling/src
 
60
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
62
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
63
        $(top_srcdir)/m4/cs_adf.m4 $(top_srcdir)/m4/cs_blas.m4 \
 
64
        $(top_srcdir)/m4/cs_ccm.m4 $(top_srcdir)/m4/cs_cgns.m4 \
 
65
        $(top_srcdir)/m4/cs_docs.m4 $(top_srcdir)/m4/cs_fortran.m4 \
 
66
        $(top_srcdir)/m4/cs_hdf5.m4 $(top_srcdir)/m4/cs_libxml2.m4 \
 
67
        $(top_srcdir)/m4/cs_med.m4 $(top_srcdir)/m4/cs_metis.m4 \
 
68
        $(top_srcdir)/m4/cs_modules.m4 $(top_srcdir)/m4/cs_mpi.m4 \
 
69
        $(top_srcdir)/m4/cs_omniorb.m4 $(top_srcdir)/m4/cs_ple.m4 \
 
70
        $(top_srcdir)/m4/cs_salome.m4 $(top_srcdir)/m4/cs_scotch.m4 \
 
71
        $(top_srcdir)/m4/cs_syrthes.m4 $(top_srcdir)/m4/cs_zlib.m4 \
 
72
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
73
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
74
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
75
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
76
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
77
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
78
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
79
        $(top_srcdir)/configure.ac
 
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
81
        $(ACLOCAL_M4)
 
82
mkinstalldirs = $(install_sh) -d
 
83
CONFIG_HEADER = $(top_builddir)/cs_config.h
 
84
CONFIG_CLEAN_FILES =
 
85
CONFIG_CLEAN_VPATH_FILES =
 
86
AM_V_GEN = $(am__v_GEN_$(V))
 
87
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
88
am__v_GEN_0 = @echo "  GEN   " $@;
 
89
AM_V_at = $(am__v_at_$(V))
 
90
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
91
am__v_at_0 = @
 
92
SOURCES =
 
93
DIST_SOURCES =
 
94
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
95
        html-recursive info-recursive install-data-recursive \
 
96
        install-dvi-recursive install-exec-recursive \
 
97
        install-html-recursive install-info-recursive \
 
98
        install-pdf-recursive install-ps-recursive install-recursive \
 
99
        installcheck-recursive installdirs-recursive pdf-recursive \
 
100
        ps-recursive uninstall-recursive
 
101
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
102
  distclean-recursive maintainer-clean-recursive
 
103
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
104
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
105
        distdir
 
106
ETAGS = etags
 
107
CTAGS = ctags
 
108
DIST_SUBDIRS = $(SUBDIRS)
 
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
110
am__relativize = \
 
111
  dir0=`pwd`; \
 
112
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
113
  sed_rest='s,^[^/]*/*,,'; \
 
114
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
115
  sed_butlast='s,/*[^/]*$$,,'; \
 
116
  while test -n "$$dir1"; do \
 
117
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
118
    if test "$$first" != "."; then \
 
119
      if test "$$first" = ".."; then \
 
120
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
121
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
122
      else \
 
123
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
124
        if test "$$first2" = "$$first"; then \
 
125
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
126
        else \
 
127
          dir2="../$$dir2"; \
 
128
        fi; \
 
129
        dir0="$$dir0"/"$$first"; \
 
130
      fi; \
 
131
    fi; \
 
132
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
133
  done; \
 
134
  reldir="$$dir2"
 
135
ACLOCAL = @ACLOCAL@
 
136
ADFRUNPATH = @ADFRUNPATH@
 
137
ADF_LDFLAGS = @ADF_LDFLAGS@
 
138
ADF_LIBS = @ADF_LIBS@
 
139
AMTAR = @AMTAR@
 
140
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
141
AR = @AR@
 
142
AUTOCONF = @AUTOCONF@
 
143
AUTOHEADER = @AUTOHEADER@
 
144
AUTOMAKE = @AUTOMAKE@
 
145
AWK = @AWK@
 
146
BLASRUNPATH = @BLASRUNPATH@
 
147
BLAS_CPPFLAGS = @BLAS_CPPFLAGS@
 
148
BLAS_LDFLAGS = @BLAS_LDFLAGS@
 
149
BLAS_LIBS = @BLAS_LIBS@
 
150
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
151
CC = @CC@
 
152
CCDEPMODE = @CCDEPMODE@
 
153
CCMRUNPATH = @CCMRUNPATH@
 
154
CCM_CPPFLAGS = @CCM_CPPFLAGS@
 
155
CCM_LDFLAGS = @CCM_LDFLAGS@
 
156
CCM_LIBS = @CCM_LIBS@
 
157
CFLAGS = @CFLAGS@
 
158
CFLAGS_DBG = @CFLAGS_DBG@
 
159
CFLAGS_EXT = @CFLAGS_EXT@
 
160
CFLAGS_HOT = @CFLAGS_HOT@
 
161
CFLAGS_OPT = @CFLAGS_OPT@
 
162
CGNSRUNPATH = @CGNSRUNPATH@
 
163
CGNS_CPPFLAGS = @CGNS_CPPFLAGS@
 
164
CGNS_LDFLAGS = @CGNS_LDFLAGS@
 
165
CGNS_LIBS = @CGNS_LIBS@
 
166
CORBA_CXXFLAGS = @CORBA_CXXFLAGS@
 
167
CORBA_INCLUDES = @CORBA_INCLUDES@
 
168
CORBA_LIBS = @CORBA_LIBS@
 
169
CORBA_ROOT = @CORBA_ROOT@
 
170
CPP = @CPP@
 
171
CPPFLAGS = @CPPFLAGS@
 
172
CXX = @CXX@
 
173
CXXCPP = @CXXCPP@
 
174
CXXDEPMODE = @CXXDEPMODE@
 
175
CXXFLAGS = @CXXFLAGS@
 
176
CXXFLAGS_DBG = @CXXFLAGS_DBG@
 
177
CXXFLAGS_HOT = @CXXFLAGS_HOT@
 
178
CXXFLAGS_OPT = @CXXFLAGS_OPT@
 
179
CYGPATH_W = @CYGPATH_W@
 
180
DEFS = @DEFS@
 
181
DEPDIR = @DEPDIR@
 
182
DSYMUTIL = @DSYMUTIL@
 
183
DUMPBIN = @DUMPBIN@
 
184
ECHO_C = @ECHO_C@
 
185
ECHO_N = @ECHO_N@
 
186
ECHO_T = @ECHO_T@
 
187
EGREP = @EGREP@
 
188
EXEEXT = @EXEEXT@
 
189
F77 = @F77@
 
190
FC = @FC@
 
191
FCFLAGS = @FCFLAGS@
 
192
FCFLAGS_DBG = @FCFLAGS_DBG@
 
193
FCFLAGS_HOT = @FCFLAGS_HOT@
 
194
FCFLAGS_OPT = @FCFLAGS_OPT@
 
195
FCLIBS = @FCLIBS@
 
196
FCMODEXT = @FCMODEXT@
 
197
FCMODINCLUDE = @FCMODINCLUDE@
 
198
FFLAGS = @FFLAGS@
 
199
FGREP = @FGREP@
 
200
FLIBS = @FLIBS@
 
201
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
202
GMSGFMT = @GMSGFMT@
 
203
GMSGFMT_015 = @GMSGFMT_015@
 
204
GREP = @GREP@
 
205
GUI_ROOT_DIR = @GUI_ROOT_DIR@
 
206
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
 
207
HDF5_LDFLAGS = @HDF5_LDFLAGS@
 
208
HDF5_LIBS = @HDF5_LIBS@
 
209
IDL = @IDL@
 
210
IDLCXXFLAGS = @IDLCXXFLAGS@
 
211
IDLPYFLAGS = @IDLPYFLAGS@
 
212
IDL_CLN_CXX = @IDL_CLN_CXX@
 
213
IDL_CLN_H = @IDL_CLN_H@
 
214
IDL_CLN_OBJ = @IDL_CLN_OBJ@
 
215
IDL_SRV_CXX = @IDL_SRV_CXX@
 
216
IDL_SRV_H = @IDL_SRV_H@
 
217
IDL_SRV_OBJ = @IDL_SRV_OBJ@
 
218
INSTALL = @INSTALL@
 
219
INSTALL_DATA = @INSTALL_DATA@
 
220
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
221
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
222
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
223
INTLLIBS = @INTLLIBS@
 
224
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
225
KERNEL_ROOT_DIR = @KERNEL_ROOT_DIR@
 
226
LD = @LD@
 
227
LDFLAGS = @LDFLAGS@
 
228
LDRPATH = @LDRPATH@
 
229
LEX = @LEX@
 
230
LEXLIB = @LEXLIB@
 
231
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
232
LIBICONV = @LIBICONV@
 
233
LIBINTL = @LIBINTL@
 
234
LIBOBJS = @LIBOBJS@
 
235
LIBS = @LIBS@
 
236
LIBTOOL = @LIBTOOL@
 
237
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
 
238
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
 
239
LIBXML2_LIBS = @LIBXML2_LIBS@
 
240
LIPO = @LIPO@
 
241
LN_S = @LN_S@
 
242
LRELEASE = @LRELEASE@
 
243
LTLIBICONV = @LTLIBICONV@
 
244
LTLIBINTL = @LTLIBINTL@
 
245
LTLIBOBJS = @LTLIBOBJS@
 
246
MAINT = @MAINT@
 
247
MAKEINFO = @MAKEINFO@
 
248
MED_CPPFLAGS = @MED_CPPFLAGS@
 
249
MED_LDFLAGS = @MED_LDFLAGS@
 
250
MED_LIBS = @MED_LIBS@
 
251
METIS_CPPFLAGS = @METIS_CPPFLAGS@
 
252
METIS_LDFLAGS = @METIS_LDFLAGS@
 
253
METIS_LIBS = @METIS_LIBS@
 
254
MKDIR_P = @MKDIR_P@
 
255
MOC = @MOC@
 
256
MODULECMD = @MODULECMD@
 
257
MPI_CPPFLAGS = @MPI_CPPFLAGS@
 
258
MPI_LDFLAGS = @MPI_LDFLAGS@
 
259
MPI_LIBS = @MPI_LIBS@
 
260
MSGFMT = @MSGFMT@
 
261
MSGFMT_015 = @MSGFMT_015@
 
262
MSGMERGE = @MSGMERGE@
 
263
NM = @NM@
 
264
NMEDIT = @NMEDIT@
 
265
OBJDUMP = @OBJDUMP@
 
266
OBJEXT = @OBJEXT@
 
267
OMNIORB_CXXFLAGS = @OMNIORB_CXXFLAGS@
 
268
OMNIORB_IDL = @OMNIORB_IDL@
 
269
OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@
 
270
OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@
 
271
OMNIORB_IDL_CLN_CXX = @OMNIORB_IDL_CLN_CXX@
 
272
OMNIORB_IDL_CLN_H = @OMNIORB_IDL_CLN_H@
 
273
OMNIORB_IDL_CLN_OBJ = @OMNIORB_IDL_CLN_OBJ@
 
274
OMNIORB_IDL_SRV_CXX = @OMNIORB_IDL_SRV_CXX@
 
275
OMNIORB_IDL_SRV_H = @OMNIORB_IDL_SRV_H@
 
276
OMNIORB_IDL_SRV_OBJ = @OMNIORB_IDL_SRV_OBJ@
 
277
OMNIORB_IDL_TIE_CXX = @OMNIORB_IDL_TIE_CXX@
 
278
OMNIORB_IDL_TIE_H = @OMNIORB_IDL_TIE_H@
 
279
OMNIORB_INCLUDES = @OMNIORB_INCLUDES@
 
280
OMNIORB_LIBS = @OMNIORB_LIBS@
 
281
OMNIORB_ROOT = @OMNIORB_ROOT@
 
282
OTOOL = @OTOOL@
 
283
OTOOL64 = @OTOOL64@
 
284
PACKAGE = @PACKAGE@
 
285
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
286
PACKAGE_NAME = @PACKAGE_NAME@
 
287
PACKAGE_STRING = @PACKAGE_STRING@
 
288
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
289
PACKAGE_URL = @PACKAGE_URL@
 
290
PACKAGE_VERSION = @PACKAGE_VERSION@
 
291
PATH_SEPARATOR = @PATH_SEPARATOR@
 
292
PLE_CPPFLAGS = @PLE_CPPFLAGS@
 
293
PLE_LDFLAGS = @PLE_LDFLAGS@
 
294
PLE_LIBS = @PLE_LIBS@
 
295
POSUB = @POSUB@
 
296
POW_LIB = @POW_LIB@
 
297
PTHREAD_CC = @PTHREAD_CC@
 
298
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
299
PTHREAD_LIBS = @PTHREAD_LIBS@
 
300
PYRCC4 = @PYRCC4@
 
301
PYTHON = @PYTHON@
 
302
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
303
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
304
PYTHON_PREFIX = @PYTHON_PREFIX@
 
305
PYTHON_VERSION = @PYTHON_VERSION@
 
306
PYUIC4 = @PYUIC4@
 
307
RANLIB = @RANLIB@
 
308
ROOT_SALOME = @ROOT_SALOME@
 
309
SALOME_GUI_CPPFLAGS = @SALOME_GUI_CPPFLAGS@
 
310
SALOME_GUI_IDL = @SALOME_GUI_IDL@
 
311
SALOME_GUI_LDFLAGS = @SALOME_GUI_LDFLAGS@
 
312
SALOME_GUI_LIBS = @SALOME_GUI_LIBS@
 
313
SALOME_KERNEL_CPPFLAGS = @SALOME_KERNEL_CPPFLAGS@
 
314
SALOME_KERNEL_IDL = @SALOME_KERNEL_IDL@
 
315
SALOME_KERNEL_LDFLAGS = @SALOME_KERNEL_LDFLAGS@
 
316
SALOME_KERNEL_LIBS = @SALOME_KERNEL_LIBS@
 
317
SALOME_VERSION = @SALOME_VERSION@
 
318
SCOTCH_CPPFLAGS = @SCOTCH_CPPFLAGS@
 
319
SCOTCH_LDFLAGS = @SCOTCH_LDFLAGS@
 
320
SCOTCH_LIBS = @SCOTCH_LIBS@
 
321
SED = @SED@
 
322
SET_MAKE = @SET_MAKE@
 
323
SHELL = @SHELL@
 
324
SPHINX = @SPHINX@
 
325
STRIP = @STRIP@
 
326
SYRTHES_CC = @SYRTHES_CC@
 
327
SYRTHES_CFLAGS = @SYRTHES_CFLAGS@
 
328
SYRTHES_CPPFLAGS = @SYRTHES_CPPFLAGS@
 
329
SYRTHES_FC = @SYRTHES_FC@
 
330
SYRTHES_FCFLAGS = @SYRTHES_FCFLAGS@
 
331
SYRTHES_FCLIBS = @SYRTHES_FCLIBS@
 
332
SYRTHES_LDFLAGS = @SYRTHES_LDFLAGS@
 
333
SYRTHES_LIBS = @SYRTHES_LIBS@
 
334
USE_NLS = @USE_NLS@
 
335
VERSION = @VERSION@
 
336
XGETTEXT = @XGETTEXT@
 
337
XGETTEXT_015 = @XGETTEXT_015@
 
338
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
339
YACC = @YACC@
 
340
YACS_ROOT_DIR = @YACS_ROOT_DIR@
 
341
YFLAGS = @YFLAGS@
 
342
abs_builddir = @abs_builddir@
 
343
abs_srcdir = @abs_srcdir@
 
344
abs_top_builddir = @abs_top_builddir@
 
345
abs_top_srcdir = @abs_top_srcdir@
 
346
ac_ct_CC = @ac_ct_CC@
 
347
ac_ct_CXX = @ac_ct_CXX@
 
348
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
349
ac_ct_F77 = @ac_ct_F77@
 
350
ac_ct_FC = @ac_ct_FC@
 
351
acx_pthread_config = @acx_pthread_config@
 
352
am__include = @am__include@
 
353
am__leading_dot = @am__leading_dot@
 
354
am__quote = @am__quote@
 
355
am__tar = @am__tar@
 
356
am__untar = @am__untar@
 
357
bindir = @bindir@
 
358
build = @build@
 
359
build_alias = @build_alias@
 
360
build_cpu = @build_cpu@
 
361
build_os = @build_os@
 
362
build_vendor = @build_vendor@
 
363
builddir = @builddir@
 
364
cs_env_modules = @cs_env_modules@
 
365
cs_have_adf = @cs_have_adf@
 
366
cs_have_blas = @cs_have_blas@
 
367
cs_have_ccm = @cs_have_ccm@
 
368
cs_have_cgns = @cs_have_cgns@
 
369
cs_have_frontend = @cs_have_frontend@
 
370
cs_have_gui = @cs_have_gui@
 
371
cs_have_hdf5 = @cs_have_hdf5@
 
372
cs_have_libxml2 = @cs_have_libxml2@
 
373
cs_have_long_gnum = @cs_have_long_gnum@
 
374
cs_have_med = @cs_have_med@
 
375
cs_have_metis = @cs_have_metis@
 
376
cs_have_mpi = @cs_have_mpi@
 
377
cs_have_salome_gui = @cs_have_salome_gui@
 
378
cs_have_salome_kernel = @cs_have_salome_kernel@
 
379
cs_have_scotch = @cs_have_scotch@
 
380
cs_have_socket = @cs_have_socket@
 
381
datadir = @datadir@
 
382
datarootdir = @datarootdir@
 
383
debug = @debug@
 
384
docdir = @docdir@
 
385
dvidir = @dvidir@
 
386
enable_shared = @enable_shared@
 
387
exec_prefix = @exec_prefix@
 
388
host = @host@
 
389
host_alias = @host_alias@
 
390
host_cpu = @host_cpu@
 
391
host_os = @host_os@
 
392
host_vendor = @host_vendor@
 
393
htmldir = @htmldir@
 
394
includedir = @includedir@
 
395
infodir = @infodir@
 
396
install_sh = @install_sh@
 
397
libdir = @libdir@
 
398
libexecdir = @libexecdir@
 
399
localedir = @localedir@
 
400
localstatedir = @localstatedir@
 
401
lt_ECHO = @lt_ECHO@
 
402
mandir = @mandir@
 
403
mkdir_p = @mkdir_p@
 
404
mpi_bindir = @mpi_bindir@
 
405
mpi_libdir = @mpi_libdir@
 
406
mpi_type = @mpi_type@
 
407
oldincludedir = @oldincludedir@
 
408
pdfdir = @pdfdir@
 
409
pkgpyexecdir = @pkgpyexecdir@
 
410
pkgpythondir = @pkgpythondir@
 
411
prefix = @prefix@
 
412
program_transform_name = @program_transform_name@
 
413
psdir = @psdir@
 
414
pyexecdir = @pyexecdir@
 
415
pythondir = @pythondir@
 
416
relocatable = @relocatable@
 
417
sbindir = @sbindir@
 
418
sharedstatedir = @sharedstatedir@
 
419
srcdir = @srcdir@
 
420
subdirs = @subdirs@
 
421
syrthes_prefix = @syrthes_prefix@
 
422
sysconfdir = @sysconfdir@
 
423
target = @target@
 
424
target_alias = @target_alias@
 
425
target_cpu = @target_cpu@
 
426
target_os = @target_os@
 
427
target_vendor = @target_vendor@
 
428
top_build_prefix = @top_build_prefix@
 
429
top_builddir = @top_builddir@
 
430
top_srcdir = @top_srcdir@
 
431
SUBDIRS = FSI_ASTER FSI_SATURNE FSI_MILIEU
 
432
all: all-recursive
 
433
 
 
434
.SUFFIXES:
 
435
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
436
        @for dep in $?; do \
 
437
          case '$(am__configure_deps)' in \
 
438
            *$$dep*) \
 
439
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
440
                && { if test -f $@; then exit 0; else break; fi; }; \
 
441
              exit 1;; \
 
442
          esac; \
 
443
        done; \
 
444
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu salome/fsi_coupling/src/Makefile'; \
 
445
        $(am__cd) $(top_srcdir) && \
 
446
          $(AUTOMAKE) --gnu salome/fsi_coupling/src/Makefile
 
447
.PRECIOUS: Makefile
 
448
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
449
        @case '$?' in \
 
450
          *config.status*) \
 
451
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
452
          *) \
 
453
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
454
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
455
        esac;
 
456
 
 
457
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
458
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
459
 
 
460
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
461
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
462
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
463
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
464
$(am__aclocal_m4_deps):
 
465
 
 
466
mostlyclean-libtool:
 
467
        -rm -f *.lo
 
468
 
 
469
clean-libtool:
 
470
        -rm -rf .libs _libs
 
471
 
 
472
# This directory's subdirectories are mostly independent; you can cd
 
473
# into them and run `make' without going through this Makefile.
 
474
# To change the values of `make' variables: instead of editing Makefiles,
 
475
# (1) if the variable is set in `config.status', edit `config.status'
 
476
#     (which will cause the Makefiles to be regenerated when you run `make');
 
477
# (2) otherwise, pass the desired values on the `make' command line.
 
478
$(RECURSIVE_TARGETS):
 
479
        @fail= failcom='exit 1'; \
 
480
        for f in x $$MAKEFLAGS; do \
 
481
          case $$f in \
 
482
            *=* | --[!k]*);; \
 
483
            *k*) failcom='fail=yes';; \
 
484
          esac; \
 
485
        done; \
 
486
        dot_seen=no; \
 
487
        target=`echo $@ | sed s/-recursive//`; \
 
488
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
489
          echo "Making $$target in $$subdir"; \
 
490
          if test "$$subdir" = "."; then \
 
491
            dot_seen=yes; \
 
492
            local_target="$$target-am"; \
 
493
          else \
 
494
            local_target="$$target"; \
 
495
          fi; \
 
496
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
497
          || eval $$failcom; \
 
498
        done; \
 
499
        if test "$$dot_seen" = "no"; then \
 
500
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
501
        fi; test -z "$$fail"
 
502
 
 
503
$(RECURSIVE_CLEAN_TARGETS):
 
504
        @fail= failcom='exit 1'; \
 
505
        for f in x $$MAKEFLAGS; do \
 
506
          case $$f in \
 
507
            *=* | --[!k]*);; \
 
508
            *k*) failcom='fail=yes';; \
 
509
          esac; \
 
510
        done; \
 
511
        dot_seen=no; \
 
512
        case "$@" in \
 
513
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
514
          *) list='$(SUBDIRS)' ;; \
 
515
        esac; \
 
516
        rev=''; for subdir in $$list; do \
 
517
          if test "$$subdir" = "."; then :; else \
 
518
            rev="$$subdir $$rev"; \
 
519
          fi; \
 
520
        done; \
 
521
        rev="$$rev ."; \
 
522
        target=`echo $@ | sed s/-recursive//`; \
 
523
        for subdir in $$rev; do \
 
524
          echo "Making $$target in $$subdir"; \
 
525
          if test "$$subdir" = "."; then \
 
526
            local_target="$$target-am"; \
 
527
          else \
 
528
            local_target="$$target"; \
 
529
          fi; \
 
530
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
531
          || eval $$failcom; \
 
532
        done && test -z "$$fail"
 
533
tags-recursive:
 
534
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
535
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
536
        done
 
537
ctags-recursive:
 
538
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
539
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
540
        done
 
541
 
 
542
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
543
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
544
        unique=`for i in $$list; do \
 
545
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
546
          done | \
 
547
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
548
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
549
        mkid -fID $$unique
 
550
tags: TAGS
 
551
 
 
552
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
553
                $(TAGS_FILES) $(LISP)
 
554
        set x; \
 
555
        here=`pwd`; \
 
556
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
557
          include_option=--etags-include; \
 
558
          empty_fix=.; \
 
559
        else \
 
560
          include_option=--include; \
 
561
          empty_fix=; \
 
562
        fi; \
 
563
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
564
          if test "$$subdir" = .; then :; else \
 
565
            test ! -f $$subdir/TAGS || \
 
566
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
567
          fi; \
 
568
        done; \
 
569
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
570
        unique=`for i in $$list; do \
 
571
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
572
          done | \
 
573
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
574
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
575
        shift; \
 
576
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
577
          test -n "$$unique" || unique=$$empty_fix; \
 
578
          if test $$# -gt 0; then \
 
579
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
580
              "$$@" $$unique; \
 
581
          else \
 
582
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
583
              $$unique; \
 
584
          fi; \
 
585
        fi
 
586
ctags: CTAGS
 
587
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
588
                $(TAGS_FILES) $(LISP)
 
589
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
590
        unique=`for i in $$list; do \
 
591
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
592
          done | \
 
593
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
594
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
595
        test -z "$(CTAGS_ARGS)$$unique" \
 
596
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
597
             $$unique
 
598
 
 
599
GTAGS:
 
600
        here=`$(am__cd) $(top_builddir) && pwd` \
 
601
          && $(am__cd) $(top_srcdir) \
 
602
          && gtags -i $(GTAGS_ARGS) "$$here"
 
603
 
 
604
distclean-tags:
 
605
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
606
 
 
607
distdir: $(DISTFILES)
 
608
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
609
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
610
        list='$(DISTFILES)'; \
 
611
          dist_files=`for file in $$list; do echo $$file; done | \
 
612
          sed -e "s|^$$srcdirstrip/||;t" \
 
613
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
614
        case $$dist_files in \
 
615
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
616
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
617
                           sort -u` ;; \
 
618
        esac; \
 
619
        for file in $$dist_files; do \
 
620
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
621
          if test -d $$d/$$file; then \
 
622
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
623
            if test -d "$(distdir)/$$file"; then \
 
624
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
625
            fi; \
 
626
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
627
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
628
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
629
            fi; \
 
630
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
631
          else \
 
632
            test -f "$(distdir)/$$file" \
 
633
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
634
            || exit 1; \
 
635
          fi; \
 
636
        done
 
637
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
638
          if test "$$subdir" = .; then :; else \
 
639
            test -d "$(distdir)/$$subdir" \
 
640
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
641
            || exit 1; \
 
642
          fi; \
 
643
        done
 
644
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
645
          if test "$$subdir" = .; then :; else \
 
646
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
647
            $(am__relativize); \
 
648
            new_distdir=$$reldir; \
 
649
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
650
            $(am__relativize); \
 
651
            new_top_distdir=$$reldir; \
 
652
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
653
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
654
            ($(am__cd) $$subdir && \
 
655
              $(MAKE) $(AM_MAKEFLAGS) \
 
656
                top_distdir="$$new_top_distdir" \
 
657
                distdir="$$new_distdir" \
 
658
                am__remove_distdir=: \
 
659
                am__skip_length_check=: \
 
660
                am__skip_mode_fix=: \
 
661
                distdir) \
 
662
              || exit 1; \
 
663
          fi; \
 
664
        done
 
665
check-am: all-am
 
666
check: check-recursive
 
667
all-am: Makefile
 
668
installdirs: installdirs-recursive
 
669
installdirs-am:
 
670
install: install-recursive
 
671
install-exec: install-exec-recursive
 
672
install-data: install-data-recursive
 
673
uninstall: uninstall-recursive
 
674
 
 
675
install-am: all-am
 
676
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
677
 
 
678
installcheck: installcheck-recursive
 
679
install-strip:
 
680
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
681
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
682
          `test -z '$(STRIP)' || \
 
683
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
684
mostlyclean-generic:
 
685
 
 
686
clean-generic:
 
687
 
 
688
distclean-generic:
 
689
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
690
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
691
 
 
692
maintainer-clean-generic:
 
693
        @echo "This command is intended for maintainers to use"
 
694
        @echo "it deletes files that may require special tools to rebuild."
 
695
clean: clean-recursive
 
696
 
 
697
clean-am: clean-generic clean-libtool mostlyclean-am
 
698
 
 
699
distclean: distclean-recursive
 
700
        -rm -f Makefile
 
701
distclean-am: clean-am distclean-generic distclean-tags
 
702
 
 
703
dvi: dvi-recursive
 
704
 
 
705
dvi-am:
 
706
 
 
707
html: html-recursive
 
708
 
 
709
html-am:
 
710
 
 
711
info: info-recursive
 
712
 
 
713
info-am:
 
714
 
 
715
install-data-am:
 
716
 
 
717
install-dvi: install-dvi-recursive
 
718
 
 
719
install-dvi-am:
 
720
 
 
721
install-exec-am:
 
722
 
 
723
install-html: install-html-recursive
 
724
 
 
725
install-html-am:
 
726
 
 
727
install-info: install-info-recursive
 
728
 
 
729
install-info-am:
 
730
 
 
731
install-man:
 
732
 
 
733
install-pdf: install-pdf-recursive
 
734
 
 
735
install-pdf-am:
 
736
 
 
737
install-ps: install-ps-recursive
 
738
 
 
739
install-ps-am:
 
740
 
 
741
installcheck-am:
 
742
 
 
743
maintainer-clean: maintainer-clean-recursive
 
744
        -rm -f Makefile
 
745
maintainer-clean-am: distclean-am maintainer-clean-generic
 
746
 
 
747
mostlyclean: mostlyclean-recursive
 
748
 
 
749
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
750
 
 
751
pdf: pdf-recursive
 
752
 
 
753
pdf-am:
 
754
 
 
755
ps: ps-recursive
 
756
 
 
757
ps-am:
 
758
 
 
759
uninstall-am:
 
760
 
 
761
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
762
        install-am install-strip tags-recursive
 
763
 
 
764
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
765
        all all-am check check-am clean clean-generic clean-libtool \
 
766
        ctags ctags-recursive distclean distclean-generic \
 
767
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
768
        html-am info info-am install install-am install-data \
 
769
        install-data-am install-dvi install-dvi-am install-exec \
 
770
        install-exec-am install-html install-html-am install-info \
 
771
        install-info-am install-man install-pdf install-pdf-am \
 
772
        install-ps install-ps-am install-strip installcheck \
 
773
        installcheck-am installdirs installdirs-am maintainer-clean \
 
774
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
775
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
776
        uninstall uninstall-am
 
777
 
 
778
 
 
779
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
780
# Otherwise a system limit (for SysV at least) may be exceeded.
 
781
.NOEXPORT: