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