Quickly fix some typos
[shibboleth/sp.git] / 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 # Copyright (C) 2004 Oren Ben-Kiki
18 # This file is distributed under the same terms as the Automake macro files.
19
20 # Generate automatic documentation using Doxygen. Goals and variables values
21 # are controlled by the various DX_COND_??? conditionals set by autoconf.
22 #
23 # The provided goals are:
24 # doxygen-doc: Generate all doxygen documentation.
25 # doxygen-run: Run doxygen, which will generate some of the documentation
26 #              (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
27 #              processing required for the rest of it (PS, PDF, and some MAN).
28 # doxygen-man: Rename some doxygen generated man pages.
29 # doxygen-ps: Generate doxygen PostScript documentation.
30 # doxygen-pdf: Generate doxygen PDF documentation.
31 #
32 # Note that by default these are not integrated into the automake goals. If
33 # doxygen is used to generate man pages, you can achieve this integration by
34 # setting man3_MANS to the list of man pages generated and then adding the
35 # dependency:
36 #
37 #   $(man3_MANS): doxygen-doc
38 #
39 # This will cause make to run doxygen and generate all the documentation.
40 #
41 # The following variable is intended for use in Makefile.am:
42 #
43 # DX_CLEANFILES = everything to clean.
44 #
45 # This is usually added to MOSTLYCLEANFILES.
46 srcdir = @srcdir@
47 top_srcdir = @top_srcdir@
48 VPATH = @srcdir@
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkgincludedir = $(includedir)/@PACKAGE@
52 top_builddir = .
53 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54 INSTALL = @INSTALL@
55 install_sh_DATA = $(install_sh) -c -m 644
56 install_sh_PROGRAM = $(install_sh) -c
57 install_sh_SCRIPT = $(install_sh) -c
58 INSTALL_HEADER = $(INSTALL_DATA)
59 transform = $(program_transform_name)
60 NORMAL_INSTALL = :
61 PRE_INSTALL = :
62 POST_INSTALL = :
63 NORMAL_UNINSTALL = :
64 PRE_UNINSTALL = :
65 POST_UNINSTALL = :
66 build_triplet = @build@
67 host_triplet = @host@
68 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
69         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
70         $(srcdir)/doxygen.am $(top_srcdir)/configure config.guess \
71         config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
72 subdir = .
73 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
75         $(top_srcdir)/acinclude.m4 $(top_srcdir)/doxygen.m4 \
76         $(top_srcdir)/acx_pthread.m4 $(top_srcdir)/configure.ac
77 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78         $(ACLOCAL_M4)
79 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
80  configure.lineno configure.status.lineno
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = config.h
83 CONFIG_CLEAN_FILES =
84 SOURCES =
85 DIST_SOURCES =
86 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87         html-recursive info-recursive install-data-recursive \
88         install-exec-recursive install-info-recursive \
89         install-recursive installcheck-recursive installdirs-recursive \
90         pdf-recursive ps-recursive uninstall-info-recursive \
91         uninstall-recursive
92 ETAGS = etags
93 CTAGS = ctags
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 distdir = $(PACKAGE)-$(VERSION)
96 top_distdir = $(distdir)
97 am__remove_distdir = \
98   { test ! -d $(distdir) \
99     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
100          && rm -fr $(distdir); }; }
101 DIST_ARCHIVES = $(distdir).tar.gz
102 GZIP_ENV = --best
103 distuninstallcheck_listfiles = find . -type f -print
104 distcleancheck_listfiles = find . -type f -print
105 ACLOCAL = @ACLOCAL@
106 AMDEP_FALSE = @AMDEP_FALSE@
107 AMDEP_TRUE = @AMDEP_TRUE@
108 AMTAR = @AMTAR@
109 APR1_CONFIG = @APR1_CONFIG@
110 APR_CONFIG = @APR_CONFIG@
111 APXS = @APXS@
112 APXS2 = @APXS2@
113 APXS22 = @APXS22@
114 APXS22_CFLAGS = @APXS22_CFLAGS@
115 APXS22_INCLUDE = @APXS22_INCLUDE@
116 APXS2_CFLAGS = @APXS2_CFLAGS@
117 APXS2_INCLUDE = @APXS2_INCLUDE@
118 APXS_CFLAGS = @APXS_CFLAGS@
119 APXS_INCLUDE = @APXS_INCLUDE@
120 AR = @AR@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 BUILD_AP13_FALSE = @BUILD_AP13_FALSE@
126 BUILD_AP13_TRUE = @BUILD_AP13_TRUE@
127 BUILD_AP20_FALSE = @BUILD_AP20_FALSE@
128 BUILD_AP20_TRUE = @BUILD_AP20_TRUE@
129 BUILD_AP22_FALSE = @BUILD_AP22_FALSE@
130 BUILD_AP22_TRUE = @BUILD_AP22_TRUE@
131 BUILD_FASTCGI_FALSE = @BUILD_FASTCGI_FALSE@
132 BUILD_FASTCGI_TRUE = @BUILD_FASTCGI_TRUE@
133 BUILD_NSAPI_FALSE = @BUILD_NSAPI_FALSE@
134 BUILD_NSAPI_TRUE = @BUILD_NSAPI_TRUE@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CXX = @CXX@
141 CXXCPP = @CXXCPP@
142 CXXDEPMODE = @CXXDEPMODE@
143 CXXFLAGS = @CXXFLAGS@
144 CYGPATH_W = @CYGPATH_W@
145 DEFS = @DEFS@
146 DEPDIR = @DEPDIR@
147 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
148 DX_COND_chi_FALSE = @DX_COND_chi_FALSE@
149 DX_COND_chi_TRUE = @DX_COND_chi_TRUE@
150 DX_COND_chm_FALSE = @DX_COND_chm_FALSE@
151 DX_COND_chm_TRUE = @DX_COND_chm_TRUE@
152 DX_COND_doc_FALSE = @DX_COND_doc_FALSE@
153 DX_COND_doc_TRUE = @DX_COND_doc_TRUE@
154 DX_COND_dot_FALSE = @DX_COND_dot_FALSE@
155 DX_COND_dot_TRUE = @DX_COND_dot_TRUE@
156 DX_COND_html_FALSE = @DX_COND_html_FALSE@
157 DX_COND_html_TRUE = @DX_COND_html_TRUE@
158 DX_COND_latex_FALSE = @DX_COND_latex_FALSE@
159 DX_COND_latex_TRUE = @DX_COND_latex_TRUE@
160 DX_COND_man_FALSE = @DX_COND_man_FALSE@
161 DX_COND_man_TRUE = @DX_COND_man_TRUE@
162 DX_COND_pdf_FALSE = @DX_COND_pdf_FALSE@
163 DX_COND_pdf_TRUE = @DX_COND_pdf_TRUE@
164 DX_COND_ps_FALSE = @DX_COND_ps_FALSE@
165 DX_COND_ps_TRUE = @DX_COND_ps_TRUE@
166 DX_COND_rtf_FALSE = @DX_COND_rtf_FALSE@
167 DX_COND_rtf_TRUE = @DX_COND_rtf_TRUE@
168 DX_COND_xml_FALSE = @DX_COND_xml_FALSE@
169 DX_COND_xml_TRUE = @DX_COND_xml_TRUE@
170 DX_CONFIG = @DX_CONFIG@
171 DX_DOCDIR = @DX_DOCDIR@
172 DX_DOT = @DX_DOT@
173 DX_DOXYGEN = @DX_DOXYGEN@
174 DX_DVIPS = @DX_DVIPS@
175 DX_EGREP = @DX_EGREP@
176 DX_ENV = @DX_ENV@
177 DX_FLAG_chi = @DX_FLAG_chi@
178 DX_FLAG_chm = @DX_FLAG_chm@
179 DX_FLAG_doc = @DX_FLAG_doc@
180 DX_FLAG_dot = @DX_FLAG_dot@
181 DX_FLAG_html = @DX_FLAG_html@
182 DX_FLAG_man = @DX_FLAG_man@
183 DX_FLAG_pdf = @DX_FLAG_pdf@
184 DX_FLAG_ps = @DX_FLAG_ps@
185 DX_FLAG_rtf = @DX_FLAG_rtf@
186 DX_FLAG_xml = @DX_FLAG_xml@
187 DX_HHC = @DX_HHC@
188 DX_LATEX = @DX_LATEX@
189 DX_MAKEINDEX = @DX_MAKEINDEX@
190 DX_PDFLATEX = @DX_PDFLATEX@
191 DX_PERL = @DX_PERL@
192 DX_PROJECT = @DX_PROJECT@
193 ECHO = @ECHO@
194 ECHO_C = @ECHO_C@
195 ECHO_N = @ECHO_N@
196 ECHO_T = @ECHO_T@
197 EGREP = @EGREP@
198 EXEEXT = @EXEEXT@
199 F77 = @F77@
200 FASTCGI_INCLUDE = @FASTCGI_INCLUDE@
201 FASTCGI_LDFLAGS = @FASTCGI_LDFLAGS@
202 FASTCGI_LIBS = @FASTCGI_LIBS@
203 FFLAGS = @FFLAGS@
204 INSTALL_DATA = @INSTALL_DATA@
205 INSTALL_PROGRAM = @INSTALL_PROGRAM@
206 INSTALL_SCRIPT = @INSTALL_SCRIPT@
207 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208 LDFLAGS = @LDFLAGS@
209 LIBOBJS = @LIBOBJS@
210 LIBS = @LIBS@
211 LIBTOOL = @LIBTOOL@
212 LITE_LIBS = @LITE_LIBS@
213 LN_S = @LN_S@
214 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
215 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
216 LTLIBOBJS = @LTLIBOBJS@
217 MAKEINFO = @MAKEINFO@
218 NSAPI_INCLUDE = @NSAPI_INCLUDE@
219 OBJEXT = @OBJEXT@
220 ODBC_CFLAGS = @ODBC_CFLAGS@
221 ODBC_CONFIG = @ODBC_CONFIG@
222 ODBC_LIBS = @ODBC_LIBS@
223 OPENSAMLXMLDIR = @OPENSAMLXMLDIR@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PATH_SEPARATOR = @PATH_SEPARATOR@
231 PKG_CONFIG = @PKG_CONFIG@
232 PTHREAD_CC = @PTHREAD_CC@
233 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
234 PTHREAD_LIBS = @PTHREAD_LIBS@
235 RANLIB = @RANLIB@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRIP = @STRIP@
239 VERSION = @VERSION@
240 WANT_SUBDIRS = @WANT_SUBDIRS@
241 XMLSEC_LIBS = @XMLSEC_LIBS@
242 XMLTOOLINGXMLDIR = @XMLTOOLINGXMLDIR@
243 ac_ct_AR = @ac_ct_AR@
244 ac_ct_CC = @ac_ct_CC@
245 ac_ct_CXX = @ac_ct_CXX@
246 ac_ct_F77 = @ac_ct_F77@
247 ac_ct_RANLIB = @ac_ct_RANLIB@
248 ac_ct_STRIP = @ac_ct_STRIP@
249 ac_pt_DX_DOT = @ac_pt_DX_DOT@
250 ac_pt_DX_DOXYGEN = @ac_pt_DX_DOXYGEN@
251 ac_pt_DX_DVIPS = @ac_pt_DX_DVIPS@
252 ac_pt_DX_EGREP = @ac_pt_DX_EGREP@
253 ac_pt_DX_HHC = @ac_pt_DX_HHC@
254 ac_pt_DX_LATEX = @ac_pt_DX_LATEX@
255 ac_pt_DX_MAKEINDEX = @ac_pt_DX_MAKEINDEX@
256 ac_pt_DX_PDFLATEX = @ac_pt_DX_PDFLATEX@
257 ac_pt_DX_PERL = @ac_pt_DX_PERL@
258 acx_pthread_config = @acx_pthread_config@
259 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
260 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
261 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
262 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
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 datadir = @datadir@
275 exec_prefix = @exec_prefix@
276 host = @host@
277 host_alias = @host_alias@
278 host_cpu = @host_cpu@
279 host_os = @host_os@
280 host_vendor = @host_vendor@
281 includedir = @includedir@
282 infodir = @infodir@
283 install_sh = @install_sh@
284 libdir = @libdir@
285 libexecdir = @libexecdir@
286 localstatedir = @localstatedir@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 oldincludedir = @oldincludedir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 sbindir = @sbindir@
293 sharedstatedir = @sharedstatedir@
294 sysconfdir = @sysconfdir@
295 target_alias = @target_alias@
296 xs = @xs@
297 AUTOMAKE_OPTIONS = foreign
298 ACLOCAL_AMFLAGS = -I .
299 @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
300 @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
301 @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
302 @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
303 @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
304 @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
305 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
306 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
307 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
308 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
309 @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
310 @DX_COND_doc_TRUE@DX_CLEANFILES = \
311 @DX_COND_doc_TRUE@    @DX_DOCDIR@/@PACKAGE@.tag \
312 @DX_COND_doc_TRUE@    -r \
313 @DX_COND_doc_TRUE@    $(DX_CLEAN_HTML) \
314 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHM) \
315 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHI) \
316 @DX_COND_doc_TRUE@    $(DX_CLEAN_MAN) \
317 @DX_COND_doc_TRUE@    $(DX_CLEAN_RTF) \
318 @DX_COND_doc_TRUE@    $(DX_CLEAN_XML) \
319 @DX_COND_doc_TRUE@    $(DX_CLEAN_PS) \
320 @DX_COND_doc_TRUE@    $(DX_CLEAN_PDF) \
321 @DX_COND_doc_TRUE@    $(DX_CLEAN_LATEX)
322
323 MOSTLYCLEANFILES = $(DX_CLEANFILES)
324 SUBDIRS = $(WANT_SUBDIRS)
325 DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib fastcgi odbc-store selinux
326 @DX_COND_doc_TRUE@APIDOCS = doc/api
327 EXTRA_DIST = $(DX_CONFIG) \
328     $(APIDOCS) \
329     isapi_shib \
330     Shibboleth.sln \
331     libtool.m4 \
332     doxygen.m4 \
333     acx_pthread.m4 \
334     depcomp \
335     config_win32.h \
336     shibboleth.spec.in \
337     shibboleth.spec \
338     pkginfo.in \
339     pkginfo \
340     depend \
341     postinstall
342
343 DISTCLEANFILES = shibboleth.spec pkginfo
344 all: config.h
345         $(MAKE) $(AM_MAKEFLAGS) all-recursive
346
347 .SUFFIXES:
348 am--refresh:
349         @:
350 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
351         @for dep in $?; do \
352           case '$(am__configure_deps)' in \
353             *$$dep*) \
354               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
355               cd $(srcdir) && $(AUTOMAKE) --foreign  \
356                 && exit 0; \
357               exit 1;; \
358           esac; \
359         done; \
360         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
361         cd $(top_srcdir) && \
362           $(AUTOMAKE) --foreign  Makefile
363 .PRECIOUS: Makefile
364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365         @case '$?' in \
366           *config.status*) \
367             echo ' $(SHELL) ./config.status'; \
368             $(SHELL) ./config.status;; \
369           *) \
370             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
371             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
372         esac;
373
374 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375         $(SHELL) ./config.status --recheck
376
377 $(top_srcdir)/configure:  $(am__configure_deps)
378         cd $(srcdir) && $(AUTOCONF)
379 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
380         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
381
382 config.h: stamp-h1
383         @if test ! -f $@; then \
384           rm -f stamp-h1; \
385           $(MAKE) stamp-h1; \
386         else :; fi
387
388 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
389         @rm -f stamp-h1
390         cd $(top_builddir) && $(SHELL) ./config.status config.h
391 $(srcdir)/config.h.in:  $(am__configure_deps) 
392         cd $(top_srcdir) && $(AUTOHEADER)
393         rm -f stamp-h1
394         touch $@
395
396 distclean-hdr:
397         -rm -f config.h stamp-h1
398
399 mostlyclean-libtool:
400         -rm -f *.lo
401
402 clean-libtool:
403         -rm -rf .libs _libs
404
405 distclean-libtool:
406         -rm -f libtool
407 uninstall-info-am:
408
409 # This directory's subdirectories are mostly independent; you can cd
410 # into them and run `make' without going through this Makefile.
411 # To change the values of `make' variables: instead of editing Makefiles,
412 # (1) if the variable is set in `config.status', edit `config.status'
413 #     (which will cause the Makefiles to be regenerated when you run `make');
414 # (2) otherwise, pass the desired values on the `make' command line.
415 $(RECURSIVE_TARGETS):
416         @failcom='exit 1'; \
417         for f in x $$MAKEFLAGS; do \
418           case $$f in \
419             *=* | --[!k]*);; \
420             *k*) failcom='fail=yes';; \
421           esac; \
422         done; \
423         dot_seen=no; \
424         target=`echo $@ | sed s/-recursive//`; \
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           echo "Making $$target in $$subdir"; \
427           if test "$$subdir" = "."; then \
428             dot_seen=yes; \
429             local_target="$$target-am"; \
430           else \
431             local_target="$$target"; \
432           fi; \
433           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434           || eval $$failcom; \
435         done; \
436         if test "$$dot_seen" = "no"; then \
437           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438         fi; test -z "$$fail"
439
440 mostlyclean-recursive clean-recursive distclean-recursive \
441 maintainer-clean-recursive:
442         @failcom='exit 1'; \
443         for f in x $$MAKEFLAGS; do \
444           case $$f in \
445             *=* | --[!k]*);; \
446             *k*) failcom='fail=yes';; \
447           esac; \
448         done; \
449         dot_seen=no; \
450         case "$@" in \
451           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
452           *) list='$(SUBDIRS)' ;; \
453         esac; \
454         rev=''; for subdir in $$list; do \
455           if test "$$subdir" = "."; then :; else \
456             rev="$$subdir $$rev"; \
457           fi; \
458         done; \
459         rev="$$rev ."; \
460         target=`echo $@ | sed s/-recursive//`; \
461         for subdir in $$rev; do \
462           echo "Making $$target in $$subdir"; \
463           if test "$$subdir" = "."; then \
464             local_target="$$target-am"; \
465           else \
466             local_target="$$target"; \
467           fi; \
468           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
469           || eval $$failcom; \
470         done && test -z "$$fail"
471 tags-recursive:
472         list='$(SUBDIRS)'; for subdir in $$list; do \
473           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
474         done
475 ctags-recursive:
476         list='$(SUBDIRS)'; for subdir in $$list; do \
477           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
478         done
479
480 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
481         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '    { files[$$0] = 1; } \
486                END { for (i in files) print i; }'`; \
487         mkid -fID $$unique
488 tags: TAGS
489
490 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
491                 $(TAGS_FILES) $(LISP)
492         tags=; \
493         here=`pwd`; \
494         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
495           include_option=--etags-include; \
496           empty_fix=.; \
497         else \
498           include_option=--include; \
499           empty_fix=; \
500         fi; \
501         list='$(SUBDIRS)'; for subdir in $$list; do \
502           if test "$$subdir" = .; then :; else \
503             test ! -f $$subdir/TAGS || \
504               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
505           fi; \
506         done; \
507         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
508         unique=`for i in $$list; do \
509             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510           done | \
511           $(AWK) '    { files[$$0] = 1; } \
512                END { for (i in files) print i; }'`; \
513         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
514           test -n "$$unique" || unique=$$empty_fix; \
515           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516             $$tags $$unique; \
517         fi
518 ctags: CTAGS
519 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
520                 $(TAGS_FILES) $(LISP)
521         tags=; \
522         here=`pwd`; \
523         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
524         unique=`for i in $$list; do \
525             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526           done | \
527           $(AWK) '    { files[$$0] = 1; } \
528                END { for (i in files) print i; }'`; \
529         test -z "$(CTAGS_ARGS)$$tags$$unique" \
530           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531              $$tags $$unique
532
533 GTAGS:
534         here=`$(am__cd) $(top_builddir) && pwd` \
535           && cd $(top_srcdir) \
536           && gtags -i $(GTAGS_ARGS) $$here
537
538 distclean-tags:
539         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540
541 distdir: $(DISTFILES)
542         $(am__remove_distdir)
543         mkdir $(distdir)
544         $(mkdir_p) $(distdir)/doc
545         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
546         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
547         list='$(DISTFILES)'; for file in $$list; do \
548           case $$file in \
549             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
550             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
551           esac; \
552           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
554           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
555             dir="/$$dir"; \
556             $(mkdir_p) "$(distdir)$$dir"; \
557           else \
558             dir=''; \
559           fi; \
560           if test -d $$d/$$file; then \
561             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
562               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
563             fi; \
564             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
565           else \
566             test -f $(distdir)/$$file \
567             || cp -p $$d/$$file $(distdir)/$$file \
568             || exit 1; \
569           fi; \
570         done
571         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
572           if test "$$subdir" = .; then :; else \
573             test -d "$(distdir)/$$subdir" \
574             || $(mkdir_p) "$(distdir)/$$subdir" \
575             || exit 1; \
576             distdir=`$(am__cd) $(distdir) && pwd`; \
577             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
578             (cd $$subdir && \
579               $(MAKE) $(AM_MAKEFLAGS) \
580                 top_distdir="$$top_distdir" \
581                 distdir="$$distdir/$$subdir" \
582                 distdir) \
583               || exit 1; \
584           fi; \
585         done
586         $(MAKE) $(AM_MAKEFLAGS) \
587           top_distdir="$(top_distdir)" distdir="$(distdir)" \
588           dist-hook
589         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
590           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
591           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
592           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
593         || chmod -R a+r $(distdir)
594 dist-gzip: distdir
595         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596         $(am__remove_distdir)
597
598 dist-bzip2: distdir
599         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
600         $(am__remove_distdir)
601
602 dist-tarZ: distdir
603         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
604         $(am__remove_distdir)
605
606 dist-shar: distdir
607         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
608         $(am__remove_distdir)
609
610 dist-zip: distdir
611         -rm -f $(distdir).zip
612         zip -rq $(distdir).zip $(distdir)
613         $(am__remove_distdir)
614
615 dist dist-all: distdir
616         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
617         $(am__remove_distdir)
618
619 # This target untars the dist file and tries a VPATH configuration.  Then
620 # it guarantees that the distribution is self-contained by making another
621 # tarfile.
622 distcheck: dist
623         case '$(DIST_ARCHIVES)' in \
624         *.tar.gz*) \
625           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
626         *.tar.bz2*) \
627           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
628         *.tar.Z*) \
629           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
630         *.shar.gz*) \
631           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
632         *.zip*) \
633           unzip $(distdir).zip ;;\
634         esac
635         chmod -R a-w $(distdir); chmod a+w $(distdir)
636         mkdir $(distdir)/_build
637         mkdir $(distdir)/_inst
638         chmod a-w $(distdir)
639         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
640           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
641           && cd $(distdir)/_build \
642           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
643             $(DISTCHECK_CONFIGURE_FLAGS) \
644           && $(MAKE) $(AM_MAKEFLAGS) \
645           && $(MAKE) $(AM_MAKEFLAGS) dvi \
646           && $(MAKE) $(AM_MAKEFLAGS) check \
647           && $(MAKE) $(AM_MAKEFLAGS) install \
648           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
649           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
650           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
651                 distuninstallcheck \
652           && chmod -R a-w "$$dc_install_base" \
653           && ({ \
654                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
655                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
656                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
657                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
658                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
659               } || { rm -rf "$$dc_destdir"; exit 1; }) \
660           && rm -rf "$$dc_destdir" \
661           && $(MAKE) $(AM_MAKEFLAGS) dist \
662           && rm -rf $(DIST_ARCHIVES) \
663           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
664         $(am__remove_distdir)
665         @(echo "$(distdir) archives ready for distribution: "; \
666           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
667           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
668 distuninstallcheck:
669         @cd $(distuninstallcheck_dir) \
670         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
671            || { echo "ERROR: files left after uninstall:" ; \
672                 if test -n "$(DESTDIR)"; then \
673                   echo "  (check DESTDIR support)"; \
674                 fi ; \
675                 $(distuninstallcheck_listfiles) ; \
676                 exit 1; } >&2
677 distcleancheck: distclean
678         @if test '$(srcdir)' = . ; then \
679           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680           exit 1 ; \
681         fi
682         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683           || { echo "ERROR: files left in build directory after distclean:" ; \
684                $(distcleancheck_listfiles) ; \
685                exit 1; } >&2
686 check-am: all-am
687 check: check-recursive
688 all-am: Makefile config.h all-local
689 installdirs: installdirs-recursive
690 installdirs-am:
691 install: install-recursive
692 install-exec: install-exec-recursive
693 install-data: install-data-recursive
694 uninstall: uninstall-recursive
695
696 install-am: all-am
697         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698
699 installcheck: installcheck-recursive
700 install-strip:
701         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703           `test -z '$(STRIP)' || \
704             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
705 mostlyclean-generic:
706         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
707
708 clean-generic:
709
710 distclean-generic:
711         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
713
714 maintainer-clean-generic:
715         @echo "This command is intended for maintainers to use"
716         @echo "it deletes files that may require special tools to rebuild."
717 clean: clean-recursive
718
719 clean-am: clean-generic clean-libtool mostlyclean-am
720
721 distclean: distclean-recursive
722         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
723         -rm -f Makefile
724 distclean-am: clean-am distclean-generic distclean-hdr \
725         distclean-libtool distclean-tags
726
727 dvi: dvi-recursive
728
729 dvi-am:
730
731 html: html-recursive
732
733 info: info-recursive
734
735 info-am:
736
737 install-data-am:
738         @$(NORMAL_INSTALL)
739         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
740
741 install-exec-am:
742
743 install-info: install-info-recursive
744
745 install-man:
746
747 installcheck-am:
748
749 maintainer-clean: maintainer-clean-recursive
750         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
751         -rm -rf $(top_srcdir)/autom4te.cache
752         -rm -f Makefile
753 maintainer-clean-am: distclean-am maintainer-clean-generic
754
755 mostlyclean: mostlyclean-recursive
756
757 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
758
759 pdf: pdf-recursive
760
761 pdf-am:
762
763 ps: ps-recursive
764
765 ps-am:
766
767 uninstall-am: uninstall-info-am
768
769 uninstall-info: uninstall-info-recursive
770
771 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
772         am--refresh check check-am clean clean-generic clean-libtool \
773         clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
774         dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
775         distclean distclean-generic distclean-hdr distclean-libtool \
776         distclean-recursive distclean-tags distcleancheck distdir \
777         distuninstallcheck dvi dvi-am html html-am info info-am \
778         install install-am install-data install-data-am \
779         install-data-hook install-exec install-exec-am install-info \
780         install-info-am install-man install-strip installcheck \
781         installcheck-am installdirs installdirs-am maintainer-clean \
782         maintainer-clean-generic maintainer-clean-recursive \
783         mostlyclean mostlyclean-generic mostlyclean-libtool \
784         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
785         uninstall uninstall-am uninstall-info-am
786
787
788 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
789
790 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
791 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     cd @DX_DOCDIR@/latex; \
792 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
793 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
794 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(MAKEINDEX_PATH) refman.idx; \
795 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
796 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     countdown=5; \
797 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
798 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@                       refman.log > /dev/null 2>&1 \
799 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@        && test $$countdown -gt 0; do \
800 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         $(DX_LATEX) refman.tex; \
801 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         countdown=`expr $$countdown - 1`; \
802 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     done; \
803 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
804
805 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
806
807 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
808 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    cd @DX_DOCDIR@/latex; \
809 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
810 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
811 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_MAKEINDEX) refman.idx; \
812 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
813 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    countdown=5; \
814 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
815 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@                      refman.log > /dev/null 2>&1 \
816 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@       && test $$countdown -gt 0; do \
817 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        $(DX_PDFLATEX) refman.tex; \
818 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        countdown=`expr $$countdown - 1`; \
819 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    done; \
820 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    mv refman.pdf ../@PACKAGE@.pdf
821
822 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
823
824 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
825
826 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
827
828 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
829
830 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
831 @DX_COND_doc_TRUE@      rm -rf @DX_DOCDIR@
832 @DX_COND_doc_TRUE@      $(DX_ENV) DX_INCLUDE=$(DX_INCLUDE) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
833
834 @DX_COND_doc_TRUE@all-local: shibboleth.spec pkginfo doxygen-doc
835 @DX_COND_doc_FALSE@all-local: shibboleth.spec pkginfo
836
837 install-data-hook:
838         rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api
839         cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@
840
841 dist-hook:
842         rm -rf `find $(distdir)/isapi_shib -name .svn`
843         rm -rf `find $(distdir)/doc/api -name .svn`
844
845 shibboleth.spec: shibboleth.spec.in Makefile
846         rm -f $@.tmp
847         sed < $< > $@.tmp \
848             -e 's:@-VERSION-@:${VERSION}:'
849         mv $@.tmp $@
850
851 pkginfo: pkginfo.in Makefile
852         rm -f $@.tmp
853         sed < $< > $@.tmp \
854             -e 's:@-VERSION-@:${VERSION}:'
855         mv $@.tmp $@
856 # Tell versions [3.59,3.63) of GNU make to not export all variables.
857 # Otherwise a system limit (for SysV at least) may be exceeded.
858 .NOEXPORT: