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

« back to all changes in this revision

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