~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/moocho/thyra/example/NLPThyraEpetraAdvDiffReactOpt/external/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
 
# Moocho: Multi-functional Object-Oriented arCHitecture for Optimization
21
 
#                  Copyright (2003) 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
 
VPATH = @srcdir@
45
 
pkgdatadir = $(datadir)/@PACKAGE@
46
 
pkglibdir = $(libdir)/@PACKAGE@
47
 
pkgincludedir = $(includedir)/@PACKAGE@
48
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
 
install_sh_DATA = $(install_sh) -c -m 644
50
 
install_sh_PROGRAM = $(install_sh) -c
51
 
install_sh_SCRIPT = $(install_sh) -c
52
 
INSTALL_HEADER = $(INSTALL_DATA)
53
 
transform = $(program_transform_name)
54
 
NORMAL_INSTALL = :
55
 
PRE_INSTALL = :
56
 
POST_INSTALL = :
57
 
NORMAL_UNINSTALL = :
58
 
PRE_UNINSTALL = :
59
 
POST_UNINSTALL = :
60
 
build_triplet = @build@
61
 
host_triplet = @host@
62
 
target_triplet = @target@
63
 
subdir = thyra/example/NLPThyraEpetraAdvDiffReactOpt/external
64
 
DIST_COMMON = $(srcdir)/Makefile.am \
65
 
        $(srcdir)/Makefile.external.stub.in $(srcdir)/Makefile.in
66
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
 
am__aclocal_m4_deps = $(top_srcdir)/config/tac_arg_check_mpi.m4 \
68
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
69
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
70
 
        $(top_srcdir)/config/tac_arg_enable_export-makefiles.m4 \
71
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
72
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub_check.m4 \
73
 
        $(top_srcdir)/config/tac_arg_inform_subpackage_used.m4 \
74
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
75
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
76
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
77
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
78
 
        $(top_srcdir)/config/tac_arg_with_perl.m4 \
79
 
        $(top_srcdir)/configure.ac
80
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81
 
        $(ACLOCAL_M4)
82
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
83
 
CONFIG_HEADER = $(top_builddir)/src/Moocho_Config.h
84
 
CONFIG_CLEAN_FILES = Makefile.external.stub
85
 
SOURCES =
86
 
DIST_SOURCES =
87
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
 
ACLOCAL = @ACLOCAL@
89
 
ALTERNATE_AR = @ALTERNATE_AR@
90
 
AMTAR = @AMTAR@
91
 
AUTOCONF = @AUTOCONF@
92
 
AUTOHEADER = @AUTOHEADER@
93
 
AUTOMAKE = @AUTOMAKE@
94
 
AWK = @AWK@
95
 
CC = @CC@
96
 
CCDEPMODE = @CCDEPMODE@
97
 
CFLAGS = @CFLAGS@
98
 
CPPFLAGS = @CPPFLAGS@
99
 
CXX = @CXX@
100
 
CXXCPP = @CXXCPP@
101
 
CXXDEPMODE = @CXXDEPMODE@
102
 
CXXFLAGS = @CXXFLAGS@
103
 
CYGPATH_W = @CYGPATH_W@
104
 
DEFS = @DEFS@
105
 
DEPDIR = @DEPDIR@
106
 
ECHO_C = @ECHO_C@
107
 
ECHO_N = @ECHO_N@
108
 
ECHO_T = @ECHO_T@
109
 
EXEEXT = @EXEEXT@
110
 
F77 = @F77@
111
 
FFLAGS = @FFLAGS@
112
 
FLIBS = @FLIBS@
113
 
HAVE_PERL = @HAVE_PERL@
114
 
INSTALL = @INSTALL@
115
 
INSTALL_DATA = @INSTALL_DATA@
116
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
117
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
118
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119
 
LDFLAGS = @LDFLAGS@
120
 
LIBOBJS = @LIBOBJS@
121
 
LIBS = @LIBS@
122
 
LTLIBOBJS = @LTLIBOBJS@
123
 
MAINT = @MAINT@
124
 
MAKEINFO = @MAKEINFO@
125
 
MKDIR_P = @MKDIR_P@
126
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
127
 
MPI_CXX = @MPI_CXX@
128
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
129
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
130
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
131
 
OBJEXT = @OBJEXT@
132
 
PACKAGE = @PACKAGE@
133
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
 
PACKAGE_NAME = @PACKAGE_NAME@
135
 
PACKAGE_STRING = @PACKAGE_STRING@
136
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
137
 
PACKAGE_VERSION = @PACKAGE_VERSION@
138
 
PATH_SEPARATOR = @PATH_SEPARATOR@
139
 
PERL_EXE = @PERL_EXE@
140
 
