New upstream version based of the 1.5 release
[shibboleth/xmltooling.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
48 VPATH = @srcdir@
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkgincludedir = $(includedir)/@PACKAGE@
51 pkglibdir = $(libdir)/@PACKAGE@
52 pkglibexecdir = $(libexecdir)/@PACKAGE@
53 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54 install_sh_DATA = $(install_sh) -c -m 644
55 install_sh_PROGRAM = $(install_sh) -c
56 install_sh_SCRIPT = $(install_sh) -c
57 INSTALL_HEADER = $(INSTALL_DATA)
58 transform = $(program_transform_name)
59 NORMAL_INSTALL = :
60 PRE_INSTALL = :
61 POST_INSTALL = :
62 NORMAL_UNINSTALL = :
63 PRE_UNINSTALL = :
64 POST_UNINSTALL = :
65 build_triplet = @build@
66 host_triplet = @host@
67 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
68         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
69         $(srcdir)/doxygen.am $(srcdir)/xmltooling.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 \
77         $(top_srcdir)/m4/ax_create_pkgconfig_info.m4 \
78         $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/doxygen.m4 \
79         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
80         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
81         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83         $(ACLOCAL_M4)
84 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
85  configure.lineno config.status.lineno
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = config.h $(top_builddir)/xmltooling/config_pub.h
88 CONFIG_CLEAN_FILES = xmltooling.spec
89 CONFIG_CLEAN_VPATH_FILES =
90 SOURCES =
91 DIST_SOURCES =
92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93         html-recursive info-recursive install-data-recursive \
94         install-dvi-recursive install-exec-recursive \
95         install-html-recursive install-info-recursive \
96         install-pdf-recursive install-ps-recursive install-recursive \
97         installcheck-recursive installdirs-recursive pdf-recursive \
98         ps-recursive uninstall-recursive
99 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
100 am__vpath_adj = case $$p in \
101     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102     *) f=$$p;; \
103   esac;
104 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
105 am__install_max = 40
106 am__nobase_strip_setup = \
107   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
108 am__nobase_strip = \
109   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
110 am__nobase_list = $(am__nobase_strip_setup); \
111   for p in $$list; do echo "$$p $$p"; done | \
112   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
113   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
114     if (++n[$$2] == $(am__install_max)) \
115       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
116     END { for (dir in files) print dir, files[dir] }'
117 am__base_list = \
118   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
119   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
120 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
121 DATA = $(pkgconfig_DATA)
122 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
123   distclean-recursive maintainer-clean-recursive
124 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
125         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
126         distdir dist dist-all distcheck
127 ETAGS = etags
128 CTAGS = ctags
129 DIST_SUBDIRS = $(SUBDIRS)
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131 distdir = $(PACKAGE)-$(VERSION)
132 top_distdir = $(distdir)
133 am__remove_distdir = \
134   { test ! -d "$(distdir)" \
135     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
136          && rm -fr "$(distdir)"; }; }
137 am__relativize = \
138   dir0=`pwd`; \
139   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
140   sed_rest='s,^[^/]*/*,,'; \
141   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
142   sed_butlast='s,/*[^/]*$$,,'; \
143   while test -n "$$dir1"; do \
144     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
145     if test "$$first" != "."; then \
146       if test "$$first" = ".."; then \
147         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
148         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
149       else \
150         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
151         if test "$$first2" = "$$first"; then \
152           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
153         else \
154           dir2="../$$dir2"; \
155         fi; \
156         dir0="$$dir0"/"$$first"; \
157       fi; \
158     fi; \
159     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
160   done; \
161   reldir="$$dir2"
162 DIST_ARCHIVES = $(distdir).tar.gz
163 GZIP_ENV = --best
164 distuninstallcheck_listfiles = find . -type f -print
165 distcleancheck_listfiles = find . -type f -print
166 ACLOCAL = @ACLOCAL@
167 AMTAR = @AMTAR@
168 AR = @AR@
169 AUTOCONF = @AUTOCONF@
170 AUTOHEADER = @AUTOHEADER@
171 AUTOMAKE = @AUTOMAKE@
172 AWK = @AWK@
173 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
174 BOOST_ROOT = @BOOST_ROOT@
175 CC = @CC@
176 CCDEPMODE = @CCDEPMODE@
177 CFLAGS = @CFLAGS@
178 CPP = @CPP@
179 CPPFLAGS = @CPPFLAGS@
180 CURL_CONFIG = @CURL_CONFIG@
181 CXX = @CXX@
182 CXXCPP = @CXXCPP@
183 CXXDEPMODE = @CXXDEPMODE@
184 CXXFLAGS = @CXXFLAGS@
185 CXXTEST = @CXXTEST@
186 CXXTESTFLAGS = @CXXTESTFLAGS@
187 CYGPATH_W = @CYGPATH_W@
188 DEFS = @DEFS@
189 DEPDIR = @DEPDIR@
190 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
191 DLLTOOL = @DLLTOOL@
192 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
193 DSYMUTIL = @DSYMUTIL@
194 DUMPBIN = @DUMPBIN@
195 DX_CONFIG = @DX_CONFIG@
196 DX_DOCDIR = @DX_DOCDIR@
197 DX_DOT = @DX_DOT@
198 DX_DOXYGEN = @DX_DOXYGEN@
199 DX_DVIPS = @DX_DVIPS@
200 DX_EGREP = @DX_EGREP@
201 DX_ENV = @DX_ENV@
202 DX_FLAG_chi = @DX_FLAG_chi@
203 DX_FLAG_chm = @DX_FLAG_chm@
204 DX_FLAG_doc = @DX_FLAG_doc@
205 DX_FLAG_dot = @DX_FLAG_dot@
206 DX_FLAG_html = @DX_FLAG_html@
207 DX_FLAG_man = @DX_FLAG_man@
208 DX_FLAG_pdf = @DX_FLAG_pdf@
209 DX_FLAG_ps = @DX_FLAG_ps@
210 DX_FLAG_rtf = @DX_FLAG_rtf@
211 DX_FLAG_xml = @DX_FLAG_xml@
212 DX_HHC = @DX_HHC@
213 DX_LATEX = @DX_LATEX@
214 DX_MAKEINDEX = @DX_MAKEINDEX@
215 DX_PDFLATEX = @DX_PDFLATEX@
216 DX_PERL = @DX_PERL@
217 DX_PROJECT = @DX_PROJECT@
218 ECHO_C = @ECHO_C@
219 ECHO_N = @ECHO_N@
220 ECHO_T = @ECHO_T@
221 EGREP = @EGREP@
222 EXEEXT = @EXEEXT@
223 FGREP = @FGREP@
224 GREP = @GREP@
225 INSTALL = @INSTALL@
226 INSTALL_DATA = @INSTALL_DATA@
227 INSTALL_PROGRAM = @INSTALL_PROGRAM@
228 INSTALL_SCRIPT = @INSTALL_SCRIPT@
229 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230 LD = @LD@
231 LDFLAGS = @LDFLAGS@
232 LIBOBJS = @LIBOBJS@
233 LIBS = @LIBS@
234 LIBTOOL = @LIBTOOL@
235 LIPO = @LIPO@
236 LN_S = @LN_S@
237 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
238 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
239 LTLIBOBJS = @LTLIBOBJS@
240 MAKEINFO = @MAKEINFO@
241 MANIFEST_TOOL = @MANIFEST_TOOL@
242 MKDIR_P = @MKDIR_P@
243 NM = @NM@
244 NMEDIT = @NMEDIT@
245 OBJDUMP = @OBJDUMP@
246 OBJEXT = @OBJEXT@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PTHREAD_CC = @PTHREAD_CC@
259 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
260 PTHREAD_LIBS = @PTHREAD_LIBS@
261 RANLIB = @RANLIB@
262 SED = @SED@
263 SET_MAKE = @SET_MAKE@
264 SHELL = @SHELL@
265 STRIP = @STRIP@
266 VERSION = @VERSION@
267 XMLSEC_LIBS = @XMLSEC_LIBS@
268 abs_builddir = @abs_builddir@
269 abs_srcdir = @abs_srcdir@
270 abs_top_builddir = @abs_top_builddir@
271 abs_top_srcdir = @abs_top_srcdir@
272 ac_ct_AR = @ac_ct_AR@
273 ac_ct_CC = @ac_ct_CC@
274 ac_ct_CXX = @ac_ct_CXX@
275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276 acx_pthread_config = @acx_pthread_config@
277 am__include = @am__include@
278 am__leading_dot = @am__leading_dot@
279 am__quote = @am__quote@
280 am__tar = @am__tar@
281 am__untar = @am__untar@
282 bindir = @bindir@
283 build = @build@
284 build_alias = @build_alias@
285 build_cpu = @build_cpu@
286 build_os = @build_os@
287 build_vendor = @build_vendor@
288 builddir = @builddir@
289 datadir = @datadir@
290 datarootdir = @datarootdir@
291 docdir = @docdir@
292 dvidir = @dvidir@
293 exec_prefix = @exec_prefix@
294 host = @host@
295 host_alias = @host_alias@
296 host_cpu = @host_cpu@
297 host_os = @host_os@
298 host_vendor = @host_vendor@
299 htmldir = @htmldir@
300 includedir = @includedir@
301 infodir = @infodir@
302 install_sh = @install_sh@
303 libdir = @libdir@
304 libexecdir = @libexecdir@
305 localedir = @localedir@
306 localstatedir = @localstatedir@
307 mandir = @mandir@
308 mkdir_p = @mkdir_p@
309 oldincludedir = @oldincludedir@
310 pdfdir = @pdfdir@
311 pkgconfig_libdir = @pkgconfig_libdir@
312 pkgconfig_libfile = @pkgconfig_libfile@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 psdir = @psdir@
316 sbindir = @sbindir@
317 sharedstatedir = @sharedstatedir@
318 srcdir = @srcdir@
319 sysconfdir = @sysconfdir@
320 target_alias = @target_alias@
321 top_build_prefix = @top_build_prefix@
322 top_builddir = @top_builddir@
323 top_srcdir = @top_srcdir@
324 AUTOMAKE_OPTIONS = foreign
325 ACLOCAL_AMFLAGS = -I m4
326 @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
327 @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
328 @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
329 @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
330 @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
331 @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
332 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
333 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
334 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
335 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
336 @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
337 @DX_COND_doc_TRUE@DX_CLEANFILES = \
338 @DX_COND_doc_TRUE@    @DX_DOCDIR@/@PACKAGE@.tag \
339 @DX_COND_doc_TRUE@    -r \
340 @DX_COND_doc_TRUE@    $(DX_CLEAN_HTML) \
341 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHM) \
342 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHI) \
343 @DX_COND_doc_TRUE@    $(DX_CLEAN_MAN) \
344 @DX_COND_doc_TRUE@    $(DX_CLEAN_RTF) \
345 @DX_COND_doc_TRUE@    $(DX_CLEAN_XML) \
346 @DX_COND_doc_TRUE@    $(DX_CLEAN_PS) \
347 @DX_COND_doc_TRUE@    $(DX_CLEAN_PDF) \
348 @DX_COND_doc_TRUE@    $(DX_CLEAN_LATEX)
349
350 MOSTLYCLEANFILES = $(DX_CLEANFILES)
351 DISTCLEANFILES = \
352         @PACKAGE_NAME@.pc \
353         @PACKAGE_NAME@.pc.in \
354         @PACKAGE_NAME@-uninstalled.pc \
355         @PACKAGE_NAME@-uninstalled.sh
356
357 SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest
358 pkgconfigdir = $(libdir)/pkgconfig
359 pkgconfig_DATA = @PACKAGE_NAME@.pc
360 GENFILES = @PACKAGE_NAME@.spec
361 EXTRA_DIST = $(DX_CONFIG) \
362         cpp-@PACKAGE_NAME@.sln \
363         config_win32.h \
364         $(GENFILES) \
365         $(GENFILES:%=%.in)
366
367 all: config.h
368         $(MAKE) $(AM_MAKEFLAGS) all-recursive
369
370 .SUFFIXES:
371 am--refresh:
372         @:
373 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
374         @for dep in $?; do \
375           case '$(am__configure_deps)' in \
376             *$$dep*) \
377               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
378               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
379                 && exit 0; \
380               exit 1;; \
381           esac; \
382         done; \
383         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
384         $(am__cd) $(top_srcdir) && \
385           $(AUTOMAKE) --foreign Makefile
386 .PRECIOUS: Makefile
387 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388         @case '$?' in \
389           *config.status*) \
390             echo ' $(SHELL) ./config.status'; \
391             $(SHELL) ./config.status;; \
392           *) \
393             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
394             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
395         esac;
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398         $(SHELL) ./config.status --recheck
399
400 $(top_srcdir)/configure:  $(am__configure_deps)
401         $(am__cd) $(srcdir) && $(AUTOCONF)
402 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
403         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
404 $(am__aclocal_m4_deps):
405
406 config.h: stamp-h1
407         @if test ! -f $@; then \
408           rm -f stamp-h1; \
409           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
410         else :; fi
411
412 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
413         @rm -f stamp-h1
414         cd $(top_builddir) && $(SHELL) ./config.status config.h
415 $(srcdir)/config.h.in:  $(am__configure_deps) 
416         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
417         rm -f stamp-h1
418         touch $@
419
420 distclean-hdr:
421         -rm -f config.h stamp-h1
422 xmltooling.spec: $(top_builddir)/config.status $(srcdir)/xmltooling.spec.in
423         cd $(top_builddir) && $(SHELL) ./config.status $@
424
425 mostlyclean-libtool:
426         -rm -f *.lo
427
428 clean-libtool:
429         -rm -rf .libs _libs
430
431 distclean-libtool:
432         -rm -f libtool config.lt
433 install-pkgconfigDATA: $(pkgconfig_DATA)
434         @$(NORMAL_INSTALL)
435         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
436         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
437         for p in $$list; do \
438           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
439           echo "$$d$$p"; \
440         done | $(am__base_list) | \
441         while read files; do \
442           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
443           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
444         done
445
446 uninstall-pkgconfigDATA:
447         @$(NORMAL_UNINSTALL)
448         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
449         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
450         test -n "$$files" || exit 0; \
451         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
452         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
453
454 # This directory's subdirectories are mostly independent; you can cd
455 # into them and run `make' without going through this Makefile.
456 # To change the values of `make' variables: instead of editing Makefiles,
457 # (1) if the variable is set in `config.status', edit `config.status'
458 #     (which will cause the Makefiles to be regenerated when you run `make');
459 # (2) otherwise, pass the desired values on the `make' command line.
460 $(RECURSIVE_TARGETS):
461         @fail= failcom='exit 1'; \
462         for f in x $$MAKEFLAGS; do \
463           case $$f in \
464             *=* | --[!k]*);; \
465             *k*) failcom='fail=yes';; \
466           esac; \
467         done; \
468         dot_seen=no; \
469         target=`echo $@ | sed s/-recursive//`; \
470         list='$(SUBDIRS)'; for subdir in $$list; do \
471           echo "Making $$target in $$subdir"; \
472           if test "$$subdir" = "."; then \
473             dot_seen=yes; \
474             local_target="$$target-am"; \
475           else \
476             local_target="$$target"; \
477           fi; \
478           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
479           || eval $$failcom; \
480         done; \
481         if test "$$dot_seen" = "no"; then \
482           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
483         fi; test -z "$$fail"
484
485 $(RECURSIVE_CLEAN_TARGETS):
486         @fail= failcom='exit 1'; \
487         for f in x $$MAKEFLAGS; do \
488           case $$f in \
489             *=* | --[!k]*);; \
490             *k*) failcom='fail=yes';; \
491           esac; \
492         done; \
493         dot_seen=no; \
494         case "$@" in \
495           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
496           *) list='$(SUBDIRS)' ;; \
497         esac; \
498         rev=''; for subdir in $$list; do \
499           if test "$$subdir" = "."; then :; else \
500             rev="$$subdir $$rev"; \
501           fi; \
502         done; \
503         rev="$$rev ."; \
504         target=`echo $@ | sed s/-recursive//`; \
505         for subdir in $$rev; do \
506           echo "Making $$target in $$subdir"; \
507           if test "$$subdir" = "."; then \
508             local_target="$$target-am"; \
509           else \
510             local_target="$$target"; \
511           fi; \
512           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
513           || eval $$failcom; \
514         done && test -z "$$fail"
515 tags-recursive:
516         list='$(SUBDIRS)'; for subdir in $$list; do \
517           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
518         done
519 ctags-recursive:
520         list='$(SUBDIRS)'; for subdir in $$list; do \
521           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
522         done
523
524 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
525         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
526         unique=`for i in $$list; do \
527             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528           done | \
529           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530               END { if (nonempty) { for (i in files) print i; }; }'`; \
531         mkid -fID $$unique
532 tags: TAGS
533
534 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
535                 $(TAGS_FILES) $(LISP)
536         set x; \
537         here=`pwd`; \
538         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
539           include_option=--etags-include; \
540           empty_fix=.; \
541         else \
542           include_option=--include; \
543           empty_fix=; \
544         fi; \
545         list='$(SUBDIRS)'; for subdir in $$list; do \
546           if test "$$subdir" = .; then :; else \
547             test ! -f $$subdir/TAGS || \
548               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
549           fi; \
550         done; \
551         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
552         unique=`for i in $$list; do \
553             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554           done | \
555           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556               END { if (nonempty) { for (i in files) print i; }; }'`; \
557         shift; \
558         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
559           test -n "$$unique" || unique=$$empty_fix; \
560           if test $$# -gt 0; then \
561             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
562               "$$@" $$unique; \
563           else \
564             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565               $$unique; \
566           fi; \
567         fi
568 ctags: CTAGS
569 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
570                 $(TAGS_FILES) $(LISP)
571         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
572         unique=`for i in $$list; do \
573             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574           done | \
575           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576               END { if (nonempty) { for (i in files) print i; }; }'`; \
577         test -z "$(CTAGS_ARGS)$$unique" \
578           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
579              $$unique
580
581 GTAGS:
582         here=`$(am__cd) $(top_builddir) && pwd` \
583           && $(am__cd) $(top_srcdir) \
584           && gtags -i $(GTAGS_ARGS) "$$here"
585
586 distclean-tags:
587         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588
589 distdir: $(DISTFILES)
590         $(am__remove_distdir)
591         test -d "$(distdir)" || mkdir "$(distdir)"
592         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
593         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594         list='$(DISTFILES)'; \
595           dist_files=`for file in $$list; do echo $$file; done | \
596           sed -e "s|^$$srcdirstrip/||;t" \
597               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
598         case $$dist_files in \
599           */*) $(MKDIR_P) `echo "$$dist_files" | \
600                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
601                            sort -u` ;; \
602         esac; \
603         for file in $$dist_files; do \
604           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
605           if test -d $$d/$$file; then \
606             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
607             if test -d "$(distdir)/$$file"; then \
608               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609             fi; \
610             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
611               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
612               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613             fi; \
614             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
615           else \
616             test -f "$(distdir)/$$file" \
617             || cp -p $$d/$$file "$(distdir)/$$file" \
618             || exit 1; \
619           fi; \
620         done
621         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
622           if test "$$subdir" = .; then :; else \
623             test -d "$(distdir)/$$subdir" \
624             || $(MKDIR_P) "$(distdir)/$$subdir" \
625             || exit 1; \
626           fi; \
627         done
628         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
629           if test "$$subdir" = .; then :; else \
630             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
631             $(am__relativize); \
632             new_distdir=$$reldir; \
633             dir1=$$subdir; dir2="$(top_distdir)"; \
634             $(am__relativize); \
635             new_top_distdir=$$reldir; \
636             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
637             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
638             ($(am__cd) $$subdir && \
639               $(MAKE) $(AM_MAKEFLAGS) \
640                 top_distdir="$$new_top_distdir" \
641                 distdir="$$new_distdir" \
642                 am__remove_distdir=: \
643                 am__skip_length_check=: \
644                 am__skip_mode_fix=: \
645                 distdir) \
646               || exit 1; \
647           fi; \
648         done
649         $(MAKE) $(AM_MAKEFLAGS) \
650           top_distdir="$(top_distdir)" distdir="$(distdir)" \
651           dist-hook
652         -test -n "$(am__skip_mode_fix)" \
653         || find "$(distdir)" -type d ! -perm -755 \
654                 -exec chmod u+rwx,go+rx {} \; -o \
655           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
656           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
657           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
658         || chmod -R a+r "$(distdir)"
659 dist-gzip: distdir
660         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
661         $(am__remove_distdir)
662
663 dist-bzip2: distdir
664         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
665         $(am__remove_distdir)
666
667 dist-lzma: distdir
668         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
669         $(am__remove_distdir)
670
671 dist-xz: distdir
672         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
673         $(am__remove_distdir)
674
675 dist-tarZ: distdir
676         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
677         $(am__remove_distdir)
678
679 dist-shar: distdir
680         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
681         $(am__remove_distdir)
682
683 dist-zip: distdir
684         -rm -f $(distdir).zip
685         zip -rq $(distdir).zip $(distdir)
686         $(am__remove_distdir)
687
688 dist dist-all: distdir
689         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
690         $(am__remove_distdir)
691
692 # This target untars the dist file and tries a VPATH configuration.  Then
693 # it guarantees that the distribution is self-contained by making another
694 # tarfile.
695 distcheck: dist
696         case '$(DIST_ARCHIVES)' in \
697         *.tar.gz*) \
698           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
699         *.tar.bz2*) \
700           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
701         *.tar.lzma*) \
702           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
703         *.tar.xz*) \
704           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
705         *.tar.Z*) \
706           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
707         *.shar.gz*) \
708           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
709         *.zip*) \
710           unzip $(distdir).zip ;;\
711         esac
712         chmod -R a-w $(distdir); chmod a+w $(distdir)
713         mkdir $(distdir)/_build
714         mkdir $(distdir)/_inst
715         chmod a-w $(distdir)
716         test -d $(distdir)/_build || exit 0; \
717         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
718           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
719           && am__cwd=`pwd` \
720           && $(am__cd) $(distdir)/_build \
721           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
722             $(DISTCHECK_CONFIGURE_FLAGS) \
723           && $(MAKE) $(AM_MAKEFLAGS) \
724           && $(MAKE) $(AM_MAKEFLAGS) dvi \
725           && $(MAKE) $(AM_MAKEFLAGS) check \
726           && $(MAKE) $(AM_MAKEFLAGS) install \
727           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
728           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
729           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
730                 distuninstallcheck \
731           && chmod -R a-w "$$dc_install_base" \
732           && ({ \
733                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
734                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
735                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
736                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
737                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
738               } || { rm -rf "$$dc_destdir"; exit 1; }) \
739           && rm -rf "$$dc_destdir" \
740           && $(MAKE) $(AM_MAKEFLAGS) dist \
741           && rm -rf $(DIST_ARCHIVES) \
742           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
743           && cd "$$am__cwd" \
744           || exit 1
745         $(am__remove_distdir)
746         @(echo "$(distdir) archives ready for distribution: "; \
747           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
748           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
749 distuninstallcheck:
750         @$(am__cd) '$(distuninstallcheck_dir)' \
751         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
752            || { echo "ERROR: files left after uninstall:" ; \
753                 if test -n "$(DESTDIR)"; then \
754                   echo "  (check DESTDIR support)"; \
755                 fi ; \
756                 $(distuninstallcheck_listfiles) ; \
757                 exit 1; } >&2
758 distcleancheck: distclean
759         @if test '$(srcdir)' = . ; then \
760           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
761           exit 1 ; \
762         fi
763         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
764           || { echo "ERROR: files left in build directory after distclean:" ; \
765                $(distcleancheck_listfiles) ; \
766                exit 1; } >&2
767 check-am: all-am
768 check: check-recursive
769 all-am: Makefile $(DATA) config.h all-local
770 installdirs: installdirs-recursive
771 installdirs-am:
772         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
773           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
774         done
775 install: install-recursive
776 install-exec: install-exec-recursive
777 install-data: install-data-recursive
778 uninstall: uninstall-recursive
779
780 install-am: all-am
781         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
782
783 installcheck: installcheck-recursive
784 install-strip:
785         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787           `test -z '$(STRIP)' || \
788             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
789 mostlyclean-generic:
790         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
791
792 clean-generic:
793
794 distclean-generic:
795         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
796         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
797         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
798
799 maintainer-clean-generic:
800         @echo "This command is intended for maintainers to use"
801         @echo "it deletes files that may require special tools to rebuild."
802 clean: clean-recursive
803
804 clean-am: clean-generic clean-libtool mostlyclean-am
805
806 distclean: distclean-recursive
807         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
808         -rm -f Makefile
809 distclean-am: clean-am distclean-generic distclean-hdr \
810         distclean-libtool distclean-tags
811
812 dvi: dvi-recursive
813
814 dvi-am:
815
816 html: html-recursive
817
818 html-am:
819
820 info: info-recursive
821
822 info-am:
823
824 install-data-am: install-pkgconfigDATA
825
826 install-dvi: install-dvi-recursive
827
828 install-dvi-am:
829
830 install-exec-am:
831
832 install-html: install-html-recursive
833
834 install-html-am:
835
836 install-info: install-info-recursive
837
838 install-info-am:
839
840 install-man:
841
842 install-pdf: install-pdf-recursive
843
844 install-pdf-am:
845
846 install-ps: install-ps-recursive
847
848 install-ps-am:
849
850 installcheck-am:
851
852 maintainer-clean: maintainer-clean-recursive
853         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
854         -rm -rf $(top_srcdir)/autom4te.cache
855         -rm -f Makefile
856 maintainer-clean-am: distclean-am maintainer-clean-generic
857
858 mostlyclean: mostlyclean-recursive
859
860 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
861
862 pdf: pdf-recursive
863
864 pdf-am:
865
866 ps: ps-recursive
867
868 ps-am:
869
870 uninstall-am: uninstall-pkgconfigDATA
871
872 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
873         ctags-recursive install-am install-strip tags-recursive
874
875 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
876         all all-am all-local am--refresh check check-am clean \
877         clean-generic clean-libtool ctags ctags-recursive dist \
878         dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
879         dist-tarZ dist-xz dist-zip distcheck distclean \
880         distclean-generic distclean-hdr distclean-libtool \
881         distclean-tags distcleancheck distdir distuninstallcheck dvi \
882         dvi-am html html-am info info-am install install-am \
883         install-data install-data-am install-dvi install-dvi-am \
884         install-exec install-exec-am install-html install-html-am \
885         install-info install-info-am install-man install-pdf \
886         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
887         install-strip installcheck installcheck-am installdirs \
888         installdirs-am maintainer-clean maintainer-clean-generic \
889         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
890         ps ps-am tags tags-recursive uninstall uninstall-am \
891         uninstall-pkgconfigDATA
892
893
894 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
895
896 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
897 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     cd @DX_DOCDIR@/latex; \
898 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
899 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
900 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(MAKEINDEX_PATH) refman.idx; \
901 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
902 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     countdown=5; \
903 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
904 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@                       refman.log > /dev/null 2>&1 \
905 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@        && test $$countdown -gt 0; do \
906 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         $(DX_LATEX) refman.tex; \
907 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         countdown=`expr $$countdown - 1`; \
908 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     done; \
909 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
910
911 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
912
913 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
914 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    cd @DX_DOCDIR@/latex; \
915 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
916 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
917 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_MAKEINDEX) refman.idx; \
918 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
919 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    countdown=5; \
920 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
921 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@                      refman.log > /dev/null 2>&1 \
922 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@       && test $$countdown -gt 0; do \
923 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        $(DX_PDFLATEX) refman.tex; \
924 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        countdown=`expr $$countdown - 1`; \
925 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    done; \
926 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    mv refman.pdf ../@PACKAGE@.pdf
927
928 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
929
930 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
931
932 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
933
934 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
935
936 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
937 @DX_COND_doc_TRUE@      rm -rf @DX_DOCDIR@
938 @DX_COND_doc_TRUE@      $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
939
940 dist-hook:
941         rm -rf `find $(distdir)/xmltoolingtest/data -name .svn`
942         rm -rf `find $(distdir)/doc/api -name .svn`
943
944 @DX_COND_doc_TRUE@all-local: doxygen-doc
945 @DX_COND_doc_FALSE@all-local:
946
947 # Tell versions [3.59,3.63) of GNU make to not export all variables.
948 # Otherwise a system limit (for SysV at least) may be exceeded.
949 .NOEXPORT: