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