~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/stratimikos/src/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
 
#         Stratimikos: Thyra-based strategies for linear solvers
21
 
#                Copyright (2006) 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 Roscoe A. Bartlett (rabartl@sandia.gov) 
41
 
42
 
# ************************************************************************
43
 
# @HEADER
44
 
 
45
 
# The following line helps the test harness recover from build errors.
46
 
 
47
 
 
48
 
VPATH = @srcdir@
49
 
pkgdatadir = $(datadir)/@PACKAGE@
50
 
pkglibdir = $(libdir)/@PACKAGE@
51
 
pkgincludedir = $(includedir)/@PACKAGE@
52
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53
 
install_sh_DATA = $(install_sh) -c -m 644
54
 
install_sh_PROGRAM = $(install_sh) -c
55
 
install_sh_SCRIPT = $(install_sh) -c
56
 
INSTALL_HEADER = $(INSTALL_DATA)
57
 
transform = $(program_transform_name)
58
 
NORMAL_INSTALL = :
59
 
PRE_INSTALL = :
60
 
POST_INSTALL = :
61
 
NORMAL_UNINSTALL = :
62
 
PRE_UNINSTALL = :
63
 
POST_UNINSTALL = :
64
 
build_triplet = @build@
65
 
host_triplet = @host@
66
 
target_triplet = @target@
67
 
subdir = src
68
 
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
69
 
        $(srcdir)/Makefile.in $(srcdir)/Stratimikos_Config.h.in
70
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71
 
am__aclocal_m4_deps = $(top_srcdir)/config/tac_arg_check_mpi.m4 \
72
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
73
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
74
 
        $(top_srcdir)/config/tac_arg_enable_export-makefiles.m4 \
75
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
76
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub.m4 \
77
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub_check.m4 \
78
 
        $(top_srcdir)/config/tac_arg_inform_subpackage_used.m4 \
79
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
80
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
81
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
82
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
83
 
        $(top_srcdir)/config/tac_arg_with_perl.m4 \
84
 
        $(top_srcdir)/configure.ac
85
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86
 
        $(ACLOCAL_M4)
87
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
88
 
CONFIG_HEADER = Stratimikos_Config.h
89
 
CONFIG_CLEAN_FILES =
90
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91
 
am__vpath_adj = case $$p in \
92
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93
 
    *) f=$$p;; \
94
 
  esac;
95
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
96
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
97
 
        "$(DESTDIR)$(execincludedir)"
98
 
libLIBRARIES_INSTALL = $(INSTALL_DATA)
99
 
LIBRARIES = $(lib_LIBRARIES)
100
 
AR = ar
101
 
ARFLAGS = cru
102
 
libstratimikos_a_DEPENDENCIES =
103
 
am__objects_1 = Stratimikos_DefaultLinearSolverBuilder.$(OBJEXT)
104
 
am_libstratimikos_a_OBJECTS = $(am__objects_1)
105
 
libstratimikos_a_OBJECTS = $(am_libstratimikos_a_OBJECTS)
106
 
DEFAULT_INCLUDES = -I.@am__isrc@
107
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
108
 
am__depfiles_maybe = depfiles
109
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111
 
CXXLD = $(CXX)
112
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
113
 
        -o $@
114
 
SOURCES = $(libstratimikos_a_SOURCES)
115
 
DIST_SOURCES = $(libstratimikos_a_SOURCES)
116
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
117
 
nodist_execincludeHEADERS_INSTALL = $(INSTALL_HEADER)
118
 
HEADERS = $(include_HEADERS) $(nodist_execinclude_HEADERS)
119
 
ETAGS = etags
120
 
CTAGS = ctags
121
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122
 
ACLOCAL = @ACLOCAL@
123
 
ALTERNATE_AR = @ALTERNATE_AR@
124
 
AMTAR = @AMTAR@
125
 
AUTOCONF = @AUTOCONF@
126
 
AUTOHEADER = @AUTOHEADER@
127
 
AUTOMAKE = @AUTOMAKE@
128
 
AWK = @AWK@
129
 
CC = @CC@
130
 
CCDEPMODE = @CCDEPMODE@
131
 
CFLAGS = @CFLAGS@
132
 
CPPFLAGS = @CPPFLAGS@
133
 
CXX = @CXX@
134
 
CXXCPP = @CXXCPP@
135
 
CXXDEPMODE = @CXXDEPMODE@
136
 
CXXFLAGS = @CXXFLAGS@
137
 
CYGPATH_W = @CYGPATH_W@
138
 
DEFS = @DEFS@
139
 
DEPDIR = @DEPDIR@
140
 
ECHO_C = @ECHO_C@
141
 
ECHO_N = @ECHO_N@
142
 
ECHO_T = @ECHO_T@
143
 
EXEEXT = @EXEEXT@
144
 
HAVE_PERL = @HAVE_PERL@
145
 
INSTALL = @INSTALL@
146
 
INSTALL_DATA = @INSTALL_DATA@
147
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
149
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
 
LDFLAGS = @LDFLAGS@
151
 
LIBOBJS = @LIBOBJS@
152
 
LIBS = @LIBS@
153
 
LTLIBOBJS = @LTLIBOBJS@
154
 
MAINT = @MAINT@
155
 
MAKEINFO = @MAKEINFO@
156
 
MKDIR_P = @MKDIR_P@
157
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
158
 
MPI_CXX = @MPI_CXX@
159
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
160
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
161
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
162
 
OBJEXT = @OBJEXT@
163
 
PACKAGE = @PACKAGE@
164
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165
 
PACKAGE_NAME = @PACKAGE_NAME@
166
 
PACKAGE_STRING = @PACKAGE_STRING@
167
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
168
 
PACKAGE_VERSION = @PACKAGE_VERSION@
169
 
PATH_SEPARATOR = @PATH_SEPARATOR@
170
 
PERL_EXE = @PERL_EXE@
171
 
RANLIB = @RANLIB@
172
 
SET_MAKE = @SET_MAKE@
173
 
SHELL = @SHELL@
174
 
STRIP = @STRIP@
175
 
TRILINOS_TEMPLATE_OBJS = @TRILINOS_TEMPLATE_OBJS@
176
 
VERSION = @VERSION@
177
 
abs_builddir = @abs_builddir@
178
 
abs_srcdir = @abs_srcdir@
179
 
abs_top_builddir = @abs_top_builddir@
180
 
abs_top_srcdir = @abs_top_srcdir@
181
 
ac_aux_dir = @ac_aux_dir@
182
 
ac_ct_CC = @ac_ct_CC@
183
 
ac_ct_CXX = @ac_ct_CXX@
184
 
am__include = @am__include@
185
 
am__leading_dot = @am__leading_dot@
186
 
am__quote = @am__quote@
187
 
am__tar = @am__tar@
188
 
am__untar = @am__untar@
189
 
bindir = @bindir@
190
 
build = @build@
191
 
build_alias = @build_alias@
192
 
build_cpu = @build_cpu@
193
 
build_os = @build_os@
194
 
build_vendor = @build_vendor@
195
 
builddir = @builddir@
196
 
datadir = @datadir@
197
 
datarootdir = @datarootdir@
198
 
docdir = @docdir@
199
 
dvidir = @dvidir@
200
 
exec_prefix = @exec_prefix@
201
 
host = @host@
202
 
host_alias = @host_alias@
203
 
host_cpu = @host_cpu@
204
 
host_os = @host_os@
205
 
host_vendor = @host_vendor@
206
 
htmldir = @htmldir@
207
 
includedir = @includedir@
208
 
infodir = @infodir@
209
 
install_sh = @install_sh@
210
 
libdir = @libdir@
211
 
libexecdir = @libexecdir@
212
 
localedir = @localedir@
213
 
localstatedir = @localstatedir@
214
 
mandir = @mandir@
215
 
mkdir_p = @mkdir_p@
216
 
oldincludedir = @oldincludedir@
217
 
pdfdir = @pdfdir@
218
 
prefix = @prefix@
219
 
program_transform_name = @program_transform_name@
220
 
psdir = @psdir@
221
 
sbindir = @sbindir@
222
 
sharedstatedir = @sharedstatedir@
223
 
srcdir = @srcdir@
224
 
sysconfdir = @sysconfdir@
225
 
target = @target@
226
 
target_alias = @target_alias@
227
 
target_cpu = @target_cpu@
228
 
target_os = @target_os@
229
 
target_vendor = @target_vendor@
230
 
top_builddir = @top_builddir@
231
 
top_srcdir = @top_srcdir@
232
 
 
233
 
#np# Note the following paragraph.
234
 
# ------------------------------------------------------------------------
235
 
# For each category, create two variables - NAME and NAME_H. The
236
 
# second is the list of headers to be installed, i.e., any header that
237
 
# might someday be needed by some other code outside New_Package. The first is
238
 
# the list of all source and any other header files.
239
 
# ------------------------------------------------------------------------
240
 
 
241
 
#
242
 
#np# There is, at present, no distinction between most of the categories, 
243
 
#np# other than those which start with EXTRA_.  All categories which do not
244
 
#np# start with EXTRA_ are included in all builds.  Categories which start
245
 
#np# with EXTRA_ are included in some builds (typically controlled by 
246
 
#np# --with-xyz or --without-xyz)
247
 
#
248
 
#np# Make sure to list all source files in one of the following categories.
249
 
CORE_H = \
250
 
        $(srcdir)/Stratimikos_DefaultLinearSolverBuilder.hpp\
251
 
        $(srcdir)/Thyra_DefaultRealLinearSolverBuilder.hpp
252
 
 
253
 
CORE = \
254
 
        $(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp
255
 
 
256
 
@USING_GNUMAKE_FALSE@EXPORT_INCLUDES = $(STRATIMIKOS_INCLUDES)
257
 
@USING_GNUMAKE_TRUE@EXPORT_INCLUDES = $(shell $(PERL_EXE) $(top_srcdir)/config/strip_dup_incl_paths.pl $(STRATIMIKOS_INCLUDES))
258
 
AM_CPPFLAGS = $(EXPORT_INCLUDES)
259
 
 
260
 
# ------------------------------------------------------------------------
261
 
# Stratimikos library specifications
262
 
# ------------------------------------------------------------------------
263
 
STRATIMIKOS_LIB = libstratimikos.a
264
 
STRATIMIKOS_H = \
265
 
        $(CORE_H)
266
 
 
267
 
 
268
 
#np# replace new_package with the name of the package being autotool'ed here
269
 
libstratimikos_a_SOURCES = \
270
 
        $(CORE)
271
 
 
272
 
@USE_ALTERNATE_AR_FALSE@libstratimikos_a_AR = $(AR) cru
273
 
 
274
 
# ------------------------------------------------------------------------
275
 
# For using a special archiver
276
 
# ------------------------------------------------------------------------
277
 
 
278
 
# SPECIAL NOTE: Why is the "else" there?  For some reason, automake
279
 
# fails to define <lib>_AR of USE_ALTERNATE_AR is false, so we have to
280
 
# define it manually.
281
 
@USE_ALTERNATE_AR_TRUE@libstratimikos_a_AR = $(ALTERNATE_AR)
282
 
 
283
 
# ------------------------------------------------------------------------
284
 
# Some C++ compilers create extra .o-files for templates. We need to
285
 
# be sure to include these, and this is the hack to do it.
286
 
# ------------------------------------------------------------------------
287
 
libstratimikos_a_LIBADD = $(XTRALDADD)
288
 
 
289
 
# ------------------------------------------------------------------------
290
 
# List of all libraries to install in $(libexecdir)
291
 
# ------------------------------------------------------------------------
292
 
lib_LIBRARIES = $(STRATIMIKOS_LIB)
293
 
 
294
 
# ------------------------------------------------------------------------
295
 
# List of all headers to install in $(includedir)
296
 
# ------------------------------------------------------------------------
297
 
include_HEADERS = $(srcdir)/Stratimikos_ConfigDefs.hpp $(STRATIMIKOS_H) 
298
 
 
299
 
# ------------------------------------------------------------------------
300
 
# Special stuff to install in our special $(execincludedir)
301
 
# ------------------------------------------------------------------------
302
 
execincludedir = $(includedir)
303
 
nodist_execinclude_HEADERS = Stratimikos_Config.h
304
 
 
305
 
# ------------------------------------------------------------------------
306
 
# Files to be deleted by 'make maintainer-clean'
307
 
# ------------------------------------------------------------------------
308
 
MAINTAINERCLEANFILES = Makefile.in 
309
 
all: Stratimikos_Config.h
310
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
311
 
 
312
 
.SUFFIXES:
313
 
.SUFFIXES: .cpp .o .obj
314
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
315
 
        @for dep in $?; do \
316
 
          case '$(am__configure_deps)' in \
317
 
            *$$dep*) \
318
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
319
 
                && exit 0; \
320
 
              exit 1;; \
321
 
          esac; \
322
 
        done; \
323
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
324
 
        cd $(top_srcdir) && \
325
 
          $(AUTOMAKE) --foreign  src/Makefile
326
 
.PRECIOUS: Makefile
327
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328
 
        @case '$?' in \
329
 
          *config.status*) \
330
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331
 
          *) \
332
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334
 
        esac;
335
 
 
336
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
 
 
339
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
 
 
344
 
Stratimikos_Config.h: stamp-h1
345
 
        @if test ! -f $@; then \
346
 
          rm -f stamp-h1; \
347
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
348
 
        else :; fi
349
 
 
350
 
stamp-h1: $(srcdir)/Stratimikos_Config.h.in $(top_builddir)/config.status
351
 
        @rm -f stamp-h1
352
 
        cd $(top_builddir) && $(SHELL) ./config.status src/Stratimikos_Config.h
353
 
$(srcdir)/Stratimikos_Config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
354
 
        cd $(top_srcdir) && $(AUTOHEADER)
355
 
        rm -f stamp-h1
356
 
        touch $@
357
 
 
358
 
distclean-hdr:
359
 
        -rm -f Stratimikos_Config.h stamp-h1
360
 
install-libLIBRARIES: $(lib_LIBRARIES)
361
 
        @$(NORMAL_INSTALL)
362
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
363
 
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
364
 
          if test -f $$p; then \
365
 
            f=$(am__strip_dir) \
366
 
            echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
367
 
            $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
368
 
          else :; fi; \
369
 
        done
370
 
        @$(POST_INSTALL)
371
 
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
372
 
          if test -f $$p; then \
373
 
            p=$(am__strip_dir) \
374
 
            echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
375
 
            $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
376
 
          else :; fi; \
377
 
        done
378
 
 
379
 
uninstall-libLIBRARIES:
380
 
        @$(NORMAL_UNINSTALL)
381
 
        @list='$(lib_LIBRARIES)'; for p in $$list; do \
382
 
          p=$(am__strip_dir) \
383
 
          echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
384
 
          rm -f "$(DESTDIR)$(libdir)/$$p"; \
385
 
        done
386
 
 
387
 
clean-libLIBRARIES:
388
 
        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
389
 
libstratimikos.a: $(libstratimikos_a_OBJECTS) $(libstratimikos_a_DEPENDENCIES) 
390
 
        -rm -f libstratimikos.a
391
 
        $(libstratimikos_a_AR) libstratimikos.a $(libstratimikos_a_OBJECTS) $(libstratimikos_a_LIBADD)
392
 
        $(RANLIB) libstratimikos.a
393
 
 
394
 
mostlyclean-compile:
395
 
        -rm -f *.$(OBJEXT)
396
 
 
397
 
distclean-compile:
398
 
        -rm -f *.tab.c
399
 
 
400
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Po@am__quote@
401
 
 
402
 
.cpp.o:
403
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
408
 
 
409
 
.cpp.obj:
410
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
415
 
 
416
 
Stratimikos_DefaultLinearSolverBuilder.o: $(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp
417
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Stratimikos_DefaultLinearSolverBuilder.o -MD -MP -MF $(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Tpo -c -o Stratimikos_DefaultLinearSolverBuilder.o `test -f '$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp' || echo '$(srcdir)/'`$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp
418
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Tpo $(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Po
419
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp' object='Stratimikos_DefaultLinearSolverBuilder.o' libtool=no @AMDEPBACKSLASH@
420
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Stratimikos_DefaultLinearSolverBuilder.o `test -f '$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp' || echo '$(srcdir)/'`$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp
422
 
 
423
 
Stratimikos_DefaultLinearSolverBuilder.obj: $(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp
424
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Stratimikos_DefaultLinearSolverBuilder.obj -MD -MP -MF $(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Tpo -c -o Stratimikos_DefaultLinearSolverBuilder.obj `if test -f '$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp'; then $(CYGPATH_W) '$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp'; fi`
425
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Tpo $(DEPDIR)/Stratimikos_DefaultLinearSolverBuilder.Po
426
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp' object='Stratimikos_DefaultLinearSolverBuilder.obj' libtool=no @AMDEPBACKSLASH@
427
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Stratimikos_DefaultLinearSolverBuilder.obj `if test -f '$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp'; then $(CYGPATH_W) '$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/Stratimikos_DefaultLinearSolverBuilder.cpp'; fi`
429
 
install-includeHEADERS: $(include_HEADERS)
430
 
        @$(NORMAL_INSTALL)
431
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
432
 
        @list='$(include_HEADERS)'; for p in $$list; do \
433
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
434
 
          f=$(am__strip_dir) \
435
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
436
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
437
 
        done
438
 
 
439
 
uninstall-includeHEADERS:
440
 
        @$(NORMAL_UNINSTALL)
441
 
        @list='$(include_HEADERS)'; for p in $$list; do \
442
 
          f=$(am__strip_dir) \
443
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
444
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
445
 
        done
446
 
install-nodist_execincludeHEADERS: $(nodist_execinclude_HEADERS)
447
 
        @$(NORMAL_INSTALL)
448
 
        test -z "$(execincludedir)" || $(MKDIR_P) "$(DESTDIR)$(execincludedir)"
449
 
        @list='$(nodist_execinclude_HEADERS)'; for p in $$list; do \
450
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451
 
          f=$(am__strip_dir) \
452
 
          echo " $(nodist_execincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(execincludedir)/$$f'"; \
453
 
          $(nodist_execincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(execincludedir)/$$f"; \
454
 
        done
455
 
 
456
 
uninstall-nodist_execincludeHEADERS:
457
 
        @$(NORMAL_UNINSTALL)
458
 
        @list='$(nodist_execinclude_HEADERS)'; for p in $$list; do \
459
 
          f=$(am__strip_dir) \
460
 
          echo " rm -f '$(DESTDIR)$(execincludedir)/$$f'"; \
461
 
          rm -f "$(DESTDIR)$(execincludedir)/$$f"; \
462
 
        done
463
 
 
464
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
465
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466
 
        unique=`for i in $$list; do \
467
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
 
          done | \
469
 
          $(AWK) '    { files[$$0] = 1; } \
470
 
               END { for (i in files) print i; }'`; \
471
 
        mkid -fID $$unique
472
 
tags: TAGS
473
 
 
474
 
TAGS:  $(HEADERS) $(SOURCES) Stratimikos_Config.h.in $(TAGS_DEPENDENCIES) \
475
 
                $(TAGS_FILES) $(LISP)
476
 
        tags=; \
477
 
        here=`pwd`; \
478
 
        list='$(SOURCES) $(HEADERS) Stratimikos_Config.h.in $(LISP) $(TAGS_FILES)'; \
479
 
        unique=`for i in $$list; do \
480
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
 
          done | \
482
 
          $(AWK) '    { files[$$0] = 1; } \
483
 
               END { for (i in files) print i; }'`; \
484
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
485
 
          test -n "$$unique" || unique=$$empty_fix; \
486
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
 
            $$tags $$unique; \
488
 
        fi
489
 
ctags: CTAGS
490
 
CTAGS:  $(HEADERS) $(SOURCES) Stratimikos_Config.h.in $(TAGS_DEPENDENCIES) \
491
 
                $(TAGS_FILES) $(LISP)
492
 
        tags=; \
493
 
        here=`pwd`; \
494
 
        list='$(SOURCES) $(HEADERS) Stratimikos_Config.h.in $(LISP) $(TAGS_FILES)'; \
495
 
        unique=`for i in $$list; do \
496
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
 
          done | \
498
 
          $(AWK) '    { files[$$0] = 1; } \
499
 
               END { for (i in files) print i; }'`; \
500
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
501
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502
 
             $$tags $$unique
503
 
 
504
 
GTAGS:
505
 
        here=`$(am__cd) $(top_builddir) && pwd` \
506
 
          && cd $(top_srcdir) \
507
 
          && gtags -i $(GTAGS_ARGS) $$here
508
 
 
509
 
distclean-tags:
510
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
 
 
512
 
distdir: $(DISTFILES)
513
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515
 
        list='$(DISTFILES)'; \
516
 
          dist_files=`for file in $$list; do echo $$file; done | \
517
 
          sed -e "s|^$$srcdirstrip/||;t" \
518
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519
 
        case $$dist_files in \
520
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
521
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522
 
                           sort -u` ;; \
523
 
        esac; \
524
 
        for file in $$dist_files; do \
525
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526
 
          if test -d $$d/$$file; then \
527
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
530
 
            fi; \
531
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
532
 
          else \
533
 
            test -f $(distdir)/$$file \
534
 
            || cp -p $$d/$$file $(distdir)/$$file \
535
 
            || exit 1; \
536
 
          fi; \
537
 
        done
538
 
check-am: all-am
539
 
check: check-am
540
 
all-am: Makefile $(LIBRARIES) $(HEADERS) Stratimikos_Config.h \
541
 
                all-local
542
 
installdirs:
543
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(execincludedir)"; do \
544
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
545
 
        done
546
 
install: install-am
547
 
install-exec: install-exec-am
548
 
install-data: install-data-am
549
 
uninstall: uninstall-am
550
 
 
551
 
install-am: all-am
552
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
553
 
 
554
 
installcheck: installcheck-am
555
 
install-strip:
556
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558
 
          `test -z '$(STRIP)' || \
559
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
560
 
mostlyclean-generic:
561
 
 
562
 
clean-generic:
563
 
 
564
 
distclean-generic:
565
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566
 
 
567
 
maintainer-clean-generic:
568
 
        @echo "This command is intended for maintainers to use"
569
 
        @echo "it deletes files that may require special tools to rebuild."
570
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
571
 
clean: clean-am
572
 
 
573
 
clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
574
 
 
575
 
distclean: distclean-am
576
 
        -rm -rf ./$(DEPDIR)
577
 
        -rm -f Makefile
578
 
distclean-am: clean-am distclean-compile distclean-generic \
579
 
        distclean-hdr distclean-tags
580
 
 
581
 
dvi: dvi-am
582
 
 
583
 
dvi-am:
584
 
 
585
 
html: html-am
586
 
 
587
 
info: info-am
588
 
 
589
 
info-am:
590
 
 
591
 
install-data-am: install-includeHEADERS
592
 
 
593
 
install-dvi: install-dvi-am
594
 
 
595
 
install-exec-am: install-libLIBRARIES \
596
 
        install-nodist_execincludeHEADERS
597
 
 
598
 
install-html: install-html-am
599
 
 
600
 
install-info: install-info-am
601
 
 
602
 
install-man:
603
 
 
604
 
install-pdf: install-pdf-am
605
 
 
606
 
install-ps: install-ps-am
607
 
 
608
 
installcheck-am:
609
 
 
610
 
maintainer-clean: maintainer-clean-am
611
 
        -rm -rf ./$(DEPDIR)
612
 
        -rm -f Makefile
613
 
maintainer-clean-am: distclean-am maintainer-clean-generic
614
 
 
615
 
mostlyclean: mostlyclean-am
616
 
 
617
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
618
 
 
619
 
pdf: pdf-am
620
 
 
621
 
pdf-am:
622
 
 
623
 
ps: ps-am
624
 
 
625
 
ps-am:
626
 
 
627
 
uninstall-am: uninstall-includeHEADERS uninstall-libLIBRARIES \
628
 
        uninstall-nodist_execincludeHEADERS
629
 
 
630
 
.MAKE: install-am install-strip
631
 
 
632
 
.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
633
 
        clean-generic clean-libLIBRARIES ctags distclean \
634
 
        distclean-compile distclean-generic distclean-hdr \
635
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
636
 
        install install-am install-data install-data-am install-dvi \
637
 
        install-dvi-am install-exec install-exec-am install-html \
638
 
        install-html-am install-includeHEADERS install-info \
639
 
        install-info-am install-libLIBRARIES install-man \
640
 
        install-nodist_execincludeHEADERS install-pdf install-pdf-am \
641
 
        install-ps install-ps-am install-strip installcheck \
642
 
        installcheck-am installdirs maintainer-clean \
643
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
644
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
645
 
        uninstall-am uninstall-includeHEADERS uninstall-libLIBRARIES \
646
 
        uninstall-nodist_execincludeHEADERS
647
 
 
648
 
 
649
 
all-local:
650
 
        @echo ""
651
 
        @echo "Trilinos package stratimikos subdirectory src built successfully."
652
 
        @echo ""
653
 
 
654
 
#Specify locations of include files within Trilinos
655
 
 
656
 
include $(top_builddir)/Makefile.export.stratimikos
657
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
658
 
# Otherwise a system limit (for SysV at least) may be exceeded.
659
 
.NOEXPORT: