~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/Sundance/tests-solvers/OperatorTests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
#@HEADER
18
 
# ************************************************************************
19
 
20
 
#           TSFExtended: Trilinos Solver Framework Extended
21
 
#                 Copyright (2004) Sandia Corporation
22
 
23
 
# Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
24
 
# license for use of this work by or on behalf of the U.S. Government.
25
 
26
 
# This library is free software; you can redistribute it and/or modify
27
 
# it under the terms of the GNU Lesser General Public License as
28
 
# published by the Free Software Foundation; either version 2.1 of the
29
 
# License, or (at your option) any later version.
30
 
#  
31
 
# This library is distributed in the hope that it will be useful, but
32
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
33
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
34
 
# Lesser General Public License for more details.
35
 
#  
36
 
# You should have received a copy of the GNU Lesser General Public
37
 
# License along with this library; if not, write to the Free Software
38
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
39
 
# USA
40
 
# Questions? Contact Michael A. Heroux (maherou@sandia.gov) 
41
 
42
 
# ************************************************************************
43
 
#@HEADER
44
 
 
45
 
#@HEADER
46
 
# ************************************************************************
47
 
48
 
#                               Sundance
49
 
#                 Copyright (2002) Sandia Corporation
50
 
51
 
#
52
 
# Copyright (2001) Sandia Corportation. Under the terms of Contract 
53
 
# DE-AC04-94AL85000, there is a non-exclusive license for use of this 
54
 
# work by or on behalf of the U.S. Government.  Export of this program
55
 
# may require a license from the United States Government.
56
 
57
 
# NOTICE:  The United States Government is granted for itself and others
58
 
# acting on its behalf a paid-up, nonexclusive, irrevocable worldwide
59
 
# license in ths data to reproduce, prepare derivative works, and
60
 
# perform publicly and display publicly.  Beginning five (5) years from
61
 
# July 25, 2001, the United States Government is granted for itself and
62
 
# others acting on its behalf a paid-up, nonexclusive, irrevocable
63
 
# worldwide license in this data to reproduce, prepare derivative works,
64
 
# distribute copies to the public, perform publicly and display
65
 
# publicly, and to permit others to do so.
66
 
67
 
# NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT
68
 
# OF ENERGY, NOR SANDIA CORPORATION, NOR ANY OF THEIR EMPLOYEES, MAKES
69
 
# ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR
70
 
# RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY
71
 
# INFORMATION, APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS
72
 
# THAT ITS USE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS.
73
 
74
 
# ************************************************************************
75
 
#@HEADER
76
 
 
77
 
# ------------------------------------------------------------------------
78
 
#
79
 
# Makefile.common is intended to be included by the subdirectory makefiles.
80
 
# In this file, we define standard macros for include paths, library paths,
81
 
# and library names used by Sundance. 
82
 
#
83
 
# This file is NOT modifed by automake or autoconf. 
84
 
#
85
 
# ------------------------------------------------------------------------
86
 
 
87
 
VPATH = @srcdir@
88
 
pkgdatadir = $(datadir)/@PACKAGE@
89
 
pkglibdir = $(libdir)/@PACKAGE@
90
 
pkgincludedir = $(includedir)/@PACKAGE@
91
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92
 
install_sh_DATA = $(install_sh) -c -m 644
93
 
install_sh_PROGRAM = $(install_sh) -c
94
 
install_sh_SCRIPT = $(install_sh) -c
95
 
INSTALL_HEADER = $(INSTALL_DATA)
96
 
transform = $(program_transform_name)
97
 
NORMAL_INSTALL = :
98
 
PRE_INSTALL = :
99
 
POST_INSTALL = :
100
 
NORMAL_UNINSTALL = :
101
 
PRE_UNINSTALL = :
102
 
POST_UNINSTALL = :
103
 
build_triplet = @build@
104
 
host_triplet = @host@
105
 
target_triplet = @target@
106
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
107
 
        $(top_srcdir)/Makefile.common
108
 
noinst_PROGRAMS = $(am__EXEEXT_3)
109
 
subdir = tests-solvers/OperatorTests
110
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac_pkg_swig.m4 \
112
 
        $(top_srcdir)/config/az_python.m4 \
113
 
        $(top_srcdir)/config/tac_arg_config_chaco.m4 \
114
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
115
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
116
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
117
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
118
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
119
 
        $(top_srcdir)/config/tac_arg_with_libs.m4 \
120
 
        $(top_srcdir)/config/tac_enable_python.m4 \
121
 
        $(top_srcdir)/configure.ac
122
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123
 
        $(ACLOCAL_M4)
124
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
125
 
CONFIG_HEADER = $(top_builddir)/src-solvers/TSF_config.h \
126
 
        $(top_builddir)/src-utils/SundanceConfig.h
127
 
CONFIG_CLEAN_FILES =
128
 
am__EXEEXT_1 = CompoundOpTest$(EXEEXT) BlockOpTest$(EXEEXT) \
129
 
        LinearCombinationTest$(EXEEXT) LTITest$(EXEEXT) \
130
 
        MultiVectorOpTest$(EXEEXT)
131
 
am__EXEEXT_2 =
132
 
am__EXEEXT_3 = $(am__EXEEXT_1) $(am__EXEEXT_2)
133
 
PROGRAMS = $(noinst_PROGRAMS)
134
 
am_BlockOpTest_OBJECTS = BlockOpTest-BlockOpTest.$(OBJEXT)
135
 
BlockOpTest_OBJECTS = $(am_BlockOpTest_OBJECTS)
136
 
am__DEPENDENCIES_1 =
137
 
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
138
 
BlockOpTest_LINK = $(CXXLD) $(BlockOpTest_CXXFLAGS) $(CXXFLAGS) \
139
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
140
 
am_CompoundOpTest_OBJECTS = CompoundOpTest-CompoundOpTest.$(OBJEXT)
141
 
CompoundOpTest_OBJECTS = $(am_CompoundOpTest_OBJECTS)
142
 
CompoundOpTest_LINK = $(CXXLD) $(CompoundOpTest_CXXFLAGS) $(CXXFLAGS) \
143
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
144
 
am_LTITest_OBJECTS = LTITest-LTITest.$(OBJEXT)
145
 
LTITest_OBJECTS = $(am_LTITest_OBJECTS)
146
 
LTITest_LINK = $(CXXLD) $(LTITest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
147
 
        $(LDFLAGS) -o $@
148
 
am_LinearCombinationTest_OBJECTS =  \
149
 
        LinearCombinationTest-LinearCombinationTest.$(OBJEXT)
150
 
LinearCombinationTest_OBJECTS = $(am_LinearCombinationTest_OBJECTS)
151
 
LinearCombinationTest_LINK = $(CXXLD) \
152
 
        $(LinearCombinationTest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
153
 
        $(LDFLAGS) -o $@
154
 
am_MultiVectorOpTest_OBJECTS =  \
155
 
        MultiVectorOpTest-MultiVectorOpTest.$(OBJEXT)
156
 
MultiVectorOpTest_OBJECTS = $(am_MultiVectorOpTest_OBJECTS)
157
 
MultiVectorOpTest_LINK = $(CXXLD) $(MultiVectorOpTest_CXXFLAGS) \
158
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
159
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src-solvers -I$(top_builddir)/src-utils@am__isrc@
160
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
161
 
am__depfiles_maybe = depfiles
162
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
163
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
164
 
CXXLD = $(CXX)
165
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
166
 
        -o $@
167
 
SOURCES = $(BlockOpTest_SOURCES) $(CompoundOpTest_SOURCES) \
168
 
        $(LTITest_SOURCES) $(LinearCombinationTest_SOURCES) \
169
 
        $(MultiVectorOpTest_SOURCES)
170
 
DIST_SOURCES = $(BlockOpTest_SOURCES) $(CompoundOpTest_SOURCES) \
171
 
        $(LTITest_SOURCES) $(LinearCombinationTest_SOURCES) \
172
 
        $(MultiVectorOpTest_SOURCES)
173
 
ETAGS = etags
174
 
CTAGS = ctags
175
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176
 
ACLOCAL = @ACLOCAL@
177
 
ALTERNATE_AR = @ALTERNATE_AR@
178
 
AMTAR = @AMTAR@
179
 
AUTOCONF = @AUTOCONF@
180
 
AUTOHEADER = @AUTOHEADER@
181
 
AUTOMAKE = @AUTOMAKE@
182
 
AWK = @AWK@
183
 
CC = @CC@
184
 
CCDEPMODE = @CCDEPMODE@
185
 
CFLAGS = @CFLAGS@
186
 
CHACO_LIB = @CHACO_LIB@
187
 
CPPFLAGS = @CPPFLAGS@
188
 
CXX = @CXX@
189
 
CXXCPP = @CXXCPP@
190
 
CXXDEPMODE = @CXXDEPMODE@
191
 
CXXFLAGS = @CXXFLAGS@
192
 
CYGPATH_W = @CYGPATH_W@
193
 
DEFS = @DEFS@
194
 
DEPDIR = @DEPDIR@
195
 
ECHO_C = @ECHO_C@
196
 
ECHO_N = @ECHO_N@
197
 
ECHO_T = @ECHO_T@
198
 
EGREP = @EGREP@
199
 
EXEEXT = .exe
200
 
EXODUS_STR = @EXODUS_STR@
201
 
F77 = @F77@
202
 
FFLAGS = @FFLAGS@
203
 
FIAT_BUILD_DIR = @FIAT_BUILD_DIR@
204
 
FIAT_STR = @FIAT_STR@
205
 
GNU_HAVE_SWIG = @GNU_HAVE_SWIG@
206
 
GREP = @GREP@
207
 
INSTALL = @INSTALL@
208
 
INSTALL_DATA = @INSTALL_DATA@
209
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
210
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
211
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212
 
LDFLAGS = @LDFLAGS@
213
 
LIBOBJS = @LIBOBJS@
214
 
LIBS = @LIBS@
215
 
LTLIBOBJS = @LTLIBOBJS@
216
 
MAINT = @MAINT@
217
 
MAKEINFO = @MAKEINFO@
218
 
MKDIR_P = @MKDIR_P@
219
 
MOOCHO_STR = @MOOCHO_STR@
220
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
221
 
MPI_CXX = @MPI_CXX@
222
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
223
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
224
 
OBJEXT = @OBJEXT@
225
 
PACKAGE = @PACKAGE@
226
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227
 
PACKAGE_NAME = @PACKAGE_NAME@
228
 
PACKAGE_STRING = @PACKAGE_STRING@
229
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
230
 
PACKAGE_VERSION = @PACKAGE_VERSION@
231
 
PATH_SEPARATOR = @PATH_SEPARATOR@
232
 
PYTHON = @PYTHON@
233
 
PYTHON_CSPEC = @PYTHON_CSPEC@
234
 
PYTHON_EXECPREFIX = @PYTHON_EXECPREFIX@
235
 
PYTHON_LSPEC = @PYTHON_LSPEC@
236
 
PYTHON_PREFIX = @PYTHON_PREFIX@
237
 
RANLIB = @RANLIB@
238
 
SET_MAKE = @SET_MAKE@
239
 
SHELL = @SHELL@
240
 
STRIP = @STRIP@
241
 
SUNDANCE_BUILD_DIRECTORY = @SUNDANCE_BUILD_DIRECTORY@
242
 
SUNDIALS_BUILD_DIR = @SUNDIALS_BUILD_DIR@
243
 
SUNDIALS_STR = @SUNDIALS_STR@
244
 
SWIG = @SWIG@
245
 
SWIG_LIB = @SWIG_LIB@
246
 
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
247
 
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
248
 
TRILINOS_DATA_DIR = @TRILINOS_DATA_DIR@
249
 
TRILINOS_DIR = @TRILINOS_DIR@
250
 
TRILINOS_SRC_DIR = @TRILINOS_SRC_DIR@
251
 
VERSION = @VERSION@
252
 
WITH_SWIG = @WITH_SWIG@
253
 
abs_builddir = @abs_builddir@
254
 
abs_srcdir = @abs_srcdir@
255
 
abs_top_builddir = @abs_top_builddir@
256
 
abs_top_srcdir = @abs_top_srcdir@
257
 
ac_aux_dir = @ac_aux_dir@
258
 
ac_ct_CC = @ac_ct_CC@
259
 
ac_ct_CXX = @ac_ct_CXX@
260
 
ac_ct_F77 = @ac_ct_F77@
261
 
am__include = @am__include@
262
 
am__leading_dot = @am__leading_dot@
263
 
am__quote = @am__quote@
264
 
am__tar = @am__tar@
265
 
am__untar = @am__untar@
266
 
bindir = @bindir@
267
 
build = @build@
268
 
build_alias = @build_alias@
269
 
build_cpu = @build_cpu@
270
 
build_os = @build_os@
271
 
build_vendor = @build_vendor@
272
 
builddir = @builddir@
273
 
datadir = @datadir@
274
 
datarootdir = @datarootdir@
275
 
docdir = @docdir@
276
 
dvidir = @dvidir@
277
 
exec_prefix = @exec_prefix@
278
 
host = @host@
279
 
host_alias = @host_alias@
280
 
host_cpu = @host_cpu@
281
 
host_os = @host_os@
282
 
host_vendor = @host_vendor@
283
 
htmldir = @htmldir@
284
 
includedir = @includedir@
285
 
infodir = @infodir@
286
 
install_sh = @install_sh@
287
 
libdir = @libdir@
288
 
libexecdir = @libexecdir@
289
 
localedir = @localedir@
290
 
localstatedir = @localstatedir@
291
 
mandir = @mandir@
292
 
mkdir_p = @mkdir_p@
293
 
oldincludedir = @oldincludedir@
294
 
pdfdir = @pdfdir@
295
 
prefix = @prefix@
296
 
program_transform_name = @program_transform_name@
297
 
psdir = @psdir@
298
 
sbindir = @sbindir@
299
 
sharedstatedir = @sharedstatedir@
300
 
srcdir = @srcdir@
301
 
sysconfdir = @sysconfdir@
302
 
target = @target@
303
 
target_alias = @target_alias@
304
 
target_cpu = @target_cpu@
305
 
target_os = @target_os@
306
 
target_vendor = @target_vendor@
307
 
top_builddir = @top_builddir@
308
 
top_srcdir = @top_srcdir@
309
 
SUNDANCE_DIR = $(top_srcdir)
310
 
 
311
 
# ------------------------------------------------------------------------
312
 
#
313
 
# Specify libraries and library search paths. 
314
 
315
 
# - SUNDANCE_LIBS and TRILINOS_LIBS are defined below. 
316
 
# - LAPACK_LIBS, BLAS_LIBS, and FLIBS are defined automatically by autoconf. 
317
 
#
318
 
# ------------------------------------------------------------------------
319
 
SOLVERS_LIB_PATH = \
320
 
-L$(top_builddir)/src-solvers
321
 
 
322
 
SOLVERS_INCLUDE_PATH = \
323
 
-I$(top_builddir)/src-solvers \
324
 
-I$(top_srcdir)/src-solvers/Vectors \
325
 
-I$(top_srcdir)/src-solvers/Utils \
326
 
-I$(top_srcdir)/src-solvers/Concrete \
327
 
-I$(top_srcdir)/src-solvers/Operators \
328
 
-I$(top_srcdir)/src-solvers/LinearSolvers \
329
 
-I$(top_srcdir)/src-solvers/NonlinearSolvers \
330
 
-I$(top_srcdir)/src-solvers/Preconditioners \
331
 
-I$(top_srcdir)/src-solvers/Adapters \
332
 
-I$(top_srcdir)/src-solvers/Testing \
333
 
-I$(top_builddir)/src-solvers/Vectors \
334
 
-I$(top_builddir)/src-solvers/Utils \
335
 
-I$(top_builddir)/src-solvers/Concrete \
336
 
-I$(top_builddir)/src-solvers/Operators \
337
 
-I$(top_builddir)/src-solvers/LinearSolvers \
338
 
-I$(top_builddir)/src-solvers/NonlinearSolvers \
339
 
-I$(top_builddir)/src-solvers/Preconditioners \
340
 
-I$(top_builddir)/src-solvers/Testing \
341
 
-I$(top_builddir)/src-solvers/Adapters
342
 
 
343
 
SOLVERS_LIBS = $(SOLVERS_LIB_PATH) -lTSFExtended $(TRILINOS_LIBS) $(SUNDIALS_LIBS)
344
 
SOLVERS_INCLUDES = $(SOLVERS_INCLUDE_PATH) $(TRILINOS_INCLUDES) $(SUNDIALS_INCLUDES)
345
 
UTIL_LIB_PATH = -L$(top_builddir)/src-utils $(SOLVERS_LIB_PATH) 
346
 
UTIL_LIBS = $(UTIL_LIB_PATH) -lsundanceUtils $(SOLVERS_LIBS)
347
 
UTIL_INCLUDES = \
348
 
-I$(top_builddir)/src-utils \
349
 
-I$(top_srcdir)/src-utils/Utilities \
350
 
-I$(top_builddir)/src-utils/Utilities \
351
 
$(SOLVERS_INCLUDES)
352
 
 
353
 
INTEROP_LIB_PATH = -L$(top_builddir)/src-interop $(UTIL_LIB_PATH) 
354
 
INTEROP_LIBS = $(INTEROP_LIB_PATH) -lsundanceInterop $(UTIL_LIBS) $(SOLVERS_LIBS)
355
 
INTEROP_INCLUDES = \
356
 
-I$(top_builddir)/src-interop \
357
 
-I$(top_srcdir)/src-interop/Stubs \
358
 
-I$(top_builddir)/src-interop/Stubs \
359
 
$(UTIL_INCLUDES) $(SOLVERS_INCLUDES)
360
 
 
361
 
CORE_LIBS = $(CORE_LIB_PATH) -lsundanceCore $(INTEROP_LIBS)
362
 
CORE_LIB_PATH = \
363
 
-L$(top_builddir)/src-core 
364
 
 
365
 
CORE_INCLUDE_PATH = \
366
 
-I$(top_builddir)/src-core \
367
 
-I$(top_srcdir)/src-core/UserExprs \
368
 
-I$(top_srcdir)/src-core/InternalExprs \
369
 
-I$(top_srcdir)/src-core/Evaluation \
370
 
-I$(top_srcdir)/src-core/FrameworkInterface \
371
 
-I$(top_srcdir)/src-core/Spectral \
372
 
-I$(top_srcdir)/src-core/SymbolicTransformations \
373
 
-I$(top_srcdir)/src-core/TestingUtilities \
374
 
-I$(top_builddir)/src-core/UserExprs \
375
 
-I$(top_builddir)/src-core/InternalExprs \
376
 
-I$(top_builddir)/src-core/Evaluation \
377
 
-I$(top_builddir)/src-core/FrameworkInterface \
378
 
-I$(top_builddir)/src-core/TestingUtilities \
379
 
-I$(top_builddir)/src-core/Spectral \
380
 
-I$(top_builddir)/src-core/SymbolicTransformations 
381
 
 
382
 
CORE_INCLUDES = $(CORE_INCLUDE_PATH) $(INTEROP_INCLUDES) 
383
 
STD_MESH_LIB_PATH = \
384
 
-L$(top_builddir)/src-std-mesh
385
 
 
386
 
STD_MESH_LIBS = $(STD_MESH_LIB_PATH) -lsundanceStdMesh $(EXODUS_LIBS) $(INTEROP_LIBS) 
387
 
STD_MESH_INCLUDE_PATH = \
388
 
-I$(top_builddir)/src-std-mesh \
389
 
-I$(top_srcdir)/src-std-mesh/CellFilter \
390
 
-I$(top_srcdir)/src-std-mesh/Concrete \
391
 
-I$(top_srcdir)/src-std-mesh/Interface \
392
 
-I$(top_srcdir)/src-std-mesh/Sources \
393
 
-I$(top_srcdir)/src-std-mesh/Transformations \
394
 
-I$(top_srcdir)/src-std-mesh/Writers \
395
 
-I$(top_builddir)/src-std-mesh/CellFilter \
396
 
-I$(top_builddir)/src-std-mesh/Concrete \
397
 
-I$(top_builddir)/src-std-mesh/Interface \
398
 
-I$(top_builddir)/src-std-mesh/Sources \
399
 
-I$(top_builddir)/src-std-mesh/Transformations \
400
 
-I$(top_builddir)/src-std-mesh/Writers 
401
 
 
402
 
STD_MESH_INCLUDES = $(STD_MESH_INCLUDE_PATH) $(INTEROP_INCLUDES)
403
 
STD_FWK_LIB_PATH = \
404
 
-L$(top_builddir)/src-std-framework 
405
 
 
406
 
STD_FWK_INCLUDE_PATH = \
407
 
-I$(top_builddir)/src-std-framework \
408
 
-I$(top_srcdir)/src-std-framework/Elements \
409
 
-I$(top_srcdir)/src-std-framework/DOFMapping \
410
 
-I$(top_srcdir)/src-std-framework/Assembly \
411
 
-I$(top_srcdir)/src-std-framework/Problem \
412
 
-I$(top_builddir)/src-std-framework/Elements \
413
 
-I$(top_builddir)/src-std-framework/DOFMapping \
414
 
-I$(top_builddir)/src-std-framework/Assembly \
415
 
-I$(top_builddir)/src-std-framework/Problem
416
 
 
417
 
STD_FWK_INCLUDES = $(STD_FWK_INCLUDE_PATH) $(STD_MESH_INCLUDE_PATH) \
418
 
$(CORE_INCLUDE_PATH) $(INTEROP_INCLUDES) $(FIAT_INCLUDE) $(FIAT_BLITZ_INCLUDE)
419
 
 
420
 
STD_FWK_LIBS = $(STD_FWK_LIB_PATH) $(STD_MESH_LIB_PATH) $(CORE_LIB_PATH) \
421
 
-lsundanceStdFwk -lsundanceStdMesh $(EXODUS_LIBS) -lsundanceCore $(FIAT_LIBS) $(FIAT_BLITZ_LIBS) $(INTEROP_LIBS) 
422
 
 
423
 
XML_LIB_PATH = \
424
 
-L$(top_builddir)/src-xml 
425
 
 
426
 
XML_INCLUDE_PATH = \
427
 
-I$(top_srcdir)/src-xml \
428
 
-I$(top_builddir)/src-xml 
429
 
 
430
 
XML_INCLUDES = $(XML_INCLUDE_PATH) $(STD_FWK_INCLUDE_PATH) \
431
 
$(STD_MESH_INCLUDE_PATH) $(CORE_INCLUDE_PATH) $(UTIL_INCLUDES)
432
 
 
433
 
XML_LIBS = $(XML_LIB_PATH) $(STD_FWK_LIB_PATH) $(STD_MESH_LIB_PATH) \
434
 
$(CORE_LIB_PATH) -lsundanceXML -lsundanceStdFwk \
435
 
-lsundanceStdMesh -lsundanceCore $(UTIL_LIBS) 
436
 
 
437
 
 
438
 
# ------------------------------------------------------------------------
439
 
#
440
 
# include macros specified by Trilinos
441
 
#
442
 
# ------------------------------------------------------------------------
443
 
MPI_LIBS = $(TEUCHOS_MPI_LIBS)
444
 
MPI_LIBDIR = $(TEUCHOS_MPI_LIBDIR)
445
 
MPI_INC = $(TEUCHOS_MPI_INC)
446
 
MPI_DIR = $(TEUCHOS_MPI_DIR)
447
 
FLIBS = $(TEUCHOS_FLIBS)
448
 
BLAS_LIBS = $(TEUCHOS_BLAS_LIBS)
449
 
LAPACK_LIBS = $(TEUCHOS_LAPACK_LIBS)
450
 
PARALLEL_SRC = CompoundOpTest BlockOpTest LinearCombinationTest LTITest MultiVectorOpTest
451
 
SERIAL_SRC = 
452
 
ALL_SRC = $(PARALLEL_SRC) $(SERIAL_SRC)
453
 
PARALLEL_PROGS = $(PARALLEL_SRC:%=%.exe)
454
 
SERIAL_PROGS = $(SERIAL_SRC:%=%.exe)
455
 
CompoundOpTest_SOURCES = $(srcdir)/CompoundOpTest.cpp 
456
 
CompoundOpTest_DEPENDENCIES = $(top_builddir)/src-solvers/libTSFExtended.a
457
 
CompoundOpTest_CXXFLAGS = $(CXXFLAGS) $(SOLVERS_INCLUDES) 
458
 
CompoundOpTest_LDADD = $(LDFLAGS) $(SOLVERS_LIBS) 
459
 
MultiVectorOpTest_SOURCES = $(srcdir)/MultiVectorOpTest.cpp 
460
 
MultiVectorOpTest_DEPENDENCIES = $(top_builddir)/src-solvers/libTSFExtended.a
461
 
MultiVectorOpTest_CXXFLAGS = $(CXXFLAGS) $(SOLVERS_INCLUDES) 
462
 
MultiVectorOpTest_LDADD = $(LDFLAGS) $(SOLVERS_LIBS) 
463
 
BlockOpTest_SOURCES = $(srcdir)/BlockOpTest.cpp 
464
 
BlockOpTest_DEPENDENCIES = $(top_builddir)/src-solvers/libTSFExtended.a
465
 
BlockOpTest_CXXFLAGS = $(CXXFLAGS) $(SOLVERS_INCLUDES) 
466
 
BlockOpTest_LDADD = $(LDFLAGS) $(SOLVERS_LIBS) 
467
 
LinearCombinationTest_SOURCES = $(srcdir)/LinearCombinationTest.cpp 
468
 
LinearCombinationTest_DEPENDENCIES = $(top_builddir)/src-solvers/libTSFExtended.a
469
 
LinearCombinationTest_CXXFLAGS = $(CXXFLAGS) $(SOLVERS_INCLUDES) 
470
 
LinearCombinationTest_LDADD = $(LDFLAGS) $(SOLVERS_LIBS) 
471
 
LTITest_SOURCES = $(srcdir)/LTITest.cpp 
472
 
LTITest_DEPENDENCIES = $(top_builddir)/src-solvers/libTSFExtended.a
473
 
LTITest_CXXFLAGS = $(CXXFLAGS) $(SOLVERS_INCLUDES) 
474
 
LTITest_LDADD = $(LDFLAGS) $(SOLVERS_LIBS) 
475
 
STESTS = $(ALL_SRC:%=%.tst)
476
 
PTESTS = $(PARALLEL_SRC:%=%.ptst)
477
 
@HAVE_MPI_TRUE@CHECKTEST_ARGS = $(STESTS) $(PTESTS)
478
 
@HAVE_MPI_FALSE@CHECKTEST_ARGS = $(STESTS)
479
 
NPROC = 2
480
 
@HAVE_MPI_TRUE@MPI_COMMAND = mpirun -np $(NPROC)
481
 
@HAVE_MPI_FALSE@MPI_COMMAND = 
482
 
all: all-am
483
 
 
484
 
.SUFFIXES:
485
 
.SUFFIXES: .cpp .o .obj
486
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
487
 
        @for dep in $?; do \
488
 
          case '$(am__configure_deps)' in \
489
 
            *$$dep*) \
490
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
491
 
                && exit 0; \
492
 
              exit 1;; \
493
 
          esac; \
494
 
        done; \
495
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests-solvers/OperatorTests/Makefile'; \
496
 
        cd $(top_srcdir) && \
497
 
          $(AUTOMAKE) --foreign  tests-solvers/OperatorTests/Makefile
498
 
.PRECIOUS: Makefile
499
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
500
 
        @case '$?' in \
501
 
          *config.status*) \
502
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
503
 
          *) \
504
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
505
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
506
 
        esac;
507
 
 
508
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
509
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
510
 
 
511
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
512
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
514
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
515
 
 
516
 
clean-noinstPROGRAMS:
517
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
518
 
BlockOpTest$(EXEEXT): $(BlockOpTest_OBJECTS) $(BlockOpTest_DEPENDENCIES) 
519
 
        @rm -f BlockOpTest$(EXEEXT)
520
 
        $(BlockOpTest_LINK) $(BlockOpTest_OBJECTS) $(BlockOpTest_LDADD) $(LIBS)
521
 
CompoundOpTest$(EXEEXT): $(CompoundOpTest_OBJECTS) $(CompoundOpTest_DEPENDENCIES) 
522
 
        @rm -f CompoundOpTest$(EXEEXT)
523
 
        $(CompoundOpTest_LINK) $(CompoundOpTest_OBJECTS) $(CompoundOpTest_LDADD) $(LIBS)
524
 
LTITest$(EXEEXT): $(LTITest_OBJECTS) $(LTITest_DEPENDENCIES) 
525
 
        @rm -f LTITest$(EXEEXT)
526
 
        $(LTITest_LINK) $(LTITest_OBJECTS) $(LTITest_LDADD) $(LIBS)
527
 
LinearCombinationTest$(EXEEXT): $(LinearCombinationTest_OBJECTS) $(LinearCombinationTest_DEPENDENCIES) 
528
 
        @rm -f LinearCombinationTest$(EXEEXT)
529
 
        $(LinearCombinationTest_LINK) $(LinearCombinationTest_OBJECTS) $(LinearCombinationTest_LDADD) $(LIBS)
530
 
MultiVectorOpTest$(EXEEXT): $(MultiVectorOpTest_OBJECTS) $(MultiVectorOpTest_DEPENDENCIES) 
531
 
        @rm -f MultiVectorOpTest$(EXEEXT)
532
 
        $(MultiVectorOpTest_LINK) $(MultiVectorOpTest_OBJECTS) $(MultiVectorOpTest_LDADD) $(LIBS)
533
 
 
534
 
mostlyclean-compile:
535
 
        -rm -f *.$(OBJEXT)
536
 
 
537
 
distclean-compile:
538
 
        -rm -f *.tab.c
539
 
 
540
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BlockOpTest-BlockOpTest.Po@am__quote@
541
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CompoundOpTest-CompoundOpTest.Po@am__quote@
542
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LTITest-LTITest.Po@am__quote@
543
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Po@am__quote@
544
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Po@am__quote@
545
 
 
546
 
.cpp.o:
547
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
548
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
549
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
552
 
 
553
 
.cpp.obj:
554
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
555
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
556
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
559
 
 
560
 
BlockOpTest-BlockOpTest.o: $(srcdir)/BlockOpTest.cpp
561
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(BlockOpTest_CXXFLAGS) $(CXXFLAGS) -MT BlockOpTest-BlockOpTest.o -MD -MP -MF $(DEPDIR)/BlockOpTest-BlockOpTest.Tpo -c -o BlockOpTest-BlockOpTest.o `test -f '$(srcdir)/BlockOpTest.cpp' || echo '$(srcdir)/'`$(srcdir)/BlockOpTest.cpp
562
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/BlockOpTest-BlockOpTest.Tpo $(DEPDIR)/BlockOpTest-BlockOpTest.Po
563
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/BlockOpTest.cpp' object='BlockOpTest-BlockOpTest.o' libtool=no @AMDEPBACKSLASH@
564
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(BlockOpTest_CXXFLAGS) $(CXXFLAGS) -c -o BlockOpTest-BlockOpTest.o `test -f '$(srcdir)/BlockOpTest.cpp' || echo '$(srcdir)/'`$(srcdir)/BlockOpTest.cpp
566
 
 
567
 
BlockOpTest-BlockOpTest.obj: $(srcdir)/BlockOpTest.cpp
568
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(BlockOpTest_CXXFLAGS) $(CXXFLAGS) -MT BlockOpTest-BlockOpTest.obj -MD -MP -MF $(DEPDIR)/BlockOpTest-BlockOpTest.Tpo -c -o BlockOpTest-BlockOpTest.obj `if test -f '$(srcdir)/BlockOpTest.cpp'; then $(CYGPATH_W) '$(srcdir)/BlockOpTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/BlockOpTest.cpp'; fi`
569
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/BlockOpTest-BlockOpTest.Tpo $(DEPDIR)/BlockOpTest-BlockOpTest.Po
570
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/BlockOpTest.cpp' object='BlockOpTest-BlockOpTest.obj' libtool=no @AMDEPBACKSLASH@
571
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(BlockOpTest_CXXFLAGS) $(CXXFLAGS) -c -o BlockOpTest-BlockOpTest.obj `if test -f '$(srcdir)/BlockOpTest.cpp'; then $(CYGPATH_W) '$(srcdir)/BlockOpTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/BlockOpTest.cpp'; fi`
573
 
 
574
 
CompoundOpTest-CompoundOpTest.o: $(srcdir)/CompoundOpTest.cpp
575
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CompoundOpTest_CXXFLAGS) $(CXXFLAGS) -MT CompoundOpTest-CompoundOpTest.o -MD -MP -MF $(DEPDIR)/CompoundOpTest-CompoundOpTest.Tpo -c -o CompoundOpTest-CompoundOpTest.o `test -f '$(srcdir)/CompoundOpTest.cpp' || echo '$(srcdir)/'`$(srcdir)/CompoundOpTest.cpp
576
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/CompoundOpTest-CompoundOpTest.Tpo $(DEPDIR)/CompoundOpTest-CompoundOpTest.Po
577
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/CompoundOpTest.cpp' object='CompoundOpTest-CompoundOpTest.o' libtool=no @AMDEPBACKSLASH@
578
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CompoundOpTest_CXXFLAGS) $(CXXFLAGS) -c -o CompoundOpTest-CompoundOpTest.o `test -f '$(srcdir)/CompoundOpTest.cpp' || echo '$(srcdir)/'`$(srcdir)/CompoundOpTest.cpp
580
 
 
581
 
CompoundOpTest-CompoundOpTest.obj: $(srcdir)/CompoundOpTest.cpp
582
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CompoundOpTest_CXXFLAGS) $(CXXFLAGS) -MT CompoundOpTest-CompoundOpTest.obj -MD -MP -MF $(DEPDIR)/CompoundOpTest-CompoundOpTest.Tpo -c -o CompoundOpTest-CompoundOpTest.obj `if test -f '$(srcdir)/CompoundOpTest.cpp'; then $(CYGPATH_W) '$(srcdir)/CompoundOpTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/CompoundOpTest.cpp'; fi`
583
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/CompoundOpTest-CompoundOpTest.Tpo $(DEPDIR)/CompoundOpTest-CompoundOpTest.Po
584
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/CompoundOpTest.cpp' object='CompoundOpTest-CompoundOpTest.obj' libtool=no @AMDEPBACKSLASH@
585
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CompoundOpTest_CXXFLAGS) $(CXXFLAGS) -c -o CompoundOpTest-CompoundOpTest.obj `if test -f '$(srcdir)/CompoundOpTest.cpp'; then $(CYGPATH_W) '$(srcdir)/CompoundOpTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/CompoundOpTest.cpp'; fi`
587
 
 
588
 
LTITest-LTITest.o: $(srcdir)/LTITest.cpp
589
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LTITest_CXXFLAGS) $(CXXFLAGS) -MT LTITest-LTITest.o -MD -MP -MF $(DEPDIR)/LTITest-LTITest.Tpo -c -o LTITest-LTITest.o `test -f '$(srcdir)/LTITest.cpp' || echo '$(srcdir)/'`$(srcdir)/LTITest.cpp
590
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LTITest-LTITest.Tpo $(DEPDIR)/LTITest-LTITest.Po
591
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/LTITest.cpp' object='LTITest-LTITest.o' libtool=no @AMDEPBACKSLASH@
592
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LTITest_CXXFLAGS) $(CXXFLAGS) -c -o LTITest-LTITest.o `test -f '$(srcdir)/LTITest.cpp' || echo '$(srcdir)/'`$(srcdir)/LTITest.cpp
594
 
 
595
 
LTITest-LTITest.obj: $(srcdir)/LTITest.cpp
596
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LTITest_CXXFLAGS) $(CXXFLAGS) -MT LTITest-LTITest.obj -MD -MP -MF $(DEPDIR)/LTITest-LTITest.Tpo -c -o LTITest-LTITest.obj `if test -f '$(srcdir)/LTITest.cpp'; then $(CYGPATH_W) '$(srcdir)/LTITest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/LTITest.cpp'; fi`
597
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LTITest-LTITest.Tpo $(DEPDIR)/LTITest-LTITest.Po
598
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/LTITest.cpp' object='LTITest-LTITest.obj' libtool=no @AMDEPBACKSLASH@
599
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LTITest_CXXFLAGS) $(CXXFLAGS) -c -o LTITest-LTITest.obj `if test -f '$(srcdir)/LTITest.cpp'; then $(CYGPATH_W) '$(srcdir)/LTITest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/LTITest.cpp'; fi`
601
 
 
602
 
LinearCombinationTest-LinearCombinationTest.o: $(srcdir)/LinearCombinationTest.cpp
603
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LinearCombinationTest_CXXFLAGS) $(CXXFLAGS) -MT LinearCombinationTest-LinearCombinationTest.o -MD -MP -MF $(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Tpo -c -o LinearCombinationTest-LinearCombinationTest.o `test -f '$(srcdir)/LinearCombinationTest.cpp' || echo '$(srcdir)/'`$(srcdir)/LinearCombinationTest.cpp
604
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Tpo $(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Po
605
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/LinearCombinationTest.cpp' object='LinearCombinationTest-LinearCombinationTest.o' libtool=no @AMDEPBACKSLASH@
606
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LinearCombinationTest_CXXFLAGS) $(CXXFLAGS) -c -o LinearCombinationTest-LinearCombinationTest.o `test -f '$(srcdir)/LinearCombinationTest.cpp' || echo '$(srcdir)/'`$(srcdir)/LinearCombinationTest.cpp
608
 
 
609
 
LinearCombinationTest-LinearCombinationTest.obj: $(srcdir)/LinearCombinationTest.cpp
610
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LinearCombinationTest_CXXFLAGS) $(CXXFLAGS) -MT LinearCombinationTest-LinearCombinationTest.obj -MD -MP -MF $(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Tpo -c -o LinearCombinationTest-LinearCombinationTest.obj `if test -f '$(srcdir)/LinearCombinationTest.cpp'; then $(CYGPATH_W) '$(srcdir)/LinearCombinationTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/LinearCombinationTest.cpp'; fi`
611
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Tpo $(DEPDIR)/LinearCombinationTest-LinearCombinationTest.Po
612
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/LinearCombinationTest.cpp' object='LinearCombinationTest-LinearCombinationTest.obj' libtool=no @AMDEPBACKSLASH@
613
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LinearCombinationTest_CXXFLAGS) $(CXXFLAGS) -c -o LinearCombinationTest-LinearCombinationTest.obj `if test -f '$(srcdir)/LinearCombinationTest.cpp'; then $(CYGPATH_W) '$(srcdir)/LinearCombinationTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/LinearCombinationTest.cpp'; fi`
615
 
 
616
 
MultiVectorOpTest-MultiVectorOpTest.o: $(srcdir)/MultiVectorOpTest.cpp
617
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MultiVectorOpTest_CXXFLAGS) $(CXXFLAGS) -MT MultiVectorOpTest-MultiVectorOpTest.o -MD -MP -MF $(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Tpo -c -o MultiVectorOpTest-MultiVectorOpTest.o `test -f '$(srcdir)/MultiVectorOpTest.cpp' || echo '$(srcdir)/'`$(srcdir)/MultiVectorOpTest.cpp
618
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Tpo $(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Po
619
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/MultiVectorOpTest.cpp' object='MultiVectorOpTest-MultiVectorOpTest.o' libtool=no @AMDEPBACKSLASH@
620
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MultiVectorOpTest_CXXFLAGS) $(CXXFLAGS) -c -o MultiVectorOpTest-MultiVectorOpTest.o `test -f '$(srcdir)/MultiVectorOpTest.cpp' || echo '$(srcdir)/'`$(srcdir)/MultiVectorOpTest.cpp
622
 
 
623
 
MultiVectorOpTest-MultiVectorOpTest.obj: $(srcdir)/MultiVectorOpTest.cpp
624
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MultiVectorOpTest_CXXFLAGS) $(CXXFLAGS) -MT MultiVectorOpTest-MultiVectorOpTest.obj -MD -MP -MF $(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Tpo -c -o MultiVectorOpTest-MultiVectorOpTest.obj `if test -f '$(srcdir)/MultiVectorOpTest.cpp'; then $(CYGPATH_W) '$(srcdir)/MultiVectorOpTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/MultiVectorOpTest.cpp'; fi`
625
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Tpo $(DEPDIR)/MultiVectorOpTest-MultiVectorOpTest.Po
626
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/MultiVectorOpTest.cpp' object='MultiVectorOpTest-MultiVectorOpTest.obj' libtool=no @AMDEPBACKSLASH@
627
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MultiVectorOpTest_CXXFLAGS) $(CXXFLAGS) -c -o MultiVectorOpTest-MultiVectorOpTest.obj `if test -f '$(srcdir)/MultiVectorOpTest.cpp'; then $(CYGPATH_W) '$(srcdir)/MultiVectorOpTest.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/MultiVectorOpTest.cpp'; fi`
629
 
 
630
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
631
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
632
 
        unique=`for i in $$list; do \
633
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634
 
          done | \
635
 
          $(AWK) '    { files[$$0] = 1; } \
636
 
               END { for (i in files) print i; }'`; \
637
 
        mkid -fID $$unique
638
 
tags: TAGS
639
 
 
640
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
641
 
                $(TAGS_FILES) $(LISP)
642
 
        tags=; \
643
 
        here=`pwd`; \
644
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
645
 
        unique=`for i in $$list; do \
646
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647
 
          done | \
648
 
          $(AWK) '    { files[$$0] = 1; } \
649
 
               END { for (i in files) print i; }'`; \
650
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
651
 
          test -n "$$unique" || unique=$$empty_fix; \
652
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
653
 
            $$tags $$unique; \
654
 
        fi
655
 
ctags: CTAGS
656
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
657
 
                $(TAGS_FILES) $(LISP)
658
 
        tags=; \
659
 
        here=`pwd`; \
660
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
661
 
        unique=`for i in $$list; do \
662
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
663
 
          done | \
664
 
          $(AWK) '    { files[$$0] = 1; } \
665
 
               END { for (i in files) print i; }'`; \
666
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
667
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
668
 
             $$tags $$unique
669
 
 
670
 
GTAGS:
671
 
        here=`$(am__cd) $(top_builddir) && pwd` \
672
 
          && cd $(top_srcdir) \
673
 
          && gtags -i $(GTAGS_ARGS) $$here
674
 
 
675
 
distclean-tags:
676
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
677
 
 
678
 
distdir: $(DISTFILES)
679
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
680
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681
 
        list='$(DISTFILES)'; \
682
 
          dist_files=`for file in $$list; do echo $$file; done | \
683
 
          sed -e "s|^$$srcdirstrip/||;t" \
684
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
685
 
        case $$dist_files in \
686
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
687
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
688
 
                           sort -u` ;; \
689
 
        esac; \
690
 
        for file in $$dist_files; do \
691
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
692
 
          if test -d $$d/$$file; then \
693
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
694
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
695
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
696
 
            fi; \
697
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
698
 
          else \
699
 
            test -f $(distdir)/$$file \
700
 
            || cp -p $$d/$$file $(distdir)/$$file \
701
 
            || exit 1; \
702
 
          fi; \
703
 
        done
704
 
check-am: all-am
705
 
check: check-am
706
 
all-am: Makefile $(PROGRAMS)
707
 
installdirs:
708
 
install: install-am
709
 
install-exec: install-exec-am
710
 
install-data: install-data-am
711
 
uninstall: uninstall-am
712
 
 
713
 
install-am: all-am
714
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
715
 
 
716
 
installcheck: installcheck-am
717
 
install-strip:
718
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720
 
          `test -z '$(STRIP)' || \
721
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
722
 
mostlyclean-generic:
723
 
 
724
 
clean-generic:
725
 
 
726
 
distclean-generic:
727
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
728
 
 
729
 
maintainer-clean-generic:
730
 
        @echo "This command is intended for maintainers to use"
731
 
        @echo "it deletes files that may require special tools to rebuild."
732
 
clean: clean-am
733
 
 
734
 
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
735
 
 
736
 
distclean: distclean-am
737
 
        -rm -rf ./$(DEPDIR)
738
 
        -rm -f Makefile
739
 
distclean-am: clean-am distclean-compile distclean-generic \
740
 
        distclean-tags
741
 
 
742
 
dvi: dvi-am
743
 
 
744
 
dvi-am:
745
 
 
746
 
html: html-am
747
 
 
748
 
info: info-am
749
 
 
750
 
info-am:
751
 
 
752
 
install-data-am:
753
 
 
754
 
install-dvi: install-dvi-am
755
 
 
756
 
install-exec-am:
757
 
 
758
 
install-html: install-html-am
759
 
 
760
 
install-info: install-info-am
761
 
 
762
 
install-man:
763
 
 
764
 
install-pdf: install-pdf-am
765
 
 
766
 
install-ps: install-ps-am
767
 
 
768
 
installcheck-am:
769
 
 
770
 
maintainer-clean: maintainer-clean-am
771
 
        -rm -rf ./$(DEPDIR)
772
 
        -rm -f Makefile
773
 
maintainer-clean-am: distclean-am maintainer-clean-generic
774
 
 
775
 
mostlyclean: mostlyclean-am
776
 
 
777
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
778
 
 
779
 
pdf: pdf-am
780
 
 
781
 
pdf-am:
782
 
 
783
 
ps: ps-am
784
 
 
785
 
ps-am:
786
 
 
787
 
uninstall-am:
788
 
 
789
 
.MAKE: install-am install-strip
790
 
 
791
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
792
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
793
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
794
 
        html-am info info-am install install-am install-data \
795
 
        install-data-am install-dvi install-dvi-am install-exec \
796
 
        install-exec-am install-html install-html-am install-info \
797
 
        install-info-am install-man install-pdf install-pdf-am \
798
 
        install-ps install-ps-am install-strip installcheck \
799
 
        installcheck-am installdirs maintainer-clean \
800
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
801
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
802
 
        uninstall-am
803
 
 
804
 
 
805
 
# ------------------------------------------------------------------------
806
 
#
807
 
# ------------------------------------------------------------------------
808
 
 
809
 
include $(top_builddir)/Makefile.site.sundance
810
 
include $(top_builddir)/Makefile.export.TSFExtended
811
 
include $(TRILINOS_DIR)/packages/teuchos/Makefile.export
812
 
 
813
 
%.tst : %.exe
814
 
        ./$< > $@ 2>&1 
815
 
        echo "done" $@
816
 
 
817
 
%.ptst : %.exe
818
 
        $(MPI_COMMAND) ./$< > $@ 2>&1 
819
 
        echo "done" $@
820
 
 
821
 
old-tests:
822
 
        $(MAKE) $(STESTS)
823
 
        @HAVE_MPI_TRUE@$(MAKE) $(PTESTS)
824
 
        $(top_srcdir)/etc/checkTests.pl $(CHECKTEST_ARGS) 
825
 
 
826
 
old-serialtests:
827
 
        $(MAKE) $(STESTS)
828
 
        $(top_srcdir)/etc/checkTests.pl $(CHECKTEST_ARGS) 
829
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
830
 
# Otherwise a system limit (for SysV at least) may be exceeded.
831
 
.NOEXPORT: