~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/moocho/example/ExampleNLPFirstOrder/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
 
 
45
 
# ************************************************************************
46
 
47
 
# Moocho: Multi-functional Object-Oriented arCHitecture for Optimization
48
 
#
49
 
#   Copyright (2003) Sandia Corporation
50
 
51
 
# Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
52
 
# license for use of this work by or on behalf of the U.S. Government.
53
 
54
 
# This library is free software; you can redistribute it and/or modify
55
 
# it under the terms of the GNU Lesser General Public License as
56
 
# published by the Free Software Foundation; either version 2.1 of the
57
 
# License, or (at your option) any later version.
58
 
#  
59
 
# This library is distributed in the hope that it will be useful, but
60
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
61
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
62
 
# Lesser General Public License for more details.
63
 
#  
64
 
# You should have received a copy of the GNU Lesser General Public
65
 
# License along with this library; if not, write to the Free Software
66
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
67
 
# USA
68
 
# Questions? Contact Michael A. Heroux (maherou@sandia.gov) 
69
 
70
 
# ************************************************************************
71
 
#@HEADER
72
 
 
73
 
# Note: This file gets included by automake and these statements are
74
 
# interpreted and imported into the create makefiles.  This is very nice
75
 
# indeed!
76
 
 
77
 
VPATH = @srcdir@
78
 
pkgdatadir = $(datadir)/@PACKAGE@
79
 
pkglibdir = $(libdir)/@PACKAGE@
80
 
pkgincludedir = $(includedir)/@PACKAGE@
81
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82
 
install_sh_DATA = $(install_sh) -c -m 644
83
 
install_sh_PROGRAM = $(install_sh) -c
84
 
install_sh_SCRIPT = $(install_sh) -c
85
 
INSTALL_HEADER = $(INSTALL_DATA)
86
 
transform = $(program_transform_name)
87
 
NORMAL_INSTALL = :
88
 
PRE_INSTALL = :
89
 
POST_INSTALL = :
90
 
NORMAL_UNINSTALL = :
91
 
PRE_UNINSTALL = :
92
 
POST_UNINSTALL = :
93
 
build_triplet = @build@
94
 
host_triplet = @host@
95
 
target_triplet = @target@
96
 
noinst_PROGRAMS = ExampleNLPFirstOrder$(EXEEXT)
97
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
98
 
        $(top_srcdir)/MakefileExeStub.mak
99
 
subdir = example/ExampleNLPFirstOrder
100
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101
 
am__aclocal_m4_deps = $(top_srcdir)/config/tac_arg_check_mpi.m4 \
102
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
103
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
104
 
        $(top_srcdir)/config/tac_arg_enable_export-makefiles.m4 \
105
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
106
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub_check.m4 \
107
 
        $(top_srcdir)/config/tac_arg_inform_subpackage_used.m4 \
108
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
109
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
110
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
111
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
112
 
        $(top_srcdir)/config/tac_arg_with_perl.m4 \
113
 
        $(top_srcdir)/configure.ac
114
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115
 
        $(ACLOCAL_M4)
116
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
117
 
CONFIG_HEADER = $(top_builddir)/src/Moocho_Config.h
118
 
CONFIG_CLEAN_FILES =
119
 
PROGRAMS = $(noinst_PROGRAMS)
120
 
am_ExampleNLPFirstOrder_OBJECTS = ExampleNLPFirstOrderMain.$(OBJEXT) \
121
 
        NLPInterfacePack_ExampleBasisSystem.$(OBJEXT) \
122
 
        NLPInterfacePack_ExampleNLPFirstOrder.$(OBJEXT) \
123
 
        NLPInterfacePack_ExampleNLPFirstOrderRun.$(OBJEXT) \
124
 
        AbstractLinAlgPack_exampleNLPDiagSetup.$(OBJEXT) \
125
 
        ExampleNLPDirectRTOps.$(OBJEXT) \
126
 
        NLPInterfacePack_ExampleNLPDirect.$(OBJEXT) \
127
 
        NLPInterfacePack_ExampleNLPObjGrad.$(OBJEXT)
128
 
ExampleNLPFirstOrder_OBJECTS = $(am_ExampleNLPFirstOrder_OBJECTS)
129
 
am__DEPENDENCIES_1 =
130
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
131
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
132
 
am__depfiles_maybe = depfiles
133
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135
 
CCLD = $(CC)
136
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
137
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
138
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139
 
CXXLD = $(CXX)
140
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
141
 
        -o $@
142
 
SOURCES = $(ExampleNLPFirstOrder_SOURCES)
143
 
DIST_SOURCES = $(ExampleNLPFirstOrder_SOURCES)
144
 
ETAGS = etags
145
 
CTAGS = ctags
146
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147
 
ACLOCAL = @ACLOCAL@
148
 
ALTERNATE_AR = @ALTERNATE_AR@
149
 
AMTAR = @AMTAR@
150
 
AUTOCONF = @AUTOCONF@
151
 
AUTOHEADER = @AUTOHEADER@
152
 
AUTOMAKE = @AUTOMAKE@
153
 
AWK = @AWK@
154
 
CC = @CC@
155
 
CCDEPMODE = @CCDEPMODE@
156
 
CFLAGS = @CFLAGS@
157
 
CPPFLAGS = @CPPFLAGS@
158
 
CXX = @CXX@
159
 
CXXCPP = @CXXCPP@
160
 
CXXDEPMODE = @CXXDEPMODE@
161
 
CXXFLAGS = @CXXFLAGS@
162
 
CYGPATH_W = @CYGPATH_W@
163
 
DEFS = @DEFS@
164
 
DEPDIR = @DEPDIR@
165
 
ECHO_C = @ECHO_C@
166
 
ECHO_N = @ECHO_N@
167
 
ECHO_T = @ECHO_T@
168
 
EXEEXT = .exe
169
 
F77 = @F77@
170
 
FFLAGS = @FFLAGS@
171
 
FLIBS = @FLIBS@
172
 
HAVE_PERL = @HAVE_PERL@
173
 
INSTALL = @INSTALL@
174
 
INSTALL_DATA = @INSTALL_DATA@
175
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
177
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178
 
LDFLAGS = @LDFLAGS@
179
 
LIBOBJS = @LIBOBJS@
180
 
 
181
 
# This is already added part of MOOCHO_LIBS and therefore automake does not need to add this again!
182
 
LIBS = 
183
 
LTLIBOBJS = @LTLIBOBJS@
184
 
MAINT = @MAINT@
185
 
MAKEINFO = @MAKEINFO@
186
 
MKDIR_P = @MKDIR_P@
187
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
188
 
MPI_CXX = @MPI_CXX@
189
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
190
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
191
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
192
 
OBJEXT = @OBJEXT@
193
 
PACKAGE = @PACKAGE@
194
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195
 
PACKAGE_NAME = @PACKAGE_NAME@
196
 
PACKAGE_STRING = @PACKAGE_STRING@
197
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
198
 
PACKAGE_VERSION = @PACKAGE_VERSION@
199
 
PATH_SEPARATOR = @PATH_SEPARATOR@
200
 
PERL_EXE = @PERL_EXE@
201
 
RANLIB = @RANLIB@
202
 
SET_MAKE = @SET_MAKE@
203
 
SHELL = @SHELL@
204
 
STRIP = @STRIP@
205
 
TRILINOS_TEMPLATE_OBJS = @TRILINOS_TEMPLATE_OBJS@
206
 
VERSION = @VERSION@
207
 
abs_builddir = @abs_builddir@
208
 
abs_srcdir = @abs_srcdir@
209
 
abs_top_builddir = @abs_top_builddir@
210
 
abs_top_srcdir = @abs_top_srcdir@
211
 
ac_aux_dir = @ac_aux_dir@
212
 
ac_ct_CC = @ac_ct_CC@
213
 
ac_ct_CXX = @ac_ct_CXX@
214
 
ac_ct_F77 = @ac_ct_F77@
215
 
am__include = @am__include@
216
 
am__leading_dot = @am__leading_dot@
217
 
am__quote = @am__quote@
218
 
am__tar = @am__tar@
219
 
am__untar = @am__untar@
220
 
bindir = @bindir@
221
 
build = @build@
222
 
build_alias = @build_alias@
223
 
build_cpu = @build_cpu@
224
 
build_os = @build_os@
225
 
build_vendor = @build_vendor@
226
 
builddir = @builddir@
227
 
datadir = @datadir@
228
 
datarootdir = @datarootdir@
229
 
docdir = @docdir@
230
 
dvidir = @dvidir@
231
 
exec_prefix = @exec_prefix@
232
 
host = @host@
233
 
host_alias = @host_alias@
234
 
host_cpu = @host_cpu@
235
 
host_os = @host_os@
236
 
host_vendor = @host_vendor@
237
 
htmldir = @htmldir@
238
 
includedir = @includedir@
239
 
infodir = @infodir@
240
 
install_sh = @install_sh@
241
 
libdir = @libdir@
242
 
libexecdir = @libexecdir@
243
 
localedir = @localedir@
244
 
localstatedir = @localstatedir@
245
 
mandir = @mandir@
246
 
mkdir_p = @mkdir_p@
247
 
oldincludedir = @oldincludedir@
248
 
pdfdir = @pdfdir@
249
 
prefix = @prefix@
250
 
program_transform_name = @program_transform_name@
251
 
psdir = @psdir@
252
 
sbindir = @sbindir@
253
 
sharedstatedir = @sharedstatedir@
254
 
srcdir = @srcdir@
255
 
sysconfdir = @sysconfdir@
256
 
target = @target@
257
 
target_alias = @target_alias@
258
 
target_cpu = @target_cpu@
259
 
target_os = @target_os@
260
 
target_vendor = @target_vendor@
261
 
top_builddir = @top_builddir@
262
 
top_srcdir = @top_srcdir@
263
 
ExampleNLPFirstOrder_SOURCES = \
264
 
  $(srcdir)/ExampleNLPFirstOrderMain.cpp\
265
 
  $(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp\
266
 
  $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp\
267
 
  $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp\
268
 
  $(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp\
269
 
  $(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c\
270
 
  $(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp\
271
 
  $(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp
272
 
 
273
 
ExampleNLPFirstOrder_DEPENDENCIES = $(common_dependencies)
274
 
ExampleNLPFirstOrder_LDADD = $(common_ldadd)
275
 
@ENABLE_MOOCHO_THYRA_TRUE@MOOCHO_THYRA_LIB = $(top_builddir)/thyra/src/libmoochothyra.a
276
 
common_dependencies = \
277
 
  $(top_builddir)/src/libmoocho.a \
278
 
  $(MOOCHO_THYRA_LIB)
279
 
 
280
 
_EXPORT_INCLUDES = $(MOOCHO_INCLUDES) $(RYTHMOS_INCLUDES) $(STRATIMIKOS_INCLUDES) $(EPETRAEXT_INCLUDES)
281
 
_EXPORT_LIBS = $(MOOCHO_LIBS) $(RYTHMOS_LIBS) $(STRATIMIKOS_LIBS) $(EPETRAEXT_LIBS)
282
 
@USING_GNUMAKE_TRUE@EXPORT_INCLUDES = $(shell $(PERL_EXE) $(top_srcdir)/config/strip_dup_incl_paths.pl $(_EXPORT_INCLUDES))
283
 
@USING_GNUMAKE_TRUE@EXPORT_LIBS = $(shell $(PERL_EXE) $(top_srcdir)/config/strip_dup_libs.pl $(_EXPORT_LIBS))
284
 
@USING_GNUMAKE_FALSE@EXPORT_INCLUDES = $(_EXPORT_INCLUDES)
285
 
@USING_GNUMAKE_FALSE@EXPORT_LIBS = $(_EXPORT_LIBS)
286
 
AM_CPPFLAGS = $(EXPORT_INCLUDES) \
287
 
        -I$(top_srcdir)/example/ExampleNLPDirect
288
 
common_ldadd = $(EXPORT_LIBS)
289
 
EXTRA_DIST = $(srcdir)/NLPInterfacePack_ExampleBasisSystem.hpp \
290
 
        $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.hpp \
291
 
        $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.hpp
292
 
 
293
 
all: all-am
294
 
 
295
 
.SUFFIXES:
296
 
.SUFFIXES: .c .cpp .o .obj
297
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/MakefileExeStub.mak $(am__configure_deps)
298
 
        @for dep in $?; do \
299
 
          case '$(am__configure_deps)' in \
300
 
            *$$dep*) \
301
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
302
 
                && exit 0; \
303
 
              exit 1;; \
304
 
          esac; \
305
 
        done; \
306
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  example/ExampleNLPFirstOrder/Makefile'; \
307
 
        cd $(top_srcdir) && \
308
 
          $(AUTOMAKE) --foreign  example/ExampleNLPFirstOrder/Makefile
309
 
.PRECIOUS: Makefile
310
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311
 
        @case '$?' in \
312
 
          *config.status*) \
313
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314
 
          *) \
315
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317
 
        esac;
318
 
 
319
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
 
 
322
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
 
 
327
 
clean-noinstPROGRAMS:
328
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
329
 
ExampleNLPFirstOrder$(EXEEXT): $(ExampleNLPFirstOrder_OBJECTS) $(ExampleNLPFirstOrder_DEPENDENCIES) 
330
 
        @rm -f ExampleNLPFirstOrder$(EXEEXT)
331
 
        $(CXXLINK) $(ExampleNLPFirstOrder_OBJECTS) $(ExampleNLPFirstOrder_LDADD) $(LIBS)
332
 
 
333
 
mostlyclean-compile:
334
 
        -rm -f *.$(OBJEXT)
335
 
 
336
 
distclean-compile:
337
 
        -rm -f *.tab.c
338
 
 
339
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Po@am__quote@
340
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExampleNLPDirectRTOps.Po@am__quote@
341
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExampleNLPFirstOrderMain.Po@am__quote@
342
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Po@am__quote@
343
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Po@am__quote@
344
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Po@am__quote@
345
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Po@am__quote@
346
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Po@am__quote@
347
 
 
348
 
.c.o:
349
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
354
 
 
355
 
.c.obj:
356
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
357
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
361
 
 
362
 
ExampleNLPDirectRTOps.o: $(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c
363
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ExampleNLPDirectRTOps.o -MD -MP -MF $(DEPDIR)/ExampleNLPDirectRTOps.Tpo -c -o ExampleNLPDirectRTOps.o `test -f '$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c
364
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ExampleNLPDirectRTOps.Tpo $(DEPDIR)/ExampleNLPDirectRTOps.Po
365
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c' object='ExampleNLPDirectRTOps.o' libtool=no @AMDEPBACKSLASH@
366
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ExampleNLPDirectRTOps.o `test -f '$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c
368
 
 
369
 
ExampleNLPDirectRTOps.obj: $(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c
370
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ExampleNLPDirectRTOps.obj -MD -MP -MF $(DEPDIR)/ExampleNLPDirectRTOps.Tpo -c -o ExampleNLPDirectRTOps.obj `if test -f '$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c'; fi`
371
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ExampleNLPDirectRTOps.Tpo $(DEPDIR)/ExampleNLPDirectRTOps.Po
372
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c' object='ExampleNLPDirectRTOps.obj' libtool=no @AMDEPBACKSLASH@
373
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ExampleNLPDirectRTOps.obj `if test -f '$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/ExampleNLPDirectRTOps.c'; fi`
375
 
 
376
 
.cpp.o:
377
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
379
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
382
 
 
383
 
.cpp.obj:
384
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
385
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
389
 
 
390
 
ExampleNLPFirstOrderMain.o: $(srcdir)/ExampleNLPFirstOrderMain.cpp
391
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ExampleNLPFirstOrderMain.o -MD -MP -MF $(DEPDIR)/ExampleNLPFirstOrderMain.Tpo -c -o ExampleNLPFirstOrderMain.o `test -f '$(srcdir)/ExampleNLPFirstOrderMain.cpp' || echo '$(srcdir)/'`$(srcdir)/ExampleNLPFirstOrderMain.cpp
392
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ExampleNLPFirstOrderMain.Tpo $(DEPDIR)/ExampleNLPFirstOrderMain.Po
393
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/ExampleNLPFirstOrderMain.cpp' object='ExampleNLPFirstOrderMain.o' libtool=no @AMDEPBACKSLASH@
394
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ExampleNLPFirstOrderMain.o `test -f '$(srcdir)/ExampleNLPFirstOrderMain.cpp' || echo '$(srcdir)/'`$(srcdir)/ExampleNLPFirstOrderMain.cpp
396
 
 
397
 
ExampleNLPFirstOrderMain.obj: $(srcdir)/ExampleNLPFirstOrderMain.cpp
398
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ExampleNLPFirstOrderMain.obj -MD -MP -MF $(DEPDIR)/ExampleNLPFirstOrderMain.Tpo -c -o ExampleNLPFirstOrderMain.obj `if test -f '$(srcdir)/ExampleNLPFirstOrderMain.cpp'; then $(CYGPATH_W) '$(srcdir)/ExampleNLPFirstOrderMain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/ExampleNLPFirstOrderMain.cpp'; fi`
399
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ExampleNLPFirstOrderMain.Tpo $(DEPDIR)/ExampleNLPFirstOrderMain.Po
400
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/ExampleNLPFirstOrderMain.cpp' object='ExampleNLPFirstOrderMain.obj' libtool=no @AMDEPBACKSLASH@
401
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ExampleNLPFirstOrderMain.obj `if test -f '$(srcdir)/ExampleNLPFirstOrderMain.cpp'; then $(CYGPATH_W) '$(srcdir)/ExampleNLPFirstOrderMain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/ExampleNLPFirstOrderMain.cpp'; fi`
403
 
 
404
 
NLPInterfacePack_ExampleBasisSystem.o: $(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp
405
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleBasisSystem.o -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Tpo -c -o NLPInterfacePack_ExampleBasisSystem.o `test -f '$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp' || echo '$(srcdir)/'`$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp
406
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Tpo $(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Po
407
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp' object='NLPInterfacePack_ExampleBasisSystem.o' libtool=no @AMDEPBACKSLASH@
408
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleBasisSystem.o `test -f '$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp' || echo '$(srcdir)/'`$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp
410
 
 
411
 
NLPInterfacePack_ExampleBasisSystem.obj: $(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp
412
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleBasisSystem.obj -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Tpo -c -o NLPInterfacePack_ExampleBasisSystem.obj `if test -f '$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp'; then $(CYGPATH_W) '$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp'; fi`
413
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Tpo $(DEPDIR)/NLPInterfacePack_ExampleBasisSystem.Po
414
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp' object='NLPInterfacePack_ExampleBasisSystem.obj' libtool=no @AMDEPBACKSLASH@
415
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleBasisSystem.obj `if test -f '$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp'; then $(CYGPATH_W) '$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/NLPInterfacePack_ExampleBasisSystem.cpp'; fi`
417
 
 
418
 
NLPInterfacePack_ExampleNLPFirstOrder.o: $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp
419
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPFirstOrder.o -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Tpo -c -o NLPInterfacePack_ExampleNLPFirstOrder.o `test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp' || echo '$(srcdir)/'`$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp
420
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Po
421
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp' object='NLPInterfacePack_ExampleNLPFirstOrder.o' libtool=no @AMDEPBACKSLASH@
422
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPFirstOrder.o `test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp' || echo '$(srcdir)/'`$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp
424
 
 
425
 
NLPInterfacePack_ExampleNLPFirstOrder.obj: $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp
426
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPFirstOrder.obj -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Tpo -c -o NLPInterfacePack_ExampleNLPFirstOrder.obj `if test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp'; then $(CYGPATH_W) '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp'; fi`
427
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrder.Po
428
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp' object='NLPInterfacePack_ExampleNLPFirstOrder.obj' libtool=no @AMDEPBACKSLASH@
429
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPFirstOrder.obj `if test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp'; then $(CYGPATH_W) '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrder.cpp'; fi`
431
 
 
432
 
NLPInterfacePack_ExampleNLPFirstOrderRun.o: $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp
433
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPFirstOrderRun.o -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Tpo -c -o NLPInterfacePack_ExampleNLPFirstOrderRun.o `test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp' || echo '$(srcdir)/'`$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp
434
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Po
435
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp' object='NLPInterfacePack_ExampleNLPFirstOrderRun.o' libtool=no @AMDEPBACKSLASH@
436
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPFirstOrderRun.o `test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp' || echo '$(srcdir)/'`$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp
438
 
 
439
 
NLPInterfacePack_ExampleNLPFirstOrderRun.obj: $(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp
440
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPFirstOrderRun.obj -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Tpo -c -o NLPInterfacePack_ExampleNLPFirstOrderRun.obj `if test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp'; then $(CYGPATH_W) '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp'; fi`
441
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPFirstOrderRun.Po
442
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp' object='NLPInterfacePack_ExampleNLPFirstOrderRun.obj' libtool=no @AMDEPBACKSLASH@
443
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPFirstOrderRun.obj `if test -f '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp'; then $(CYGPATH_W) '$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/NLPInterfacePack_ExampleNLPFirstOrderRun.cpp'; fi`
445
 
 
446
 
AbstractLinAlgPack_exampleNLPDiagSetup.o: $(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp
447
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AbstractLinAlgPack_exampleNLPDiagSetup.o -MD -MP -MF $(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Tpo -c -o AbstractLinAlgPack_exampleNLPDiagSetup.o `test -f '$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp
448
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Tpo $(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Po
449
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp' object='AbstractLinAlgPack_exampleNLPDiagSetup.o' libtool=no @AMDEPBACKSLASH@
450
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AbstractLinAlgPack_exampleNLPDiagSetup.o `test -f '$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp
452
 
 
453
 
AbstractLinAlgPack_exampleNLPDiagSetup.obj: $(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp
454
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AbstractLinAlgPack_exampleNLPDiagSetup.obj -MD -MP -MF $(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Tpo -c -o AbstractLinAlgPack_exampleNLPDiagSetup.obj `if test -f '$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp'; fi`
455
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Tpo $(DEPDIR)/AbstractLinAlgPack_exampleNLPDiagSetup.Po
456
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp' object='AbstractLinAlgPack_exampleNLPDiagSetup.obj' libtool=no @AMDEPBACKSLASH@
457
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AbstractLinAlgPack_exampleNLPDiagSetup.obj `if test -f '$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/AbstractLinAlgPack_exampleNLPDiagSetup.cpp'; fi`
459
 
 
460
 
NLPInterfacePack_ExampleNLPDirect.o: $(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp
461
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPDirect.o -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Tpo -c -o NLPInterfacePack_ExampleNLPDirect.o `test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp
462
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Po
463
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp' object='NLPInterfacePack_ExampleNLPDirect.o' libtool=no @AMDEPBACKSLASH@
464
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPDirect.o `test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp
466
 
 
467
 
NLPInterfacePack_ExampleNLPDirect.obj: $(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp
468
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPDirect.obj -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Tpo -c -o NLPInterfacePack_ExampleNLPDirect.obj `if test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp'; fi`
469
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPDirect.Po
470
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp' object='NLPInterfacePack_ExampleNLPDirect.obj' libtool=no @AMDEPBACKSLASH@
471
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPDirect.obj `if test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPDirect.cpp'; fi`
473
 
 
474
 
NLPInterfacePack_ExampleNLPObjGrad.o: $(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp
475
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPObjGrad.o -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Tpo -c -o NLPInterfacePack_ExampleNLPObjGrad.o `test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp
476
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Po
477
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp' object='NLPInterfacePack_ExampleNLPObjGrad.o' libtool=no @AMDEPBACKSLASH@
478
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPObjGrad.o `test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp' || echo '$(srcdir)/'`$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp
480
 
 
481
 
NLPInterfacePack_ExampleNLPObjGrad.obj: $(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp
482
 
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NLPInterfacePack_ExampleNLPObjGrad.obj -MD -MP -MF $(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Tpo -c -o NLPInterfacePack_ExampleNLPObjGrad.obj `if test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp'; fi`
483
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Tpo $(DEPDIR)/NLPInterfacePack_ExampleNLPObjGrad.Po
484
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp' object='NLPInterfacePack_ExampleNLPObjGrad.obj' libtool=no @AMDEPBACKSLASH@
485
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NLPInterfacePack_ExampleNLPObjGrad.obj `if test -f '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp'; then $(CYGPATH_W) '$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../ExampleNLPDirect/NLPInterfacePack_ExampleNLPObjGrad.cpp'; fi`
487
 
 
488
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490
 
        unique=`for i in $$list; do \
491
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
 
          done | \
493
 
          $(AWK) '    { files[$$0] = 1; } \
494
 
               END { for (i in files) print i; }'`; \
495
 
        mkid -fID $$unique
496
 
tags: TAGS
497
 
 
498
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499
 
                $(TAGS_FILES) $(LISP)
500
 
        tags=; \
501
 
        here=`pwd`; \
502
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
 
        unique=`for i in $$list; do \
504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
 
          done | \
506
 
          $(AWK) '    { files[$$0] = 1; } \
507
 
               END { for (i in files) print i; }'`; \
508
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
509
 
          test -n "$$unique" || unique=$$empty_fix; \
510
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511
 
            $$tags $$unique; \
512
 
        fi
513
 
ctags: CTAGS
514
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
515
 
                $(TAGS_FILES) $(LISP)
516
 
        tags=; \
517
 
        here=`pwd`; \
518
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
519
 
        unique=`for i in $$list; do \
520
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
 
          done | \
522
 
          $(AWK) '    { files[$$0] = 1; } \
523
 
               END { for (i in files) print i; }'`; \
524
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
525
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
 
             $$tags $$unique
527
 
 
528
 
GTAGS:
529
 
        here=`$(am__cd) $(top_builddir) && pwd` \
530
 
          && cd $(top_srcdir) \
531
 
          && gtags -i $(GTAGS_ARGS) $$here
532
 
 
533
 
distclean-tags:
534
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
 
 
536
 
distdir: $(DISTFILES)
537
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539
 
        list='$(DISTFILES)'; \
540
 
          dist_files=`for file in $$list; do echo $$file; done | \
541
 
          sed -e "s|^$$srcdirstrip/||;t" \
542
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
543
 
        case $$dist_files in \
544
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
545
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
546
 
                           sort -u` ;; \
547
 
        esac; \
548
 
        for file in $$dist_files; do \
549
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550
 
          if test -d $$d/$$file; then \
551
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
552
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
554
 
            fi; \
555
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
556
 
          else \
557
 
            test -f $(distdir)/$$file \
558
 
            || cp -p $$d/$$file $(distdir)/$$file \
559
 
            || exit 1; \
560
 
          fi; \
561
 
        done
562
 
check-am: all-am
563
 
check: check-am
564
 
all-am: Makefile $(PROGRAMS)
565
 
installdirs:
566
 
install: install-am
567
 
install-exec: install-exec-am
568
 
install-data: install-data-am
569
 
uninstall: uninstall-am
570
 
 
571
 
install-am: all-am
572
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573
 
 
574
 
installcheck: installcheck-am
575
 
install-strip:
576
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578
 
          `test -z '$(STRIP)' || \
579
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
580
 
mostlyclean-generic:
581
 
 
582
 
clean-generic:
583
 
 
584
 
distclean-generic:
585
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
586
 
 
587
 
maintainer-clean-generic:
588
 
        @echo "This command is intended for maintainers to use"
589
 
        @echo "it deletes files that may require special tools to rebuild."
590
 
clean: clean-am
591
 
 
592
 
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
593
 
 
594
 
distclean: distclean-am
595
 
        -rm -rf ./$(DEPDIR)
596
 
        -rm -f Makefile
597
 
distclean-am: clean-am distclean-compile distclean-generic \
598
 
        distclean-tags
599
 
 
600
 
dvi: dvi-am
601
 
 
602
 
dvi-am:
603
 
 
604
 
html: html-am
605
 
 
606
 
info: info-am
607
 
 
608
 
info-am:
609
 
 
610
 
install-data-am:
611
 
 
612
 
install-dvi: install-dvi-am
613
 
 
614
 
install-exec-am:
615
 
 
616
 
install-html: install-html-am
617
 
 
618
 
install-info: install-info-am
619
 
 
620
 
install-man:
621
 
 
622
 
install-pdf: install-pdf-am
623
 
 
624
 
install-ps: install-ps-am
625
 
 
626
 
installcheck-am:
627
 
 
628
 
maintainer-clean: maintainer-clean-am
629
 
        -rm -rf ./$(DEPDIR)
630
 
        -rm -f Makefile
631
 
maintainer-clean-am: distclean-am maintainer-clean-generic
632
 
 
633
 
mostlyclean: mostlyclean-am
634
 
 
635
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
636
 
 
637
 
pdf: pdf-am
638
 
 
639
 
pdf-am:
640
 
 
641
 
ps: ps-am
642
 
 
643
 
ps-am:
644
 
 
645
 
uninstall-am:
646
 
 
647
 
.MAKE: install-am install-strip
648
 
 
649
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
650
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
651
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
652
 
        html-am info info-am install install-am install-data \
653
 
        install-data-am install-dvi install-dvi-am install-exec \
654
 
        install-exec-am install-html install-html-am install-info \
655
 
        install-info-am install-man install-pdf install-pdf-am \
656
 
        install-ps install-ps-am install-strip installcheck \
657
 
        installcheck-am installdirs maintainer-clean \
658
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
659
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
660
 
        uninstall-am
661
 
 
662
 
 
663
 
include $(top_builddir)/Makefile.export.moocho
664
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
665
 
# Otherwise a system limit (for SysV at least) may be exceeded.
666
 
.NOEXPORT: