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