d0da3ce47a5e162e9af423e21e70f3cc039373ac
[shibboleth/opensaml2.git] / saml / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = saml
39 DIST_COMMON = $(encinclude_HEADERS) $(libsamlinclude_HEADERS) \
40         $(noinst_HEADERS) $(saml1bindinclude_HEADERS) \
41         $(saml1coreinclude_HEADERS) $(saml1profinclude_HEADERS) \
42         $(saml2bindinclude_HEADERS) $(saml2coreinclude_HEADERS) \
43         $(saml2mdinclude_HEADERS) $(saml2profinclude_HEADERS) \
44         $(samlbindinclude_HEADERS) $(siginclude_HEADERS) \
45         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
46         $(utilinclude_HEADERS)
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
49         $(top_srcdir)/m4/acx_pthread.m4 \
50         $(top_srcdir)/m4/ax_create_pkgconfig_info.m4 \
51         $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
52         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
53         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
54         $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = $(top_builddir)/config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62 am__vpath_adj = case $$p in \
63     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64     *) f=$$p;; \
65   esac;
66 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
67 am__install_max = 40
68 am__nobase_strip_setup = \
69   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70 am__nobase_strip = \
71   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72 am__nobase_list = $(am__nobase_strip_setup); \
73   for p in $$list; do echo "$$p $$p"; done | \
74   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76     if (++n[$$2] == $(am__install_max)) \
77       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78     END { for (dir in files) print dir, files[dir] }'
79 am__base_list = \
80   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(encincludedir)" \
83         "$(DESTDIR)$(libsamlincludedir)" \
84         "$(DESTDIR)$(saml1bindincludedir)" \
85         "$(DESTDIR)$(saml1coreincludedir)" \
86         "$(DESTDIR)$(saml1profincludedir)" \
87         "$(DESTDIR)$(saml2bindincludedir)" \
88         "$(DESTDIR)$(saml2coreincludedir)" \
89         "$(DESTDIR)$(saml2mdincludedir)" \
90         "$(DESTDIR)$(saml2profincludedir)" \
91         "$(DESTDIR)$(samlbindincludedir)" "$(DESTDIR)$(sigincludedir)" \
92         "$(DESTDIR)$(utilincludedir)"
93 LTLIBRARIES = $(lib_LTLIBRARIES)
94 libsaml_la_LIBADD =
95 am_libsaml_la_OBJECTS = SAMLConfig.lo version.lo ArtifactMap.lo \
96         ClientCertAuthRule.lo MessageDecoder.lo MessageEncoder.lo \
97         MessageFlowRule.lo NullSecurityRule.lo SAMLArtifact.lo \
98         SecurityPolicy.lo SimpleSigningRule.lo SOAPClient.lo \
99         XMLSigningRule.lo AudienceRestrictionRule.lo ConditionsRule.lo \
100         IgnoreRule.lo AssertionsImpl.lo AssertionsSchemaValidators.lo \
101         ProtocolsImpl.lo ProtocolsSchemaValidators.lo \
102         SAMLArtifactType0001.lo SAMLArtifactType0002.lo \
103         SAML1ArtifactDecoder.lo SAML1ArtifactEncoder.lo \
104         SAML1MessageDecoder.lo SAML1POSTDecoder.lo SAML1POSTEncoder.lo \
105         SAML1SOAPDecoder.lo SAML1SOAPEncoder.lo SAML1SOAPClient.lo \
106         AssertionValidator.lo BrowserSSOProfileValidator.lo \
107         SAML1BrowserSSORule.lo Assertions.lo Assertions20Impl.lo \
108         Assertions20SchemaValidators.lo Protocols20Impl.lo \
109         Protocols20SchemaValidators.lo AbstractMetadataProvider.lo \
110         BlacklistMetadataFilter.lo ChainingMetadataProvider.lo \
111         DiscoverableMetadataProvider.lo DynamicMetadataProvider.lo \
112         EntityRoleMetadataFilter.lo FolderMetadataProvider.lo \
113         MetadataCredentialContext.lo MetadataCredentialCriteria.lo \
114         MetadataImpl.lo MetadataProvider.lo \
115         MetadataSchemaValidators.lo NullMetadataProvider.lo \
116         ObservableMetadataProvider.lo SignatureMetadataFilter.lo \
117         RequireValidUntilMetadataFilter.lo WhitelistMetadataFilter.lo \
118         XMLMetadataProvider.lo SAML2Artifact.lo \
119         SAML2ArtifactType0004.lo SAML2ArtifactDecoder.lo \
120         SAML2ArtifactEncoder.lo SAML2ECPDecoder.lo SAML2ECPEncoder.lo \
121         SAML2MessageDecoder.lo SAML2POSTDecoder.lo SAML2POSTEncoder.lo \
122         SAML2Redirect.lo SAML2RedirectDecoder.lo \
123         SAML2RedirectEncoder.lo SAML2SOAPDecoder.lo \
124         SAML2SOAPEncoder.lo SAML2SOAPClient.lo Assertion20Validator.lo \
125         BrowserSSOProfile20Validator.lo BearerConfirmationRule.lo \
126         DelegationRestrictionRule.lo SAML2AssertionPolicy.lo \
127         EncryptedKeyResolver.lo ContentReference.lo \
128         SignatureProfileValidator.lo CommonDomainCookie.lo \
129         SAMLConstants.lo
130 libsaml_la_OBJECTS = $(am_libsaml_la_OBJECTS)
131 libsaml_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
132         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
133         $(CXXFLAGS) $(libsaml_la_LDFLAGS) $(LDFLAGS) -o $@
134 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
135 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
136 am__depfiles_maybe = depfiles
137 am__mv = mv -f
138 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
139         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
140 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
141         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
142         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
143 CXXLD = $(CXX)
144 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
145         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
146         $(LDFLAGS) -o $@
147 SOURCES = $(libsaml_la_SOURCES)
148 DIST_SOURCES = $(libsaml_la_SOURCES)
149 HEADERS = $(encinclude_HEADERS) $(libsamlinclude_HEADERS) \
150         $(noinst_HEADERS) $(saml1bindinclude_HEADERS) \
151         $(saml1coreinclude_HEADERS) $(saml1profinclude_HEADERS) \
152         $(saml2bindinclude_HEADERS) $(saml2coreinclude_HEADERS) \
153         $(saml2mdinclude_HEADERS) $(saml2profinclude_HEADERS) \
154         $(samlbindinclude_HEADERS) $(siginclude_HEADERS) \
155         $(utilinclude_HEADERS)
156 ETAGS = etags
157 CTAGS = ctags
158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159 ACLOCAL = @ACLOCAL@
160 AMTAR = @AMTAR@
161 AR = @AR@
162 AUTOCONF = @AUTOCONF@
163 AUTOHEADER = @AUTOHEADER@
164 AUTOMAKE = @AUTOMAKE@
165 AWK = @AWK@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CXX = @CXX@
172 CXXCPP = @CXXCPP@
173 CXXDEPMODE = @CXXDEPMODE@
174 CXXFLAGS = @CXXFLAGS@
175 CXXTEST = @CXXTEST@
176 CXXTESTFLAGS = @CXXTESTFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DEFS = @DEFS@
179 DEPDIR = @DEPDIR@
180 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
181 DSYMUTIL = @DSYMUTIL@
182 DUMPBIN = @DUMPBIN@
183 DX_CONFIG = @DX_CONFIG@
184 DX_DOCDIR = @DX_DOCDIR@
185 DX_DOT = @DX_DOT@
186 DX_DOXYGEN = @DX_DOXYGEN@
187 DX_DVIPS = @DX_DVIPS@
188 DX_EGREP = @DX_EGREP@
189 DX_ENV = @DX_ENV@
190 DX_FLAG_chi = @DX_FLAG_chi@
191 DX_FLAG_chm = @DX_FLAG_chm@
192 DX_FLAG_doc = @DX_FLAG_doc@
193 DX_FLAG_dot = @DX_FLAG_dot@
194 DX_FLAG_html = @DX_FLAG_html@
195 DX_FLAG_man = @DX_FLAG_man@
196 DX_FLAG_pdf = @DX_FLAG_pdf@
197 DX_FLAG_ps = @DX_FLAG_ps@
198 DX_FLAG_rtf = @DX_FLAG_rtf@
199 DX_FLAG_xml = @DX_FLAG_xml@
200 DX_HHC = @DX_HHC@
201 DX_INCLUDE = @DX_INCLUDE@
202 DX_LATEX = @DX_LATEX@
203 DX_MAKEINDEX = @DX_MAKEINDEX@
204 DX_PDFLATEX = @DX_PDFLATEX@
205 DX_PERL = @DX_PERL@
206 DX_PROJECT = @DX_PROJECT@
207 ECHO_C = @ECHO_C@
208 ECHO_N = @ECHO_N@
209 ECHO_T = @ECHO_T@
210 EGREP = @EGREP@
211 EXEEXT = @EXEEXT@
212 FGREP = @FGREP@
213 GREP = @GREP@
214 INSTALL = @INSTALL@
215 INSTALL_DATA = @INSTALL_DATA@
216 INSTALL_PROGRAM = @INSTALL_PROGRAM@
217 INSTALL_SCRIPT = @INSTALL_SCRIPT@
218 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219 LD = @LD@
220 LDFLAGS = @LDFLAGS@
221 LIBOBJS = @LIBOBJS@
222 LIBS = @LIBS@
223 LIBTOOL = @LIBTOOL@
224 LIPO = @LIPO@
225 LN_S = @LN_S@
226 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
227 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
228 LTLIBOBJS = @LTLIBOBJS@
229 MAKEINFO = @MAKEINFO@
230 MKDIR_P = @MKDIR_P@
231 NM = @NM@
232 NMEDIT = @NMEDIT@
233 OBJDUMP = @OBJDUMP@
234 OBJEXT = @OBJEXT@
235 OTOOL = @OTOOL@
236 OTOOL64 = @OTOOL64@
237 PACKAGE = @PACKAGE@
238 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239 PACKAGE_NAME = @PACKAGE_NAME@
240 PACKAGE_STRING = @PACKAGE_STRING@
241 PACKAGE_TARNAME = @PACKAGE_TARNAME@
242 PACKAGE_URL = @PACKAGE_URL@
243 PACKAGE_VERSION = @PACKAGE_VERSION@
244 PATH_SEPARATOR = @PATH_SEPARATOR@
245 PKG_CONFIG = @PKG_CONFIG@
246 PTHREAD_CC = @PTHREAD_CC@
247 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
248 PTHREAD_LIBS = @PTHREAD_LIBS@
249 RANLIB = @RANLIB@
250 SED = @SED@
251 SET_MAKE = @SET_MAKE@
252 SHELL = @SHELL@
253 STRIP = @STRIP@
254 VERSION = @VERSION@
255 abs_builddir = @abs_builddir@
256 abs_srcdir = @abs_srcdir@
257 abs_top_builddir = @abs_top_builddir@
258 abs_top_srcdir = @abs_top_srcdir@
259 ac_ct_CC = @ac_ct_CC@
260 ac_ct_CXX = @ac_ct_CXX@
261 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262 acx_pthread_config = @acx_pthread_config@
263 am__include = @am__include@
264 am__leading_dot = @am__leading_dot@
265 am__quote = @am__quote@
266 am__tar = @am__tar@
267 am__untar = @am__untar@
268 bindir = @bindir@
269 build = @build@
270 build_alias = @build_alias@
271 build_cpu = @build_cpu@
272 build_os = @build_os@
273 build_vendor = @build_vendor@
274 builddir = @builddir@
275 datadir = @datadir@
276 datarootdir = @datarootdir@
277 docdir = @docdir@
278 dvidir = @dvidir@
279 exec_prefix = @exec_prefix@
280 host = @host@
281 host_alias = @host_alias@
282 host_cpu = @host_cpu@
283 host_os = @host_os@
284 host_vendor = @host_vendor@
285 htmldir = @htmldir@
286 includedir = @includedir@
287 infodir = @infodir@
288 install_sh = @install_sh@
289 libdir = @libdir@
290 libexecdir = @libexecdir@
291 localedir = @localedir@
292 localstatedir = @localstatedir@
293 lt_ECHO = @lt_ECHO@
294 mandir = @mandir@
295 mkdir_p = @mkdir_p@
296 oldincludedir = @oldincludedir@
297 pdfdir = @pdfdir@
298 pkgconfig_libdir = @pkgconfig_libdir@
299 pkgconfig_libfile = @pkgconfig_libfile@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 srcdir = @srcdir@
306 sysconfdir = @sysconfdir@
307 target_alias = @target_alias@
308 top_build_prefix = @top_build_prefix@
309 top_builddir = @top_builddir@
310 top_srcdir = @top_srcdir@
311 AUTOMAKE_OPTIONS = foreign
312 lib_LTLIBRARIES = libsaml.la
313 libsamlincludedir = $(includedir)/saml
314 encincludedir = $(includedir)/saml/encryption
315 secincludedir = $(includedir)/saml/security
316 sigincludedir = $(includedir)/saml/signature
317 utilincludedir = $(includedir)/saml/util
318 samlbindincludedir = $(includedir)/saml/binding
319 saml1bindincludedir = $(includedir)/saml/saml1/binding
320 saml1coreincludedir = $(includedir)/saml/saml1/core
321 saml1profincludedir = $(includedir)/saml/saml1/profile
322 saml2bindincludedir = $(includedir)/saml/saml2/binding
323 saml2coreincludedir = $(includedir)/saml/saml2/core
324 saml2mdincludedir = $(includedir)/saml/saml2/metadata
325 saml2profincludedir = $(includedir)/saml/saml2/profile
326 libsamlinclude_HEADERS = \
327         Assertion.h \
328         base.h \
329         exceptions.h \
330         version.h \
331         RootObject.h \
332         SAMLConfig.h
333
334 samlbindinclude_HEADERS = \
335         binding/ArtifactMap.h \
336         binding/MessageDecoder.h \
337         binding/MessageEncoder.h \
338         binding/SAMLArtifact.h \
339         binding/SecurityPolicy.h \
340         binding/SecurityPolicyRule.h \
341         binding/SOAPClient.h
342
343 encinclude_HEADERS = \
344         encryption/EncryptedKeyResolver.h
345
346 siginclude_HEADERS = \
347         signature/ContentReference.h \
348         signature/SignableObject.h \
349         signature/SignatureProfileValidator.h
350
351 utilinclude_HEADERS = \
352         util/CommonDomainCookie.h \
353         util/SAMLConstants.h
354
355 saml1coreinclude_HEADERS = \
356         saml1/core/Assertions.h \
357         saml1/core/Protocols.h
358
359 saml1bindinclude_HEADERS = \
360         saml1/binding/SAMLArtifactType0001.h \
361         saml1/binding/SAMLArtifactType0002.h \
362         saml1/binding/SAML1MessageDecoder.h \
363         saml1/binding/SAML1SOAPClient.h
364
365 saml1profinclude_HEADERS = \
366         saml1/profile/AssertionValidator.h \
367         saml1/profile/BrowserSSOProfileValidator.h
368
369 saml2coreinclude_HEADERS = \
370         saml2/core/Assertions.h \
371         saml2/core/Protocols.h
372
373 saml2bindinclude_HEADERS = \
374         saml2/binding/SAML2Artifact.h \
375         saml2/binding/SAML2ArtifactType0004.h \
376         saml2/binding/SAML2MessageDecoder.h \
377         saml2/binding/SAML2Redirect.h \
378         saml2/binding/SAML2SOAPClient.h
379
380 saml2mdinclude_HEADERS = \
381         saml2/metadata/AbstractMetadataProvider.h \
382         saml2/metadata/DiscoverableMetadataProvider.h \
383         saml2/metadata/DynamicMetadataProvider.h \
384         saml2/metadata/EndpointManager.h \
385         saml2/metadata/Metadata.h \
386         saml2/metadata/MetadataCredentialContext.h \
387         saml2/metadata/MetadataCredentialCriteria.h \
388         saml2/metadata/MetadataFilter.h \
389         saml2/metadata/MetadataProvider.h \
390         saml2/metadata/ObservableMetadataProvider.h
391
392 saml2profinclude_HEADERS = \
393         saml2/profile/AssertionValidator.h \
394         saml2/profile/BrowserSSOProfileValidator.h \
395         saml2/profile/SAML2AssertionPolicy.h
396
397 noinst_HEADERS = \
398         internal.h
399
400 libsaml_la_SOURCES = \
401         SAMLConfig.cpp \
402     version.cpp \
403         binding/impl/ArtifactMap.cpp \
404         binding/impl/ClientCertAuthRule.cpp \
405         binding/impl/MessageDecoder.cpp \
406         binding/impl/MessageEncoder.cpp \
407         binding/impl/MessageFlowRule.cpp \
408         binding/impl/NullSecurityRule.cpp \
409         binding/impl/SAMLArtifact.cpp \
410         binding/impl/SecurityPolicy.cpp \
411         binding/impl/SimpleSigningRule.cpp \
412         binding/impl/SOAPClient.cpp \
413         binding/impl/XMLSigningRule.cpp \
414         profile/impl/AudienceRestrictionRule.cpp \
415         profile/impl/ConditionsRule.cpp \
416         profile/impl/IgnoreRule.cpp \
417         saml1/core/impl/AssertionsImpl.cpp \
418         saml1/core/impl/AssertionsSchemaValidators.cpp \
419         saml1/core/impl/ProtocolsImpl.cpp \
420         saml1/core/impl/ProtocolsSchemaValidators.cpp \
421         saml1/binding/impl/SAMLArtifactType0001.cpp \
422         saml1/binding/impl/SAMLArtifactType0002.cpp \
423         saml1/binding/impl/SAML1ArtifactDecoder.cpp \
424         saml1/binding/impl/SAML1ArtifactEncoder.cpp \
425         saml1/binding/impl/SAML1MessageDecoder.cpp \
426         saml1/binding/impl/SAML1POSTDecoder.cpp \
427         saml1/binding/impl/SAML1POSTEncoder.cpp \
428         saml1/binding/impl/SAML1SOAPDecoder.cpp \
429         saml1/binding/impl/SAML1SOAPEncoder.cpp \
430         saml1/binding/impl/SAML1SOAPClient.cpp \
431         saml1/profile/impl/AssertionValidator.cpp \
432         saml1/profile/impl/BrowserSSOProfileValidator.cpp \
433         saml1/profile/impl/SAML1BrowserSSORule.cpp \
434         saml2/core/impl/Assertions.cpp \
435         saml2/core/impl/Assertions20Impl.cpp \
436         saml2/core/impl/Assertions20SchemaValidators.cpp \
437         saml2/core/impl/Protocols20Impl.cpp \
438         saml2/core/impl/Protocols20SchemaValidators.cpp \
439         saml2/metadata/impl/AbstractMetadataProvider.cpp \
440         saml2/metadata/impl/BlacklistMetadataFilter.cpp \
441         saml2/metadata/impl/ChainingMetadataProvider.cpp \
442         saml2/metadata/impl/DiscoverableMetadataProvider.cpp \
443         saml2/metadata/impl/DynamicMetadataProvider.cpp \
444         saml2/metadata/impl/EntityRoleMetadataFilter.cpp \
445         saml2/metadata/impl/FolderMetadataProvider.cpp \
446         saml2/metadata/impl/MetadataCredentialContext.cpp \
447         saml2/metadata/impl/MetadataCredentialCriteria.cpp \
448         saml2/metadata/impl/MetadataImpl.cpp \
449         saml2/metadata/impl/MetadataProvider.cpp \
450         saml2/metadata/impl/MetadataSchemaValidators.cpp \
451         saml2/metadata/impl/NullMetadataProvider.cpp \
452         saml2/metadata/impl/ObservableMetadataProvider.cpp \
453         saml2/metadata/impl/SignatureMetadataFilter.cpp \
454         saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp \
455         saml2/metadata/impl/WhitelistMetadataFilter.cpp \
456         saml2/metadata/impl/XMLMetadataProvider.cpp \
457         saml2/binding/impl/SAML2Artifact.cpp \
458         saml2/binding/impl/SAML2ArtifactType0004.cpp \
459         saml2/binding/impl/SAML2ArtifactDecoder.cpp \
460         saml2/binding/impl/SAML2ArtifactEncoder.cpp \
461         saml2/binding/impl/SAML2ECPDecoder.cpp \
462         saml2/binding/impl/SAML2ECPEncoder.cpp \
463         saml2/binding/impl/SAML2MessageDecoder.cpp \
464         saml2/binding/impl/SAML2POSTDecoder.cpp \
465         saml2/binding/impl/SAML2POSTEncoder.cpp \
466         saml2/binding/impl/SAML2Redirect.cpp \
467         saml2/binding/impl/SAML2RedirectDecoder.cpp \
468         saml2/binding/impl/SAML2RedirectEncoder.cpp \
469         saml2/binding/impl/SAML2SOAPDecoder.cpp \
470         saml2/binding/impl/SAML2SOAPEncoder.cpp \
471         saml2/binding/impl/SAML2SOAPClient.cpp \
472         saml2/profile/impl/Assertion20Validator.cpp \
473         saml2/profile/impl/BrowserSSOProfile20Validator.cpp \
474         saml2/profile/impl/BearerConfirmationRule.cpp \
475         saml2/profile/impl/DelegationRestrictionRule.cpp \
476         saml2/profile/impl/SAML2AssertionPolicy.cpp \
477         encryption/EncryptedKeyResolver.cpp \
478         signature/ContentReference.cpp \
479         signature/SignatureProfileValidator.cpp \
480         util/CommonDomainCookie.cpp \
481         util/SAMLConstants.cpp
482
483
484 # this is different from the project version
485 # http://sources.redhat.com/autobook/autobook/autobook_91.html
486 libsaml_la_LDFLAGS = -version-info 8:0:0
487 EXTRA_DIST = saml.vcxproj saml.vcxproj.filters resource.h saml.rc
488 all: all-am
489
490 .SUFFIXES:
491 .SUFFIXES: .cpp .lo .o .obj
492 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
493         @for dep in $?; do \
494           case '$(am__configure_deps)' in \
495             *$$dep*) \
496               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
497                 && { if test -f $@; then exit 0; else break; fi; }; \
498               exit 1;; \
499           esac; \
500         done; \
501         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign saml/Makefile'; \
502         $(am__cd) $(top_srcdir) && \
503           $(AUTOMAKE) --foreign saml/Makefile
504 .PRECIOUS: Makefile
505 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
506         @case '$?' in \
507           *config.status*) \
508             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
509           *) \
510             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
511             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
512         esac;
513
514 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
515         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516
517 $(top_srcdir)/configure:  $(am__configure_deps)
518         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
519 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
520         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
521 $(am__aclocal_m4_deps):
522 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
523         @$(NORMAL_INSTALL)
524         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
525         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
526         list2=; for p in $$list; do \
527           if test -f $$p; then \
528             list2="$$list2 $$p"; \
529           else :; fi; \
530         done; \
531         test -z "$$list2" || { \
532           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
533           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
534         }
535
536 uninstall-libLTLIBRARIES:
537         @$(NORMAL_UNINSTALL)
538         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
539         for p in $$list; do \
540           $(am__strip_dir) \
541           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
542           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
543         done
544
545 clean-libLTLIBRARIES:
546         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
547         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
548           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
549           test "$$dir" != "$$p" || dir=.; \
550           echo "rm -f \"$${dir}/so_locations\""; \
551           rm -f "$${dir}/so_locations"; \
552         done
553 libsaml.la: $(libsaml_la_OBJECTS) $(libsaml_la_DEPENDENCIES) 
554         $(libsaml_la_LINK) -rpath $(libdir) $(libsaml_la_OBJECTS) $(libsaml_la_LIBADD) $(LIBS)
555
556 mostlyclean-compile:
557         -rm -f *.$(OBJEXT)
558
559 distclean-compile:
560         -rm -f *.tab.c
561
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AbstractMetadataProvider.Plo@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ArtifactMap.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Assertion20Validator.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AssertionValidator.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Assertions.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Assertions20Impl.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Assertions20SchemaValidators.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AssertionsImpl.Plo@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AssertionsSchemaValidators.Plo@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudienceRestrictionRule.Plo@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BearerConfirmationRule.Plo@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BlacklistMetadataFilter.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowserSSOProfile20Validator.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowserSSOProfileValidator.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ChainingMetadataProvider.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClientCertAuthRule.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CommonDomainCookie.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConditionsRule.Plo@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ContentReference.Plo@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DelegationRestrictionRule.Plo@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DiscoverableMetadataProvider.Plo@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DynamicMetadataProvider.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EncryptedKeyResolver.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EntityRoleMetadataFilter.Plo@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FolderMetadataProvider.Plo@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IgnoreRule.Plo@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageDecoder.Plo@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageEncoder.Plo@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageFlowRule.Plo@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetadataCredentialContext.Plo@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetadataCredentialCriteria.Plo@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetadataImpl.Plo@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetadataProvider.Plo@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetadataSchemaValidators.Plo@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NullMetadataProvider.Plo@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NullSecurityRule.Plo@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ObservableMetadataProvider.Plo@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Protocols20Impl.Plo@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Protocols20SchemaValidators.Plo@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProtocolsImpl.Plo@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProtocolsSchemaValidators.Plo@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RequireValidUntilMetadataFilter.Plo@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1ArtifactDecoder.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1ArtifactEncoder.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1BrowserSSORule.Plo@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1MessageDecoder.Plo@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1POSTDecoder.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1POSTEncoder.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1SOAPClient.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1SOAPDecoder.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML1SOAPEncoder.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2Artifact.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2ArtifactDecoder.Plo@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2ArtifactEncoder.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2ArtifactType0004.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2AssertionPolicy.Plo@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2ECPDecoder.Plo@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2ECPEncoder.Plo@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2MessageDecoder.Plo@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2POSTDecoder.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2POSTEncoder.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2Redirect.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2RedirectDecoder.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2RedirectEncoder.Plo@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2SOAPClient.Plo@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2SOAPDecoder.Plo@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAML2SOAPEncoder.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAMLArtifact.Plo@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAMLArtifactType0001.Plo@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAMLArtifactType0002.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAMLConfig.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAMLConstants.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SOAPClient.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SecurityPolicy.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SignatureMetadataFilter.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SignatureProfileValidator.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SimpleSigningRule.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/WhitelistMetadataFilter.Plo@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XMLMetadataProvider.Plo@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XMLSigningRule.Plo@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
643
644 .cpp.o:
645 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
646 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
647 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
648 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
650
651 .cpp.obj:
652 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
653 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
654 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
655 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
657
658 .cpp.lo:
659 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
660 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
661 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
662 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
664
665 ArtifactMap.lo: binding/impl/ArtifactMap.cpp
666 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ArtifactMap.lo -MD -MP -MF $(DEPDIR)/ArtifactMap.Tpo -c -o ArtifactMap.lo `test -f 'binding/impl/ArtifactMap.cpp' || echo '$(srcdir)/'`binding/impl/ArtifactMap.cpp
667 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ArtifactMap.Tpo $(DEPDIR)/ArtifactMap.Plo
668 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/ArtifactMap.cpp' object='ArtifactMap.lo' libtool=yes @AMDEPBACKSLASH@
669 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ArtifactMap.lo `test -f 'binding/impl/ArtifactMap.cpp' || echo '$(srcdir)/'`binding/impl/ArtifactMap.cpp
671
672 ClientCertAuthRule.lo: binding/impl/ClientCertAuthRule.cpp
673 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ClientCertAuthRule.lo -MD -MP -MF $(DEPDIR)/ClientCertAuthRule.Tpo -c -o ClientCertAuthRule.lo `test -f 'binding/impl/ClientCertAuthRule.cpp' || echo '$(srcdir)/'`binding/impl/ClientCertAuthRule.cpp
674 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ClientCertAuthRule.Tpo $(DEPDIR)/ClientCertAuthRule.Plo
675 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/ClientCertAuthRule.cpp' object='ClientCertAuthRule.lo' libtool=yes @AMDEPBACKSLASH@
676 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ClientCertAuthRule.lo `test -f 'binding/impl/ClientCertAuthRule.cpp' || echo '$(srcdir)/'`binding/impl/ClientCertAuthRule.cpp
678
679 MessageDecoder.lo: binding/impl/MessageDecoder.cpp
680 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MessageDecoder.lo -MD -MP -MF $(DEPDIR)/MessageDecoder.Tpo -c -o MessageDecoder.lo `test -f 'binding/impl/MessageDecoder.cpp' || echo '$(srcdir)/'`binding/impl/MessageDecoder.cpp
681 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MessageDecoder.Tpo $(DEPDIR)/MessageDecoder.Plo
682 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/MessageDecoder.cpp' object='MessageDecoder.lo' libtool=yes @AMDEPBACKSLASH@
683 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MessageDecoder.lo `test -f 'binding/impl/MessageDecoder.cpp' || echo '$(srcdir)/'`binding/impl/MessageDecoder.cpp
685
686 MessageEncoder.lo: binding/impl/MessageEncoder.cpp
687 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MessageEncoder.lo -MD -MP -MF $(DEPDIR)/MessageEncoder.Tpo -c -o MessageEncoder.lo `test -f 'binding/impl/MessageEncoder.cpp' || echo '$(srcdir)/'`binding/impl/MessageEncoder.cpp
688 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MessageEncoder.Tpo $(DEPDIR)/MessageEncoder.Plo
689 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/MessageEncoder.cpp' object='MessageEncoder.lo' libtool=yes @AMDEPBACKSLASH@
690 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MessageEncoder.lo `test -f 'binding/impl/MessageEncoder.cpp' || echo '$(srcdir)/'`binding/impl/MessageEncoder.cpp
692
693 MessageFlowRule.lo: binding/impl/MessageFlowRule.cpp
694 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MessageFlowRule.lo -MD -MP -MF $(DEPDIR)/MessageFlowRule.Tpo -c -o MessageFlowRule.lo `test -f 'binding/impl/MessageFlowRule.cpp' || echo '$(srcdir)/'`binding/impl/MessageFlowRule.cpp
695 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MessageFlowRule.Tpo $(DEPDIR)/MessageFlowRule.Plo
696 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/MessageFlowRule.cpp' object='MessageFlowRule.lo' libtool=yes @AMDEPBACKSLASH@
697 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MessageFlowRule.lo `test -f 'binding/impl/MessageFlowRule.cpp' || echo '$(srcdir)/'`binding/impl/MessageFlowRule.cpp
699
700 NullSecurityRule.lo: binding/impl/NullSecurityRule.cpp
701 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NullSecurityRule.lo -MD -MP -MF $(DEPDIR)/NullSecurityRule.Tpo -c -o NullSecurityRule.lo `test -f 'binding/impl/NullSecurityRule.cpp' || echo '$(srcdir)/'`binding/impl/NullSecurityRule.cpp
702 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/NullSecurityRule.Tpo $(DEPDIR)/NullSecurityRule.Plo
703 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/NullSecurityRule.cpp' object='NullSecurityRule.lo' libtool=yes @AMDEPBACKSLASH@
704 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NullSecurityRule.lo `test -f 'binding/impl/NullSecurityRule.cpp' || echo '$(srcdir)/'`binding/impl/NullSecurityRule.cpp
706
707 SAMLArtifact.lo: binding/impl/SAMLArtifact.cpp
708 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAMLArtifact.lo -MD -MP -MF $(DEPDIR)/SAMLArtifact.Tpo -c -o SAMLArtifact.lo `test -f 'binding/impl/SAMLArtifact.cpp' || echo '$(srcdir)/'`binding/impl/SAMLArtifact.cpp
709 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAMLArtifact.Tpo $(DEPDIR)/SAMLArtifact.Plo
710 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/SAMLArtifact.cpp' object='SAMLArtifact.lo' libtool=yes @AMDEPBACKSLASH@
711 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAMLArtifact.lo `test -f 'binding/impl/SAMLArtifact.cpp' || echo '$(srcdir)/'`binding/impl/SAMLArtifact.cpp
713
714 SecurityPolicy.lo: binding/impl/SecurityPolicy.cpp
715 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SecurityPolicy.lo -MD -MP -MF $(DEPDIR)/SecurityPolicy.Tpo -c -o SecurityPolicy.lo `test -f 'binding/impl/SecurityPolicy.cpp' || echo '$(srcdir)/'`binding/impl/SecurityPolicy.cpp
716 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SecurityPolicy.Tpo $(DEPDIR)/SecurityPolicy.Plo
717 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/SecurityPolicy.cpp' object='SecurityPolicy.lo' libtool=yes @AMDEPBACKSLASH@
718 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SecurityPolicy.lo `test -f 'binding/impl/SecurityPolicy.cpp' || echo '$(srcdir)/'`binding/impl/SecurityPolicy.cpp
720
721 SimpleSigningRule.lo: binding/impl/SimpleSigningRule.cpp
722 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SimpleSigningRule.lo -MD -MP -MF $(DEPDIR)/SimpleSigningRule.Tpo -c -o SimpleSigningRule.lo `test -f 'binding/impl/SimpleSigningRule.cpp' || echo '$(srcdir)/'`binding/impl/SimpleSigningRule.cpp
723 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SimpleSigningRule.Tpo $(DEPDIR)/SimpleSigningRule.Plo
724 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/SimpleSigningRule.cpp' object='SimpleSigningRule.lo' libtool=yes @AMDEPBACKSLASH@
725 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SimpleSigningRule.lo `test -f 'binding/impl/SimpleSigningRule.cpp' || echo '$(srcdir)/'`binding/impl/SimpleSigningRule.cpp
727
728 SOAPClient.lo: binding/impl/SOAPClient.cpp
729 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SOAPClient.lo -MD -MP -MF $(DEPDIR)/SOAPClient.Tpo -c -o SOAPClient.lo `test -f 'binding/impl/SOAPClient.cpp' || echo '$(srcdir)/'`binding/impl/SOAPClient.cpp
730 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SOAPClient.Tpo $(DEPDIR)/SOAPClient.Plo
731 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/SOAPClient.cpp' object='SOAPClient.lo' libtool=yes @AMDEPBACKSLASH@
732 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SOAPClient.lo `test -f 'binding/impl/SOAPClient.cpp' || echo '$(srcdir)/'`binding/impl/SOAPClient.cpp
734
735 XMLSigningRule.lo: binding/impl/XMLSigningRule.cpp
736 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XMLSigningRule.lo -MD -MP -MF $(DEPDIR)/XMLSigningRule.Tpo -c -o XMLSigningRule.lo `test -f 'binding/impl/XMLSigningRule.cpp' || echo '$(srcdir)/'`binding/impl/XMLSigningRule.cpp
737 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/XMLSigningRule.Tpo $(DEPDIR)/XMLSigningRule.Plo
738 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='binding/impl/XMLSigningRule.cpp' object='XMLSigningRule.lo' libtool=yes @AMDEPBACKSLASH@
739 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XMLSigningRule.lo `test -f 'binding/impl/XMLSigningRule.cpp' || echo '$(srcdir)/'`binding/impl/XMLSigningRule.cpp
741
742 AudienceRestrictionRule.lo: profile/impl/AudienceRestrictionRule.cpp
743 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AudienceRestrictionRule.lo -MD -MP -MF $(DEPDIR)/AudienceRestrictionRule.Tpo -c -o AudienceRestrictionRule.lo `test -f 'profile/impl/AudienceRestrictionRule.cpp' || echo '$(srcdir)/'`profile/impl/AudienceRestrictionRule.cpp
744 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/AudienceRestrictionRule.Tpo $(DEPDIR)/AudienceRestrictionRule.Plo
745 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='profile/impl/AudienceRestrictionRule.cpp' object='AudienceRestrictionRule.lo' libtool=yes @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AudienceRestrictionRule.lo `test -f 'profile/impl/AudienceRestrictionRule.cpp' || echo '$(srcdir)/'`profile/impl/AudienceRestrictionRule.cpp
748
749 ConditionsRule.lo: profile/impl/ConditionsRule.cpp
750 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ConditionsRule.lo -MD -MP -MF $(DEPDIR)/ConditionsRule.Tpo -c -o ConditionsRule.lo `test -f 'profile/impl/ConditionsRule.cpp' || echo '$(srcdir)/'`profile/impl/ConditionsRule.cpp
751 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ConditionsRule.Tpo $(DEPDIR)/ConditionsRule.Plo
752 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='profile/impl/ConditionsRule.cpp' object='ConditionsRule.lo' libtool=yes @AMDEPBACKSLASH@
753 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ConditionsRule.lo `test -f 'profile/impl/ConditionsRule.cpp' || echo '$(srcdir)/'`profile/impl/ConditionsRule.cpp
755
756 IgnoreRule.lo: profile/impl/IgnoreRule.cpp
757 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IgnoreRule.lo -MD -MP -MF $(DEPDIR)/IgnoreRule.Tpo -c -o IgnoreRule.lo `test -f 'profile/impl/IgnoreRule.cpp' || echo '$(srcdir)/'`profile/impl/IgnoreRule.cpp
758 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/IgnoreRule.Tpo $(DEPDIR)/IgnoreRule.Plo
759 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='profile/impl/IgnoreRule.cpp' object='IgnoreRule.lo' libtool=yes @AMDEPBACKSLASH@
760 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
761 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IgnoreRule.lo `test -f 'profile/impl/IgnoreRule.cpp' || echo '$(srcdir)/'`profile/impl/IgnoreRule.cpp
762
763 AssertionsImpl.lo: saml1/core/impl/AssertionsImpl.cpp
764 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AssertionsImpl.lo -MD -MP -MF $(DEPDIR)/AssertionsImpl.Tpo -c -o AssertionsImpl.lo `test -f 'saml1/core/impl/AssertionsImpl.cpp' || echo '$(srcdir)/'`saml1/core/impl/AssertionsImpl.cpp
765 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/AssertionsImpl.Tpo $(DEPDIR)/AssertionsImpl.Plo
766 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/core/impl/AssertionsImpl.cpp' object='AssertionsImpl.lo' libtool=yes @AMDEPBACKSLASH@
767 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AssertionsImpl.lo `test -f 'saml1/core/impl/AssertionsImpl.cpp' || echo '$(srcdir)/'`saml1/core/impl/AssertionsImpl.cpp
769
770 AssertionsSchemaValidators.lo: saml1/core/impl/AssertionsSchemaValidators.cpp
771 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AssertionsSchemaValidators.lo -MD -MP -MF $(DEPDIR)/AssertionsSchemaValidators.Tpo -c -o AssertionsSchemaValidators.lo `test -f 'saml1/core/impl/AssertionsSchemaValidators.cpp' || echo '$(srcdir)/'`saml1/core/impl/AssertionsSchemaValidators.cpp
772 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/AssertionsSchemaValidators.Tpo $(DEPDIR)/AssertionsSchemaValidators.Plo
773 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/core/impl/AssertionsSchemaValidators.cpp' object='AssertionsSchemaValidators.lo' libtool=yes @AMDEPBACKSLASH@
774 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
775 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AssertionsSchemaValidators.lo `test -f 'saml1/core/impl/AssertionsSchemaValidators.cpp' || echo '$(srcdir)/'`saml1/core/impl/AssertionsSchemaValidators.cpp
776
777 ProtocolsImpl.lo: saml1/core/impl/ProtocolsImpl.cpp
778 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ProtocolsImpl.lo -MD -MP -MF $(DEPDIR)/ProtocolsImpl.Tpo -c -o ProtocolsImpl.lo `test -f 'saml1/core/impl/ProtocolsImpl.cpp' || echo '$(srcdir)/'`saml1/core/impl/ProtocolsImpl.cpp
779 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ProtocolsImpl.Tpo $(DEPDIR)/ProtocolsImpl.Plo
780 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/core/impl/ProtocolsImpl.cpp' object='ProtocolsImpl.lo' libtool=yes @AMDEPBACKSLASH@
781 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
782 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ProtocolsImpl.lo `test -f 'saml1/core/impl/ProtocolsImpl.cpp' || echo '$(srcdir)/'`saml1/core/impl/ProtocolsImpl.cpp
783
784 ProtocolsSchemaValidators.lo: saml1/core/impl/ProtocolsSchemaValidators.cpp
785 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ProtocolsSchemaValidators.lo -MD -MP -MF $(DEPDIR)/ProtocolsSchemaValidators.Tpo -c -o ProtocolsSchemaValidators.lo `test -f 'saml1/core/impl/ProtocolsSchemaValidators.cpp' || echo '$(srcdir)/'`saml1/core/impl/ProtocolsSchemaValidators.cpp
786 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ProtocolsSchemaValidators.Tpo $(DEPDIR)/ProtocolsSchemaValidators.Plo
787 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/core/impl/ProtocolsSchemaValidators.cpp' object='ProtocolsSchemaValidators.lo' libtool=yes @AMDEPBACKSLASH@
788 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
789 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ProtocolsSchemaValidators.lo `test -f 'saml1/core/impl/ProtocolsSchemaValidators.cpp' || echo '$(srcdir)/'`saml1/core/impl/ProtocolsSchemaValidators.cpp
790
791 SAMLArtifactType0001.lo: saml1/binding/impl/SAMLArtifactType0001.cpp
792 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAMLArtifactType0001.lo -MD -MP -MF $(DEPDIR)/SAMLArtifactType0001.Tpo -c -o SAMLArtifactType0001.lo `test -f 'saml1/binding/impl/SAMLArtifactType0001.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAMLArtifactType0001.cpp
793 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAMLArtifactType0001.Tpo $(DEPDIR)/SAMLArtifactType0001.Plo
794 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAMLArtifactType0001.cpp' object='SAMLArtifactType0001.lo' libtool=yes @AMDEPBACKSLASH@
795 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAMLArtifactType0001.lo `test -f 'saml1/binding/impl/SAMLArtifactType0001.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAMLArtifactType0001.cpp
797
798 SAMLArtifactType0002.lo: saml1/binding/impl/SAMLArtifactType0002.cpp
799 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAMLArtifactType0002.lo -MD -MP -MF $(DEPDIR)/SAMLArtifactType0002.Tpo -c -o SAMLArtifactType0002.lo `test -f 'saml1/binding/impl/SAMLArtifactType0002.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAMLArtifactType0002.cpp
800 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAMLArtifactType0002.Tpo $(DEPDIR)/SAMLArtifactType0002.Plo
801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAMLArtifactType0002.cpp' object='SAMLArtifactType0002.lo' libtool=yes @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAMLArtifactType0002.lo `test -f 'saml1/binding/impl/SAMLArtifactType0002.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAMLArtifactType0002.cpp
804
805 SAML1ArtifactDecoder.lo: saml1/binding/impl/SAML1ArtifactDecoder.cpp
806 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1ArtifactDecoder.lo -MD -MP -MF $(DEPDIR)/SAML1ArtifactDecoder.Tpo -c -o SAML1ArtifactDecoder.lo `test -f 'saml1/binding/impl/SAML1ArtifactDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1ArtifactDecoder.cpp
807 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1ArtifactDecoder.Tpo $(DEPDIR)/SAML1ArtifactDecoder.Plo
808 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1ArtifactDecoder.cpp' object='SAML1ArtifactDecoder.lo' libtool=yes @AMDEPBACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1ArtifactDecoder.lo `test -f 'saml1/binding/impl/SAML1ArtifactDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1ArtifactDecoder.cpp
811
812 SAML1ArtifactEncoder.lo: saml1/binding/impl/SAML1ArtifactEncoder.cpp
813 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1ArtifactEncoder.lo -MD -MP -MF $(DEPDIR)/SAML1ArtifactEncoder.Tpo -c -o SAML1ArtifactEncoder.lo `test -f 'saml1/binding/impl/SAML1ArtifactEncoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1ArtifactEncoder.cpp
814 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1ArtifactEncoder.Tpo $(DEPDIR)/SAML1ArtifactEncoder.Plo
815 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1ArtifactEncoder.cpp' object='SAML1ArtifactEncoder.lo' libtool=yes @AMDEPBACKSLASH@
816 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
817 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1ArtifactEncoder.lo `test -f 'saml1/binding/impl/SAML1ArtifactEncoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1ArtifactEncoder.cpp
818
819 SAML1MessageDecoder.lo: saml1/binding/impl/SAML1MessageDecoder.cpp
820 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1MessageDecoder.lo -MD -MP -MF $(DEPDIR)/SAML1MessageDecoder.Tpo -c -o SAML1MessageDecoder.lo `test -f 'saml1/binding/impl/SAML1MessageDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1MessageDecoder.cpp
821 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1MessageDecoder.Tpo $(DEPDIR)/SAML1MessageDecoder.Plo
822 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1MessageDecoder.cpp' object='SAML1MessageDecoder.lo' libtool=yes @AMDEPBACKSLASH@
823 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1MessageDecoder.lo `test -f 'saml1/binding/impl/SAML1MessageDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1MessageDecoder.cpp
825
826 SAML1POSTDecoder.lo: saml1/binding/impl/SAML1POSTDecoder.cpp
827 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1POSTDecoder.lo -MD -MP -MF $(DEPDIR)/SAML1POSTDecoder.Tpo -c -o SAML1POSTDecoder.lo `test -f 'saml1/binding/impl/SAML1POSTDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1POSTDecoder.cpp
828 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1POSTDecoder.Tpo $(DEPDIR)/SAML1POSTDecoder.Plo
829 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1POSTDecoder.cpp' object='SAML1POSTDecoder.lo' libtool=yes @AMDEPBACKSLASH@
830 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1POSTDecoder.lo `test -f 'saml1/binding/impl/SAML1POSTDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1POSTDecoder.cpp
832
833 SAML1POSTEncoder.lo: saml1/binding/impl/SAML1POSTEncoder.cpp
834 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1POSTEncoder.lo -MD -MP -MF $(DEPDIR)/SAML1POSTEncoder.Tpo -c -o SAML1POSTEncoder.lo `test -f 'saml1/binding/impl/SAML1POSTEncoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1POSTEncoder.cpp
835 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1POSTEncoder.Tpo $(DEPDIR)/SAML1POSTEncoder.Plo
836 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1POSTEncoder.cpp' object='SAML1POSTEncoder.lo' libtool=yes @AMDEPBACKSLASH@
837 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
838 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1POSTEncoder.lo `test -f 'saml1/binding/impl/SAML1POSTEncoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1POSTEncoder.cpp
839
840 SAML1SOAPDecoder.lo: saml1/binding/impl/SAML1SOAPDecoder.cpp
841 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1SOAPDecoder.lo -MD -MP -MF $(DEPDIR)/SAML1SOAPDecoder.Tpo -c -o SAML1SOAPDecoder.lo `test -f 'saml1/binding/impl/SAML1SOAPDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1SOAPDecoder.cpp
842 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1SOAPDecoder.Tpo $(DEPDIR)/SAML1SOAPDecoder.Plo
843 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1SOAPDecoder.cpp' object='SAML1SOAPDecoder.lo' libtool=yes @AMDEPBACKSLASH@
844 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
845 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1SOAPDecoder.lo `test -f 'saml1/binding/impl/SAML1SOAPDecoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1SOAPDecoder.cpp
846
847 SAML1SOAPEncoder.lo: saml1/binding/impl/SAML1SOAPEncoder.cpp
848 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1SOAPEncoder.lo -MD -MP -MF $(DEPDIR)/SAML1SOAPEncoder.Tpo -c -o SAML1SOAPEncoder.lo `test -f 'saml1/binding/impl/SAML1SOAPEncoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1SOAPEncoder.cpp
849 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1SOAPEncoder.Tpo $(DEPDIR)/SAML1SOAPEncoder.Plo
850 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1SOAPEncoder.cpp' object='SAML1SOAPEncoder.lo' libtool=yes @AMDEPBACKSLASH@
851 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
852 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1SOAPEncoder.lo `test -f 'saml1/binding/impl/SAML1SOAPEncoder.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1SOAPEncoder.cpp
853
854 SAML1SOAPClient.lo: saml1/binding/impl/SAML1SOAPClient.cpp
855 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1SOAPClient.lo -MD -MP -MF $(DEPDIR)/SAML1SOAPClient.Tpo -c -o SAML1SOAPClient.lo `test -f 'saml1/binding/impl/SAML1SOAPClient.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1SOAPClient.cpp
856 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1SOAPClient.Tpo $(DEPDIR)/SAML1SOAPClient.Plo
857 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/binding/impl/SAML1SOAPClient.cpp' object='SAML1SOAPClient.lo' libtool=yes @AMDEPBACKSLASH@
858 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
859 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1SOAPClient.lo `test -f 'saml1/binding/impl/SAML1SOAPClient.cpp' || echo '$(srcdir)/'`saml1/binding/impl/SAML1SOAPClient.cpp
860
861 AssertionValidator.lo: saml1/profile/impl/AssertionValidator.cpp
862 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AssertionValidator.lo -MD -MP -MF $(DEPDIR)/AssertionValidator.Tpo -c -o AssertionValidator.lo `test -f 'saml1/profile/impl/AssertionValidator.cpp' || echo '$(srcdir)/'`saml1/profile/impl/AssertionValidator.cpp
863 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/AssertionValidator.Tpo $(DEPDIR)/AssertionValidator.Plo
864 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/profile/impl/AssertionValidator.cpp' object='AssertionValidator.lo' libtool=yes @AMDEPBACKSLASH@
865 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
866 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AssertionValidator.lo `test -f 'saml1/profile/impl/AssertionValidator.cpp' || echo '$(srcdir)/'`saml1/profile/impl/AssertionValidator.cpp
867
868 BrowserSSOProfileValidator.lo: saml1/profile/impl/BrowserSSOProfileValidator.cpp
869 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BrowserSSOProfileValidator.lo -MD -MP -MF $(DEPDIR)/BrowserSSOProfileValidator.Tpo -c -o BrowserSSOProfileValidator.lo `test -f 'saml1/profile/impl/BrowserSSOProfileValidator.cpp' || echo '$(srcdir)/'`saml1/profile/impl/BrowserSSOProfileValidator.cpp
870 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/BrowserSSOProfileValidator.Tpo $(DEPDIR)/BrowserSSOProfileValidator.Plo
871 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/profile/impl/BrowserSSOProfileValidator.cpp' object='BrowserSSOProfileValidator.lo' libtool=yes @AMDEPBACKSLASH@
872 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
873 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BrowserSSOProfileValidator.lo `test -f 'saml1/profile/impl/BrowserSSOProfileValidator.cpp' || echo '$(srcdir)/'`saml1/profile/impl/BrowserSSOProfileValidator.cpp
874
875 SAML1BrowserSSORule.lo: saml1/profile/impl/SAML1BrowserSSORule.cpp
876 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML1BrowserSSORule.lo -MD -MP -MF $(DEPDIR)/SAML1BrowserSSORule.Tpo -c -o SAML1BrowserSSORule.lo `test -f 'saml1/profile/impl/SAML1BrowserSSORule.cpp' || echo '$(srcdir)/'`saml1/profile/impl/SAML1BrowserSSORule.cpp
877 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML1BrowserSSORule.Tpo $(DEPDIR)/SAML1BrowserSSORule.Plo
878 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml1/profile/impl/SAML1BrowserSSORule.cpp' object='SAML1BrowserSSORule.lo' libtool=yes @AMDEPBACKSLASH@
879 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
880 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML1BrowserSSORule.lo `test -f 'saml1/profile/impl/SAML1BrowserSSORule.cpp' || echo '$(srcdir)/'`saml1/profile/impl/SAML1BrowserSSORule.cpp
881
882 Assertions.lo: saml2/core/impl/Assertions.cpp
883 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Assertions.lo -MD -MP -MF $(DEPDIR)/Assertions.Tpo -c -o Assertions.lo `test -f 'saml2/core/impl/Assertions.cpp' || echo '$(srcdir)/'`saml2/core/impl/Assertions.cpp
884 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/Assertions.Tpo $(DEPDIR)/Assertions.Plo
885 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/core/impl/Assertions.cpp' object='Assertions.lo' libtool=yes @AMDEPBACKSLASH@
886 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
887 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Assertions.lo `test -f 'saml2/core/impl/Assertions.cpp' || echo '$(srcdir)/'`saml2/core/impl/Assertions.cpp
888
889 Assertions20Impl.lo: saml2/core/impl/Assertions20Impl.cpp
890 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Assertions20Impl.lo -MD -MP -MF $(DEPDIR)/Assertions20Impl.Tpo -c -o Assertions20Impl.lo `test -f 'saml2/core/impl/Assertions20Impl.cpp' || echo '$(srcdir)/'`saml2/core/impl/Assertions20Impl.cpp
891 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/Assertions20Impl.Tpo $(DEPDIR)/Assertions20Impl.Plo
892 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/core/impl/Assertions20Impl.cpp' object='Assertions20Impl.lo' libtool=yes @AMDEPBACKSLASH@
893 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
894 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Assertions20Impl.lo `test -f 'saml2/core/impl/Assertions20Impl.cpp' || echo '$(srcdir)/'`saml2/core/impl/Assertions20Impl.cpp
895
896 Assertions20SchemaValidators.lo: saml2/core/impl/Assertions20SchemaValidators.cpp
897 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Assertions20SchemaValidators.lo -MD -MP -MF $(DEPDIR)/Assertions20SchemaValidators.Tpo -c -o Assertions20SchemaValidators.lo `test -f 'saml2/core/impl/Assertions20SchemaValidators.cpp' || echo '$(srcdir)/'`saml2/core/impl/Assertions20SchemaValidators.cpp
898 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/Assertions20SchemaValidators.Tpo $(DEPDIR)/Assertions20SchemaValidators.Plo
899 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/core/impl/Assertions20SchemaValidators.cpp' object='Assertions20SchemaValidators.lo' libtool=yes @AMDEPBACKSLASH@
900 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
901 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Assertions20SchemaValidators.lo `test -f 'saml2/core/impl/Assertions20SchemaValidators.cpp' || echo '$(srcdir)/'`saml2/core/impl/Assertions20SchemaValidators.cpp
902
903 Protocols20Impl.lo: saml2/core/impl/Protocols20Impl.cpp
904 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Protocols20Impl.lo -MD -MP -MF $(DEPDIR)/Protocols20Impl.Tpo -c -o Protocols20Impl.lo `test -f 'saml2/core/impl/Protocols20Impl.cpp' || echo '$(srcdir)/'`saml2/core/impl/Protocols20Impl.cpp
905 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/Protocols20Impl.Tpo $(DEPDIR)/Protocols20Impl.Plo
906 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/core/impl/Protocols20Impl.cpp' object='Protocols20Impl.lo' libtool=yes @AMDEPBACKSLASH@
907 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Protocols20Impl.lo `test -f 'saml2/core/impl/Protocols20Impl.cpp' || echo '$(srcdir)/'`saml2/core/impl/Protocols20Impl.cpp
909
910 Protocols20SchemaValidators.lo: saml2/core/impl/Protocols20SchemaValidators.cpp
911 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Protocols20SchemaValidators.lo -MD -MP -MF $(DEPDIR)/Protocols20SchemaValidators.Tpo -c -o Protocols20SchemaValidators.lo `test -f 'saml2/core/impl/Protocols20SchemaValidators.cpp' || echo '$(srcdir)/'`saml2/core/impl/Protocols20SchemaValidators.cpp
912 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/Protocols20SchemaValidators.Tpo $(DEPDIR)/Protocols20SchemaValidators.Plo
913 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/core/impl/Protocols20SchemaValidators.cpp' object='Protocols20SchemaValidators.lo' libtool=yes @AMDEPBACKSLASH@
914 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
915 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Protocols20SchemaValidators.lo `test -f 'saml2/core/impl/Protocols20SchemaValidators.cpp' || echo '$(srcdir)/'`saml2/core/impl/Protocols20SchemaValidators.cpp
916
917 AbstractMetadataProvider.lo: saml2/metadata/impl/AbstractMetadataProvider.cpp
918 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AbstractMetadataProvider.lo -MD -MP -MF $(DEPDIR)/AbstractMetadataProvider.Tpo -c -o AbstractMetadataProvider.lo `test -f 'saml2/metadata/impl/AbstractMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/AbstractMetadataProvider.cpp
919 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/AbstractMetadataProvider.Tpo $(DEPDIR)/AbstractMetadataProvider.Plo
920 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/AbstractMetadataProvider.cpp' object='AbstractMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
921 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
922 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AbstractMetadataProvider.lo `test -f 'saml2/metadata/impl/AbstractMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/AbstractMetadataProvider.cpp
923
924 BlacklistMetadataFilter.lo: saml2/metadata/impl/BlacklistMetadataFilter.cpp
925 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BlacklistMetadataFilter.lo -MD -MP -MF $(DEPDIR)/BlacklistMetadataFilter.Tpo -c -o BlacklistMetadataFilter.lo `test -f 'saml2/metadata/impl/BlacklistMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/BlacklistMetadataFilter.cpp
926 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/BlacklistMetadataFilter.Tpo $(DEPDIR)/BlacklistMetadataFilter.Plo
927 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/BlacklistMetadataFilter.cpp' object='BlacklistMetadataFilter.lo' libtool=yes @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
929 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BlacklistMetadataFilter.lo `test -f 'saml2/metadata/impl/BlacklistMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/BlacklistMetadataFilter.cpp
930
931 ChainingMetadataProvider.lo: saml2/metadata/impl/ChainingMetadataProvider.cpp
932 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ChainingMetadataProvider.lo -MD -MP -MF $(DEPDIR)/ChainingMetadataProvider.Tpo -c -o ChainingMetadataProvider.lo `test -f 'saml2/metadata/impl/ChainingMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/ChainingMetadataProvider.cpp
933 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ChainingMetadataProvider.Tpo $(DEPDIR)/ChainingMetadataProvider.Plo
934 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/ChainingMetadataProvider.cpp' object='ChainingMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
936 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ChainingMetadataProvider.lo `test -f 'saml2/metadata/impl/ChainingMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/ChainingMetadataProvider.cpp
937
938 DiscoverableMetadataProvider.lo: saml2/metadata/impl/DiscoverableMetadataProvider.cpp
939 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DiscoverableMetadataProvider.lo -MD -MP -MF $(DEPDIR)/DiscoverableMetadataProvider.Tpo -c -o DiscoverableMetadataProvider.lo `test -f 'saml2/metadata/impl/DiscoverableMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/DiscoverableMetadataProvider.cpp
940 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/DiscoverableMetadataProvider.Tpo $(DEPDIR)/DiscoverableMetadataProvider.Plo
941 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/DiscoverableMetadataProvider.cpp' object='DiscoverableMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
942 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DiscoverableMetadataProvider.lo `test -f 'saml2/metadata/impl/DiscoverableMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/DiscoverableMetadataProvider.cpp
944
945 DynamicMetadataProvider.lo: saml2/metadata/impl/DynamicMetadataProvider.cpp
946 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DynamicMetadataProvider.lo -MD -MP -MF $(DEPDIR)/DynamicMetadataProvider.Tpo -c -o DynamicMetadataProvider.lo `test -f 'saml2/metadata/impl/DynamicMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/DynamicMetadataProvider.cpp
947 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/DynamicMetadataProvider.Tpo $(DEPDIR)/DynamicMetadataProvider.Plo
948 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/DynamicMetadataProvider.cpp' object='DynamicMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
949 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DynamicMetadataProvider.lo `test -f 'saml2/metadata/impl/DynamicMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/DynamicMetadataProvider.cpp
951
952 EntityRoleMetadataFilter.lo: saml2/metadata/impl/EntityRoleMetadataFilter.cpp
953 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EntityRoleMetadataFilter.lo -MD -MP -MF $(DEPDIR)/EntityRoleMetadataFilter.Tpo -c -o EntityRoleMetadataFilter.lo `test -f 'saml2/metadata/impl/EntityRoleMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/EntityRoleMetadataFilter.cpp
954 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/EntityRoleMetadataFilter.Tpo $(DEPDIR)/EntityRoleMetadataFilter.Plo
955 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/EntityRoleMetadataFilter.cpp' object='EntityRoleMetadataFilter.lo' libtool=yes @AMDEPBACKSLASH@
956 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EntityRoleMetadataFilter.lo `test -f 'saml2/metadata/impl/EntityRoleMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/EntityRoleMetadataFilter.cpp
958
959 FolderMetadataProvider.lo: saml2/metadata/impl/FolderMetadataProvider.cpp
960 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FolderMetadataProvider.lo -MD -MP -MF $(DEPDIR)/FolderMetadataProvider.Tpo -c -o FolderMetadataProvider.lo `test -f 'saml2/metadata/impl/FolderMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/FolderMetadataProvider.cpp
961 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/FolderMetadataProvider.Tpo $(DEPDIR)/FolderMetadataProvider.Plo
962 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/FolderMetadataProvider.cpp' object='FolderMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
963 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
964 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FolderMetadataProvider.lo `test -f 'saml2/metadata/impl/FolderMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/FolderMetadataProvider.cpp
965
966 MetadataCredentialContext.lo: saml2/metadata/impl/MetadataCredentialContext.cpp
967 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MetadataCredentialContext.lo -MD -MP -MF $(DEPDIR)/MetadataCredentialContext.Tpo -c -o MetadataCredentialContext.lo `test -f 'saml2/metadata/impl/MetadataCredentialContext.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataCredentialContext.cpp
968 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MetadataCredentialContext.Tpo $(DEPDIR)/MetadataCredentialContext.Plo
969 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/MetadataCredentialContext.cpp' object='MetadataCredentialContext.lo' libtool=yes @AMDEPBACKSLASH@
970 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
971 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MetadataCredentialContext.lo `test -f 'saml2/metadata/impl/MetadataCredentialContext.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataCredentialContext.cpp
972
973 MetadataCredentialCriteria.lo: saml2/metadata/impl/MetadataCredentialCriteria.cpp
974 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MetadataCredentialCriteria.lo -MD -MP -MF $(DEPDIR)/MetadataCredentialCriteria.Tpo -c -o MetadataCredentialCriteria.lo `test -f 'saml2/metadata/impl/MetadataCredentialCriteria.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataCredentialCriteria.cpp
975 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MetadataCredentialCriteria.Tpo $(DEPDIR)/MetadataCredentialCriteria.Plo
976 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/MetadataCredentialCriteria.cpp' object='MetadataCredentialCriteria.lo' libtool=yes @AMDEPBACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
978 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MetadataCredentialCriteria.lo `test -f 'saml2/metadata/impl/MetadataCredentialCriteria.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataCredentialCriteria.cpp
979
980 MetadataImpl.lo: saml2/metadata/impl/MetadataImpl.cpp
981 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MetadataImpl.lo -MD -MP -MF $(DEPDIR)/MetadataImpl.Tpo -c -o MetadataImpl.lo `test -f 'saml2/metadata/impl/MetadataImpl.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataImpl.cpp
982 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MetadataImpl.Tpo $(DEPDIR)/MetadataImpl.Plo
983 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/MetadataImpl.cpp' object='MetadataImpl.lo' libtool=yes @AMDEPBACKSLASH@
984 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
985 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MetadataImpl.lo `test -f 'saml2/metadata/impl/MetadataImpl.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataImpl.cpp
986
987 MetadataProvider.lo: saml2/metadata/impl/MetadataProvider.cpp
988 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MetadataProvider.lo -MD -MP -MF $(DEPDIR)/MetadataProvider.Tpo -c -o MetadataProvider.lo `test -f 'saml2/metadata/impl/MetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataProvider.cpp
989 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MetadataProvider.Tpo $(DEPDIR)/MetadataProvider.Plo
990 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/MetadataProvider.cpp' object='MetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
992 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MetadataProvider.lo `test -f 'saml2/metadata/impl/MetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataProvider.cpp
993
994 MetadataSchemaValidators.lo: saml2/metadata/impl/MetadataSchemaValidators.cpp
995 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MetadataSchemaValidators.lo -MD -MP -MF $(DEPDIR)/MetadataSchemaValidators.Tpo -c -o MetadataSchemaValidators.lo `test -f 'saml2/metadata/impl/MetadataSchemaValidators.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataSchemaValidators.cpp
996 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/MetadataSchemaValidators.Tpo $(DEPDIR)/MetadataSchemaValidators.Plo
997 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/MetadataSchemaValidators.cpp' object='MetadataSchemaValidators.lo' libtool=yes @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MetadataSchemaValidators.lo `test -f 'saml2/metadata/impl/MetadataSchemaValidators.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/MetadataSchemaValidators.cpp
1000
1001 NullMetadataProvider.lo: saml2/metadata/impl/NullMetadataProvider.cpp
1002 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NullMetadataProvider.lo -MD -MP -MF $(DEPDIR)/NullMetadataProvider.Tpo -c -o NullMetadataProvider.lo `test -f 'saml2/metadata/impl/NullMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/NullMetadataProvider.cpp
1003 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/NullMetadataProvider.Tpo $(DEPDIR)/NullMetadataProvider.Plo
1004 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/NullMetadataProvider.cpp' object='NullMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1006 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NullMetadataProvider.lo `test -f 'saml2/metadata/impl/NullMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/NullMetadataProvider.cpp
1007
1008 ObservableMetadataProvider.lo: saml2/metadata/impl/ObservableMetadataProvider.cpp
1009 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ObservableMetadataProvider.lo -MD -MP -MF $(DEPDIR)/ObservableMetadataProvider.Tpo -c -o ObservableMetadataProvider.lo `test -f 'saml2/metadata/impl/ObservableMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/ObservableMetadataProvider.cpp
1010 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ObservableMetadataProvider.Tpo $(DEPDIR)/ObservableMetadataProvider.Plo
1011 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/ObservableMetadataProvider.cpp' object='ObservableMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ObservableMetadataProvider.lo `test -f 'saml2/metadata/impl/ObservableMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/ObservableMetadataProvider.cpp
1014
1015 SignatureMetadataFilter.lo: saml2/metadata/impl/SignatureMetadataFilter.cpp
1016 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SignatureMetadataFilter.lo -MD -MP -MF $(DEPDIR)/SignatureMetadataFilter.Tpo -c -o SignatureMetadataFilter.lo `test -f 'saml2/metadata/impl/SignatureMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/SignatureMetadataFilter.cpp
1017 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SignatureMetadataFilter.Tpo $(DEPDIR)/SignatureMetadataFilter.Plo
1018 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/SignatureMetadataFilter.cpp' object='SignatureMetadataFilter.lo' libtool=yes @AMDEPBACKSLASH@
1019 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1020 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SignatureMetadataFilter.lo `test -f 'saml2/metadata/impl/SignatureMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/SignatureMetadataFilter.cpp
1021
1022 RequireValidUntilMetadataFilter.lo: saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp
1023 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RequireValidUntilMetadataFilter.lo -MD -MP -MF $(DEPDIR)/RequireValidUntilMetadataFilter.Tpo -c -o RequireValidUntilMetadataFilter.lo `test -f 'saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp
1024 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/RequireValidUntilMetadataFilter.Tpo $(DEPDIR)/RequireValidUntilMetadataFilter.Plo
1025 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp' object='RequireValidUntilMetadataFilter.lo' libtool=yes @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1027 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RequireValidUntilMetadataFilter.lo `test -f 'saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/RequireValidUntilMetadataFilter.cpp
1028
1029 WhitelistMetadataFilter.lo: saml2/metadata/impl/WhitelistMetadataFilter.cpp
1030 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT WhitelistMetadataFilter.lo -MD -MP -MF $(DEPDIR)/WhitelistMetadataFilter.Tpo -c -o WhitelistMetadataFilter.lo `test -f 'saml2/metadata/impl/WhitelistMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/WhitelistMetadataFilter.cpp
1031 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/WhitelistMetadataFilter.Tpo $(DEPDIR)/WhitelistMetadataFilter.Plo
1032 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/WhitelistMetadataFilter.cpp' object='WhitelistMetadataFilter.lo' libtool=yes @AMDEPBACKSLASH@
1033 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1034 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o WhitelistMetadataFilter.lo `test -f 'saml2/metadata/impl/WhitelistMetadataFilter.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/WhitelistMetadataFilter.cpp
1035
1036 XMLMetadataProvider.lo: saml2/metadata/impl/XMLMetadataProvider.cpp
1037 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT XMLMetadataProvider.lo -MD -MP -MF $(DEPDIR)/XMLMetadataProvider.Tpo -c -o XMLMetadataProvider.lo `test -f 'saml2/metadata/impl/XMLMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/XMLMetadataProvider.cpp
1038 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/XMLMetadataProvider.Tpo $(DEPDIR)/XMLMetadataProvider.Plo
1039 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/metadata/impl/XMLMetadataProvider.cpp' object='XMLMetadataProvider.lo' libtool=yes @AMDEPBACKSLASH@
1040 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1041 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o XMLMetadataProvider.lo `test -f 'saml2/metadata/impl/XMLMetadataProvider.cpp' || echo '$(srcdir)/'`saml2/metadata/impl/XMLMetadataProvider.cpp
1042
1043 SAML2Artifact.lo: saml2/binding/impl/SAML2Artifact.cpp
1044 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2Artifact.lo -MD -MP -MF $(DEPDIR)/SAML2Artifact.Tpo -c -o SAML2Artifact.lo `test -f 'saml2/binding/impl/SAML2Artifact.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2Artifact.cpp
1045 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2Artifact.Tpo $(DEPDIR)/SAML2Artifact.Plo
1046 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2Artifact.cpp' object='SAML2Artifact.lo' libtool=yes @AMDEPBACKSLASH@
1047 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1048 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2Artifact.lo `test -f 'saml2/binding/impl/SAML2Artifact.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2Artifact.cpp
1049
1050 SAML2ArtifactType0004.lo: saml2/binding/impl/SAML2ArtifactType0004.cpp
1051 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2ArtifactType0004.lo -MD -MP -MF $(DEPDIR)/SAML2ArtifactType0004.Tpo -c -o SAML2ArtifactType0004.lo `test -f 'saml2/binding/impl/SAML2ArtifactType0004.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ArtifactType0004.cpp
1052 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2ArtifactType0004.Tpo $(DEPDIR)/SAML2ArtifactType0004.Plo
1053 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2ArtifactType0004.cpp' object='SAML2ArtifactType0004.lo' libtool=yes @AMDEPBACKSLASH@
1054 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1055 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2ArtifactType0004.lo `test -f 'saml2/binding/impl/SAML2ArtifactType0004.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ArtifactType0004.cpp
1056
1057 SAML2ArtifactDecoder.lo: saml2/binding/impl/SAML2ArtifactDecoder.cpp
1058 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2ArtifactDecoder.lo -MD -MP -MF $(DEPDIR)/SAML2ArtifactDecoder.Tpo -c -o SAML2ArtifactDecoder.lo `test -f 'saml2/binding/impl/SAML2ArtifactDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ArtifactDecoder.cpp
1059 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2ArtifactDecoder.Tpo $(DEPDIR)/SAML2ArtifactDecoder.Plo
1060 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2ArtifactDecoder.cpp' object='SAML2ArtifactDecoder.lo' libtool=yes @AMDEPBACKSLASH@
1061 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1062 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2ArtifactDecoder.lo `test -f 'saml2/binding/impl/SAML2ArtifactDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ArtifactDecoder.cpp
1063
1064 SAML2ArtifactEncoder.lo: saml2/binding/impl/SAML2ArtifactEncoder.cpp
1065 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2ArtifactEncoder.lo -MD -MP -MF $(DEPDIR)/SAML2ArtifactEncoder.Tpo -c -o SAML2ArtifactEncoder.lo `test -f 'saml2/binding/impl/SAML2ArtifactEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ArtifactEncoder.cpp
1066 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2ArtifactEncoder.Tpo $(DEPDIR)/SAML2ArtifactEncoder.Plo
1067 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2ArtifactEncoder.cpp' object='SAML2ArtifactEncoder.lo' libtool=yes @AMDEPBACKSLASH@
1068 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1069 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2ArtifactEncoder.lo `test -f 'saml2/binding/impl/SAML2ArtifactEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ArtifactEncoder.cpp
1070
1071 SAML2ECPDecoder.lo: saml2/binding/impl/SAML2ECPDecoder.cpp
1072 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2ECPDecoder.lo -MD -MP -MF $(DEPDIR)/SAML2ECPDecoder.Tpo -c -o SAML2ECPDecoder.lo `test -f 'saml2/binding/impl/SAML2ECPDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ECPDecoder.cpp
1073 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2ECPDecoder.Tpo $(DEPDIR)/SAML2ECPDecoder.Plo
1074 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2ECPDecoder.cpp' object='SAML2ECPDecoder.lo' libtool=yes @AMDEPBACKSLASH@
1075 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1076 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2ECPDecoder.lo `test -f 'saml2/binding/impl/SAML2ECPDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ECPDecoder.cpp
1077
1078 SAML2ECPEncoder.lo: saml2/binding/impl/SAML2ECPEncoder.cpp
1079 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2ECPEncoder.lo -MD -MP -MF $(DEPDIR)/SAML2ECPEncoder.Tpo -c -o SAML2ECPEncoder.lo `test -f 'saml2/binding/impl/SAML2ECPEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ECPEncoder.cpp
1080 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2ECPEncoder.Tpo $(DEPDIR)/SAML2ECPEncoder.Plo
1081 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2ECPEncoder.cpp' object='SAML2ECPEncoder.lo' libtool=yes @AMDEPBACKSLASH@
1082 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1083 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2ECPEncoder.lo `test -f 'saml2/binding/impl/SAML2ECPEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2ECPEncoder.cpp
1084
1085 SAML2MessageDecoder.lo: saml2/binding/impl/SAML2MessageDecoder.cpp
1086 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2MessageDecoder.lo -MD -MP -MF $(DEPDIR)/SAML2MessageDecoder.Tpo -c -o SAML2MessageDecoder.lo `test -f 'saml2/binding/impl/SAML2MessageDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2MessageDecoder.cpp
1087 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2MessageDecoder.Tpo $(DEPDIR)/SAML2MessageDecoder.Plo
1088 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2MessageDecoder.cpp' object='SAML2MessageDecoder.lo' libtool=yes @AMDEPBACKSLASH@
1089 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1090 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2MessageDecoder.lo `test -f 'saml2/binding/impl/SAML2MessageDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2MessageDecoder.cpp
1091
1092 SAML2POSTDecoder.lo: saml2/binding/impl/SAML2POSTDecoder.cpp
1093 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2POSTDecoder.lo -MD -MP -MF $(DEPDIR)/SAML2POSTDecoder.Tpo -c -o SAML2POSTDecoder.lo `test -f 'saml2/binding/impl/SAML2POSTDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2POSTDecoder.cpp
1094 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2POSTDecoder.Tpo $(DEPDIR)/SAML2POSTDecoder.Plo
1095 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2POSTDecoder.cpp' object='SAML2POSTDecoder.lo' libtool=yes @AMDEPBACKSLASH@
1096 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1097 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2POSTDecoder.lo `test -f 'saml2/binding/impl/SAML2POSTDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2POSTDecoder.cpp
1098
1099 SAML2POSTEncoder.lo: saml2/binding/impl/SAML2POSTEncoder.cpp
1100 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2POSTEncoder.lo -MD -MP -MF $(DEPDIR)/SAML2POSTEncoder.Tpo -c -o SAML2POSTEncoder.lo `test -f 'saml2/binding/impl/SAML2POSTEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2POSTEncoder.cpp
1101 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2POSTEncoder.Tpo $(DEPDIR)/SAML2POSTEncoder.Plo
1102 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2POSTEncoder.cpp' object='SAML2POSTEncoder.lo' libtool=yes @AMDEPBACKSLASH@
1103 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1104 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2POSTEncoder.lo `test -f 'saml2/binding/impl/SAML2POSTEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2POSTEncoder.cpp
1105
1106 SAML2Redirect.lo: saml2/binding/impl/SAML2Redirect.cpp
1107 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2Redirect.lo -MD -MP -MF $(DEPDIR)/SAML2Redirect.Tpo -c -o SAML2Redirect.lo `test -f 'saml2/binding/impl/SAML2Redirect.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2Redirect.cpp
1108 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2Redirect.Tpo $(DEPDIR)/SAML2Redirect.Plo
1109 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2Redirect.cpp' object='SAML2Redirect.lo' libtool=yes @AMDEPBACKSLASH@
1110 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1111 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2Redirect.lo `test -f 'saml2/binding/impl/SAML2Redirect.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2Redirect.cpp
1112
1113 SAML2RedirectDecoder.lo: saml2/binding/impl/SAML2RedirectDecoder.cpp
1114 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2RedirectDecoder.lo -MD -MP -MF $(DEPDIR)/SAML2RedirectDecoder.Tpo -c -o SAML2RedirectDecoder.lo `test -f 'saml2/binding/impl/SAML2RedirectDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2RedirectDecoder.cpp
1115 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2RedirectDecoder.Tpo $(DEPDIR)/SAML2RedirectDecoder.Plo
1116 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2RedirectDecoder.cpp' object='SAML2RedirectDecoder.lo' libtool=yes @AMDEPBACKSLASH@
1117 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1118 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2RedirectDecoder.lo `test -f 'saml2/binding/impl/SAML2RedirectDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2RedirectDecoder.cpp
1119
1120 SAML2RedirectEncoder.lo: saml2/binding/impl/SAML2RedirectEncoder.cpp
1121 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2RedirectEncoder.lo -MD -MP -MF $(DEPDIR)/SAML2RedirectEncoder.Tpo -c -o SAML2RedirectEncoder.lo `test -f 'saml2/binding/impl/SAML2RedirectEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2RedirectEncoder.cpp
1122 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2RedirectEncoder.Tpo $(DEPDIR)/SAML2RedirectEncoder.Plo
1123 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2RedirectEncoder.cpp' object='SAML2RedirectEncoder.lo' libtool=yes @AMDEPBACKSLASH@
1124 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1125 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2RedirectEncoder.lo `test -f 'saml2/binding/impl/SAML2RedirectEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2RedirectEncoder.cpp
1126
1127 SAML2SOAPDecoder.lo: saml2/binding/impl/SAML2SOAPDecoder.cpp
1128 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2SOAPDecoder.lo -MD -MP -MF $(DEPDIR)/SAML2SOAPDecoder.Tpo -c -o SAML2SOAPDecoder.lo `test -f 'saml2/binding/impl/SAML2SOAPDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2SOAPDecoder.cpp
1129 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2SOAPDecoder.Tpo $(DEPDIR)/SAML2SOAPDecoder.Plo
1130 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2SOAPDecoder.cpp' object='SAML2SOAPDecoder.lo' libtool=yes @AMDEPBACKSLASH@
1131 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1132 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2SOAPDecoder.lo `test -f 'saml2/binding/impl/SAML2SOAPDecoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2SOAPDecoder.cpp
1133
1134 SAML2SOAPEncoder.lo: saml2/binding/impl/SAML2SOAPEncoder.cpp
1135 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2SOAPEncoder.lo -MD -MP -MF $(DEPDIR)/SAML2SOAPEncoder.Tpo -c -o SAML2SOAPEncoder.lo `test -f 'saml2/binding/impl/SAML2SOAPEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2SOAPEncoder.cpp
1136 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2SOAPEncoder.Tpo $(DEPDIR)/SAML2SOAPEncoder.Plo
1137 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2SOAPEncoder.cpp' object='SAML2SOAPEncoder.lo' libtool=yes @AMDEPBACKSLASH@
1138 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1139 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2SOAPEncoder.lo `test -f 'saml2/binding/impl/SAML2SOAPEncoder.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2SOAPEncoder.cpp
1140
1141 SAML2SOAPClient.lo: saml2/binding/impl/SAML2SOAPClient.cpp
1142 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2SOAPClient.lo -MD -MP -MF $(DEPDIR)/SAML2SOAPClient.Tpo -c -o SAML2SOAPClient.lo `test -f 'saml2/binding/impl/SAML2SOAPClient.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2SOAPClient.cpp
1143 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2SOAPClient.Tpo $(DEPDIR)/SAML2SOAPClient.Plo
1144 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/binding/impl/SAML2SOAPClient.cpp' object='SAML2SOAPClient.lo' libtool=yes @AMDEPBACKSLASH@
1145 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1146 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2SOAPClient.lo `test -f 'saml2/binding/impl/SAML2SOAPClient.cpp' || echo '$(srcdir)/'`saml2/binding/impl/SAML2SOAPClient.cpp
1147
1148 Assertion20Validator.lo: saml2/profile/impl/Assertion20Validator.cpp
1149 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Assertion20Validator.lo -MD -MP -MF $(DEPDIR)/Assertion20Validator.Tpo -c -o Assertion20Validator.lo `test -f 'saml2/profile/impl/Assertion20Validator.cpp' || echo '$(srcdir)/'`saml2/profile/impl/Assertion20Validator.cpp
1150 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/Assertion20Validator.Tpo $(DEPDIR)/Assertion20Validator.Plo
1151 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/profile/impl/Assertion20Validator.cpp' object='Assertion20Validator.lo' libtool=yes @AMDEPBACKSLASH@
1152 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1153 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Assertion20Validator.lo `test -f 'saml2/profile/impl/Assertion20Validator.cpp' || echo '$(srcdir)/'`saml2/profile/impl/Assertion20Validator.cpp
1154
1155 BrowserSSOProfile20Validator.lo: saml2/profile/impl/BrowserSSOProfile20Validator.cpp
1156 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BrowserSSOProfile20Validator.lo -MD -MP -MF $(DEPDIR)/BrowserSSOProfile20Validator.Tpo -c -o BrowserSSOProfile20Validator.lo `test -f 'saml2/profile/impl/BrowserSSOProfile20Validator.cpp' || echo '$(srcdir)/'`saml2/profile/impl/BrowserSSOProfile20Validator.cpp
1157 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/BrowserSSOProfile20Validator.Tpo $(DEPDIR)/BrowserSSOProfile20Validator.Plo
1158 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/profile/impl/BrowserSSOProfile20Validator.cpp' object='BrowserSSOProfile20Validator.lo' libtool=yes @AMDEPBACKSLASH@
1159 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1160 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BrowserSSOProfile20Validator.lo `test -f 'saml2/profile/impl/BrowserSSOProfile20Validator.cpp' || echo '$(srcdir)/'`saml2/profile/impl/BrowserSSOProfile20Validator.cpp
1161
1162 BearerConfirmationRule.lo: saml2/profile/impl/BearerConfirmationRule.cpp
1163 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BearerConfirmationRule.lo -MD -MP -MF $(DEPDIR)/BearerConfirmationRule.Tpo -c -o BearerConfirmationRule.lo `test -f 'saml2/profile/impl/BearerConfirmationRule.cpp' || echo '$(srcdir)/'`saml2/profile/impl/BearerConfirmationRule.cpp
1164 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/BearerConfirmationRule.Tpo $(DEPDIR)/BearerConfirmationRule.Plo
1165 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/profile/impl/BearerConfirmationRule.cpp' object='BearerConfirmationRule.lo' libtool=yes @AMDEPBACKSLASH@
1166 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1167 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BearerConfirmationRule.lo `test -f 'saml2/profile/impl/BearerConfirmationRule.cpp' || echo '$(srcdir)/'`saml2/profile/impl/BearerConfirmationRule.cpp
1168
1169 DelegationRestrictionRule.lo: saml2/profile/impl/DelegationRestrictionRule.cpp
1170 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DelegationRestrictionRule.lo -MD -MP -MF $(DEPDIR)/DelegationRestrictionRule.Tpo -c -o DelegationRestrictionRule.lo `test -f 'saml2/profile/impl/DelegationRestrictionRule.cpp' || echo '$(srcdir)/'`saml2/profile/impl/DelegationRestrictionRule.cpp
1171 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/DelegationRestrictionRule.Tpo $(DEPDIR)/DelegationRestrictionRule.Plo
1172 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/profile/impl/DelegationRestrictionRule.cpp' object='DelegationRestrictionRule.lo' libtool=yes @AMDEPBACKSLASH@
1173 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1174 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DelegationRestrictionRule.lo `test -f 'saml2/profile/impl/DelegationRestrictionRule.cpp' || echo '$(srcdir)/'`saml2/profile/impl/DelegationRestrictionRule.cpp
1175
1176 SAML2AssertionPolicy.lo: saml2/profile/impl/SAML2AssertionPolicy.cpp
1177 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAML2AssertionPolicy.lo -MD -MP -MF $(DEPDIR)/SAML2AssertionPolicy.Tpo -c -o SAML2AssertionPolicy.lo `test -f 'saml2/profile/impl/SAML2AssertionPolicy.cpp' || echo '$(srcdir)/'`saml2/profile/impl/SAML2AssertionPolicy.cpp
1178 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAML2AssertionPolicy.Tpo $(DEPDIR)/SAML2AssertionPolicy.Plo
1179 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='saml2/profile/impl/SAML2AssertionPolicy.cpp' object='SAML2AssertionPolicy.lo' libtool=yes @AMDEPBACKSLASH@
1180 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1181 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAML2AssertionPolicy.lo `test -f 'saml2/profile/impl/SAML2AssertionPolicy.cpp' || echo '$(srcdir)/'`saml2/profile/impl/SAML2AssertionPolicy.cpp
1182
1183 EncryptedKeyResolver.lo: encryption/EncryptedKeyResolver.cpp
1184 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EncryptedKeyResolver.lo -MD -MP -MF $(DEPDIR)/EncryptedKeyResolver.Tpo -c -o EncryptedKeyResolver.lo `test -f 'encryption/EncryptedKeyResolver.cpp' || echo '$(srcdir)/'`encryption/EncryptedKeyResolver.cpp
1185 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/EncryptedKeyResolver.Tpo $(DEPDIR)/EncryptedKeyResolver.Plo
1186 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='encryption/EncryptedKeyResolver.cpp' object='EncryptedKeyResolver.lo' libtool=yes @AMDEPBACKSLASH@
1187 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1188 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EncryptedKeyResolver.lo `test -f 'encryption/EncryptedKeyResolver.cpp' || echo '$(srcdir)/'`encryption/EncryptedKeyResolver.cpp
1189
1190 ContentReference.lo: signature/ContentReference.cpp
1191 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ContentReference.lo -MD -MP -MF $(DEPDIR)/ContentReference.Tpo -c -o ContentReference.lo `test -f 'signature/ContentReference.cpp' || echo '$(srcdir)/'`signature/ContentReference.cpp
1192 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ContentReference.Tpo $(DEPDIR)/ContentReference.Plo
1193 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='signature/ContentReference.cpp' object='ContentReference.lo' libtool=yes @AMDEPBACKSLASH@
1194 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1195 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ContentReference.lo `test -f 'signature/ContentReference.cpp' || echo '$(srcdir)/'`signature/ContentReference.cpp
1196
1197 SignatureProfileValidator.lo: signature/SignatureProfileValidator.cpp
1198 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SignatureProfileValidator.lo -MD -MP -MF $(DEPDIR)/SignatureProfileValidator.Tpo -c -o SignatureProfileValidator.lo `test -f 'signature/SignatureProfileValidator.cpp' || echo '$(srcdir)/'`signature/SignatureProfileValidator.cpp
1199 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SignatureProfileValidator.Tpo $(DEPDIR)/SignatureProfileValidator.Plo
1200 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='signature/SignatureProfileValidator.cpp' object='SignatureProfileValidator.lo' libtool=yes @AMDEPBACKSLASH@
1201 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1202 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SignatureProfileValidator.lo `test -f 'signature/SignatureProfileValidator.cpp' || echo '$(srcdir)/'`signature/SignatureProfileValidator.cpp
1203
1204 CommonDomainCookie.lo: util/CommonDomainCookie.cpp
1205 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CommonDomainCookie.lo -MD -MP -MF $(DEPDIR)/CommonDomainCookie.Tpo -c -o CommonDomainCookie.lo `test -f 'util/CommonDomainCookie.cpp' || echo '$(srcdir)/'`util/CommonDomainCookie.cpp
1206 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/CommonDomainCookie.Tpo $(DEPDIR)/CommonDomainCookie.Plo
1207 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='util/CommonDomainCookie.cpp' object='CommonDomainCookie.lo' libtool=yes @AMDEPBACKSLASH@
1208 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1209 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CommonDomainCookie.lo `test -f 'util/CommonDomainCookie.cpp' || echo '$(srcdir)/'`util/CommonDomainCookie.cpp
1210
1211 SAMLConstants.lo: util/SAMLConstants.cpp
1212 @am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SAMLConstants.lo -MD -MP -MF $(DEPDIR)/SAMLConstants.Tpo -c -o SAMLConstants.lo `test -f 'util/SAMLConstants.cpp' || echo '$(srcdir)/'`util/SAMLConstants.cpp
1213 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/SAMLConstants.Tpo $(DEPDIR)/SAMLConstants.Plo
1214 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='util/SAMLConstants.cpp' object='SAMLConstants.lo' libtool=yes @AMDEPBACKSLASH@
1215 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1216 @am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SAMLConstants.lo `test -f 'util/SAMLConstants.cpp' || echo '$(srcdir)/'`util/SAMLConstants.cpp
1217
1218 mostlyclean-libtool:
1219         -rm -f *.lo
1220
1221 clean-libtool:
1222         -rm -rf .libs _libs
1223 install-encincludeHEADERS: $(encinclude_HEADERS)
1224         @$(NORMAL_INSTALL)
1225         test -z "$(encincludedir)" || $(MKDIR_P) "$(DESTDIR)$(encincludedir)"
1226         @list='$(encinclude_HEADERS)'; test -n "$(encincludedir)" || list=; \
1227         for p in $$list; do \
1228           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1229           echo "$$d$$p"; \
1230         done | $(am__base_list) | \
1231         while read files; do \
1232           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(encincludedir)'"; \
1233           $(INSTALL_HEADER) $$files "$(DESTDIR)$(encincludedir)" || exit $$?; \
1234         done
1235
1236 uninstall-encincludeHEADERS:
1237         @$(NORMAL_UNINSTALL)
1238         @list='$(encinclude_HEADERS)'; test -n "$(encincludedir)" || list=; \
1239         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1240         test -n "$$files" || exit 0; \
1241         echo " ( cd '$(DESTDIR)$(encincludedir)' && rm -f" $$files ")"; \
1242         cd "$(DESTDIR)$(encincludedir)" && rm -f $$files
1243 install-libsamlincludeHEADERS: $(libsamlinclude_HEADERS)
1244         @$(NORMAL_INSTALL)
1245         test -z "$(libsamlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libsamlincludedir)"
1246         @list='$(libsamlinclude_HEADERS)'; test -n "$(libsamlincludedir)" || list=; \
1247         for p in $$list; do \
1248           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1249           echo "$$d$$p"; \
1250         done | $(am__base_list) | \
1251         while read files; do \
1252           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsamlincludedir)'"; \
1253           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsamlincludedir)" || exit $$?; \
1254         done
1255
1256 uninstall-libsamlincludeHEADERS:
1257         @$(NORMAL_UNINSTALL)
1258         @list='$(libsamlinclude_HEADERS)'; test -n "$(libsamlincludedir)" || list=; \
1259         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1260         test -n "$$files" || exit 0; \
1261         echo " ( cd '$(DESTDIR)$(libsamlincludedir)' && rm -f" $$files ")"; \
1262         cd "$(DESTDIR)$(libsamlincludedir)" && rm -f $$files
1263 install-saml1bindincludeHEADERS: $(saml1bindinclude_HEADERS)
1264         @$(NORMAL_INSTALL)
1265         test -z "$(saml1bindincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml1bindincludedir)"
1266         @list='$(saml1bindinclude_HEADERS)'; test -n "$(saml1bindincludedir)" || list=; \
1267         for p in $$list; do \
1268           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1269           echo "$$d$$p"; \
1270         done | $(am__base_list) | \
1271         while read files; do \
1272           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml1bindincludedir)'"; \
1273           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml1bindincludedir)" || exit $$?; \
1274         done
1275
1276 uninstall-saml1bindincludeHEADERS:
1277         @$(NORMAL_UNINSTALL)
1278         @list='$(saml1bindinclude_HEADERS)'; test -n "$(saml1bindincludedir)" || list=; \
1279         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1280         test -n "$$files" || exit 0; \
1281         echo " ( cd '$(DESTDIR)$(saml1bindincludedir)' && rm -f" $$files ")"; \
1282         cd "$(DESTDIR)$(saml1bindincludedir)" && rm -f $$files
1283 install-saml1coreincludeHEADERS: $(saml1coreinclude_HEADERS)
1284         @$(NORMAL_INSTALL)
1285         test -z "$(saml1coreincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml1coreincludedir)"
1286         @list='$(saml1coreinclude_HEADERS)'; test -n "$(saml1coreincludedir)" || list=; \
1287         for p in $$list; do \
1288           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1289           echo "$$d$$p"; \
1290         done | $(am__base_list) | \
1291         while read files; do \
1292           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml1coreincludedir)'"; \
1293           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml1coreincludedir)" || exit $$?; \
1294         done
1295
1296 uninstall-saml1coreincludeHEADERS:
1297         @$(NORMAL_UNINSTALL)
1298         @list='$(saml1coreinclude_HEADERS)'; test -n "$(saml1coreincludedir)" || list=; \
1299         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1300         test -n "$$files" || exit 0; \
1301         echo " ( cd '$(DESTDIR)$(saml1coreincludedir)' && rm -f" $$files ")"; \
1302         cd "$(DESTDIR)$(saml1coreincludedir)" && rm -f $$files
1303 install-saml1profincludeHEADERS: $(saml1profinclude_HEADERS)
1304         @$(NORMAL_INSTALL)
1305         test -z "$(saml1profincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml1profincludedir)"
1306         @list='$(saml1profinclude_HEADERS)'; test -n "$(saml1profincludedir)" || list=; \
1307         for p in $$list; do \
1308           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1309           echo "$$d$$p"; \
1310         done | $(am__base_list) | \
1311         while read files; do \
1312           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml1profincludedir)'"; \
1313           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml1profincludedir)" || exit $$?; \
1314         done
1315
1316 uninstall-saml1profincludeHEADERS:
1317         @$(NORMAL_UNINSTALL)
1318         @list='$(saml1profinclude_HEADERS)'; test -n "$(saml1profincludedir)" || list=; \
1319         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1320         test -n "$$files" || exit 0; \
1321         echo " ( cd '$(DESTDIR)$(saml1profincludedir)' && rm -f" $$files ")"; \
1322         cd "$(DESTDIR)$(saml1profincludedir)" && rm -f $$files
1323 install-saml2bindincludeHEADERS: $(saml2bindinclude_HEADERS)
1324         @$(NORMAL_INSTALL)
1325         test -z "$(saml2bindincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml2bindincludedir)"
1326         @list='$(saml2bindinclude_HEADERS)'; test -n "$(saml2bindincludedir)" || list=; \
1327         for p in $$list; do \
1328           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1329           echo "$$d$$p"; \
1330         done | $(am__base_list) | \
1331         while read files; do \
1332           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml2bindincludedir)'"; \
1333           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml2bindincludedir)" || exit $$?; \
1334         done
1335
1336 uninstall-saml2bindincludeHEADERS:
1337         @$(NORMAL_UNINSTALL)
1338         @list='$(saml2bindinclude_HEADERS)'; test -n "$(saml2bindincludedir)" || list=; \
1339         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1340         test -n "$$files" || exit 0; \
1341         echo " ( cd '$(DESTDIR)$(saml2bindincludedir)' && rm -f" $$files ")"; \
1342         cd "$(DESTDIR)$(saml2bindincludedir)" && rm -f $$files
1343 install-saml2coreincludeHEADERS: $(saml2coreinclude_HEADERS)
1344         @$(NORMAL_INSTALL)
1345         test -z "$(saml2coreincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml2coreincludedir)"
1346         @list='$(saml2coreinclude_HEADERS)'; test -n "$(saml2coreincludedir)" || list=; \
1347         for p in $$list; do \
1348           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1349           echo "$$d$$p"; \
1350         done | $(am__base_list) | \
1351         while read files; do \
1352           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml2coreincludedir)'"; \
1353           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml2coreincludedir)" || exit $$?; \
1354         done
1355
1356 uninstall-saml2coreincludeHEADERS:
1357         @$(NORMAL_UNINSTALL)
1358         @list='$(saml2coreinclude_HEADERS)'; test -n "$(saml2coreincludedir)" || list=; \
1359         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1360         test -n "$$files" || exit 0; \
1361         echo " ( cd '$(DESTDIR)$(saml2coreincludedir)' && rm -f" $$files ")"; \
1362         cd "$(DESTDIR)$(saml2coreincludedir)" && rm -f $$files
1363 install-saml2mdincludeHEADERS: $(saml2mdinclude_HEADERS)
1364         @$(NORMAL_INSTALL)
1365         test -z "$(saml2mdincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml2mdincludedir)"
1366         @list='$(saml2mdinclude_HEADERS)'; test -n "$(saml2mdincludedir)" || list=; \
1367         for p in $$list; do \
1368           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1369           echo "$$d$$p"; \
1370         done | $(am__base_list) | \
1371         while read files; do \
1372           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml2mdincludedir)'"; \
1373           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml2mdincludedir)" || exit $$?; \
1374         done
1375
1376 uninstall-saml2mdincludeHEADERS:
1377         @$(NORMAL_UNINSTALL)
1378         @list='$(saml2mdinclude_HEADERS)'; test -n "$(saml2mdincludedir)" || list=; \
1379         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1380         test -n "$$files" || exit 0; \
1381         echo " ( cd '$(DESTDIR)$(saml2mdincludedir)' && rm -f" $$files ")"; \
1382         cd "$(DESTDIR)$(saml2mdincludedir)" && rm -f $$files
1383 install-saml2profincludeHEADERS: $(saml2profinclude_HEADERS)
1384         @$(NORMAL_INSTALL)
1385         test -z "$(saml2profincludedir)" || $(MKDIR_P) "$(DESTDIR)$(saml2profincludedir)"
1386         @list='$(saml2profinclude_HEADERS)'; test -n "$(saml2profincludedir)" || list=; \
1387         for p in $$list; do \
1388           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1389           echo "$$d$$p"; \
1390         done | $(am__base_list) | \
1391         while read files; do \
1392           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(saml2profincludedir)'"; \
1393           $(INSTALL_HEADER) $$files "$(DESTDIR)$(saml2profincludedir)" || exit $$?; \
1394         done
1395
1396 uninstall-saml2profincludeHEADERS:
1397         @$(NORMAL_UNINSTALL)
1398         @list='$(saml2profinclude_HEADERS)'; test -n "$(saml2profincludedir)" || list=; \
1399         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1400         test -n "$$files" || exit 0; \
1401         echo " ( cd '$(DESTDIR)$(saml2profincludedir)' && rm -f" $$files ")"; \
1402         cd "$(DESTDIR)$(saml2profincludedir)" && rm -f $$files
1403 install-samlbindincludeHEADERS: $(samlbindinclude_HEADERS)
1404         @$(NORMAL_INSTALL)
1405         test -z "$(samlbindincludedir)" || $(MKDIR_P) "$(DESTDIR)$(samlbindincludedir)"
1406         @list='$(samlbindinclude_HEADERS)'; test -n "$(samlbindincludedir)" || list=; \
1407         for p in $$list; do \
1408           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1409           echo "$$d$$p"; \
1410         done | $(am__base_list) | \
1411         while read files; do \
1412           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(samlbindincludedir)'"; \
1413           $(INSTALL_HEADER) $$files "$(DESTDIR)$(samlbindincludedir)" || exit $$?; \
1414         done
1415
1416 uninstall-samlbindincludeHEADERS:
1417         @$(NORMAL_UNINSTALL)
1418         @list='$(samlbindinclude_HEADERS)'; test -n "$(samlbindincludedir)" || list=; \
1419         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1420         test -n "$$files" || exit 0; \
1421         echo " ( cd '$(DESTDIR)$(samlbindincludedir)' && rm -f" $$files ")"; \
1422         cd "$(DESTDIR)$(samlbindincludedir)" && rm -f $$files
1423 install-sigincludeHEADERS: $(siginclude_HEADERS)
1424         @$(NORMAL_INSTALL)
1425         test -z "$(sigincludedir)" || $(MKDIR_P) "$(DESTDIR)$(sigincludedir)"
1426         @list='$(siginclude_HEADERS)'; test -n "$(sigincludedir)" || list=; \
1427         for p in $$list; do \
1428           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1429           echo "$$d$$p"; \
1430         done | $(am__base_list) | \
1431         while read files; do \
1432           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sigincludedir)'"; \
1433           $(INSTALL_HEADER) $$files "$(DESTDIR)$(sigincludedir)" || exit $$?; \
1434         done
1435
1436 uninstall-sigincludeHEADERS:
1437         @$(NORMAL_UNINSTALL)
1438         @list='$(siginclude_HEADERS)'; test -n "$(sigincludedir)" || list=; \
1439         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1440         test -n "$$files" || exit 0; \
1441         echo " ( cd '$(DESTDIR)$(sigincludedir)' && rm -f" $$files ")"; \
1442         cd "$(DESTDIR)$(sigincludedir)" && rm -f $$files
1443 install-utilincludeHEADERS: $(utilinclude_HEADERS)
1444         @$(NORMAL_INSTALL)
1445         test -z "$(utilincludedir)" || $(MKDIR_P) "$(DESTDIR)$(utilincludedir)"
1446         @list='$(utilinclude_HEADERS)'; test -n "$(utilincludedir)" || list=; \
1447         for p in $$list; do \
1448           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1449           echo "$$d$$p"; \
1450         done | $(am__base_list) | \
1451         while read files; do \
1452           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(utilincludedir)'"; \
1453           $(INSTALL_HEADER) $$files "$(DESTDIR)$(utilincludedir)" || exit $$?; \
1454         done
1455
1456 uninstall-utilincludeHEADERS:
1457         @$(NORMAL_UNINSTALL)
1458         @list='$(utilinclude_HEADERS)'; test -n "$(utilincludedir)" || list=; \
1459         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1460         test -n "$$files" || exit 0; \
1461         echo " ( cd '$(DESTDIR)$(utilincludedir)' && rm -f" $$files ")"; \
1462         cd "$(DESTDIR)$(utilincludedir)" && rm -f $$files
1463
1464 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1465         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1466         unique=`for i in $$list; do \
1467             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1468           done | \
1469           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1470               END { if (nonempty) { for (i in files) print i; }; }'`; \
1471         mkid -fID $$unique
1472 tags: TAGS
1473
1474 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1475                 $(TAGS_FILES) $(LISP)
1476         set x; \
1477         here=`pwd`; \
1478         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1479         unique=`for i in $$list; do \
1480             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1481           done | \
1482           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1483               END { if (nonempty) { for (i in files) print i; }; }'`; \
1484         shift; \
1485         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1486           test -n "$$unique" || unique=$$empty_fix; \
1487           if test $$# -gt 0; then \
1488             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1489               "$$@" $$unique; \
1490           else \
1491             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1492               $$unique; \
1493           fi; \
1494         fi
1495 ctags: CTAGS
1496 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1497                 $(TAGS_FILES) $(LISP)
1498         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1499         unique=`for i in $$list; do \
1500             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1501           done | \
1502           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1503               END { if (nonempty) { for (i in files) print i; }; }'`; \
1504         test -z "$(CTAGS_ARGS)$$unique" \
1505           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1506              $$unique
1507
1508 GTAGS:
1509         here=`$(am__cd) $(top_builddir) && pwd` \
1510           && $(am__cd) $(top_srcdir) \
1511           && gtags -i $(GTAGS_ARGS) "$$here"
1512
1513 distclean-tags:
1514         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1515
1516 distdir: $(DISTFILES)
1517         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1518         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1519         list='$(DISTFILES)'; \
1520           dist_files=`for file in $$list; do echo $$file; done | \
1521           sed -e "s|^$$srcdirstrip/||;t" \
1522               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1523         case $$dist_files in \
1524           */*) $(MKDIR_P) `echo "$$dist_files" | \
1525                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1526                            sort -u` ;; \
1527         esac; \
1528         for file in $$dist_files; do \
1529           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1530           if test -d $$d/$$file; then \
1531             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1532             if test -d "$(distdir)/$$file"; then \
1533               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1534             fi; \
1535             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1536               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1537               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1538             fi; \
1539             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1540           else \
1541             test -f "$(distdir)/$$file" \
1542             || cp -p $$d/$$file "$(distdir)/$$file" \
1543             || exit 1; \
1544           fi; \
1545         done
1546         $(MAKE) $(AM_MAKEFLAGS) \
1547           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1548           dist-hook
1549 check-am: all-am
1550 check: check-am
1551 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1552 installdirs:
1553         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(encincludedir)" "$(DESTDIR)$(libsamlincludedir)" "$(DESTDIR)$(saml1bindincludedir)" "$(DESTDIR)$(saml1coreincludedir)" "$(DESTDIR)$(saml1profincludedir)" "$(DESTDIR)$(saml2bindincludedir)" "$(DESTDIR)$(saml2coreincludedir)" "$(DESTDIR)$(saml2mdincludedir)" "$(DESTDIR)$(saml2profincludedir)" "$(DESTDIR)$(samlbindincludedir)" "$(DESTDIR)$(sigincludedir)" "$(DESTDIR)$(utilincludedir)"; do \
1554           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1555         done
1556 install: install-am
1557 install-exec: install-exec-am
1558 install-data: install-data-am
1559 uninstall: uninstall-am
1560
1561 install-am: all-am
1562         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1563
1564 installcheck: installcheck-am
1565 install-strip:
1566         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1567           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1568           `test -z '$(STRIP)' || \
1569             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1570 mostlyclean-generic:
1571
1572 clean-generic:
1573
1574 distclean-generic:
1575         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1576         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1577
1578 maintainer-clean-generic:
1579         @echo "This command is intended for maintainers to use"
1580         @echo "it deletes files that may require special tools to rebuild."
1581 clean: clean-am
1582
1583 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1584         mostlyclean-am
1585
1586 distclean: distclean-am
1587         -rm -rf ./$(DEPDIR)
1588         -rm -f Makefile
1589 distclean-am: clean-am distclean-compile distclean-generic \
1590         distclean-tags
1591
1592 dvi: dvi-am
1593
1594 dvi-am:
1595
1596 html: html-am
1597
1598 html-am:
1599
1600 info: info-am
1601
1602 info-am:
1603
1604 install-data-am: install-encincludeHEADERS \
1605         install-libsamlincludeHEADERS install-saml1bindincludeHEADERS \
1606         install-saml1coreincludeHEADERS \
1607         install-saml1profincludeHEADERS \
1608         install-saml2bindincludeHEADERS \
1609         install-saml2coreincludeHEADERS install-saml2mdincludeHEADERS \
1610         install-saml2profincludeHEADERS install-samlbindincludeHEADERS \
1611         install-sigincludeHEADERS install-utilincludeHEADERS
1612
1613 install-dvi: install-dvi-am
1614
1615 install-dvi-am:
1616
1617 install-exec-am: install-libLTLIBRARIES
1618         @$(NORMAL_INSTALL)
1619         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1620 install-html: install-html-am
1621
1622 install-html-am:
1623
1624 install-info: install-info-am
1625
1626 install-info-am:
1627
1628 install-man:
1629
1630 install-pdf: install-pdf-am
1631
1632 install-pdf-am:
1633
1634 install-ps: install-ps-am
1635
1636 install-ps-am:
1637
1638 installcheck-am:
1639
1640 maintainer-clean: maintainer-clean-am
1641         -rm -rf ./$(DEPDIR)
1642         -rm -f Makefile
1643 maintainer-clean-am: distclean-am maintainer-clean-generic
1644
1645 mostlyclean: mostlyclean-am
1646
1647 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1648         mostlyclean-libtool
1649
1650 pdf: pdf-am
1651
1652 pdf-am:
1653
1654 ps: ps-am
1655
1656 ps-am:
1657
1658 uninstall-am: uninstall-encincludeHEADERS uninstall-libLTLIBRARIES \
1659         uninstall-libsamlincludeHEADERS \
1660         uninstall-saml1bindincludeHEADERS \
1661         uninstall-saml1coreincludeHEADERS \
1662         uninstall-saml1profincludeHEADERS \
1663         uninstall-saml2bindincludeHEADERS \
1664         uninstall-saml2coreincludeHEADERS \
1665         uninstall-saml2mdincludeHEADERS \
1666         uninstall-saml2profincludeHEADERS \
1667         uninstall-samlbindincludeHEADERS uninstall-sigincludeHEADERS \
1668         uninstall-utilincludeHEADERS
1669
1670 .MAKE: install-am install-exec-am install-strip
1671
1672 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1673         clean-libLTLIBRARIES clean-libtool ctags dist-hook distclean \
1674         distclean-compile distclean-generic distclean-libtool \
1675         distclean-tags distdir dvi dvi-am html html-am info info-am \
1676         install install-am install-data install-data-am install-dvi \
1677         install-dvi-am install-encincludeHEADERS install-exec \
1678         install-exec-am install-exec-hook install-html install-html-am \
1679         install-info install-info-am install-libLTLIBRARIES \
1680         install-libsamlincludeHEADERS install-man install-pdf \
1681         install-pdf-am install-ps install-ps-am \
1682         install-saml1bindincludeHEADERS \
1683         install-saml1coreincludeHEADERS \
1684         install-saml1profincludeHEADERS \
1685         install-saml2bindincludeHEADERS \
1686         install-saml2coreincludeHEADERS install-saml2mdincludeHEADERS \
1687         install-saml2profincludeHEADERS install-samlbindincludeHEADERS \
1688         install-sigincludeHEADERS install-strip \
1689         install-utilincludeHEADERS installcheck installcheck-am \
1690         installdirs maintainer-clean maintainer-clean-generic \
1691         mostlyclean mostlyclean-compile mostlyclean-generic \
1692         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1693         uninstall-am uninstall-encincludeHEADERS \
1694         uninstall-libLTLIBRARIES uninstall-libsamlincludeHEADERS \
1695         uninstall-saml1bindincludeHEADERS \
1696         uninstall-saml1coreincludeHEADERS \
1697         uninstall-saml1profincludeHEADERS \
1698         uninstall-saml2bindincludeHEADERS \
1699         uninstall-saml2coreincludeHEADERS \
1700         uninstall-saml2mdincludeHEADERS \
1701         uninstall-saml2profincludeHEADERS \
1702         uninstall-samlbindincludeHEADERS uninstall-sigincludeHEADERS \
1703         uninstall-utilincludeHEADERS
1704
1705
1706 install-exec-hook:
1707         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
1708
1709 dist-hook:
1710         rm -rf `find $(distdir)/zlib -name .svn`
1711
1712 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1713 # Otherwise a system limit (for SysV at least) may be exceeded.
1714 .NOEXPORT: