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