RANLIB = @RANLIB@
141
 
SET_MAKE = @SET_MAKE@
142
 
SHELL = @SHELL@
143
 
STRIP = @STRIP@
144
 
TRILINOS_TEMPLATE_OBJS = @TRILINOS_TEMPLATE_OBJS@
145
 
VERSION = @VERSION@
146
 
abs_builddir = @abs_builddir@
147
 
abs_srcdir = @abs_srcdir@
148
 
abs_top_builddir = @abs_top_builddir@
149
 
abs_top_srcdir = @abs_top_srcdir@
150
 
ac_aux_dir = @ac_aux_dir@
151
 
ac_ct_CC = @ac_ct_CC@
152
 
ac_ct_CXX = @ac_ct_CXX@
153
 
ac_ct_F77 = @ac_ct_F77@
154
 
am__include = @am__include@
155
 
am__leading_dot = @am__leading_dot@
156
 
am__quote = @am__quote@
157
 
am__tar = @am__tar@
158
 
am__untar = @am__untar@
159
 
bindir = @bindir@
160
 
build = @build@
161
 
build_alias = @build_alias@
162
 
build_cpu = @build_cpu@
163
 
build_os = @build_os@
164
 
build_vendor = @build_vendor@
165
 
builddir = @builddir@
166
 
datadir = @datadir@
167
 
datarootdir = @datarootdir@
168
 
docdir = @docdir@
169
 
dvidir = @dvidir@
170
 
exec_prefix = @exec_prefix@
171
 
host = @host@
172
 
host_alias = @host_alias@
173
 
host_cpu = @host_cpu@
174
 
host_os = @host_os@
175
 
host_vendor = @host_vendor@
176
 
htmldir = @htmldir@
177
 
includedir = @includedir@
178
 
infodir = @infodir@
179
 
install_sh = @install_sh@
180
 
libdir = @libdir@
181
 
libexecdir = @libexecdir@
182
 
localedir = @localedir@
183
 
localstatedir = @localstatedir@
184
 
mandir = @mandir@
185
 
mkdir_p = @mkdir_p@
186
 
oldincludedir = @oldincludedir@
187
 
pdfdir = @pdfdir@
188
 
prefix = @prefix@
189
 
program_transform_name = @program_transform_name@
190
 
psdir = @psdir@
191
 
sbindir = @sbindir@
192
 
sharedstatedir = @sharedstatedir@
193
 
srcdir = @srcdir@
194
 
sysconfdir = @sysconfdir@
195
 
target = @target@
196
 
target_alias = @target_alias@
197
 
target_cpu = @target_cpu@
198
 
target_os = @target_os@
199
 
target_vendor = @target_vendor@
200
 
top_builddir = @top_builddir@
201
 
top_srcdir = @top_srcdir@
202
 
all: all-am
203
 
 
204
 
.SUFFIXES:
205
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
206
 
        @for dep in $?; do \
207
 
          case '$(am__configure_deps)' in \
208
 
            *$$dep*) \
209
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
210
 
                && exit 0; \
211
 
              exit 1;; \
212
 
          esac; \
213
 
        done; \
214
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  thyra/example/NLPThyraEpetraAdvDiffReactOpt/external/Makefile'; \
215
 
        cd $(top_srcdir) && \
216
 
          $(AUTOMAKE) --foreign  thyra/example/NLPThyraEpetraAdvDiffReactOpt/external/Makefile
217
 
.PRECIOUS: Makefile
218
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219
 
        @case '$?' in \
220
 
          *config.status*) \
221
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
222
 
          *) \
223
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
224
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
225
 
        esac;
226
 
 
227
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229
 
 
230
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
231
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
233
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
 
Makefile.external.stub: $(top_builddir)/config.status $(srcdir)/Makefile.external.stub.in
235
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
236
 
tags: TAGS
237
 
TAGS:
238
 
 
239
 
ctags: CTAGS
240
 
CTAGS:
241
 
 
242
 
 
243
 
distdir: $(DISTFILES)
244
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
245
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
246
 
        list='$(DISTFILES)'; \
247
 
          dist_files=`for file in $$list; do echo $$file; done | \
248
 
          sed -e "s|^$$srcdirstrip/||;t" \
249
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
250
 
        case $$dist_files in \
251
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
252
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
253
 
                           sort -u` ;; \
254
 
        esac; \
255
 
        for file in $$dist_files; do \
256
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
257
 
          if test -d $$d/$$file; then \
258
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
259
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
260
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
261
 
            fi; \
262
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
263
 
          else \
264
 
            test -f $(distdir)/$$file \
265
 
            || cp -p $$d/$$file $(distdir)/$$file \
266
 
            || exit 1; \
267
 
          fi; \
268
 
        done
269
 
check-am: all-am
270
 
check: check-am
271
 
all-am: Makefile
272
 
installdirs:
273
 
install: install-am
274
 
install-exec: install-exec-am
275
 
install-data: install-data-am
276
 
uninstall: uninstall-am
277
 
 
278
 
install-am: all-am
279
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
280
 
 
281
 
installcheck: installcheck-am
282
 
install-strip:
283
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
284
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
285
 
          `test -z '$(STRIP)' || \
286
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
287
 
mostlyclean-generic:
288
 
 
289
 
clean-generic:
290
 
 
291
 
distclean-generic:
292
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
293
 
 
294
 
maintainer-clean-generic:
295
 
        @echo "This command is intended for maintainers to use"
296
 
        @echo "it deletes files that may require special tools to rebuild."
297
 
clean: clean-am
298
 
 
299
 
clean-am: clean-generic mostlyclean-am
300
 
 
301
 
distclean: distclean-am
302
 
        -rm -f Makefile
303
 
distclean-am: clean-am distclean-generic
304
 
 
305
 
dvi: dvi-am
306
 
 
307
 
dvi-am:
308
 
 
309
 
html: html-am
310
 
 
311
 
info: info-am
312
 
 
313
 
info-am:
314
 
 
315
 
install-data-am: install-data-local
316
 
 
317
 
install-dvi: install-dvi-am
318
 
 
319
 
install-exec-am:
320
 
 
321
 
install-html: install-html-am
322
 
 
323
 
install-info: install-info-am
324
 
 
325
 
install-man:
326
 
 
327
 
install-pdf: install-pdf-am
328
 
 
329
 
install-ps: install-ps-am
330
 
 
331
 
installcheck-am:
332
 
 
333
 
maintainer-clean: maintainer-clean-am
334
 
        -rm -f Makefile
335
 
maintainer-clean-am: distclean-am maintainer-clean-generic
336
 
 
337
 
mostlyclean: mostlyclean-am
338
 
 
339
 
mostlyclean-am: mostlyclean-generic
340
 
 
341
 
pdf: pdf-am
342
 
 
343
 
pdf-am:
344
 
 
345
 
ps: ps-am
346
 
 
347
 
ps-am:
348
 
 
349
 
uninstall-am:
350
 
 
351
 
.MAKE: install-am install-strip
352
 
 
353
 
.PHONY: all all-am check check-am clean clean-generic distclean \
354
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
355
 
        install install-am install-data install-data-am \
356
 
        install-data-local install-dvi install-dvi-am install-exec \
357
 
        install-exec-am install-html install-html-am install-info \
358
 
        install-info-am install-man install-pdf install-pdf-am \
359
 
        install-ps install-ps-am install-strip installcheck \
360
 
        installcheck-am installdirs maintainer-clean \
361
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
362
 
        pdf-am ps ps-am uninstall uninstall-am
363
 
 
364
 
 
365
 
install-data-local:
366
 
        $(mkinstalldirs) $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt ; \
367
 
        $(INSTALL_DATA) $(srcdir)/../NLPThyraEpetraAdvDiffReactOptMain.cpp $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
368
 
        $(INSTALL_DATA) $(top_srcdir)/../thyra/example/operator_vector/sillyModifiedGramSchmidt.hpp \
369
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
370
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/GLpApp_AdvDiffReactOptModel.* \
371
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
372
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/GLpApp_AdvDiffReactOptModelCreator.* \
373
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
374
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/GenSQP_DataPool.* \
375
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
376
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/GLpApp_GLpYUEpetraDataPool.* \
377
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
378
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/GenSQP_YUEpetraVector.* \
379
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
380
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/GenSQP_Vector.* \
381
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
382
 
        $(INSTALL_DATA) $(top_srcdir)/../epetraext/example/model_evaluator/GLpApp/rect2DMeshGenerator.* \
383
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/. ; \
384
 
        cp ../_run-varied-tests.pl $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/run-varied-tests.pl ; \
385
 
        chmod a+x $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/run-varied-tests.pl ; \
386
 
        $(INSTALL_DATA) $(top_srcdir)/src/MoochoPack/configurations/sample_option_files/Moocho.sample.opt \
387
 
           $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/input_files/. ; \
388
 
        $(INSTALL_DATA) Makefile.external.stub $(exec_prefix)/example/moocho/thyra/NLPThyraEpetraAdvDiffReactOpt/Makefile
389
 
 
390
 
sample-makefile:
391
 
        cp Makefile.external.stub $(srcdir)/Makefile.external.sample
392
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
393
 
# Otherwise a system limit (for SysV at least) may be exceeded.
394
 
.NOEXPORT: