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