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