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