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