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

« back to all changes in this revision

Viewing changes to preprocessor/appli/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
# Relocatable installation
 
41
 
 
42
 
 
43
VPATH = @srcdir@
 
44
pkgdatadir = $(datadir)/@PACKAGE@
 
45
pkgincludedir = $(includedir)/@PACKAGE@
 
46
pkglibdir = $(libdir)/@PACKAGE@
 
47
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
49
install_sh_DATA = $(install_sh) -c -m 644
 
50
install_sh_PROGRAM = $(install_sh) -c
 
51
install_sh_SCRIPT = $(install_sh) -c
 
52
INSTALL_HEADER = $(INSTALL_DATA)
 
53
transform = $(program_transform_name)
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
build_triplet = @build@
 
61
host_triplet = @host@
 
62
target_triplet = @target@
 
63
pkglibexec_PROGRAMS = cs_preprocess$(EXEEXT)
 
64
subdir = preprocessor/appli
 
65
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
66
        $(srcdir)/Makefile.in
 
67
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
68
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
69
        $(top_srcdir)/m4/cs_adf.m4 $(top_srcdir)/m4/cs_blas.m4 \
 
70
        $(top_srcdir)/m4/cs_ccm.m4 $(top_srcdir)/m4/cs_cgns.m4 \
 
71
        $(top_srcdir)/m4/cs_docs.m4 $(top_srcdir)/m4/cs_fortran.m4 \
 
72
        $(top_srcdir)/m4/cs_hdf5.m4 $(top_srcdir)/m4/cs_libxml2.m4 \
 
73
        $(top_srcdir)/m4/cs_med.m4 $(top_srcdir)/m4/cs_metis.m4 \
 
74
        $(top_srcdir)/m4/cs_modules.m4 $(top_srcdir)/m4/cs_mpi.m4 \
 
75
        $(top_srcdir)/m4/cs_omniorb.m4 $(top_srcdir)/m4/cs_ple.m4 \
 
76
        $(top_srcdir)/m4/cs_salome.m4 $(top_srcdir)/m4/cs_scotch.m4 \
 
77
        $(top_srcdir)/m4/cs_syrthes.m4 $(top_srcdir)/m4/cs_zlib.m4 \
 
78
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
79
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
80
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
81
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
82
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
83
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
84
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
85
        $(top_srcdir)/configure.ac
 
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
87
        $(ACLOCAL_M4)
 
88
mkinstalldirs = $(install_sh) -d
 
89
CONFIG_HEADER = $(top_builddir)/cs_config.h
 
90
CONFIG_CLEAN_FILES =
 
91
CONFIG_CLEAN_VPATH_FILES =
 
92
am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
 
93
PROGRAMS = $(pkglibexec_PROGRAMS)
 
94
am_cs_preprocess_OBJECTS = cs_preprocess-ecs_cmd.$(OBJEXT) \
 
95
        cs_preprocess-ecs_main.$(OBJEXT)
 
96
cs_preprocess_OBJECTS = $(am_cs_preprocess_OBJECTS)
 
97
am__DEPENDENCIES_1 =
 
98
cs_preprocess_DEPENDENCIES =  \
 
99
        $(top_builddir)/preprocessor/pre-post/libprepostecs.la \
 
100
        $(top_builddir)/preprocessor/base/libbaseecs.la \
 
101
        $(top_builddir)/preprocessor/util/libutilecs.la \
 
102
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
103
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
104
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
105
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
106
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
107
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
108
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
109
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
110
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
111
am__depfiles_maybe = depfiles
 
112
am__mv = mv -f
 
113
AM_V_lt = $(am__v_lt_$(V))
 
114
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
115
am__v_lt_0 = --silent
 
116
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
117
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
118
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
119
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
120
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
121
        $(AM_CFLAGS) $(CFLAGS)
 
122
AM_V_CC = $(am__v_CC_$(V))
 
123
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
124
am__v_CC_0 = @echo "  CC    " $@;
 
125
AM_V_at = $(am__v_at_$(V))
 
126
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
127
am__v_at_0 = @
 
128
CCLD = $(CC)
 
129
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
130
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
131
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
132
AM_V_CCLD = $(am__v_CCLD_$(V))
 
133
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
134
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
135
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
136
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
137
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
138
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
139
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
140
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
141
AM_V_CXX = $(am__v_CXX_$(V))
 
142
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
 
143
am__v_CXX_0 = @echo "  CXX   " $@;
 
144
CXXLD = $(CXX)
 
145
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
146
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
147
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
148
AM_V_CXXLD = $(am__v_CXXLD_$(V))
 
149
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
 
150
am__v_CXXLD_0 = @echo "  CXXLD " $@;
 
151
AM_V_GEN = $(am__v_GEN_$(V))
 
152
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
153
am__v_GEN_0 = @echo "  GEN   " $@;
 
154
SOURCES = $(cs_preprocess_SOURCES) \
 
155
        $(nodist_EXTRA_cs_preprocess_SOURCES)
 
156
DIST_SOURCES = $(cs_preprocess_SOURCES)
 
157
HEADERS = $(noinst_HEADERS)
 
158
ETAGS = etags
 
159
CTAGS = ctags
 
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
161
ACLOCAL = @ACLOCAL@
 
162
ADFRUNPATH = @ADFRUNPATH@
 
163
ADF_LDFLAGS = @ADF_LDFLAGS@
 
164
ADF_LIBS = @ADF_LIBS@
 
165
AMTAR = @AMTAR@
 
166
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
167
AR = @AR@
 
168
AUTOCONF = @AUTOCONF@
 
169
AUTOHEADER = @AUTOHEADER@
 
170
AUTOMAKE = @AUTOMAKE@
 
171
AWK = @AWK@
 
172
BLASRUNPATH = @BLASRUNPATH@
 
173
BLAS_CPPFLAGS = @BLAS_CPPFLAGS@
 
174
BLAS_LDFLAGS = @BLAS_LDFLAGS@
 
175
BLAS_LIBS = @BLAS_LIBS@
 
176
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
177
CC = @CC@
 
178
CCDEPMODE = @CCDEPMODE@
 
179
CCMRUNPATH = @CCMRUNPATH@
 
180
CCM_CPPFLAGS = @CCM_CPPFLAGS@
 
181
CCM_LDFLAGS = @CCM_LDFLAGS@
 
182
CCM_LIBS = @CCM_LIBS@
 
183
CFLAGS = @CFLAGS@
 
184
CFLAGS_DBG = @CFLAGS_DBG@
 
185
CFLAGS_EXT = @CFLAGS_EXT@
 
186
CFLAGS_HOT = @CFLAGS_HOT@
 
187
CFLAGS_OPT = @CFLAGS_OPT@
 
188
CGNSRUNPATH = @CGNSRUNPATH@
 
189
CGNS_CPPFLAGS = @CGNS_CPPFLAGS@
 
190
CGNS_LDFLAGS = @CGNS_LDFLAGS@
 
191
CGNS_LIBS = @CGNS_LIBS@
 
192
CORBA_CXXFLAGS = @CORBA_CXXFLAGS@
 
193
CORBA_INCLUDES = @CORBA_INCLUDES@
 
194
CORBA_LIBS = @CORBA_LIBS@
 
195
CORBA_ROOT = @CORBA_ROOT@
 
196
CPP = @CPP@
 
197
CPPFLAGS = @CPPFLAGS@
 
198
CXX = @CXX@
 
199
CXXCPP = @CXXCPP@
 
200
CXXDEPMODE = @CXXDEPMODE@
 
201
CXXFLAGS = @CXXFLAGS@
 
202
CXXFLAGS_DBG = @CXXFLAGS_DBG@
 
203
CXXFLAGS_HOT = @CXXFLAGS_HOT@
 
204
CXXFLAGS_OPT = @CXXFLAGS_OPT@
 
205
CYGPATH_W = @CYGPATH_W@
 
206
DEFS = @DEFS@
 
207
DEPDIR = @DEPDIR@
 
208
DSYMUTIL = @DSYMUTIL@
 
209
DUMPBIN = @DUMPBIN@
 
210
ECHO_C = @ECHO_C@
 
211
ECHO_N = @ECHO_N@
 
212
ECHO_T = @ECHO_T@
 
213
EGREP = @EGREP@
 
214
EXEEXT = @EXEEXT@
 
215
F77 = @F77@
 
216
FC = @FC@
 
217
FCFLAGS = @FCFLAGS@
 
218
FCFLAGS_DBG = @FCFLAGS_DBG@
 
219
FCFLAGS_HOT = @FCFLAGS_HOT@
 
220
FCFLAGS_OPT = @FCFLAGS_OPT@
 
221
FCLIBS = @FCLIBS@
 
222
FCMODEXT = @FCMODEXT@
 
223
FCMODINCLUDE = @FCMODINCLUDE@
 
224
FFLAGS = @FFLAGS@
 
225
FGREP = @FGREP@
 
226
FLIBS = @FLIBS@
 
227
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
228
GMSGFMT = @GMSGFMT@
 
229
GMSGFMT_015 = @GMSGFMT_015@
 
230
GREP = @GREP@
 
231
GUI_ROOT_DIR = @GUI_ROOT_DIR@
 
232
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
 
233
HDF5_LDFLAGS = @HDF5_LDFLAGS@
 
234
HDF5_LIBS = @HDF5_LIBS@
 
235
IDL = @IDL@
 
236
IDLCXXFLAGS = @IDLCXXFLAGS@
 
237
IDLPYFLAGS = @IDLPYFLAGS@
 
238
IDL_CLN_CXX = @IDL_CLN_CXX@
 
239
IDL_CLN_H = @IDL_CLN_H@
 
240
IDL_CLN_OBJ = @IDL_CLN_OBJ@
 
241
IDL_SRV_CXX = @IDL_SRV_CXX@
 
242
IDL_SRV_H = @IDL_SRV_H@
 
243
IDL_SRV_OBJ = @IDL_SRV_OBJ@
 
244
INSTALL = @INSTALL@
 
245
INSTALL_DATA = @INSTALL_DATA@
 
246
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
247
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
248
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
249
INTLLIBS = @INTLLIBS@
 
250
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
251
KERNEL_ROOT_DIR = @KERNEL_ROOT_DIR@
 
252
LD = @LD@
 
253
LDFLAGS = @LDFLAGS@
 
254
LDRPATH = @LDRPATH@
 
255
LEX = @LEX@
 
256
LEXLIB = @LEXLIB@
 
257
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
258
LIBICONV = @LIBICONV@
 
259
LIBINTL = @LIBINTL@
 
260
LIBOBJS = @LIBOBJS@
 
261
LIBS = @LIBS@
 
262
LIBTOOL = @LIBTOOL@
 
263
LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
 
264
LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
 
265
LIBXML2_LIBS = @LIBXML2_LIBS@
 
266
LIPO = @LIPO@
 
267
LN_S = @LN_S@
 
268
LRELEASE = @LRELEASE@
 
269
LTLIBICONV = @LTLIBICONV@
 
270
LTLIBINTL = @LTLIBINTL@
 
271
LTLIBOBJS = @LTLIBOBJS@
 
272
MAINT = @MAINT@
 
273
MAKEINFO = @MAKEINFO@
 
274
MED_CPPFLAGS = @MED_CPPFLAGS@
 
275
MED_LDFLAGS = @MED_LDFLAGS@
 
276
MED_LIBS = @MED_LIBS@
 
277
METIS_CPPFLAGS = @METIS_CPPFLAGS@
 
278
METIS_LDFLAGS = @METIS_LDFLAGS@
 
279
METIS_LIBS = @METIS_LIBS@
 
280
MKDIR_P = @MKDIR_P@
 
281
MOC = @MOC@
 
282
MODULECMD = @MODULECMD@
 
283
MPI_CPPFLAGS = @MPI_CPPFLAGS@
 
284
MPI_LDFLAGS = @MPI_LDFLAGS@
 
285
MPI_LIBS = @MPI_LIBS@
 
286
MSGFMT = @MSGFMT@
 
287
MSGFMT_015 = @MSGFMT_015@
 
288
MSGMERGE = @MSGMERGE@
 
289
NM = @NM@
 
290
NMEDIT = @NMEDIT@
 
291
OBJDUMP = @OBJDUMP@
 
292
OBJEXT = @OBJEXT@
 
293
OMNIORB_CXXFLAGS = @OMNIORB_CXXFLAGS@
 
294
OMNIORB_IDL = @OMNIORB_IDL@
 
295
OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@
 
296
OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@
 
297
OMNIORB_IDL_CLN_CXX = @OMNIORB_IDL_CLN_CXX@
 
298
OMNIORB_IDL_CLN_H = @OMNIORB_IDL_CLN_H@
 
299
OMNIORB_IDL_CLN_OBJ = @OMNIORB_IDL_CLN_OBJ@
 
300
OMNIORB_IDL_SRV_CXX = @OMNIORB_IDL_SRV_CXX@
 
301
OMNIORB_IDL_SRV_H = @OMNIORB_IDL_SRV_H@
 
302
OMNIORB_IDL_SRV_OBJ = @OMNIORB_IDL_SRV_OBJ@
 
303
OMNIORB_IDL_TIE_CXX = @OMNIORB_IDL_TIE_CXX@
 
304
OMNIORB_IDL_TIE_H = @OMNIORB_IDL_TIE_H@
 
305
OMNIORB_INCLUDES = @OMNIORB_INCLUDES@
 
306
OMNIORB_LIBS = @OMNIORB_LIBS@
 
307
OMNIORB_ROOT = @OMNIORB_ROOT@
 
308
OTOOL = @OTOOL@
 
309
OTOOL64 = @OTOOL64@
 
310
PACKAGE = @PACKAGE@
 
311
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
312
PACKAGE_NAME = @PACKAGE_NAME@
 
313
PACKAGE_STRING = @PACKAGE_STRING@
 
314
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
315
PACKAGE_URL = @PACKAGE_URL@
 
316
PACKAGE_VERSION = @PACKAGE_VERSION@
 
317
PATH_SEPARATOR = @PATH_SEPARATOR@
 
318
PLE_CPPFLAGS = @PLE_CPPFLAGS@
 
319
PLE_LDFLAGS = @PLE_LDFLAGS@
 
320
PLE_LIBS = @PLE_LIBS@
 
321
POSUB = @POSUB@
 
322
POW_LIB = @POW_LIB@
 
323
PTHREAD_CC = @PTHREAD_CC@
 
324
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
325
PTHREAD_LIBS = @PTHREAD_LIBS@
 
326
PYRCC4 = @PYRCC4@
 
327
PYTHON = @PYTHON@
 
328
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
329
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
330
PYTHON_PREFIX = @PYTHON_PREFIX@
 
331
PYTHON_VERSION = @PYTHON_VERSION@
 
332
PYUIC4 = @PYUIC4@
 
333
RANLIB = @RANLIB@
 
334
ROOT_SALOME = @ROOT_SALOME@
 
335
SALOME_GUI_CPPFLAGS = @SALOME_GUI_CPPFLAGS@
 
336
SALOME_GUI_IDL = @SALOME_GUI_IDL@
 
337
SALOME_GUI_LDFLAGS = @SALOME_GUI_LDFLAGS@
 
338
SALOME_GUI_LIBS = @SALOME_GUI_LIBS@
 
339
SALOME_KERNEL_CPPFLAGS = @SALOME_KERNEL_CPPFLAGS@
 
340
SALOME_KERNEL_IDL = @SALOME_KERNEL_IDL@
 
341
SALOME_KERNEL_LDFLAGS = @SALOME_KERNEL_LDFLAGS@
 
342
SALOME_KERNEL_LIBS = @SALOME_KERNEL_LIBS@
 
343
SALOME_VERSION = @SALOME_VERSION@
 
344
SCOTCH_CPPFLAGS = @SCOTCH_CPPFLAGS@
 
345
SCOTCH_LDFLAGS = @SCOTCH_LDFLAGS@
 
346
SCOTCH_LIBS = @SCOTCH_LIBS@
 
347
SED = @SED@
 
348
SET_MAKE = @SET_MAKE@
 
349
SHELL = @SHELL@
 
350
SPHINX = @SPHINX@
 
351
STRIP = @STRIP@
 
352
SYRTHES_CC = @SYRTHES_CC@
 
353
SYRTHES_CFLAGS = @SYRTHES_CFLAGS@
 
354
SYRTHES_CPPFLAGS = @SYRTHES_CPPFLAGS@
 
355
SYRTHES_FC = @SYRTHES_FC@
 
356
SYRTHES_FCFLAGS = @SYRTHES_FCFLAGS@
 
357
SYRTHES_FCLIBS = @SYRTHES_FCLIBS@
 
358
SYRTHES_LDFLAGS = @SYRTHES_LDFLAGS@
 
359
SYRTHES_LIBS = @SYRTHES_LIBS@
 
360
USE_NLS = @USE_NLS@
 
361
VERSION = @VERSION@
 
362
XGETTEXT = @XGETTEXT@
 
363
XGETTEXT_015 = @XGETTEXT_015@
 
364
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
365
YACC = @YACC@
 
366
YACS_ROOT_DIR = @YACS_ROOT_DIR@
 
367
YFLAGS = @YFLAGS@
 
368
abs_builddir = @abs_builddir@
 
369
abs_srcdir = @abs_srcdir@
 
370
abs_top_builddir = @abs_top_builddir@
 
371
abs_top_srcdir = @abs_top_srcdir@
 
372
ac_ct_CC = @ac_ct_CC@
 
373
ac_ct_CXX = @ac_ct_CXX@
 
374
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
375
ac_ct_F77 = @ac_ct_F77@
 
376
ac_ct_FC = @ac_ct_FC@
 
377
acx_pthread_config = @acx_pthread_config@
 
378
am__include = @am__include@
 
379
am__leading_dot = @am__leading_dot@
 
380
am__quote = @am__quote@
 
381
am__tar = @am__tar@
 
382
am__untar = @am__untar@
 
383
bindir = @bindir@
 
384
build = @build@
 
385
build_alias = @build_alias@
 
386
build_cpu = @build_cpu@
 
387
build_os = @build_os@
 
388
build_vendor = @build_vendor@
 
389
builddir = @builddir@
 
390
cs_env_modules = @cs_env_modules@
 
391
cs_have_adf = @cs_have_adf@
 
392
cs_have_blas = @cs_have_blas@
 
393
cs_have_ccm = @cs_have_ccm@
 
394
cs_have_cgns = @cs_have_cgns@
 
395
cs_have_frontend = @cs_have_frontend@
 
396
cs_have_gui = @cs_have_gui@
 
397
cs_have_hdf5 = @cs_have_hdf5@
 
398
cs_have_libxml2 = @cs_have_libxml2@
 
399
cs_have_long_gnum = @cs_have_long_gnum@
 
400
cs_have_med = @cs_have_med@
 
401
cs_have_metis = @cs_have_metis@
 
402
cs_have_mpi = @cs_have_mpi@
 
403
cs_have_salome_gui = @cs_have_salome_gui@
 
404
cs_have_salome_kernel = @cs_have_salome_kernel@
 
405
cs_have_scotch = @cs_have_scotch@
 
406
cs_have_socket = @cs_have_socket@
 
407
datadir = @datadir@
 
408
datarootdir = @datarootdir@
 
409
debug = @debug@
 
410
docdir = @docdir@
 
411
dvidir = @dvidir@
 
412
enable_shared = @enable_shared@
 
413
exec_prefix = @exec_prefix@
 
414
host = @host@
 
415
host_alias = @host_alias@
 
416
host_cpu = @host_cpu@
 
417
host_os = @host_os@
 
418
host_vendor = @host_vendor@
 
419
htmldir = @htmldir@
 
420
includedir = @includedir@
 
421
infodir = @infodir@
 
422
install_sh = @install_sh@
 
423
libdir = @libdir@
 
424
libexecdir = @libexecdir@
 
425
localedir = @localedir@
 
426
localstatedir = @localstatedir@
 
427
lt_ECHO = @lt_ECHO@
 
428
mandir = @mandir@
 
429
mkdir_p = @mkdir_p@
 
430
mpi_bindir = @mpi_bindir@
 
431
mpi_libdir = @mpi_libdir@
 
432
mpi_type = @mpi_type@
 
433
oldincludedir = @oldincludedir@
 
434
pdfdir = @pdfdir@
 
435
pkgpyexecdir = @pkgpyexecdir@
 
436
pkgpythondir = @pkgpythondir@
 
437
prefix = @prefix@
 
438
program_transform_name = @program_transform_name@
 
439
psdir = @psdir@
 
440
pyexecdir = @pyexecdir@
 
441
pythondir = @pythondir@
 
442
relocatable = @relocatable@
 
443
sbindir = @sbindir@
 
444
sharedstatedir = @sharedstatedir@
 
445
srcdir = @srcdir@
 
446
subdirs = @subdirs@
 
447
syrthes_prefix = @syrthes_prefix@
 
448
sysconfdir = @sysconfdir@
 
449
target = @target@
 
450
target_alias = @target_alias@
 
451
target_cpu = @target_cpu@
 
452
target_os = @target_os@
 
453
target_vendor = @target_vendor@
 
454
top_build_prefix = @top_build_prefix@
 
455
top_builddir = @top_builddir@
 
456
top_srcdir = @top_srcdir@
 
457
@HAVE_RELOCATABLE_TRUE@ORIGINRUNPATH = -R '\$$ORIGIN/../../lib'
 
458
 
 
459
# Main part
 
460
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" \
 
461
-I$(top_srcdir)/preprocessor/base -I$(top_srcdir)/preprocessor/pre-post -I$(top_srcdir)/preprocessor/util
 
462
 
 
463
AM_CFLAGS = $(CFLAGS_DBG) $(CFLAGS_OPT)
 
464
 
 
465
# Global LDFLAGS must be used so as to handle the possibility of a CXX link.
 
466
AM_LDFLAGS = $(ORIGINRUNPATH)
 
467
 
 
468
# Dummy C++ source to cause C++ linking.
 
469
@HAVE_LINK_CXX_TRUE@nodist_EXTRA_cs_preprocess_SOURCES = dummy.cxx
 
470
@HAVE_LINK_CXX_FALSE@cs_preprocess_LINK = $(LINK)
 
471
@HAVE_LINK_CXX_TRUE@cs_preprocess_LINK = $(CXXLINK)
 
472
cs_preprocess_CPPFLAGS = $(AM_CPPFLAGS) \
 
473
$(HDF5_CPPFLAGS) $(MED_CPPFLAGS) $(CGNS_CPPFLAGS)
 
474
 
 
475
cs_preprocess_SOURCES = \
 
476
ecs_cmd.c \
 
477
ecs_main.c
 
478
 
 
479
noinst_HEADERS = \
 
480
ecs_cmd.h
 
481
 
 
482
cs_preprocess_LDADD = \
 
483
$(top_builddir)/preprocessor/pre-post/libprepostecs.la \
 
484
$(top_builddir)/preprocessor/base/libbaseecs.la \
 
485
$(top_builddir)/preprocessor/util/libutilecs.la $(LTLIBINTL) \
 
486
$(HDF5_LDFLAGS) $(HDF5_LIBS) $(ADF_LDFLAGS) $(ADFRUNPATH) $(ADF_LIBS) \
 
487
$(CCM_LDFLAGS) $(CCMRUNPATH) $(CCM_LIBS) $(MED_LDFLAGS) $(MED_LIBS) \
 
488
$(CGNS_LDFLAGS) $(CGNSRUNPATH) $(CGNS_LIBS) \
 
489
-lm
 
490
 
 
491
all: all-am
 
492
 
 
493
.SUFFIXES:
 
494
.SUFFIXES: .c .cxx .lo .o .obj
 
495
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
496
        @for dep in $?; do \
 
497
          case '$(am__configure_deps)' in \
 
498
            *$$dep*) \
 
499
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
500
                && { if test -f $@; then exit 0; else break; fi; }; \
 
501
              exit 1;; \
 
502
          esac; \
 
503
        done; \
 
504
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu preprocessor/appli/Makefile'; \
 
505
        $(am__cd) $(top_srcdir) && \
 
506
          $(AUTOMAKE) --gnu preprocessor/appli/Makefile
 
507
.PRECIOUS: Makefile
 
508
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
509
        @case '$?' in \
 
510
          *config.status*) \
 
511
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
512
          *) \
 
513
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
514
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
515
        esac;
 
516
 
 
517
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
518
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
519
 
 
520
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
521
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
522
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
523
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
524
$(am__aclocal_m4_deps):
 
525
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
 
526
        @$(NORMAL_INSTALL)
 
527
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
 
528
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
529
        for p in $$list; do echo "$$p $$p"; done | \
 
530
        sed 's/$(EXEEXT)$$//' | \
 
531
        while read p p1; do if test -f $$p || test -f $$p1; \
 
532
          then echo "$$p"; echo "$$p"; else :; fi; \
 
533
        done | \
 
534
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
535
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
536
        sed 'N;N;N;s,\n, ,g' | \
 
537
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
538
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
539
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
540
            else { print "f", $$3 "/" $$4, $$1; } } \
 
541
          END { for (d in files) print "f", d, files[d] }' | \
 
542
        while read type dir files; do \
 
543
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
544
            test -z "$$files" || { \
 
545
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
 
546
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
 
547
            } \
 
548
        ; done
 
549
 
 
550
uninstall-pkglibexecPROGRAMS:
 
551
        @$(NORMAL_UNINSTALL)
 
552
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
553
        files=`for p in $$list; do echo "$$p"; done | \
 
554
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
555
              -e 's/$$/$(EXEEXT)/' `; \
 
556
        test -n "$$list" || exit 0; \
 
557
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
 
558
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
 
559
 
 
560
clean-pkglibexecPROGRAMS:
 
561
        @list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
562
        echo " rm -f" $$list; \
 
563
        rm -f $$list || exit $$?; \
 
564
        test -n "$(EXEEXT)" || exit 0; \
 
565
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
566
        echo " rm -f" $$list; \
 
567
        rm -f $$list
 
568
cs_preprocess$(EXEEXT): $(cs_preprocess_OBJECTS) $(cs_preprocess_DEPENDENCIES) 
 
569
        @rm -f cs_preprocess$(EXEEXT)
 
570
        $(AM_V_GEN)$(cs_preprocess_LINK) $(cs_preprocess_OBJECTS) $(cs_preprocess_LDADD) $(LIBS)
 
571
 
 
572
mostlyclean-compile:
 
573
        -rm -f *.$(OBJEXT)
 
574
 
 
575
distclean-compile:
 
576
        -rm -f *.tab.c
 
577
 
 
578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cs_preprocess-dummy.Po@am__quote@
 
579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cs_preprocess-ecs_cmd.Po@am__quote@
 
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cs_preprocess-ecs_main.Po@am__quote@
 
581
 
 
582
.c.o:
 
583
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
584
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
585
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
588
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
589
 
 
590
.c.obj:
 
591
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
592
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
593
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
596
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
597
 
 
598
.c.lo:
 
599
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
600
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
601
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
604
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
605
 
 
606
cs_preprocess-ecs_cmd.o: ecs_cmd.c
 
607
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cs_preprocess-ecs_cmd.o -MD -MP -MF $(DEPDIR)/cs_preprocess-ecs_cmd.Tpo -c -o cs_preprocess-ecs_cmd.o `test -f 'ecs_cmd.c' || echo '$(srcdir)/'`ecs_cmd.c
 
608
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cs_preprocess-ecs_cmd.Tpo $(DEPDIR)/cs_preprocess-ecs_cmd.Po
 
609
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ecs_cmd.c' object='cs_preprocess-ecs_cmd.o' libtool=no @AMDEPBACKSLASH@
 
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
612
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cs_preprocess-ecs_cmd.o `test -f 'ecs_cmd.c' || echo '$(srcdir)/'`ecs_cmd.c
 
613
 
 
614
cs_preprocess-ecs_cmd.obj: ecs_cmd.c
 
615
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cs_preprocess-ecs_cmd.obj -MD -MP -MF $(DEPDIR)/cs_preprocess-ecs_cmd.Tpo -c -o cs_preprocess-ecs_cmd.obj `if test -f 'ecs_cmd.c'; then $(CYGPATH_W) 'ecs_cmd.c'; else $(CYGPATH_W) '$(srcdir)/ecs_cmd.c'; fi`
 
616
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cs_preprocess-ecs_cmd.Tpo $(DEPDIR)/cs_preprocess-ecs_cmd.Po
 
617
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ecs_cmd.c' object='cs_preprocess-ecs_cmd.obj' libtool=no @AMDEPBACKSLASH@
 
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
620
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cs_preprocess-ecs_cmd.obj `if test -f 'ecs_cmd.c'; then $(CYGPATH_W) 'ecs_cmd.c'; else $(CYGPATH_W) '$(srcdir)/ecs_cmd.c'; fi`
 
621
 
 
622
cs_preprocess-ecs_main.o: ecs_main.c
 
623
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cs_preprocess-ecs_main.o -MD -MP -MF $(DEPDIR)/cs_preprocess-ecs_main.Tpo -c -o cs_preprocess-ecs_main.o `test -f 'ecs_main.c' || echo '$(srcdir)/'`ecs_main.c
 
624
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cs_preprocess-ecs_main.Tpo $(DEPDIR)/cs_preprocess-ecs_main.Po
 
625
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
626
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ecs_main.c' object='cs_preprocess-ecs_main.o' libtool=no @AMDEPBACKSLASH@
 
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
628
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cs_preprocess-ecs_main.o `test -f 'ecs_main.c' || echo '$(srcdir)/'`ecs_main.c
 
629
 
 
630
cs_preprocess-ecs_main.obj: ecs_main.c
 
631
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cs_preprocess-ecs_main.obj -MD -MP -MF $(DEPDIR)/cs_preprocess-ecs_main.Tpo -c -o cs_preprocess-ecs_main.obj `if test -f 'ecs_main.c'; then $(CYGPATH_W) 'ecs_main.c'; else $(CYGPATH_W) '$(srcdir)/ecs_main.c'; fi`
 
632
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cs_preprocess-ecs_main.Tpo $(DEPDIR)/cs_preprocess-ecs_main.Po
 
633
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ecs_main.c' object='cs_preprocess-ecs_main.obj' libtool=no @AMDEPBACKSLASH@
 
635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
636
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cs_preprocess-ecs_main.obj `if test -f 'ecs_main.c'; then $(CYGPATH_W) 'ecs_main.c'; else $(CYGPATH_W) '$(srcdir)/ecs_main.c'; fi`
 
637
 
 
638
.cxx.o:
 
639
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
640
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
641
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
642
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
643
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
644
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
645
 
 
646
.cxx.obj:
 
647
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
648
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
649
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
650
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
651
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
652
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
653
 
 
654
.cxx.lo:
 
655
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
656
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
657
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
658
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
659
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
660
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
661
 
 
662
cs_preprocess-dummy.o: dummy.cxx
 
663
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cs_preprocess-dummy.o -MD -MP -MF $(DEPDIR)/cs_preprocess-dummy.Tpo -c -o cs_preprocess-dummy.o `test -f 'dummy.cxx' || echo '$(srcdir)/'`dummy.cxx
 
664
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/cs_preprocess-dummy.Tpo $(DEPDIR)/cs_preprocess-dummy.Po
 
665
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
666
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='dummy.cxx' object='cs_preprocess-dummy.o' libtool=no @AMDEPBACKSLASH@
 
667
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
668
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cs_preprocess-dummy.o `test -f 'dummy.cxx' || echo '$(srcdir)/'`dummy.cxx
 
669
 
 
670
cs_preprocess-dummy.obj: dummy.cxx
 
671
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cs_preprocess-dummy.obj -MD -MP -MF $(DEPDIR)/cs_preprocess-dummy.Tpo -c -o cs_preprocess-dummy.obj `if test -f 'dummy.cxx'; then $(CYGPATH_W) 'dummy.cxx'; else $(CYGPATH_W) '$(srcdir)/dummy.cxx'; fi`
 
672
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/cs_preprocess-dummy.Tpo $(DEPDIR)/cs_preprocess-dummy.Po
 
673
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
674
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='dummy.cxx' object='cs_preprocess-dummy.obj' libtool=no @AMDEPBACKSLASH@
 
675
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
676
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cs_preprocess_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cs_preprocess-dummy.obj `if test -f 'dummy.cxx'; then $(CYGPATH_W) 'dummy.cxx'; else $(CYGPATH_W) '$(srcdir)/dummy.cxx'; fi`
 
677
 
 
678
mostlyclean-libtool:
 
679
        -rm -f *.lo
 
680
 
 
681
clean-libtool:
 
682
        -rm -rf .libs _libs
 
683
 
 
684
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
685
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
686
        unique=`for i in $$list; do \
 
687
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
688
          done | \
 
689
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
690
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
691
        mkid -fID $$unique
 
692
tags: TAGS
 
693
 
 
694
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
695
                $(TAGS_FILES) $(LISP)
 
696
        set x; \
 
697
        here=`pwd`; \
 
698
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
699
        unique=`for i in $$list; do \
 
700
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
701
          done | \
 
702
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
703
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
704
        shift; \
 
705
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
706
          test -n "$$unique" || unique=$$empty_fix; \
 
707
          if test $$# -gt 0; then \
 
708
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
709
              "$$@" $$unique; \
 
710
          else \
 
711
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
712
              $$unique; \
 
713
          fi; \
 
714
        fi
 
715
ctags: CTAGS
 
716
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
717
                $(TAGS_FILES) $(LISP)
 
718
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
719
        unique=`for i in $$list; do \
 
720
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
721
          done | \
 
722
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
723
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
724
        test -z "$(CTAGS_ARGS)$$unique" \
 
725
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
726
             $$unique
 
727
 
 
728
GTAGS:
 
729
        here=`$(am__cd) $(top_builddir) && pwd` \
 
730
          && $(am__cd) $(top_srcdir) \
 
731
          && gtags -i $(GTAGS_ARGS) "$$here"
 
732
 
 
733
distclean-tags:
 
734
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
735
 
 
736
distdir: $(DISTFILES)
 
737
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
738
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
739
        list='$(DISTFILES)'; \
 
740
          dist_files=`for file in $$list; do echo $$file; done | \
 
741
          sed -e "s|^$$srcdirstrip/||;t" \
 
742
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
743
        case $$dist_files in \
 
744
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
745
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
746
                           sort -u` ;; \
 
747
        esac; \
 
748
        for file in $$dist_files; do \
 
749
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
750
          if test -d $$d/$$file; then \
 
751
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
752
            if test -d "$(distdir)/$$file"; then \
 
753
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
754
            fi; \
 
755
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
756
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
757
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
758
            fi; \
 
759
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
760
          else \
 
761
            test -f "$(distdir)/$$file" \
 
762
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
763
            || exit 1; \
 
764
          fi; \
 
765
        done
 
766
check-am: all-am
 
767
check: check-am
 
768
all-am: Makefile $(PROGRAMS) $(HEADERS)
 
769
installdirs:
 
770
        for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
 
771
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
772
        done
 
773
install: install-am
 
774
install-exec: install-exec-am
 
775
install-data: install-data-am
 
776
uninstall: uninstall-am
 
777
 
 
778
install-am: all-am
 
779
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
780
 
 
781
installcheck: installcheck-am
 
782
install-strip:
 
783
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
784
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
785
          `test -z '$(STRIP)' || \
 
786
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
787
mostlyclean-generic:
 
788
 
 
789
clean-generic:
 
790
 
 
791
distclean-generic:
 
792
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
793
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
794
 
 
795
maintainer-clean-generic:
 
796
        @echo "This command is intended for maintainers to use"
 
797
        @echo "it deletes files that may require special tools to rebuild."
 
798
clean: clean-am
 
799
 
 
800
clean-am: clean-generic clean-libtool clean-pkglibexecPROGRAMS \
 
801
        mostlyclean-am
 
802
 
 
803
distclean: distclean-am
 
804
        -rm -rf ./$(DEPDIR)
 
805
        -rm -f Makefile
 
806
distclean-am: clean-am distclean-compile distclean-generic \
 
807
        distclean-tags
 
808
 
 
809
dvi: dvi-am
 
810
 
 
811
dvi-am:
 
812
 
 
813
html: html-am
 
814
 
 
815
html-am:
 
816
 
 
817
info: info-am
 
818
 
 
819
info-am:
 
820
 
 
821
install-data-am:
 
822
 
 
823
install-dvi: install-dvi-am
 
824
 
 
825
install-dvi-am:
 
826
 
 
827
install-exec-am: install-pkglibexecPROGRAMS
 
828
 
 
829
install-html: install-html-am
 
830
 
 
831
install-html-am:
 
832
 
 
833
install-info: install-info-am
 
834
 
 
835
install-info-am:
 
836
 
 
837
install-man:
 
838
 
 
839
install-pdf: install-pdf-am
 
840
 
 
841
install-pdf-am:
 
842
 
 
843
install-ps: install-ps-am
 
844
 
 
845
install-ps-am:
 
846
 
 
847
installcheck-am:
 
848
 
 
849
maintainer-clean: maintainer-clean-am
 
850
        -rm -rf ./$(DEPDIR)
 
851
        -rm -f Makefile
 
852
maintainer-clean-am: distclean-am maintainer-clean-generic
 
853
 
 
854
mostlyclean: mostlyclean-am
 
855
 
 
856
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
857
        mostlyclean-libtool
 
858
 
 
859
pdf: pdf-am
 
860
 
 
861
pdf-am:
 
862
 
 
863
ps: ps-am
 
864
 
 
865
ps-am:
 
866
 
 
867
uninstall-am: uninstall-pkglibexecPROGRAMS
 
868
 
 
869
.MAKE: install-am install-strip
 
870
 
 
871
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
872
        clean-libtool clean-pkglibexecPROGRAMS ctags distclean \
 
873
        distclean-compile distclean-generic distclean-libtool \
 
874
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
875
        install install-am install-data install-data-am install-dvi \
 
876
        install-dvi-am install-exec install-exec-am install-html \
 
877
        install-html-am install-info install-info-am install-man \
 
878
        install-pdf install-pdf-am install-pkglibexecPROGRAMS \
 
879
        install-ps install-ps-am install-strip installcheck \
 
880
        installcheck-am installdirs maintainer-clean \
 
881
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
882
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
883
        tags uninstall uninstall-am uninstall-pkglibexecPROGRAMS
 
884
 
 
885
 
 
886
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
887
# Otherwise a system limit (for SysV at least) may be exceeded.
 
888
.NOEXPORT: