Coalesce unreleased versions
[shibboleth/sp.git] / fastcgi / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 @BUILD_FASTCGI_TRUE@fastcgi_PROGRAMS = shibauthorizer$(EXEEXT) \
40 @BUILD_FASTCGI_TRUE@    shibresponder$(EXEEXT)
41 subdir = fastcgi
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
45         $(top_srcdir)/acinclude.m4 $(top_srcdir)/doxygen.m4 \
46         $(top_srcdir)/acx_pthread.m4 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES =
52 am__installdirs = "$(DESTDIR)$(fastcgidir)"
53 fastcgiPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54 PROGRAMS = $(fastcgi_PROGRAMS)
55 am__shibauthorizer_SOURCES_DIST = shibauthorizer.cpp
56 @BUILD_FASTCGI_TRUE@am_shibauthorizer_OBJECTS =  \
57 @BUILD_FASTCGI_TRUE@    shibauthorizer-shibauthorizer.$(OBJEXT)
58 shibauthorizer_OBJECTS = $(am_shibauthorizer_OBJECTS)
59 @BUILD_FASTCGI_TRUE@shibauthorizer_DEPENDENCIES =  \
60 @BUILD_FASTCGI_TRUE@    $(top_builddir)/shibsp/libshibsp-lite.la
61 am__shibresponder_SOURCES_DIST = shibresponder.cpp
62 @BUILD_FASTCGI_TRUE@am_shibresponder_OBJECTS =  \
63 @BUILD_FASTCGI_TRUE@    shibresponder-shibresponder.$(OBJEXT)
64 shibresponder_OBJECTS = $(am_shibresponder_OBJECTS)
65 @BUILD_FASTCGI_TRUE@shibresponder_DEPENDENCIES =  \
66 @BUILD_FASTCGI_TRUE@    $(top_builddir)/shibsp/libshibsp-lite.la
67 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
68 depcomp = $(SHELL) $(top_srcdir)/depcomp
69 am__depfiles_maybe = depfiles
70 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
73         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74         $(AM_CXXFLAGS) $(CXXFLAGS)
75 CXXLD = $(CXX)
76 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
77         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78 SOURCES = $(shibauthorizer_SOURCES) $(shibresponder_SOURCES)
79 DIST_SOURCES = $(am__shibauthorizer_SOURCES_DIST) \
80         $(am__shibresponder_SOURCES_DIST)
81 ETAGS = etags
82 CTAGS = ctags
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 AMDEP_FALSE = @AMDEP_FALSE@
86 AMDEP_TRUE = @AMDEP_TRUE@
87 AMTAR = @AMTAR@
88 APR1_CONFIG = @APR1_CONFIG@
89 APR_CONFIG = @APR_CONFIG@
90 APU1_CONFIG = @APU1_CONFIG@
91 APU_CONFIG = @APU_CONFIG@
92 APXS = @APXS@
93 APXS2 = @APXS2@
94 APXS22 = @APXS22@
95 APXS22_CFLAGS = @APXS22_CFLAGS@
96 APXS22_INCLUDE = @APXS22_INCLUDE@
97 APXS2_CFLAGS = @APXS2_CFLAGS@
98 APXS2_INCLUDE = @APXS2_INCLUDE@
99 APXS_CFLAGS = @APXS_CFLAGS@
100 APXS_INCLUDE = @APXS_INCLUDE@
101 AR = @AR@
102 AUTOCONF = @AUTOCONF@
103 AUTOHEADER = @AUTOHEADER@
104 AUTOMAKE = @AUTOMAKE@
105 AWK = @AWK@
106 BUILD_AP13_FALSE = @BUILD_AP13_FALSE@
107 BUILD_AP13_TRUE = @BUILD_AP13_TRUE@
108 BUILD_AP20_FALSE = @BUILD_AP20_FALSE@
109 BUILD_AP20_TRUE = @BUILD_AP20_TRUE@
110 BUILD_AP22_FALSE = @BUILD_AP22_FALSE@
111 BUILD_AP22_TRUE = @BUILD_AP22_TRUE@
112 BUILD_FASTCGI_FALSE = @BUILD_FASTCGI_FALSE@
113 BUILD_FASTCGI_TRUE = @BUILD_FASTCGI_TRUE@
114 BUILD_MEMCACHED_FALSE = @BUILD_MEMCACHED_FALSE@
115 BUILD_MEMCACHED_TRUE = @BUILD_MEMCACHED_TRUE@
116 BUILD_NSAPI_FALSE = @BUILD_NSAPI_FALSE@
117 BUILD_NSAPI_TRUE = @BUILD_NSAPI_TRUE@
118 CC = @CC@
119 CCDEPMODE = @CCDEPMODE@
120 CFLAGS = @CFLAGS@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CXX = @CXX@
124 CXXCPP = @CXXCPP@
125 CXXDEPMODE = @CXXDEPMODE@
126 CXXFLAGS = @CXXFLAGS@
127 CYGPATH_W = @CYGPATH_W@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
131 DX_COND_chi_FALSE = @DX_COND_chi_FALSE@
132 DX_COND_chi_TRUE = @DX_COND_chi_TRUE@
133 DX_COND_chm_FALSE = @DX_COND_chm_FALSE@
134 DX_COND_chm_TRUE = @DX_COND_chm_TRUE@
135 DX_COND_doc_FALSE = @DX_COND_doc_FALSE@
136 DX_COND_doc_TRUE = @DX_COND_doc_TRUE@
137 DX_COND_dot_FALSE = @DX_COND_dot_FALSE@
138 DX_COND_dot_TRUE = @DX_COND_dot_TRUE@
139 DX_COND_html_FALSE = @DX_COND_html_FALSE@
140 DX_COND_html_TRUE = @DX_COND_html_TRUE@
141 DX_COND_latex_FALSE = @DX_COND_latex_FALSE@
142 DX_COND_latex_TRUE = @DX_COND_latex_TRUE@
143 DX_COND_man_FALSE = @DX_COND_man_FALSE@
144 DX_COND_man_TRUE = @DX_COND_man_TRUE@
145 DX_COND_pdf_FALSE = @DX_COND_pdf_FALSE@
146 DX_COND_pdf_TRUE = @DX_COND_pdf_TRUE@
147 DX_COND_ps_FALSE = @DX_COND_ps_FALSE@
148 DX_COND_ps_TRUE = @DX_COND_ps_TRUE@
149 DX_COND_rtf_FALSE = @DX_COND_rtf_FALSE@
150 DX_COND_rtf_TRUE = @DX_COND_rtf_TRUE@
151 DX_COND_xml_FALSE = @DX_COND_xml_FALSE@
152 DX_COND_xml_TRUE = @DX_COND_xml_TRUE@
153 DX_CONFIG = @DX_CONFIG@
154 DX_DOCDIR = @DX_DOCDIR@
155 DX_DOT = @DX_DOT@
156 DX_DOXYGEN = @DX_DOXYGEN@
157 DX_DVIPS = @DX_DVIPS@
158 DX_EGREP = @DX_EGREP@
159 DX_ENV = @DX_ENV@
160 DX_FLAG_chi = @DX_FLAG_chi@
161 DX_FLAG_chm = @DX_FLAG_chm@
162 DX_FLAG_doc = @DX_FLAG_doc@
163 DX_FLAG_dot = @DX_FLAG_dot@
164 DX_FLAG_html = @DX_FLAG_html@
165 DX_FLAG_man = @DX_FLAG_man@
166 DX_FLAG_pdf = @DX_FLAG_pdf@
167 DX_FLAG_ps = @DX_FLAG_ps@
168 DX_FLAG_rtf = @DX_FLAG_rtf@
169 DX_FLAG_xml = @DX_FLAG_xml@
170 DX_HHC = @DX_HHC@
171 DX_LATEX = @DX_LATEX@
172 DX_MAKEINDEX = @DX_MAKEINDEX@
173 DX_PDFLATEX = @DX_PDFLATEX@
174 DX_PERL = @DX_PERL@
175 DX_PROJECT = @DX_PROJECT@
176 ECHO = @ECHO@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 F77 = @F77@
183 FASTCGI_INCLUDE = @FASTCGI_INCLUDE@
184 FASTCGI_LDFLAGS = @FASTCGI_LDFLAGS@
185 FASTCGI_LIBS = @FASTCGI_LIBS@
186 FFLAGS = @FFLAGS@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191 LDFLAGS = @LDFLAGS@
192 LIBOBJS = @LIBOBJS@
193 LIBS = @LIBS@
194 LIBTOOL = @LIBTOOL@
195 LITE_LIBS = @LITE_LIBS@
196 LN_S = @LN_S@
197 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
198 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAKEINFO = @MAKEINFO@
201 MEMCACHED_INCLUDE = @MEMCACHED_INCLUDE@
202 MEMCACHED_LDFLAGS = @MEMCACHED_LDFLAGS@
203 MEMCACHED_LIBS = @MEMCACHED_LIBS@
204 NSAPI_INCLUDE = @NSAPI_INCLUDE@
205 OBJEXT = @OBJEXT@
206 ODBC_CFLAGS = @ODBC_CFLAGS@
207 ODBC_CONFIG = @ODBC_CONFIG@
208 ODBC_LIBS = @ODBC_LIBS@
209 OPENSAMLXMLDIR = @OPENSAMLXMLDIR@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_VERSION = @PACKAGE_VERSION@
216 PATH_SEPARATOR = @PATH_SEPARATOR@
217 PKG_CONFIG = @PKG_CONFIG@
218 PTHREAD_CC = @PTHREAD_CC@
219 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
220 PTHREAD_LIBS = @PTHREAD_LIBS@
221 RANLIB = @RANLIB@
222 SET_MAKE = @SET_MAKE@
223 SHELL = @SHELL@
224 STRIP = @STRIP@
225 VERSION = @VERSION@
226 WANT_SUBDIRS = @WANT_SUBDIRS@
227 XMLSEC_LIBS = @XMLSEC_LIBS@
228 XMLTOOLINGXMLDIR = @XMLTOOLINGXMLDIR@
229 ac_ct_AR = @ac_ct_AR@
230 ac_ct_CC = @ac_ct_CC@
231 ac_ct_CXX = @ac_ct_CXX@
232 ac_ct_F77 = @ac_ct_F77@
233 ac_ct_RANLIB = @ac_ct_RANLIB@
234 ac_ct_STRIP = @ac_ct_STRIP@
235 ac_pt_DX_DOT = @ac_pt_DX_DOT@
236 ac_pt_DX_DOXYGEN = @ac_pt_DX_DOXYGEN@
237 ac_pt_DX_DVIPS = @ac_pt_DX_DVIPS@
238 ac_pt_DX_EGREP = @ac_pt_DX_EGREP@
239 ac_pt_DX_HHC = @ac_pt_DX_HHC@
240 ac_pt_DX_LATEX = @ac_pt_DX_LATEX@
241 ac_pt_DX_MAKEINDEX = @ac_pt_DX_MAKEINDEX@
242 ac_pt_DX_PDFLATEX = @ac_pt_DX_PDFLATEX@
243 ac_pt_DX_PERL = @ac_pt_DX_PERL@
244 acx_pthread_config = @acx_pthread_config@
245 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
246 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
247 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
248 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 bindir = @bindir@
255 build = @build@
256 build_alias = @build_alias@
257 build_cpu = @build_cpu@
258 build_os = @build_os@
259 build_vendor = @build_vendor@
260 datadir = @datadir@
261 exec_prefix = @exec_prefix@
262 host = @host@
263 host_alias = @host_alias@
264 host_cpu = @host_cpu@
265 host_os = @host_os@
266 host_vendor = @host_vendor@
267 includedir = @includedir@
268 infodir = @infodir@
269 install_sh = @install_sh@
270 libdir = @libdir@
271 libexecdir = @libexecdir@
272 localstatedir = @localstatedir@
273 mandir = @mandir@
274 mkdir_p = @mkdir_p@
275 oldincludedir = @oldincludedir@
276 prefix = @prefix@
277 program_transform_name = @program_transform_name@
278 sbindir = @sbindir@
279 sharedstatedir = @sharedstatedir@
280 sysconfdir = @sysconfdir@
281 target_alias = @target_alias@
282 xs = @xs@
283 AUTOMAKE_OPTIONS = foreign
284 @BUILD_FASTCGI_TRUE@fastcgidir = $(libdir)/@PACKAGE@
285 @BUILD_FASTCGI_TRUE@shibauthorizer_SOURCES = shibauthorizer.cpp
286 @BUILD_FASTCGI_TRUE@shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)
287 @BUILD_FASTCGI_TRUE@shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
288 @BUILD_FASTCGI_TRUE@shibauthorizer_LDADD = \
289 @BUILD_FASTCGI_TRUE@  $(top_builddir)/shibsp/libshibsp-lite.la
290
291 @BUILD_FASTCGI_TRUE@shibresponder_SOURCES = shibresponder.cpp
292 @BUILD_FASTCGI_TRUE@shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)
293 @BUILD_FASTCGI_TRUE@shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
294 @BUILD_FASTCGI_TRUE@shibresponder_LDADD = \
295 @BUILD_FASTCGI_TRUE@  $(top_builddir)/shibsp/libshibsp-lite.la
296
297 EXTRA_DIST = \
298     shibauthorizer.cpp \
299     shibauthorizer.vcproj \
300     shibauthorizer.rc \
301     shibresponder.cpp \
302     shibresponder.vcproj \
303     shibresponder.rc \
304     resource.h
305
306 all: all-am
307
308 .SUFFIXES:
309 .SUFFIXES: .cpp .lo .o .obj
310 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
311         @for dep in $?; do \
312           case '$(am__configure_deps)' in \
313             *$$dep*) \
314               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
315                 && exit 0; \
316               exit 1;; \
317           esac; \
318         done; \
319         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  fastcgi/Makefile'; \
320         cd $(top_srcdir) && \
321           $(AUTOMAKE) --foreign  fastcgi/Makefile
322 .PRECIOUS: Makefile
323 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324         @case '$?' in \
325           *config.status*) \
326             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327           *) \
328             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330         esac;
331
332 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
335 $(top_srcdir)/configure:  $(am__configure_deps)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
338         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 install-fastcgiPROGRAMS: $(fastcgi_PROGRAMS)
340         @$(NORMAL_INSTALL)
341         test -z "$(fastcgidir)" || $(mkdir_p) "$(DESTDIR)$(fastcgidir)"
342         @list='$(fastcgi_PROGRAMS)'; for p in $$list; do \
343           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
344           if test -f $$p \
345              || test -f $$p1 \
346           ; then \
347             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
348            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(fastcgiPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(fastcgidir)/$$f'"; \
349            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(fastcgiPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(fastcgidir)/$$f" || exit 1; \
350           else :; fi; \
351         done
352
353 uninstall-fastcgiPROGRAMS:
354         @$(NORMAL_UNINSTALL)
355         @list='$(fastcgi_PROGRAMS)'; for p in $$list; do \
356           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
357           echo " rm -f '$(DESTDIR)$(fastcgidir)/$$f'"; \
358           rm -f "$(DESTDIR)$(fastcgidir)/$$f"; \
359         done
360
361 clean-fastcgiPROGRAMS:
362         @list='$(fastcgi_PROGRAMS)'; for p in $$list; do \
363           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
364           echo " rm -f $$p $$f"; \
365           rm -f $$p $$f ; \
366         done
367 shibauthorizer$(EXEEXT): $(shibauthorizer_OBJECTS) $(shibauthorizer_DEPENDENCIES) 
368         @rm -f shibauthorizer$(EXEEXT)
369         $(CXXLINK) $(shibauthorizer_LDFLAGS) $(shibauthorizer_OBJECTS) $(shibauthorizer_LDADD) $(LIBS)
370 shibresponder$(EXEEXT): $(shibresponder_OBJECTS) $(shibresponder_DEPENDENCIES) 
371         @rm -f shibresponder$(EXEEXT)
372         $(CXXLINK) $(shibresponder_LDFLAGS) $(shibresponder_OBJECTS) $(shibresponder_LDADD) $(LIBS)
373
374 mostlyclean-compile:
375         -rm -f *.$(OBJEXT)
376
377 distclean-compile:
378         -rm -f *.tab.c
379
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shibauthorizer-shibauthorizer.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shibresponder-shibresponder.Po@am__quote@
382
383 .cpp.o:
384 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
385 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
386 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
389
390 .cpp.obj:
391 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
392 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
393 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
396
397 .cpp.lo:
398 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
399 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
400 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
403
404 shibauthorizer-shibauthorizer.o: shibauthorizer.cpp
405 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibauthorizer_CXXFLAGS) $(CXXFLAGS) -MT shibauthorizer-shibauthorizer.o -MD -MP -MF "$(DEPDIR)/shibauthorizer-shibauthorizer.Tpo" -c -o shibauthorizer-shibauthorizer.o `test -f 'shibauthorizer.cpp' || echo '$(srcdir)/'`shibauthorizer.cpp; \
406 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/shibauthorizer-shibauthorizer.Tpo" "$(DEPDIR)/shibauthorizer-shibauthorizer.Po"; else rm -f "$(DEPDIR)/shibauthorizer-shibauthorizer.Tpo"; exit 1; fi
407 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='shibauthorizer.cpp' object='shibauthorizer-shibauthorizer.o' libtool=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibauthorizer_CXXFLAGS) $(CXXFLAGS) -c -o shibauthorizer-shibauthorizer.o `test -f 'shibauthorizer.cpp' || echo '$(srcdir)/'`shibauthorizer.cpp
410
411 shibauthorizer-shibauthorizer.obj: shibauthorizer.cpp
412 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibauthorizer_CXXFLAGS) $(CXXFLAGS) -MT shibauthorizer-shibauthorizer.obj -MD -MP -MF "$(DEPDIR)/shibauthorizer-shibauthorizer.Tpo" -c -o shibauthorizer-shibauthorizer.obj `if test -f 'shibauthorizer.cpp'; then $(CYGPATH_W) 'shibauthorizer.cpp'; else $(CYGPATH_W) '$(srcdir)/shibauthorizer.cpp'; fi`; \
413 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/shibauthorizer-shibauthorizer.Tpo" "$(DEPDIR)/shibauthorizer-shibauthorizer.Po"; else rm -f "$(DEPDIR)/shibauthorizer-shibauthorizer.Tpo"; exit 1; fi
414 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='shibauthorizer.cpp' object='shibauthorizer-shibauthorizer.obj' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibauthorizer_CXXFLAGS) $(CXXFLAGS) -c -o shibauthorizer-shibauthorizer.obj `if test -f 'shibauthorizer.cpp'; then $(CYGPATH_W) 'shibauthorizer.cpp'; else $(CYGPATH_W) '$(srcdir)/shibauthorizer.cpp'; fi`
417
418 shibresponder-shibresponder.o: shibresponder.cpp
419 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibresponder_CXXFLAGS) $(CXXFLAGS) -MT shibresponder-shibresponder.o -MD -MP -MF "$(DEPDIR)/shibresponder-shibresponder.Tpo" -c -o shibresponder-shibresponder.o `test -f 'shibresponder.cpp' || echo '$(srcdir)/'`shibresponder.cpp; \
420 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/shibresponder-shibresponder.Tpo" "$(DEPDIR)/shibresponder-shibresponder.Po"; else rm -f "$(DEPDIR)/shibresponder-shibresponder.Tpo"; exit 1; fi
421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='shibresponder.cpp' object='shibresponder-shibresponder.o' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibresponder_CXXFLAGS) $(CXXFLAGS) -c -o shibresponder-shibresponder.o `test -f 'shibresponder.cpp' || echo '$(srcdir)/'`shibresponder.cpp
424
425 shibresponder-shibresponder.obj: shibresponder.cpp
426 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibresponder_CXXFLAGS) $(CXXFLAGS) -MT shibresponder-shibresponder.obj -MD -MP -MF "$(DEPDIR)/shibresponder-shibresponder.Tpo" -c -o shibresponder-shibresponder.obj `if test -f 'shibresponder.cpp'; then $(CYGPATH_W) 'shibresponder.cpp'; else $(CYGPATH_W) '$(srcdir)/shibresponder.cpp'; fi`; \
427 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/shibresponder-shibresponder.Tpo" "$(DEPDIR)/shibresponder-shibresponder.Po"; else rm -f "$(DEPDIR)/shibresponder-shibresponder.Tpo"; exit 1; fi
428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='shibresponder.cpp' object='shibresponder-shibresponder.obj' libtool=no @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shibresponder_CXXFLAGS) $(CXXFLAGS) -c -o shibresponder-shibresponder.obj `if test -f 'shibresponder.cpp'; then $(CYGPATH_W) 'shibresponder.cpp'; else $(CYGPATH_W) '$(srcdir)/shibresponder.cpp'; fi`
431
432 mostlyclean-libtool:
433         -rm -f *.lo
434
435 clean-libtool:
436         -rm -rf .libs _libs
437
438 distclean-libtool:
439         -rm -f libtool
440 uninstall-info-am:
441
442 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444         unique=`for i in $$list; do \
445             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446           done | \
447           $(AWK) '    { files[$$0] = 1; } \
448                END { for (i in files) print i; }'`; \
449         mkid -fID $$unique
450 tags: TAGS
451
452 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453                 $(TAGS_FILES) $(LISP)
454         tags=; \
455         here=`pwd`; \
456         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
457         unique=`for i in $$list; do \
458             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459           done | \
460           $(AWK) '    { files[$$0] = 1; } \
461                END { for (i in files) print i; }'`; \
462         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
463           test -n "$$unique" || unique=$$empty_fix; \
464           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465             $$tags $$unique; \
466         fi
467 ctags: CTAGS
468 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469                 $(TAGS_FILES) $(LISP)
470         tags=; \
471         here=`pwd`; \
472         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
473         unique=`for i in $$list; do \
474             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475           done | \
476           $(AWK) '    { files[$$0] = 1; } \
477                END { for (i in files) print i; }'`; \
478         test -z "$(CTAGS_ARGS)$$tags$$unique" \
479           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480              $$tags $$unique
481
482 GTAGS:
483         here=`$(am__cd) $(top_builddir) && pwd` \
484           && cd $(top_srcdir) \
485           && gtags -i $(GTAGS_ARGS) $$here
486
487 distclean-tags:
488         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489
490 distdir: $(DISTFILES)
491         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
492         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
493         list='$(DISTFILES)'; for file in $$list; do \
494           case $$file in \
495             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
496             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
497           esac; \
498           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
500           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
501             dir="/$$dir"; \
502             $(mkdir_p) "$(distdir)$$dir"; \
503           else \
504             dir=''; \
505           fi; \
506           if test -d $$d/$$file; then \
507             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
508               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
509             fi; \
510             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
511           else \
512             test -f $(distdir)/$$file \
513             || cp -p $$d/$$file $(distdir)/$$file \
514             || exit 1; \
515           fi; \
516         done
517 check-am: all-am
518 check: check-am
519 all-am: Makefile $(PROGRAMS)
520 installdirs:
521         for dir in "$(DESTDIR)$(fastcgidir)"; do \
522           test -z "$$dir" || $(mkdir_p) "$$dir"; \
523         done
524 install: install-am
525 install-exec: install-exec-am
526 install-data: install-data-am
527 uninstall: uninstall-am
528
529 install-am: all-am
530         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
531
532 installcheck: installcheck-am
533 install-strip:
534         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536           `test -z '$(STRIP)' || \
537             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
538 mostlyclean-generic:
539
540 clean-generic:
541
542 distclean-generic:
543         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
544
545 maintainer-clean-generic:
546         @echo "This command is intended for maintainers to use"
547         @echo "it deletes files that may require special tools to rebuild."
548 clean: clean-am
549
550 clean-am: clean-fastcgiPROGRAMS clean-generic clean-libtool \
551         mostlyclean-am
552
553 distclean: distclean-am
554         -rm -rf ./$(DEPDIR)
555         -rm -f Makefile
556 distclean-am: clean-am distclean-compile distclean-generic \
557         distclean-libtool distclean-tags
558
559 dvi: dvi-am
560
561 dvi-am:
562
563 html: html-am
564
565 info: info-am
566
567 info-am:
568
569 install-data-am: install-fastcgiPROGRAMS
570
571 install-exec-am:
572
573 install-info: install-info-am
574
575 install-man:
576
577 installcheck-am:
578
579 maintainer-clean: maintainer-clean-am
580         -rm -rf ./$(DEPDIR)
581         -rm -f Makefile
582 maintainer-clean-am: distclean-am maintainer-clean-generic
583
584 mostlyclean: mostlyclean-am
585
586 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
587         mostlyclean-libtool
588
589 pdf: pdf-am
590
591 pdf-am:
592
593 ps: ps-am
594
595 ps-am:
596
597 uninstall-am: uninstall-fastcgiPROGRAMS uninstall-info-am
598
599 .PHONY: CTAGS GTAGS all all-am check check-am clean \
600         clean-fastcgiPROGRAMS clean-generic clean-libtool ctags \
601         distclean distclean-compile distclean-generic \
602         distclean-libtool distclean-tags distdir dvi dvi-am html \
603         html-am info info-am install install-am install-data \
604         install-data-am install-exec install-exec-am \
605         install-fastcgiPROGRAMS install-info install-info-am \
606         install-man install-strip installcheck installcheck-am \
607         installdirs maintainer-clean maintainer-clean-generic \
608         mostlyclean mostlyclean-compile mostlyclean-generic \
609         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
610         uninstall-am uninstall-fastcgiPROGRAMS uninstall-info-am
611
612 # Tell versions [3.59,3.63) of GNU make to not export all variables.
613 # Otherwise a system limit (for SysV at least) may be exceeded.
614 .NOEXPORT: