Merge commit 'upstream/2.1'
[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 @DX_COND_doc_TRUE@APIDOCS = doc/api
298 EXTRA_DIST = $(DX_CONFIG) \
299         $(APIDOCS) \
300         cpp-opensaml2.sln \
301         libtool.m4 \
302         doxygen.m4 \
303         acx_pthread.m4 \
304         depcomp \
305         config_win32.h \
306         opensaml.spec.in \
307         opensaml.spec \
308         pkginfo.in \
309         pkginfo \
310         depend \
311         postinstall
312
313 DISTCLEANFILES = opensaml.spec pkginfo
314 all: config.h
315         $(MAKE) $(AM_MAKEFLAGS) all-recursive
316
317 .SUFFIXES:
318 am--refresh:
319         @:
320 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
321         @for dep in $?; do \
322           case '$(am__configure_deps)' in \
323             *$$dep*) \
324               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
325               cd $(srcdir) && $(AUTOMAKE) --foreign  \
326                 && exit 0; \
327               exit 1;; \
328           esac; \
329         done; \
330         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
331         cd $(top_srcdir) && \
332           $(AUTOMAKE) --foreign  Makefile
333 .PRECIOUS: Makefile
334 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335         @case '$?' in \
336           *config.status*) \
337             echo ' $(SHELL) ./config.status'; \
338             $(SHELL) ./config.status;; \
339           *) \
340             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
341             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
342         esac;
343
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345         $(SHELL) ./config.status --recheck
346
347 $(top_srcdir)/configure:  $(am__configure_deps)
348         cd $(srcdir) && $(AUTOCONF)
349 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
350         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
351
352 config.h: stamp-h1
353         @if test ! -f $@; then \
354           rm -f stamp-h1; \
355           $(MAKE) stamp-h1; \
356         else :; fi
357
358 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
359         @rm -f stamp-h1
360         cd $(top_builddir) && $(SHELL) ./config.status config.h
361 $(srcdir)/config.h.in:  $(am__configure_deps) 
362         cd $(top_srcdir) && $(AUTOHEADER)
363         rm -f stamp-h1
364         touch $@
365
366 distclean-hdr:
367         -rm -f config.h stamp-h1
368
369 mostlyclean-libtool:
370         -rm -f *.lo
371
372 clean-libtool:
373         -rm -rf .libs _libs
374
375 distclean-libtool:
376         -rm -f libtool
377 uninstall-info-am:
378
379 # This directory's subdirectories are mostly independent; you can cd
380 # into them and run `make' without going through this Makefile.
381 # To change the values of `make' variables: instead of editing Makefiles,
382 # (1) if the variable is set in `config.status', edit `config.status'
383 #     (which will cause the Makefiles to be regenerated when you run `make');
384 # (2) otherwise, pass the desired values on the `make' command line.
385 $(RECURSIVE_TARGETS):
386         @failcom='exit 1'; \
387         for f in x $$MAKEFLAGS; do \
388           case $$f in \
389             *=* | --[!k]*);; \
390             *k*) failcom='fail=yes';; \
391           esac; \
392         done; \
393         dot_seen=no; \
394         target=`echo $@ | sed s/-recursive//`; \
395         list='$(SUBDIRS)'; for subdir in $$list; do \
396           echo "Making $$target in $$subdir"; \
397           if test "$$subdir" = "."; then \
398             dot_seen=yes; \
399             local_target="$$target-am"; \
400           else \
401             local_target="$$target"; \
402           fi; \
403           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404           || eval $$failcom; \
405         done; \
406         if test "$$dot_seen" = "no"; then \
407           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
408         fi; test -z "$$fail"
409
410 mostlyclean-recursive clean-recursive distclean-recursive \
411 maintainer-clean-recursive:
412         @failcom='exit 1'; \
413         for f in x $$MAKEFLAGS; do \
414           case $$f in \
415             *=* | --[!k]*);; \
416             *k*) failcom='fail=yes';; \
417           esac; \
418         done; \
419         dot_seen=no; \
420         case "$@" in \
421           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422           *) list='$(SUBDIRS)' ;; \
423         esac; \
424         rev=''; for subdir in $$list; do \
425           if test "$$subdir" = "."; then :; else \
426             rev="$$subdir $$rev"; \
427           fi; \
428         done; \
429         rev="$$rev ."; \
430         target=`echo $@ | sed s/-recursive//`; \
431         for subdir in $$rev; do \
432           echo "Making $$target in $$subdir"; \
433           if test "$$subdir" = "."; then \
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 && test -z "$$fail"
441 tags-recursive:
442         list='$(SUBDIRS)'; for subdir in $$list; do \
443           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
444         done
445 ctags-recursive:
446         list='$(SUBDIRS)'; for subdir in $$list; do \
447           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
448         done
449
450 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
451         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
452         unique=`for i in $$list; do \
453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454           done | \
455           $(AWK) '    { files[$$0] = 1; } \
456                END { for (i in files) print i; }'`; \
457         mkid -fID $$unique
458 tags: TAGS
459
460 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
461                 $(TAGS_FILES) $(LISP)
462         tags=; \
463         here=`pwd`; \
464         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
465           include_option=--etags-include; \
466           empty_fix=.; \
467         else \
468           include_option=--include; \
469           empty_fix=; \
470         fi; \
471         list='$(SUBDIRS)'; for subdir in $$list; do \
472           if test "$$subdir" = .; then :; else \
473             test ! -f $$subdir/TAGS || \
474               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
475           fi; \
476         done; \
477         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
478         unique=`for i in $$list; do \
479             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480           done | \
481           $(AWK) '    { files[$$0] = 1; } \
482                END { for (i in files) print i; }'`; \
483         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
484           test -n "$$unique" || unique=$$empty_fix; \
485           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486             $$tags $$unique; \
487         fi
488 ctags: CTAGS
489 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
490                 $(TAGS_FILES) $(LISP)
491         tags=; \
492         here=`pwd`; \
493         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
494         unique=`for i in $$list; do \
495             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496           done | \
497           $(AWK) '    { files[$$0] = 1; } \
498                END { for (i in files) print i; }'`; \
499         test -z "$(CTAGS_ARGS)$$tags$$unique" \
500           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501              $$tags $$unique
502
503 GTAGS:
504         here=`$(am__cd) $(top_builddir) && pwd` \
505           && cd $(top_srcdir) \
506           && gtags -i $(GTAGS_ARGS) $$here
507
508 distclean-tags:
509         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510
511 distdir: $(DISTFILES)
512         $(am__remove_distdir)
513         mkdir $(distdir)
514         $(mkdir_p) $(distdir)/doc
515         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
516         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
517         list='$(DISTFILES)'; for file in $$list; do \
518           case $$file in \
519             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
520             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
521           esac; \
522           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
524           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
525             dir="/$$dir"; \
526             $(mkdir_p) "$(distdir)$$dir"; \
527           else \
528             dir=''; \
529           fi; \
530           if test -d $$d/$$file; then \
531             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
533             fi; \
534             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
535           else \
536             test -f $(distdir)/$$file \
537             || cp -p $$d/$$file $(distdir)/$$file \
538             || exit 1; \
539           fi; \
540         done
541         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542           if test "$$subdir" = .; then :; else \
543             test -d "$(distdir)/$$subdir" \
544             || $(mkdir_p) "$(distdir)/$$subdir" \
545             || exit 1; \
546             distdir=`$(am__cd) $(distdir) && pwd`; \
547             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
548             (cd $$subdir && \
549               $(MAKE) $(AM_MAKEFLAGS) \
550                 top_distdir="$$top_distdir" \
551                 distdir="$$distdir/$$subdir" \
552                 distdir) \
553               || exit 1; \
554           fi; \
555         done
556         $(MAKE) $(AM_MAKEFLAGS) \
557           top_distdir="$(top_distdir)" distdir="$(distdir)" \
558           dist-hook
559         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
560           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
561           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
562           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
563         || chmod -R a+r $(distdir)
564 dist-gzip: distdir
565         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
566         $(am__remove_distdir)
567
568 dist-bzip2: distdir
569         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
570         $(am__remove_distdir)
571
572 dist-tarZ: distdir
573         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
574         $(am__remove_distdir)
575
576 dist-shar: distdir
577         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
578         $(am__remove_distdir)
579
580 dist-zip: distdir
581         -rm -f $(distdir).zip
582         zip -rq $(distdir).zip $(distdir)
583         $(am__remove_distdir)
584
585 dist dist-all: distdir
586         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
587         $(am__remove_distdir)
588
589 # This target untars the dist file and tries a VPATH configuration.  Then
590 # it guarantees that the distribution is self-contained by making another
591 # tarfile.
592 distcheck: dist
593         case '$(DIST_ARCHIVES)' in \
594         *.tar.gz*) \
595           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
596         *.tar.bz2*) \
597           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
598         *.tar.Z*) \
599           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
600         *.shar.gz*) \
601           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
602         *.zip*) \
603           unzip $(distdir).zip ;;\
604         esac
605         chmod -R a-w $(distdir); chmod a+w $(distdir)
606         mkdir $(distdir)/_build
607         mkdir $(distdir)/_inst
608         chmod a-w $(distdir)
609         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
610           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
611           && cd $(distdir)/_build \
612           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
613             $(DISTCHECK_CONFIGURE_FLAGS) \
614           && $(MAKE) $(AM_MAKEFLAGS) \
615           && $(MAKE) $(AM_MAKEFLAGS) dvi \
616           && $(MAKE) $(AM_MAKEFLAGS) check \
617           && $(MAKE) $(AM_MAKEFLAGS) install \
618           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
619           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
620           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
621                 distuninstallcheck \
622           && chmod -R a-w "$$dc_install_base" \
623           && ({ \
624                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
625                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
626                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
627                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
628                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
629               } || { rm -rf "$$dc_destdir"; exit 1; }) \
630           && rm -rf "$$dc_destdir" \
631           && $(MAKE) $(AM_MAKEFLAGS) dist \
632           && rm -rf $(DIST_ARCHIVES) \
633           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
634         $(am__remove_distdir)
635         @(echo "$(distdir) archives ready for distribution: "; \
636           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
637           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
638 distuninstallcheck:
639         @cd $(distuninstallcheck_dir) \
640         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
641            || { echo "ERROR: files left after uninstall:" ; \
642                 if test -n "$(DESTDIR)"; then \
643                   echo "  (check DESTDIR support)"; \
644                 fi ; \
645                 $(distuninstallcheck_listfiles) ; \
646                 exit 1; } >&2
647 distcleancheck: distclean
648         @if test '$(srcdir)' = . ; then \
649           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
650           exit 1 ; \
651         fi
652         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
653           || { echo "ERROR: files left in build directory after distclean:" ; \
654                $(distcleancheck_listfiles) ; \
655                exit 1; } >&2
656 check-am: all-am
657 check: check-recursive
658 all-am: Makefile config.h all-local
659 installdirs: installdirs-recursive
660 installdirs-am:
661 install: install-recursive
662 install-exec: install-exec-recursive
663 install-data: install-data-recursive
664 uninstall: uninstall-recursive
665
666 install-am: all-am
667         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668
669 installcheck: installcheck-recursive
670 install-strip:
671         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673           `test -z '$(STRIP)' || \
674             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
675 mostlyclean-generic:
676         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
677
678 clean-generic:
679
680 distclean-generic:
681         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
682         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
683
684 maintainer-clean-generic:
685         @echo "This command is intended for maintainers to use"
686         @echo "it deletes files that may require special tools to rebuild."
687 clean: clean-recursive
688
689 clean-am: clean-generic clean-libtool mostlyclean-am
690
691 distclean: distclean-recursive
692         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
693         -rm -f Makefile
694 distclean-am: clean-am distclean-generic distclean-hdr \
695         distclean-libtool distclean-tags
696
697 dvi: dvi-recursive
698
699 dvi-am:
700
701 html: html-recursive
702
703 info: info-recursive
704
705 info-am:
706
707 install-data-am:
708         @$(NORMAL_INSTALL)
709         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
710
711 install-exec-am:
712
713 install-info: install-info-recursive
714
715 install-man:
716
717 installcheck-am:
718
719 maintainer-clean: maintainer-clean-recursive
720         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
721         -rm -rf $(top_srcdir)/autom4te.cache
722         -rm -f Makefile
723 maintainer-clean-am: distclean-am maintainer-clean-generic
724
725 mostlyclean: mostlyclean-recursive
726
727 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
728
729 pdf: pdf-recursive
730
731 pdf-am:
732
733 ps: ps-recursive
734
735 ps-am:
736
737 uninstall-am: uninstall-info-am
738
739 uninstall-info: uninstall-info-recursive
740
741 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
742         am--refresh check check-am clean clean-generic clean-libtool \
743         clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
744         dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
745         distclean distclean-generic distclean-hdr distclean-libtool \
746         distclean-recursive distclean-tags distcleancheck distdir \
747         distuninstallcheck dvi dvi-am html html-am info info-am \
748         install install-am install-data install-data-am \
749         install-data-hook install-exec install-exec-am install-info \
750         install-info-am install-man install-strip installcheck \
751         installcheck-am installdirs installdirs-am maintainer-clean \
752         maintainer-clean-generic maintainer-clean-recursive \
753         mostlyclean mostlyclean-generic mostlyclean-libtool \
754         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
755         uninstall uninstall-am uninstall-info-am
756
757
758 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
759
760 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
761 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     cd @DX_DOCDIR@/latex; \
762 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
763 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
764 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(MAKEINDEX_PATH) refman.idx; \
765 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
766 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     countdown=5; \
767 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
768 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@                       refman.log > /dev/null 2>&1 \
769 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@        && test $$countdown -gt 0; do \
770 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         $(DX_LATEX) refman.tex; \
771 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         countdown=`expr $$countdown - 1`; \
772 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     done; \
773 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
774
775 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
776
777 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
778 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    cd @DX_DOCDIR@/latex; \
779 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
780 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
781 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_MAKEINDEX) refman.idx; \
782 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
783 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    countdown=5; \
784 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
785 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@                      refman.log > /dev/null 2>&1 \
786 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@       && test $$countdown -gt 0; do \
787 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        $(DX_PDFLATEX) refman.tex; \
788 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        countdown=`expr $$countdown - 1`; \
789 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    done; \
790 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    mv refman.pdf ../@PACKAGE@.pdf
791
792 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
793
794 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
795
796 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
797
798 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
799
800 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
801 @DX_COND_doc_TRUE@      rm -rf @DX_DOCDIR@
802 @DX_COND_doc_TRUE@      $(DX_ENV) DX_INCLUDE=$(DX_INCLUDE) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
803
804 dist-hook:
805         rm -rf `find $(distdir)/samltest/data -name .svn`
806         rm -rf `find $(distdir)/doc/api -name .svn`
807
808 @DX_COND_doc_TRUE@all-local: opensaml.spec pkginfo doxygen-doc
809 @DX_COND_doc_FALSE@all-local: opensaml.spec pkginfo
810
811 install-data-hook:
812         rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api
813         cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@
814
815 opensaml.spec: opensaml.spec.in Makefile
816         rm -f $@.tmp
817         sed < $@.in > $@.tmp \
818             -e 's:@-VERSION-@:${VERSION}:'
819         mv $@.tmp $@
820
821 pkginfo: pkginfo.in Makefile
822         rm -f $@.tmp
823         sed < $@.in > $@.tmp \
824             -e 's:@-VERSION-@:${VERSION}:'
825         mv $@.tmp $@
826 # Tell versions [3.59,3.63) of GNU make to not export all variables.
827 # Otherwise a system limit (for SysV at least) may be exceeded.
828 .NOEXPORT: