Remove ws-trust federation schema from makefile since it is removed for DFSG reasons
[shibboleth/sp.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright (C) 2004 Oren Ben-Kiki
19 # This file is distributed under the same terms as the Automake macro files.
20
21 # Generate automatic documentation using Doxygen. Goals and variables values
22 # are controlled by the various DX_COND_??? conditionals set by autoconf.
23 #
24 # The provided goals are:
25 # doxygen-doc: Generate all doxygen documentation.
26 # doxygen-run: Run doxygen, which will generate some of the documentation
27 #              (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
28 #              processing required for the rest of it (PS, PDF, and some MAN).
29 # doxygen-man: Rename some doxygen generated man pages.
30 # doxygen-ps: Generate doxygen PostScript documentation.
31 # doxygen-pdf: Generate doxygen PDF documentation.
32 #
33 # Note that by default these are not integrated into the automake goals. If
34 # doxygen is used to generate man pages, you can achieve this integration by
35 # setting man3_MANS to the list of man pages generated and then adding the
36 # dependency:
37 #
38 #   $(man3_MANS): doxygen-doc
39 #
40 # This will cause make to run doxygen and generate all the documentation.
41 #
42 # The following variable is intended for use in Makefile.am:
43 #
44 # DX_CLEANFILES = everything to clean.
45 #
46 # This is usually added to MOSTLYCLEANFILES.
47 VPATH = @srcdir@
48 pkgdatadir = $(datadir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkglibexecdir = $(libexecdir)/@PACKAGE@
52 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53 install_sh_DATA = $(install_sh) -c -m 644
54 install_sh_PROGRAM = $(install_sh) -c
55 install_sh_SCRIPT = $(install_sh) -c
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = $(program_transform_name)
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 build_triplet = @build@
65 host_triplet = @host@
66 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
67         $(srcdir)/Makefile.in $(srcdir)/Portfile.in \
68         $(srcdir)/config.h.in $(srcdir)/doxygen.am \
69         $(srcdir)/pkginfo.in $(srcdir)/shibboleth.spec.in \
70         $(top_srcdir)/configure build-aux/config.guess \
71         build-aux/config.sub build-aux/depcomp build-aux/install-sh \
72         build-aux/ltmain.sh build-aux/missing
73 subdir = .
74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
76         $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/doxygen.m4 \
77         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
78         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
79         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81         $(ACLOCAL_M4)
82 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
83  configure.lineno config.status.lineno
84 mkinstalldirs = $(install_sh) -d
85 CONFIG_HEADER = config.h
86 CONFIG_CLEAN_FILES = shibboleth.spec pkginfo Portfile
87 CONFIG_CLEAN_VPATH_FILES =
88 SOURCES =
89 DIST_SOURCES =
90 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
91         html-recursive info-recursive install-data-recursive \
92         install-dvi-recursive install-exec-recursive \
93         install-html-recursive install-info-recursive \
94         install-pdf-recursive install-ps-recursive install-recursive \
95         installcheck-recursive installdirs-recursive pdf-recursive \
96         ps-recursive uninstall-recursive
97 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
98   distclean-recursive maintainer-clean-recursive
99 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101         distdir dist dist-all distcheck
102 ETAGS = etags
103 CTAGS = ctags
104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105 distdir = $(PACKAGE)-$(VERSION)
106 top_distdir = $(distdir)
107 am__remove_distdir = \
108   { test ! -d "$(distdir)" \
109     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110          && rm -fr "$(distdir)"; }; }
111 am__relativize = \
112   dir0=`pwd`; \
113   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
114   sed_rest='s,^[^/]*/*,,'; \
115   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
116   sed_butlast='s,/*[^/]*$$,,'; \
117   while test -n "$$dir1"; do \
118     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
119     if test "$$first" != "."; then \
120       if test "$$first" = ".."; then \
121         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
122         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
123       else \
124         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
125         if test "$$first2" = "$$first"; then \
126           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
127         else \
128           dir2="../$$dir2"; \
129         fi; \
130         dir0="$$dir0"/"$$first"; \
131       fi; \
132     fi; \
133     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
134   done; \
135   reldir="$$dir2"
136 DIST_ARCHIVES = $(distdir).tar.gz
137 GZIP_ENV = --best
138 distuninstallcheck_listfiles = find . -type f -print
139 distcleancheck_listfiles = find . -type f -print
140 ACLOCAL = @ACLOCAL@
141 AMTAR = @AMTAR@
142 APR1_CONFIG = @APR1_CONFIG@
143 APR_CONFIG = @APR_CONFIG@
144 APU1_CONFIG = @APU1_CONFIG@
145 APU_CONFIG = @APU_CONFIG@
146 APXS = @APXS@
147 APXS2 = @APXS2@
148 APXS22 = @APXS22@
149 APXS22_CFLAGS = @APXS22_CFLAGS@
150 APXS22_INCLUDE = @APXS22_INCLUDE@
151 APXS2_CFLAGS = @APXS2_CFLAGS@
152 APXS2_INCLUDE = @APXS2_INCLUDE@
153 APXS_CFLAGS = @APXS_CFLAGS@
154 APXS_INCLUDE = @APXS_INCLUDE@
155 AR = @AR@
156 AUTOCONF = @AUTOCONF@
157 AUTOHEADER = @AUTOHEADER@
158 AUTOMAKE = @AUTOMAKE@
159 AWK = @AWK@
160 CC = @CC@
161 CCDEPMODE = @CCDEPMODE@
162 CFLAGS = @CFLAGS@
163 CPP = @CPP@
164 CPPFLAGS = @CPPFLAGS@
165 CXX = @CXX@
166 CXXCPP = @CXXCPP@
167 CXXDEPMODE = @CXXDEPMODE@
168 CXXFLAGS = @CXXFLAGS@
169 CYGPATH_W = @CYGPATH_W@
170 DEFS = @DEFS@
171 DEPDIR = @DEPDIR@
172 DLLTOOL = @DLLTOOL@
173 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
174 DSYMUTIL = @DSYMUTIL@
175 DUMPBIN = @DUMPBIN@
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_C = @ECHO_C@
200 ECHO_N = @ECHO_N@
201 ECHO_T = @ECHO_T@
202 EGREP = @EGREP@
203 EXEEXT = @EXEEXT@
204 FASTCGI_INCLUDE = @FASTCGI_INCLUDE@
205 FASTCGI_LDFLAGS = @FASTCGI_LDFLAGS@
206 FASTCGI_LIBS = @FASTCGI_LIBS@
207 FGREP = @FGREP@
208 GREP = @GREP@
209 INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 LD = @LD@
215 LDFLAGS = @LDFLAGS@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LIBTOOL = @LIBTOOL@
219 LIPO = @LIPO@
220 LITE_LIBS = @LITE_LIBS@
221 LN_S = @LN_S@
222 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
223 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
224 LTLIBOBJS = @LTLIBOBJS@
225 MAKEINFO = @MAKEINFO@
226 MANIFEST_TOOL = @MANIFEST_TOOL@
227 MEMCACHED_INCLUDE = @MEMCACHED_INCLUDE@
228 MEMCACHED_LDFLAGS = @MEMCACHED_LDFLAGS@
229 MEMCACHED_LIBS = @MEMCACHED_LIBS@
230 MKDIR_P = @MKDIR_P@
231 NM = @NM@
232 NMEDIT = @NMEDIT@
233 NSAPI_INCLUDE = @NSAPI_INCLUDE@
234 OBJDUMP = @OBJDUMP@
235 OBJEXT = @OBJEXT@
236 ODBC_CFLAGS = @ODBC_CFLAGS@
237 ODBC_CONFIG = @ODBC_CONFIG@
238 ODBC_LIBS = @ODBC_LIBS@
239 OPENSAMLXMLDIR = @OPENSAMLXMLDIR@
240 OTOOL = @OTOOL@
241 OTOOL64 = @OTOOL64@
242 PACKAGE = @PACKAGE@
243 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
244 PACKAGE_NAME = @PACKAGE_NAME@
245 PACKAGE_STRING = @PACKAGE_STRING@
246 PACKAGE_TARNAME = @PACKAGE_TARNAME@
247 PACKAGE_URL = @PACKAGE_URL@
248 PACKAGE_VERSION = @PACKAGE_VERSION@
249 PATH_SEPARATOR = @PATH_SEPARATOR@
250 PKG_CONFIG = @PKG_CONFIG@
251 PTHREAD_CC = @PTHREAD_CC@
252 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
253 PTHREAD_LIBS = @PTHREAD_LIBS@
254 RANLIB = @RANLIB@
255 SED = @SED@
256 SET_MAKE = @SET_MAKE@
257 SHELL = @SHELL@
258 STRIP = @STRIP@
259 VERSION = @VERSION@
260 WANT_SUBDIRS = @WANT_SUBDIRS@
261 XMLSEC_LIBS = @XMLSEC_LIBS@
262 XMLTOOLINGXMLDIR = @XMLTOOLINGXMLDIR@
263 abs_builddir = @abs_builddir@
264 abs_srcdir = @abs_srcdir@
265 abs_top_builddir = @abs_top_builddir@
266 abs_top_srcdir = @abs_top_srcdir@
267 ac_ct_AR = @ac_ct_AR@
268 ac_ct_CC = @ac_ct_CC@
269 ac_ct_CXX = @ac_ct_CXX@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 acx_pthread_config = @acx_pthread_config@
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 builddir = @builddir@
284 datadir = @datadir@
285 datarootdir = @datarootdir@
286 docdir = @docdir@
287 dvidir = @dvidir@
288 exec_prefix = @exec_prefix@
289 host = @host@
290 host_alias = @host_alias@
291 host_cpu = @host_cpu@
292 host_os = @host_os@
293 host_vendor = @host_vendor@
294 htmldir = @htmldir@
295 includedir = @includedir@
296 infodir = @infodir@
297 install_sh = @install_sh@
298 libdir = @libdir@
299 libexecdir = @libexecdir@
300 localedir = @localedir@
301 localstatedir = @localstatedir@
302 mandir = @mandir@
303 mkdir_p = @mkdir_p@
304 oldincludedir = @oldincludedir@
305 pdfdir = @pdfdir@
306 prefix = @prefix@
307 program_transform_name = @program_transform_name@
308 psdir = @psdir@
309 sbindir = @sbindir@
310 sharedstatedir = @sharedstatedir@
311 srcdir = @srcdir@
312 sysconfdir = @sysconfdir@
313 target_alias = @target_alias@
314 top_build_prefix = @top_build_prefix@
315 top_builddir = @top_builddir@
316 top_srcdir = @top_srcdir@
317 xs = @xs@
318 AUTOMAKE_OPTIONS = foreign
319 ACLOCAL_AMFLAGS = -I m4
320 @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
321 @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
322 @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
323 @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
324 @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
325 @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
326 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
327 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
328 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
329 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
330 @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
331 @DX_COND_doc_TRUE@DX_CLEANFILES = \
332 @DX_COND_doc_TRUE@    @DX_DOCDIR@/@PACKAGE@.tag \
333 @DX_COND_doc_TRUE@    -r \
334 @DX_COND_doc_TRUE@    $(DX_CLEAN_HTML) \
335 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHM) \
336 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHI) \
337 @DX_COND_doc_TRUE@    $(DX_CLEAN_MAN) \
338 @DX_COND_doc_TRUE@    $(DX_CLEAN_RTF) \
339 @DX_COND_doc_TRUE@    $(DX_CLEAN_XML) \
340 @DX_COND_doc_TRUE@    $(DX_CLEAN_PS) \
341 @DX_COND_doc_TRUE@    $(DX_CLEAN_PDF) \
342 @DX_COND_doc_TRUE@    $(DX_CLEAN_LATEX)
343
344 MOSTLYCLEANFILES = $(DX_CLEANFILES)
345 SUBDIRS = $(WANT_SUBDIRS)
346 DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib fastcgi odbc-store memcache-store selinux
347 GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile
348 EXTRA_DIST = $(DX_CONFIG) \
349     isapi_shib \
350     Shibboleth.sln \
351     config_win32.h \
352     $(GENFILES) \
353     $(GENFILES:%=%.in) \
354     postinstall
355
356 all: config.h
357         $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
359 .SUFFIXES:
360 am--refresh:
361         @:
362 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
363         @for dep in $?; do \
364           case '$(am__configure_deps)' in \
365             *$$dep*) \
366               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
367               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
368                 && exit 0; \
369               exit 1;; \
370           esac; \
371         done; \
372         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
373         $(am__cd) $(top_srcdir) && \
374           $(AUTOMAKE) --foreign Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377         @case '$?' in \
378           *config.status*) \
379             echo ' $(SHELL) ./config.status'; \
380             $(SHELL) ./config.status;; \
381           *) \
382             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
383             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
384         esac;
385
386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387         $(SHELL) ./config.status --recheck
388
389 $(top_srcdir)/configure:  $(am__configure_deps)
390         $(am__cd) $(srcdir) && $(AUTOCONF)
391 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
392         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
393 $(am__aclocal_m4_deps):
394
395 config.h: stamp-h1
396         @if test ! -f $@; then \
397           rm -f stamp-h1; \
398           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
399         else :; fi
400
401 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
402         @rm -f stamp-h1
403         cd $(top_builddir) && $(SHELL) ./config.status config.h
404 $(srcdir)/config.h.in:  $(am__configure_deps) 
405         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
406         rm -f stamp-h1
407         touch $@
408
409 distclean-hdr:
410         -rm -f config.h stamp-h1
411 shibboleth.spec: $(top_builddir)/config.status $(srcdir)/shibboleth.spec.in
412         cd $(top_builddir) && $(SHELL) ./config.status $@
413 pkginfo: $(top_builddir)/config.status $(srcdir)/pkginfo.in
414         cd $(top_builddir) && $(SHELL) ./config.status $@
415 Portfile: $(top_builddir)/config.status $(srcdir)/Portfile.in
416         cd $(top_builddir) && $(SHELL) ./config.status $@
417
418 mostlyclean-libtool:
419         -rm -f *.lo
420
421 clean-libtool:
422         -rm -rf .libs _libs
423
424 distclean-libtool:
425         -rm -f libtool config.lt
426
427 # This directory's subdirectories are mostly independent; you can cd
428 # into them and run `make' without going through this Makefile.
429 # To change the values of `make' variables: instead of editing Makefiles,
430 # (1) if the variable is set in `config.status', edit `config.status'
431 #     (which will cause the Makefiles to be regenerated when you run `make');
432 # (2) otherwise, pass the desired values on the `make' command line.
433 $(RECURSIVE_TARGETS):
434         @fail= failcom='exit 1'; \
435         for f in x $$MAKEFLAGS; do \
436           case $$f in \
437             *=* | --[!k]*);; \
438             *k*) failcom='fail=yes';; \
439           esac; \
440         done; \
441         dot_seen=no; \
442         target=`echo $@ | sed s/-recursive//`; \
443         list='$(SUBDIRS)'; for subdir in $$list; do \
444           echo "Making $$target in $$subdir"; \
445           if test "$$subdir" = "."; then \
446             dot_seen=yes; \
447             local_target="$$target-am"; \
448           else \
449             local_target="$$target"; \
450           fi; \
451           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
452           || eval $$failcom; \
453         done; \
454         if test "$$dot_seen" = "no"; then \
455           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
456         fi; test -z "$$fail"
457
458 $(RECURSIVE_CLEAN_TARGETS):
459         @fail= failcom='exit 1'; \
460         for f in x $$MAKEFLAGS; do \
461           case $$f in \
462             *=* | --[!k]*);; \
463             *k*) failcom='fail=yes';; \
464           esac; \
465         done; \
466         dot_seen=no; \
467         case "$@" in \
468           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
469           *) list='$(SUBDIRS)' ;; \
470         esac; \
471         rev=''; for subdir in $$list; do \
472           if test "$$subdir" = "."; then :; else \
473             rev="$$subdir $$rev"; \
474           fi; \
475         done; \
476         rev="$$rev ."; \
477         target=`echo $@ | sed s/-recursive//`; \
478         for subdir in $$rev; do \
479           echo "Making $$target in $$subdir"; \
480           if test "$$subdir" = "."; then \
481             local_target="$$target-am"; \
482           else \
483             local_target="$$target"; \
484           fi; \
485           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486           || eval $$failcom; \
487         done && test -z "$$fail"
488 tags-recursive:
489         list='$(SUBDIRS)'; for subdir in $$list; do \
490           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
491         done
492 ctags-recursive:
493         list='$(SUBDIRS)'; for subdir in $$list; do \
494           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
495         done
496
497 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
498         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
499         unique=`for i in $$list; do \
500             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501           done | \
502           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503               END { if (nonempty) { for (i in files) print i; }; }'`; \
504         mkid -fID $$unique
505 tags: TAGS
506
507 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
508                 $(TAGS_FILES) $(LISP)
509         set x; \
510         here=`pwd`; \
511         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512           include_option=--etags-include; \
513           empty_fix=.; \
514         else \
515           include_option=--include; \
516           empty_fix=; \
517         fi; \
518         list='$(SUBDIRS)'; for subdir in $$list; do \
519           if test "$$subdir" = .; then :; else \
520             test ! -f $$subdir/TAGS || \
521               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
522           fi; \
523         done; \
524         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
525         unique=`for i in $$list; do \
526             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527           done | \
528           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529               END { if (nonempty) { for (i in files) print i; }; }'`; \
530         shift; \
531         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
532           test -n "$$unique" || unique=$$empty_fix; \
533           if test $$# -gt 0; then \
534             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535               "$$@" $$unique; \
536           else \
537             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538               $$unique; \
539           fi; \
540         fi
541 ctags: CTAGS
542 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
543                 $(TAGS_FILES) $(LISP)
544         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
545         unique=`for i in $$list; do \
546             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547           done | \
548           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
549               END { if (nonempty) { for (i in files) print i; }; }'`; \
550         test -z "$(CTAGS_ARGS)$$unique" \
551           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
552              $$unique
553
554 GTAGS:
555         here=`$(am__cd) $(top_builddir) && pwd` \
556           && $(am__cd) $(top_srcdir) \
557           && gtags -i $(GTAGS_ARGS) "$$here"
558
559 distclean-tags:
560         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
562 distdir: $(DISTFILES)
563         $(am__remove_distdir)
564         test -d "$(distdir)" || mkdir "$(distdir)"
565         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567         list='$(DISTFILES)'; \
568           dist_files=`for file in $$list; do echo $$file; done | \
569           sed -e "s|^$$srcdirstrip/||;t" \
570               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
571         case $$dist_files in \
572           */*) $(MKDIR_P) `echo "$$dist_files" | \
573                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
574                            sort -u` ;; \
575         esac; \
576         for file in $$dist_files; do \
577           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578           if test -d $$d/$$file; then \
579             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
580             if test -d "$(distdir)/$$file"; then \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
584               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586             fi; \
587             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588           else \
589             test -f "$(distdir)/$$file" \
590             || cp -p $$d/$$file "$(distdir)/$$file" \
591             || exit 1; \
592           fi; \
593         done
594         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
595           if test "$$subdir" = .; then :; else \
596             test -d "$(distdir)/$$subdir" \
597             || $(MKDIR_P) "$(distdir)/$$subdir" \
598             || exit 1; \
599           fi; \
600         done
601         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
602           if test "$$subdir" = .; then :; else \
603             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
604             $(am__relativize); \
605             new_distdir=$$reldir; \
606             dir1=$$subdir; dir2="$(top_distdir)"; \
607             $(am__relativize); \
608             new_top_distdir=$$reldir; \
609             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
610             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
611             ($(am__cd) $$subdir && \
612               $(MAKE) $(AM_MAKEFLAGS) \
613                 top_distdir="$$new_top_distdir" \
614                 distdir="$$new_distdir" \
615                 am__remove_distdir=: \
616                 am__skip_length_check=: \
617                 am__skip_mode_fix=: \
618                 distdir) \
619               || exit 1; \
620           fi; \
621         done
622         $(MAKE) $(AM_MAKEFLAGS) \
623           top_distdir="$(top_distdir)" distdir="$(distdir)" \
624           dist-hook
625         -test -n "$(am__skip_mode_fix)" \
626         || find "$(distdir)" -type d ! -perm -755 \
627                 -exec chmod u+rwx,go+rx {} \; -o \
628           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
629           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
630           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
631         || chmod -R a+r "$(distdir)"
632 dist-gzip: distdir
633         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
634         $(am__remove_distdir)
635
636 dist-bzip2: distdir
637         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
638         $(am__remove_distdir)
639
640 dist-lzma: distdir
641         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
642         $(am__remove_distdir)
643
644 dist-xz: distdir
645         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
646         $(am__remove_distdir)
647
648 dist-tarZ: distdir
649         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
650         $(am__remove_distdir)
651
652 dist-shar: distdir
653         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
654         $(am__remove_distdir)
655
656 dist-zip: distdir
657         -rm -f $(distdir).zip
658         zip -rq $(distdir).zip $(distdir)
659         $(am__remove_distdir)
660
661 dist dist-all: distdir
662         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
663         $(am__remove_distdir)
664
665 # This target untars the dist file and tries a VPATH configuration.  Then
666 # it guarantees that the distribution is self-contained by making another
667 # tarfile.
668 distcheck: dist
669         case '$(DIST_ARCHIVES)' in \
670         *.tar.gz*) \
671           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
672         *.tar.bz2*) \
673           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
674         *.tar.lzma*) \
675           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
676         *.tar.xz*) \
677           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
678         *.tar.Z*) \
679           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
680         *.shar.gz*) \
681           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
682         *.zip*) \
683           unzip $(distdir).zip ;;\
684         esac
685         chmod -R a-w $(distdir); chmod a+w $(distdir)
686         mkdir $(distdir)/_build
687         mkdir $(distdir)/_inst
688         chmod a-w $(distdir)
689         test -d $(distdir)/_build || exit 0; \
690         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
691           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
692           && am__cwd=`pwd` \
693           && $(am__cd) $(distdir)/_build \
694           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
695             $(DISTCHECK_CONFIGURE_FLAGS) \
696           && $(MAKE) $(AM_MAKEFLAGS) \
697           && $(MAKE) $(AM_MAKEFLAGS) dvi \
698           && $(MAKE) $(AM_MAKEFLAGS) check \
699           && $(MAKE) $(AM_MAKEFLAGS) install \
700           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
701           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
702           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
703                 distuninstallcheck \
704           && chmod -R a-w "$$dc_install_base" \
705           && ({ \
706                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
707                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
708                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
709                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
710                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
711               } || { rm -rf "$$dc_destdir"; exit 1; }) \
712           && rm -rf "$$dc_destdir" \
713           && $(MAKE) $(AM_MAKEFLAGS) dist \
714           && rm -rf $(DIST_ARCHIVES) \
715           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
716           && cd "$$am__cwd" \
717           || exit 1
718         $(am__remove_distdir)
719         @(echo "$(distdir) archives ready for distribution: "; \
720           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
721           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
722 distuninstallcheck:
723         @$(am__cd) '$(distuninstallcheck_dir)' \
724         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
725            || { echo "ERROR: files left after uninstall:" ; \
726                 if test -n "$(DESTDIR)"; then \
727                   echo "  (check DESTDIR support)"; \
728                 fi ; \
729                 $(distuninstallcheck_listfiles) ; \
730                 exit 1; } >&2
731 distcleancheck: distclean
732         @if test '$(srcdir)' = . ; then \
733           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
734           exit 1 ; \
735         fi
736         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
737           || { echo "ERROR: files left in build directory after distclean:" ; \
738                $(distcleancheck_listfiles) ; \
739                exit 1; } >&2
740 check-am: all-am
741 check: check-recursive
742 all-am: Makefile config.h all-local
743 installdirs: installdirs-recursive
744 installdirs-am:
745 install: install-recursive
746 install-exec: install-exec-recursive
747 install-data: install-data-recursive
748 uninstall: uninstall-recursive
749
750 install-am: all-am
751         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
752
753 installcheck: installcheck-recursive
754 install-strip:
755         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757           `test -z '$(STRIP)' || \
758             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
759 mostlyclean-generic:
760         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
761
762 clean-generic:
763
764 distclean-generic:
765         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
766         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767
768 maintainer-clean-generic:
769         @echo "This command is intended for maintainers to use"
770         @echo "it deletes files that may require special tools to rebuild."
771 clean: clean-recursive
772
773 clean-am: clean-generic clean-libtool mostlyclean-am
774
775 distclean: distclean-recursive
776         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
777         -rm -f Makefile
778 distclean-am: clean-am distclean-generic distclean-hdr \
779         distclean-libtool distclean-tags
780
781 dvi: dvi-recursive
782
783 dvi-am:
784
785 html: html-recursive
786
787 html-am:
788
789 info: info-recursive
790
791 info-am:
792
793 install-data-am:
794
795 install-dvi: install-dvi-recursive
796
797 install-dvi-am:
798
799 install-exec-am:
800
801 install-html: install-html-recursive
802
803 install-html-am:
804
805 install-info: install-info-recursive
806
807 install-info-am:
808
809 install-man:
810
811 install-pdf: install-pdf-recursive
812
813 install-pdf-am:
814
815 install-ps: install-ps-recursive
816
817 install-ps-am:
818
819 installcheck-am:
820
821 maintainer-clean: maintainer-clean-recursive
822         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
823         -rm -rf $(top_srcdir)/autom4te.cache
824         -rm -f Makefile
825 maintainer-clean-am: distclean-am maintainer-clean-generic
826
827 mostlyclean: mostlyclean-recursive
828
829 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
830
831 pdf: pdf-recursive
832
833 pdf-am:
834
835 ps: ps-recursive
836
837 ps-am:
838
839 uninstall-am:
840
841 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
842         ctags-recursive install-am install-strip tags-recursive
843
844 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
845         all all-am all-local am--refresh check check-am clean \
846         clean-generic clean-libtool ctags ctags-recursive dist \
847         dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
848         dist-tarZ dist-xz dist-zip distcheck distclean \
849         distclean-generic distclean-hdr distclean-libtool \
850         distclean-tags distcleancheck distdir distuninstallcheck dvi \
851         dvi-am html html-am info info-am install install-am \
852         install-data install-data-am install-dvi install-dvi-am \
853         install-exec install-exec-am install-html install-html-am \
854         install-info install-info-am install-man install-pdf \
855         install-pdf-am install-ps install-ps-am install-strip \
856         installcheck installcheck-am installdirs installdirs-am \
857         maintainer-clean maintainer-clean-generic mostlyclean \
858         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
859         tags tags-recursive uninstall uninstall-am
860
861
862 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
863
864 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
865 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     cd @DX_DOCDIR@/latex; \
866 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
867 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
868 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(MAKEINDEX_PATH) refman.idx; \
869 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
870 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     countdown=5; \
871 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
872 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@                       refman.log > /dev/null 2>&1 \
873 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@        && test $$countdown -gt 0; do \
874 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         $(DX_LATEX) refman.tex; \
875 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         countdown=`expr $$countdown - 1`; \
876 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     done; \
877 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
878
879 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
880
881 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
882 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    cd @DX_DOCDIR@/latex; \
883 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
884 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
885 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_MAKEINDEX) refman.idx; \
886 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
887 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    countdown=5; \
888 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
889 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@                      refman.log > /dev/null 2>&1 \
890 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@       && test $$countdown -gt 0; do \
891 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        $(DX_PDFLATEX) refman.tex; \
892 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        countdown=`expr $$countdown - 1`; \
893 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    done; \
894 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    mv refman.pdf ../@PACKAGE@.pdf
895
896 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
897
898 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
899
900 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
901
902 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
903
904 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
905 @DX_COND_doc_TRUE@      rm -rf @DX_DOCDIR@
906 @DX_COND_doc_TRUE@      $(DX_ENV) DX_INCLUDE=$(DX_INCLUDE) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
907
908 @DX_COND_doc_TRUE@all-local: doxygen-doc
909 @DX_COND_doc_FALSE@all-local:
910
911 dist-hook:
912         rm -rf `find $(distdir)/isapi_shib -name .svn`
913         rm -rf `find $(distdir)/doc/api -name .svn`
914
915 # Tell versions [3.59,3.63) of GNU make to not export all variables.
916 # Otherwise a system limit (for SysV at least) may be exceeded.
917 .NOEXPORT: