autoreconf
[shibboleth/opensaml2.git] / samltest / Makefile.in
index 7d1d502..85b6fe1 100644 (file)
@@ -43,10 +43,10 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
        $(top_srcdir)/m4/acx_pthread.m4 \
        $(top_srcdir)/m4/ax_create_pkgconfig_info.m4 \
-       $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+       $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/doxygen.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(install_sh) -d
@@ -61,6 +61,7 @@ am__objects_1 = samltest-samltest.$(OBJEXT) \
        samltest-SAMLArtifactType0002Test.$(OBJEXT) \
        samltest-SAMLArtifactType0004Test.$(OBJEXT) \
        samltest-ArtifactMapTest.$(OBJEXT) \
+       samltest-CookieTest.$(OBJEXT) \
        samltest-EncryptedAssertionTest.$(OBJEXT) \
        samltest-SAML1AssertionTest.$(OBJEXT) \
        samltest-SAML1RequestTest.$(OBJEXT) \
@@ -174,6 +175,8 @@ AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
+BOOST_ROOT = @BOOST_ROOT@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
@@ -188,6 +191,7 @@ CXXTESTFLAGS = @CXXTESTFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
 DSYMUTIL = @DSYMUTIL@
 DUMPBIN = @DUMPBIN@
@@ -328,6 +332,7 @@ samltest_h = \
     SAMLArtifactType0002Test.h \
     SAMLArtifactType0004Test.h \
     ArtifactMapTest.h \
+    CookieTest.h \
     encryption/EncryptedAssertionTest.h \
     signature/SAML1AssertionTest.h \
     signature/SAML1RequestTest.h \
@@ -545,6 +550,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-AuthzDecisionQuery20Test.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-AuthzDecisionStatement20Test.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-Conditions20Test.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-CookieTest.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-EncryptedAssertionTest.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-Evidence20Test.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/samltest-ExplicitKeyTrustEngineTest.Po@am__quote@
@@ -704,6 +710,20 @@ samltest-ArtifactMapTest.obj: ArtifactMapTest.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(samltest_CXXFLAGS) $(CXXFLAGS) -c -o samltest-ArtifactMapTest.obj `if test -f 'ArtifactMapTest.cpp'; then $(CYGPATH_W) 'ArtifactMapTest.cpp'; else $(CYGPATH_W) '$(srcdir)/ArtifactMapTest.cpp'; fi`
 
+samltest-CookieTest.o: CookieTest.cpp
+@am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(samltest_CXXFLAGS) $(CXXFLAGS) -MT samltest-CookieTest.o -MD -MP -MF $(DEPDIR)/samltest-CookieTest.Tpo -c -o samltest-CookieTest.o `test -f 'CookieTest.cpp' || echo '$(srcdir)/'`CookieTest.cpp
+@am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/samltest-CookieTest.Tpo $(DEPDIR)/samltest-CookieTest.Po
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='CookieTest.cpp' object='samltest-CookieTest.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(samltest_CXXFLAGS) $(CXXFLAGS) -c -o samltest-CookieTest.o `test -f 'CookieTest.cpp' || echo '$(srcdir)/'`CookieTest.cpp
+
+samltest-CookieTest.obj: CookieTest.cpp
+@am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(samltest_CXXFLAGS) $(CXXFLAGS) -MT samltest-CookieTest.obj -MD -MP -MF $(DEPDIR)/samltest-CookieTest.Tpo -c -o samltest-CookieTest.obj `if test -f 'CookieTest.cpp'; then $(CYGPATH_W) 'CookieTest.cpp'; else $(CYGPATH_W) '$(srcdir)/CookieTest.cpp'; fi`
+@am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/samltest-CookieTest.Tpo $(DEPDIR)/samltest-CookieTest.Po
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='CookieTest.cpp' object='samltest-CookieTest.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(samltest_CXXFLAGS) $(CXXFLAGS) -c -o samltest-CookieTest.obj `if test -f 'CookieTest.cpp'; then $(CYGPATH_W) 'CookieTest.cpp'; else $(CYGPATH_W) '$(srcdir)/CookieTest.cpp'; fi`
+
 samltest-EncryptedAssertionTest.o: encryption/EncryptedAssertionTest.cpp
 @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(samltest_CXXFLAGS) $(CXXFLAGS) -MT samltest-EncryptedAssertionTest.o -MD -MP -MF $(DEPDIR)/samltest-EncryptedAssertionTest.Tpo -c -o samltest-EncryptedAssertionTest.o `test -f 'encryption/EncryptedAssertionTest.cpp' || echo '$(srcdir)/'`encryption/EncryptedAssertionTest.cpp
 @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/samltest-EncryptedAssertionTest.Tpo $(DEPDIR)/samltest-EncryptedAssertionTest.Po