~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/stratimikos/adapters/belos/test/LOWSFactory/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
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
target_triplet = @target@
36
 
noinst_PROGRAMS = $(am__EXEEXT_1)
37
 
subdir = adapters/belos/test/LOWSFactory
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/config/tac_arg_check_mpi.m4 \
41
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
42
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
43
 
        $(top_srcdir)/config/tac_arg_enable_export-makefiles.m4 \
44
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
45
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub.m4 \
46
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub_check.m4 \
47
 
        $(top_srcdir)/config/tac_arg_inform_subpackage_used.m4 \
48
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
49
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
50
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
51
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
52
 
        $(top_srcdir)/config/tac_arg_with_perl.m4 \
53
 
        $(top_srcdir)/configure.ac
54
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55
 
        $(ACLOCAL_M4)
56
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
57
 
CONFIG_HEADER = $(top_builddir)/src/Stratimikos_Config.h
58
 
CONFIG_CLEAN_FILES =
59
 
@ENABLE_STRATIMIKOS_THYRA_EPETRAEXT_TRUE@am__EXEEXT_1 = test_single_belos_thyra_solver_driver$(EXEEXT)
60
 
PROGRAMS = $(noinst_PROGRAMS)
61
 
am__objects_1 = test_single_belos_thyra_solver.$(OBJEXT)
62
 
am_test_single_belos_thyra_solver_driver_OBJECTS =  \
63
 
        test_single_belos_thyra_solver_driver.$(OBJEXT) \
64
 
        $(am__objects_1)
65
 
test_single_belos_thyra_solver_driver_OBJECTS =  \
66
 
        $(am_test_single_belos_thyra_solver_driver_OBJECTS)
67
 
am__DEPENDENCIES_1 =
68
 
@USING_GNUMAKE_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
69
 
@USING_GNUMAKE_TRUE@am__DEPENDENCIES_2 = $(shell $(am__DEPENDENCIES_1) \
70
 
@USING_GNUMAKE_TRUE@    $(top_srcdir)/config/strip_dup_libs.pl \
71
 
@USING_GNUMAKE_TRUE@    $(_EXPORT_LIBS))
72
 
am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2)
73
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
74
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
75
 
am__depfiles_maybe = depfiles
76
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
78
 
CXXLD = $(CXX)
79
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
80
 
        -o $@
81
 
SOURCES = $(test_single_belos_thyra_solver_driver_SOURCES)
82
 
DIST_SOURCES = $(test_single_belos_thyra_solver_driver_SOURCES)
83
 
ETAGS = etags
84
 
CTAGS = ctags
85
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
 
ACLOCAL = @ACLOCAL@
87
 
ALTERNATE_AR = @ALTERNATE_AR@
88
 
AMTAR = @AMTAR@
89
 
AUTOCONF = @AUTOCONF@
90
 
AUTOHEADER = @AUTOHEADER@
91
 
AUTOMAKE = @AUTOMAKE@
92
 
AWK = @AWK@
93
 
CC = @CC@
94
 
CCDEPMODE = @CCDEPMODE@
95
 
CFLAGS = @CFLAGS@
96
 
CPPFLAGS = @CPPFLAGS@
97
 
CXX = @CXX@
98
 
CXXCPP = @CXXCPP@
99
 
CXXDEPMODE = @CXXDEPMODE@
100
 
CXXFLAGS = @CXXFLAGS@
101
 
CYGPATH_W = @CYGPATH_W@
102
 
DEFS = @DEFS@
103
 
DEPDIR = @DEPDIR@
104
 
ECHO_C = @ECHO_C@
105
 
ECHO_N = @ECHO_N@
106
 
ECHO_T = @ECHO_T@
107
 
EXEEXT = .exe
108
 
HAVE_PERL = @HAVE_PERL@
109
 
INSTALL = @INSTALL@
110
 
INSTALL_DATA = @INSTALL_DATA@
111
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
113
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114
 
LDFLAGS = @LDFLAGS@
115
 
LIBOBJS = @LIBOBJS@
116
 
 
117
 
# This is already added part of BELOS_LIBS and therefore automake does not
118
 
# need to add this again!
119
 
LIBS = 
120
 
LTLIBOBJS = @LTLIBOBJS@
121
 
MAINT = @MAINT@
122
 
MAKEINFO = @MAKEINFO@
123
 
MKDIR_P = @MKDIR_P@
124
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
125
 
MPI_CXX = @MPI_CXX@
126
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
127
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
128
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
129
 
OBJEXT = @OBJEXT@
130
 
PACKAGE = @PACKAGE@
131
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132
 
PACKAGE_NAME = @PACKAGE_NAME@
133
 
PACKAGE_STRING = @PACKAGE_STRING@
134
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
135
 
PACKAGE_VERSION = @PACKAGE_VERSION@
136
 
PATH_SEPARATOR = @PATH_SEPARATOR@
137
 
PERL_EXE = @PERL_EXE@
138
 
RANLIB = @RANLIB@
139
 
SET_MAKE = @SET_MAKE@
140
 
SHELL = @SHELL@
141
 
STRIP = @STRIP@
142
 
TRILINOS_TEMPLATE_OBJS = @TRILINOS_TEMPLATE_OBJS@
143
 
VERSION = @VERSION@
144
 
abs_builddir = @abs_builddir@
145
 
abs_srcdir = @abs_srcdir@
146
 
abs_top_builddir = @abs_top_builddir@
147
 
abs_top_srcdir = @abs_top_srcdir@
148
 
ac_aux_dir = @ac_aux_dir@
149
 
ac_ct_CC = @ac_ct_CC@
150
 
ac_ct_CXX = @ac_ct_CXX@
151
 
am__include = @am__include@
152
 
am__leading_dot = @am__leading_dot@
153
 
am__quote = @am__quote@
154
 
am__tar = @am__tar@
155
 
am__untar = @am__untar@
156
 
bindir = @bindir@
157
 
build = @build@
158
 
build_alias = @build_alias@
159
 
build_cpu = @build_cpu@
160
 
build_os = @build_os@
161
 
build_vendor = @build_vendor@
162
 
builddir = @builddir@
163
 
datadir = @datadir@
164
 
datarootdir = @datarootdir@
165
 
docdir = @docdir@
166
 
dvidir = @dvidir@
167
 
exec_prefix = @exec_prefix@
168
 
host = @host@
169
 
host_alias = @host_alias@
170
 
host_cpu = @host_cpu@
171
 
host_os = @host_os@
172
 
host_vendor = @host_vendor@
173
 
htmldir = @htmldir@
174
 
includedir = @includedir@
175
 
infodir = @infodir@
176
 
install_sh = @install_sh@
177
 
libdir = @libdir@
178
 
libexecdir = @libexecdir@
179
 
localedir = @localedir@
180
 
localstatedir = @localstatedir@
181
 
mandir = @mandir@
182
 
mkdir_p = @mkdir_p@
183
 
oldincludedir = @oldincludedir@
184
 
pdfdir = @pdfdir@
185
 
prefix = @prefix@
186
 
program_transform_name = @program_transform_name@
187
 
psdir = @psdir@
188
 
sbindir = @sbindir@
189
 
sharedstatedir = @sharedstatedir@
190
 
srcdir = @srcdir@
191
 
sysconfdir = @sysconfdir@
192
 
target = @target@
193
 
target_alias = @target_alias@
194
 
target_cpu = @target_cpu@
195
 
target_os = @target_os@
196
 
target_vendor = @target_vendor@
197
 
top_builddir = @top_builddir@
198
 
top_srcdir = @top_srcdir@
199
 
_EXPORT_INC_PATH = $(STRATIMIKOS_TEST_INCLUDES)
200
 
_EXPORT_LIBS = $(STRATIMIKOS_TEST_LIBS)
201
 
@USING_GNUMAKE_FALSE@EXPORT_INC_PATH = $(_EXPORT_INC_PATH)
202
 
@USING_GNUMAKE_TRUE@EXPORT_INC_PATH = $(shell $(PERL_EXE) $(top_srcdir)/config/strip_dup_incl_paths.pl $(_EXPORT_INC_PATH))
203
 
@USING_GNUMAKE_FALSE@EXPORT_LIBS = $(_EXPORT_LIBS)
204
 
@USING_GNUMAKE_TRUE@EXPORT_LIBS = $(shell $(PERL_EXE) $(top_srcdir)/config/strip_dup_libs.pl $(_EXPORT_LIBS))
205
 
AM_CPPFLAGS = $(EXPORT_INC_PATH)
206
 
 
207
 
#
208
 
# Actual programs
209
 
#
210
 
@ENABLE_STRATIMIKOS_THYRA_EPETRAEXT_TRUE@TEST_SINGLE_BELOS_THYRA_SOLVER_DRIVER = test_single_belos_thyra_solver_driver
211
 
test_single_belos_thyra_solver_driver_SOURCES = $(srcdir)/test_single_belos_thyra_solver_driver.cpp $(common_sources)
212
 
test_single_belos_thyra_solver_driver_DEPENDENCIES = $(common_dependencies)
213
 
test_single_belos_thyra_solver_driver_LDADD = $(common_ldadd)
214
 
 
215
 
#
216
 
# Common stuff
217
 
#
218
 
common_sources = $(srcdir)/test_single_belos_thyra_solver.cpp
219
 
common_dependencies = $(top_builddir)/../belos/src/libbelos.a FourByFour.mtx
220
 
common_ldadd = $(EXPORT_LIBS)
221
 
EXTRA_DIST = $(srcdir)/test_single_belos_thyra_solver.hpp 
222
 
all: all-am
223
 
 
224
 
.SUFFIXES:
225
 
.SUFFIXES: .cpp .o .obj
226
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
227
 
        @for dep in $?; do \
228
 
          case '$(am__configure_deps)' in \
229
 
            *$$dep*) \
230
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231
 
                && exit 0; \
232
 
              exit 1;; \
233
 
          esac; \
234
 
        done; \
235
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  adapters/belos/test/LOWSFactory/Makefile'; \
236
 
        cd $(top_srcdir) && \
237
 
          $(AUTOMAKE) --foreign  adapters/belos/test/LOWSFactory/Makefile
238
 
.PRECIOUS: Makefile
239
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
 
        @case '$?' in \
241
 
          *config.status*) \
242
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243
 
          *) \
244
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246
 
        esac;
247
 
 
248
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
 
 
251
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
 
256
 
clean-noinstPROGRAMS:
257
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
258
 
test_single_belos_thyra_solver_driver$(EXEEXT): $(test_single_belos_thyra_solver_driver_OBJECTS) $(test_single_belos_thyra_solver_driver_DEPENDENCIES) 
259
 
        @rm -f test_single_belos_thyra_solver_driver$(EXEEXT)
260
 
        $(CXXLINK) $(test_single_belos_thyra_solver_driver_OBJECTS) $(test_single_belos_thyra_solver_driver_LDADD) $(LIBS)
261
 
 
262
 
mostlyclean-compile:
263
 
        -rm -f *.$(OBJEXT)
264
 
 
265
 
distclean-compile:
266
 
        -rm -f *.tab.c
267
 
 
268
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_single_belos_thyra_solver.Po@am__quote@
269
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_single_belos_thyra_solver_driver.Po@am__quote@
270
 
 
271
 
.cpp.o:
272
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
277
 
 
278
 
.cpp.obj:
279
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
280
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
284
 
 
285
 
test_single_belos_thyra_solver_driver.o: $(srcdir)/test_single_belos_thyra_solver_driver.cpp
286
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_single_belos_thyra_solver_driver.o -MD -MP -MF $(DEPDIR)/test_single_belos_thyra_solver_driver.Tpo -c -o test_single_belos_thyra_solver_driver.o `test -f '$(srcdir)/test_single_belos_thyra_solver_driver.cpp' || echo '$(srcdir)/'`$(srcdir)/test_single_belos_thyra_solver_driver.cpp
287
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/test_single_belos_thyra_solver_driver.Tpo $(DEPDIR)/test_single_belos_thyra_solver_driver.Po
288
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/test_single_belos_thyra_solver_driver.cpp' object='test_single_belos_thyra_solver_driver.o' libtool=no @AMDEPBACKSLASH@
289
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_single_belos_thyra_solver_driver.o `test -f '$(srcdir)/test_single_belos_thyra_solver_driver.cpp' || echo '$(srcdir)/'`$(srcdir)/test_single_belos_thyra_solver_driver.cpp
291
 
 
292
 
test_single_belos_thyra_solver_driver.obj: $(srcdir)/test_single_belos_thyra_solver_driver.cpp
293
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_single_belos_thyra_solver_driver.obj -MD -MP -MF $(DEPDIR)/test_single_belos_thyra_solver_driver.Tpo -c -o test_single_belos_thyra_solver_driver.obj `if test -f '$(srcdir)/test_single_belos_thyra_solver_driver.cpp'; then $(CYGPATH_W) '$(srcdir)/test_single_belos_thyra_solver_driver.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/test_single_belos_thyra_solver_driver.cpp'; fi`
294
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/test_single_belos_thyra_solver_driver.Tpo $(DEPDIR)/test_single_belos_thyra_solver_driver.Po
295
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/test_single_belos_thyra_solver_driver.cpp' object='test_single_belos_thyra_solver_driver.obj' libtool=no @AMDEPBACKSLASH@
296
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_single_belos_thyra_solver_driver.obj `if test -f '$(srcdir)/test_single_belos_thyra_solver_driver.cpp'; then $(CYGPATH_W) '$(srcdir)/test_single_belos_thyra_solver_driver.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/test_single_belos_thyra_solver_driver.cpp'; fi`
298
 
 
299
 
test_single_belos_thyra_solver.o: $(srcdir)/test_single_belos_thyra_solver.cpp
300
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_single_belos_thyra_solver.o -MD -MP -MF $(DEPDIR)/test_single_belos_thyra_solver.Tpo -c -o test_single_belos_thyra_solver.o `test -f '$(srcdir)/test_single_belos_thyra_solver.cpp' || echo '$(srcdir)/'`$(srcdir)/test_single_belos_thyra_solver.cpp
301
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/test_single_belos_thyra_solver.Tpo $(DEPDIR)/test_single_belos_thyra_solver.Po
302
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/test_single_belos_thyra_solver.cpp' object='test_single_belos_thyra_solver.o' libtool=no @AMDEPBACKSLASH@
303
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_single_belos_thyra_solver.o `test -f '$(srcdir)/test_single_belos_thyra_solver.cpp' || echo '$(srcdir)/'`$(srcdir)/test_single_belos_thyra_solver.cpp
305
 
 
306
 
test_single_belos_thyra_solver.obj: $(srcdir)/test_single_belos_thyra_solver.cpp
307
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_single_belos_thyra_solver.obj -MD -MP -MF $(DEPDIR)/test_single_belos_thyra_solver.Tpo -c -o test_single_belos_thyra_solver.obj `if test -f '$(srcdir)/test_single_belos_thyra_solver.cpp'; then $(CYGPATH_W) '$(srcdir)/test_single_belos_thyra_solver.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/test_single_belos_thyra_solver.cpp'; fi`
308
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/test_single_belos_thyra_solver.Tpo $(DEPDIR)/test_single_belos_thyra_solver.Po
309
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/test_single_belos_thyra_solver.cpp' object='test_single_belos_thyra_solver.obj' libtool=no @AMDEPBACKSLASH@
310
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_single_belos_thyra_solver.obj `if test -f '$(srcdir)/test_single_belos_thyra_solver.cpp'; then $(CYGPATH_W) '$(srcdir)/test_single_belos_thyra_solver.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/test_single_belos_thyra_solver.cpp'; fi`
312
 
 
313
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
314
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
315
 
        unique=`for i in $$list; do \
316
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
 
          done | \
318
 
          $(AWK) '    { files[$$0] = 1; } \
319
 
               END { for (i in files) print i; }'`; \
320
 
        mkid -fID $$unique
321
 
tags: TAGS
322
 
 
323
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
324
 
                $(TAGS_FILES) $(LISP)
325
 
        tags=; \
326
 
        here=`pwd`; \
327
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
328
 
        unique=`for i in $$list; do \
329
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
 
          done | \
331
 
          $(AWK) '    { files[$$0] = 1; } \
332
 
               END { for (i in files) print i; }'`; \
333
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
334
 
          test -n "$$unique" || unique=$$empty_fix; \
335
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336
 
            $$tags $$unique; \
337
 
        fi
338
 
ctags: CTAGS
339
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
 
                $(TAGS_FILES) $(LISP)
341
 
        tags=; \
342
 
        here=`pwd`; \
343
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
 
        unique=`for i in $$list; do \
345
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
 
          done | \
347
 
          $(AWK) '    { files[$$0] = 1; } \
348
 
               END { for (i in files) print i; }'`; \
349
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
350
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351
 
             $$tags $$unique
352
 
 
353
 
GTAGS:
354
 
        here=`$(am__cd) $(top_builddir) && pwd` \
355
 
          && cd $(top_srcdir) \
356
 
          && gtags -i $(GTAGS_ARGS) $$here
357
 
 
358
 
distclean-tags:
359
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
360
 
 
361
 
distdir: $(DISTFILES)
362
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364
 
        list='$(DISTFILES)'; \
365
 
          dist_files=`for file in $$list; do echo $$file; done | \
366
 
          sed -e "s|^$$srcdirstrip/||;t" \
367
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368
 
        case $$dist_files in \
369
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
370
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371
 
                           sort -u` ;; \
372
 
        esac; \
373
 
        for file in $$dist_files; do \
374
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375
 
          if test -d $$d/$$file; then \
376
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
379
 
            fi; \
380
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
381
 
          else \
382
 
            test -f $(distdir)/$$file \
383
 
            || cp -p $$d/$$file $(distdir)/$$file \
384
 
            || exit 1; \
385
 
          fi; \
386
 
        done
387
 
check-am: all-am
388
 
check: check-am
389
 
all-am: Makefile $(PROGRAMS)
390
 
installdirs:
391
 
install: install-am
392
 
install-exec: install-exec-am
393
 
install-data: install-data-am
394
 
uninstall: uninstall-am
395
 
 
396
 
install-am: all-am
397
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398
 
 
399
 
installcheck: installcheck-am
400
 
install-strip:
401
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403
 
          `test -z '$(STRIP)' || \
404
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
405
 
mostlyclean-generic:
406
 
 
407
 
clean-generic:
408
 
 
409
 
distclean-generic:
410
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
411
 
 
412
 
maintainer-clean-generic:
413
 
        @echo "This command is intended for maintainers to use"
414
 
        @echo "it deletes files that may require special tools to rebuild."
415
 
clean: clean-am
416
 
 
417
 
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
418
 
 
419
 
distclean: distclean-am
420
 
        -rm -rf ./$(DEPDIR)
421
 
        -rm -f Makefile
422
 
distclean-am: clean-am distclean-compile distclean-generic \
423
 
        distclean-tags
424
 
 
425
 
dvi: dvi-am
426
 
 
427
 
dvi-am:
428
 
 
429
 
html: html-am
430
 
 
431
 
info: info-am
432
 
 
433
 
info-am:
434
 
 
435
 
install-data-am:
436
 
 
437
 
install-dvi: install-dvi-am
438
 
 
439
 
install-exec-am:
440
 
 
441
 
install-html: install-html-am
442
 
 
443
 
install-info: install-info-am
444
 
 
445
 
install-man:
446
 
 
447
 
install-pdf: install-pdf-am
448
 
 
449
 
install-ps: install-ps-am
450
 
 
451
 
installcheck-am:
452
 
 
453
 
maintainer-clean: maintainer-clean-am
454
 
        -rm -rf ./$(DEPDIR)
455
 
        -rm -f Makefile
456
 
maintainer-clean-am: distclean-am maintainer-clean-generic
457
 
 
458
 
mostlyclean: mostlyclean-am
459
 
 
460
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
461
 
 
462
 
pdf: pdf-am
463
 
 
464
 
pdf-am:
465
 
 
466
 
ps: ps-am
467
 
 
468
 
ps-am:
469
 
 
470
 
uninstall-am:
471
 
 
472
 
.MAKE: install-am install-strip
473
 
 
474
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
475
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
476
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
477
 
        html-am info info-am install install-am install-data \
478
 
        install-data-am install-dvi install-dvi-am install-exec \
479
 
        install-exec-am install-html install-html-am install-info \
480
 
        install-info-am install-man install-pdf install-pdf-am \
481
 
        install-ps install-ps-am install-strip installcheck \
482
 
        installcheck-am installdirs maintainer-clean \
483
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
484
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
485
 
        uninstall-am
486
 
 
487
 
include $(top_builddir)/Makefile.export.stratimikos
488
 
 
489
 
#test_belos_thyra_driver_SOURCES = $(srcdir)/test_belos_thyra_driver.cpp $(common_sources)
490
 
#test_belos_thyra_driver_DEPENDENCIES = $(common_dependencies) matrices
491
 
#test_belos_thyra_driver_LDADD = $(common_ldadd)
492
 
 
493
 
FourByFour.mtx:
494
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_bcsstk01.mtx bcsstk01.mtx                              
495
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_bcsstk02.mtx bcsstk02.mtx                              
496
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_bcsstk04.mtx bcsstk04.mtx                              
497
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_nos1.mtx nos1.mtx                                      
498
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_nos5.mtx nos5.mtx                                      
499
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_FourByFour.mtx FourByFour.mtx                          
500
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_Diagonal.mtx Diagonal.mtx                              
501
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_MissingADiagonal.mtx MissingADiagonal.mtx                              
502
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_KheadK.mtx KheadK.mtx                                  
503
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_KheadSorted.mtx  KheadSorted.mtx
504
 
        cp  $(top_srcdir)/../amesos/test/Test_Basic/In_Khead.triS Khead.triS  
505
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
506
 
# Otherwise a system limit (for SysV at least) may be exceeded.
507
 
.NOEXPORT: