autoreconf
[shibboleth/opensaml2.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)/opensaml.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/doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
79         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
80         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
81         $(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
88 CONFIG_CLEAN_FILES = opensaml.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 CC = @CC@
174 CCDEPMODE = @CCDEPMODE@
175 CFLAGS = @CFLAGS@
176 CPP = @CPP@
177 CPPFLAGS = @CPPFLAGS@
178 CXX = @CXX@
179 CXXCPP = @CXXCPP@
180 CXXDEPMODE = @CXXDEPMODE@
181 CXXFLAGS = @CXXFLAGS@
182 CXXTEST = @CXXTEST@
183 CXXTESTFLAGS = @CXXTESTFLAGS@
184 CYGPATH_W = @CYGPATH_W@
185 DEFS = @DEFS@
186 DEPDIR = @DEPDIR@
187 DLLTOOL = @DLLTOOL@
188 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
189 DSYMUTIL = @DSYMUTIL@
190 DUMPBIN = @DUMPBIN@
191 DX_CONFIG = @DX_CONFIG@
192 DX_DOCDIR = @DX_DOCDIR@
193 DX_DOT = @DX_DOT@
194 DX_DOXYGEN = @DX_DOXYGEN@
195 DX_DVIPS = @DX_DVIPS@
196 DX_EGREP = @DX_EGREP@
197 DX_ENV = @DX_ENV@
198 DX_FLAG_chi = @DX_FLAG_chi@
199 DX_FLAG_chm = @DX_FLAG_chm@
200 DX_FLAG_doc = @DX_FLAG_doc@
201 DX_FLAG_dot = @DX_FLAG_dot@
202 DX_FLAG_html = @DX_FLAG_html@
203 DX_FLAG_man = @DX_FLAG_man@
204 DX_FLAG_pdf = @DX_FLAG_pdf@
205 DX_FLAG_ps = @DX_FLAG_ps@
206 DX_FLAG_rtf = @DX_FLAG_rtf@
207 DX_FLAG_xml = @DX_FLAG_xml@
208 DX_HHC = @DX_HHC@
209 DX_INCLUDE = @DX_INCLUDE@
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 MANIFEST_TOOL = @MANIFEST_TOOL@
239 MKDIR_P = @MKDIR_P@
240 NM = @NM@
241 NMEDIT = @NMEDIT@
242 OBJDUMP = @OBJDUMP@
243 OBJEXT = @OBJEXT@
244 OTOOL = @OTOOL@
245 OTOOL64 = @OTOOL64@
246 PACKAGE = @PACKAGE@
247 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248 PACKAGE_NAME = @PACKAGE_NAME@
249 PACKAGE_STRING = @PACKAGE_STRING@
250 PACKAGE_TARNAME = @PACKAGE_TARNAME@
251 PACKAGE_URL = @PACKAGE_URL@
252 PACKAGE_VERSION = @PACKAGE_VERSION@
253 PATH_SEPARATOR = @PATH_SEPARATOR@
254 PKG_CONFIG = @PKG_CONFIG@
255 PTHREAD_CC = @PTHREAD_CC@
256 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
257 PTHREAD_LIBS = @PTHREAD_LIBS@
258 RANLIB = @RANLIB@
259 SED = @SED@
260 SET_MAKE = @SET_MAKE@
261 SHELL = @SHELL@
262 STRIP = @STRIP@
263 VERSION = @VERSION@
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_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_CXX = @ac_ct_CXX@
271 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272 acx_pthread_config = @acx_pthread_config@
273 am__include = @am__include@
274 am__leading_dot = @am__leading_dot@
275 am__quote = @am__quote@
276 am__tar = @am__tar@
277 am__untar = @am__untar@
278 bindir = @bindir@
279 build = @build@
280 build_alias = @build_alias@
281 build_cpu = @build_cpu@
282 build_os = @build_os@
283 build_vendor = @build_vendor@
284 builddir = @builddir@
285 datadir = @datadir@
286 datarootdir = @datarootdir@
287 docdir = @docdir@
288 dvidir = @dvidir@
289 exec_prefix = @exec_prefix@
290 host = @host@
291 host_alias = @host_alias@
292 host_cpu = @host_cpu@
293 host_os = @host_os@
294 host_vendor = @host_vendor@
295 htmldir = @htmldir@
296 includedir = @includedir@
297 infodir = @infodir@
298 install_sh = @install_sh@
299 libdir = @libdir@
300 libexecdir = @libexecdir@
301 localedir = @localedir@
302 localstatedir = @localstatedir@
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 DISTCLEANFILES = \
348         @PACKAGE_NAME@.pc \
349         @PACKAGE_NAME@.pc.in \
350         @PACKAGE_NAME@-uninstalled.pc \
351         @PACKAGE_NAME@-uninstalled.sh
352
353 SUBDIRS = doc schemas saml samltest samlsign
354 pkgconfigdir = $(libdir)/pkgconfig
355 pkgconfig_DATA = @PACKAGE_NAME@.pc
356 GENFILES = @PACKAGE_NAME@.spec
357 EXTRA_DIST = $(DX_CONFIG) \
358         cpp-opensaml2.sln \
359         config_win32.h \
360         $(GENFILES) \
361         $(GENFILES:%=%.in)
362
363 all: config.h
364         $(MAKE) $(AM_MAKEFLAGS) all-recursive
365
366 .SUFFIXES:
367 am--refresh:
368         @:
369 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
370         @for dep in $?; do \
371           case '$(am__configure_deps)' in \
372             *$$dep*) \
373               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
374               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
375                 && exit 0; \
376               exit 1;; \
377           esac; \
378         done; \
379         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
380         $(am__cd) $(top_srcdir) && \
381           $(AUTOMAKE) --foreign Makefile
382 .PRECIOUS: Makefile
383 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384         @case '$?' in \
385           *config.status*) \
386             echo ' $(SHELL) ./config.status'; \
387             $(SHELL) ./config.status;; \
388           *) \
389             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
390             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
391         esac;
392
393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394         $(SHELL) ./config.status --recheck
395
396 $(top_srcdir)/configure:  $(am__configure_deps)
397         $(am__cd) $(srcdir) && $(AUTOCONF)
398 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
399         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
400 $(am__aclocal_m4_deps):
401
402 config.h: stamp-h1
403         @if test ! -f $@; then \
404           rm -f stamp-h1; \
405           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
406         else :; fi
407
408 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
409         @rm -f stamp-h1
410         cd $(top_builddir) && $(SHELL) ./config.status config.h
411 $(srcdir)/config.h.in:  $(am__configure_deps) 
412         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
413         rm -f stamp-h1
414         touch $@
415
416 distclean-hdr:
417         -rm -f config.h stamp-h1
418 opensaml.spec: $(top_builddir)/config.status $(srcdir)/opensaml.spec.in
419         cd $(top_builddir) && $(SHELL) ./config.status $@
420
421 mostlyclean-libtool:
422         -rm -f *.lo
423
424 clean-libtool:
425         -rm -rf .libs _libs
426
427 distclean-libtool:
428         -rm -f libtool config.lt
429 install-pkgconfigDATA: $(pkgconfig_DATA)
430         @$(NORMAL_INSTALL)
431         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
432         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
433         for p in $$list; do \
434           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
435           echo "$$d$$p"; \
436         done | $(am__base_list) | \
437         while read files; do \
438           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
439           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
440         done
441
442 uninstall-pkgconfigDATA:
443         @$(NORMAL_UNINSTALL)
444         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
445         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
446         test -n "$$files" || exit 0; \
447         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
448         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
449
450 # This directory's subdirectories are mostly independent; you can cd
451 # into them and run `make' without going through this Makefile.
452 # To change the values of `make' variables: instead of editing Makefiles,
453 # (1) if the variable is set in `config.status', edit `config.status'
454 #     (which will cause the Makefiles to be regenerated when you run `make');
455 # (2) otherwise, pass the desired values on the `make' command line.
456 $(RECURSIVE_TARGETS):
457         @fail= failcom='exit 1'; \
458         for f in x $$MAKEFLAGS; do \
459           case $$f in \
460             *=* | --[!k]*);; \
461             *k*) failcom='fail=yes';; \
462           esac; \
463         done; \
464         dot_seen=no; \
465         target=`echo $@ | sed s/-recursive//`; \
466         list='$(SUBDIRS)'; for subdir in $$list; do \
467           echo "Making $$target in $$subdir"; \
468           if test "$$subdir" = "."; then \
469             dot_seen=yes; \
470             local_target="$$target-am"; \
471           else \
472             local_target="$$target"; \
473           fi; \
474           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
475           || eval $$failcom; \
476         done; \
477         if test "$$dot_seen" = "no"; then \
478           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
479         fi; test -z "$$fail"
480
481 $(RECURSIVE_CLEAN_TARGETS):
482         @fail= failcom='exit 1'; \
483         for f in x $$MAKEFLAGS; do \
484           case $$f in \
485             *=* | --[!k]*);; \
486             *k*) failcom='fail=yes';; \
487           esac; \
488         done; \
489         dot_seen=no; \
490         case "$@" in \
491           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
492           *) list='$(SUBDIRS)' ;; \
493         esac; \
494         rev=''; for subdir in $$list; do \
495           if test "$$subdir" = "."; then :; else \
496             rev="$$subdir $$rev"; \
497           fi; \
498         done; \
499         rev="$$rev ."; \
500         target=`echo $@ | sed s/-recursive//`; \
501         for subdir in $$rev; do \
502           echo "Making $$target in $$subdir"; \
503           if test "$$subdir" = "."; then \
504             local_target="$$target-am"; \
505           else \
506             local_target="$$target"; \
507           fi; \
508           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
509           || eval $$failcom; \
510         done && test -z "$$fail"
511 tags-recursive:
512         list='$(SUBDIRS)'; for subdir in $$list; do \
513           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
514         done
515 ctags-recursive:
516         list='$(SUBDIRS)'; for subdir in $$list; do \
517           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
518         done
519
520 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
521         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
522         unique=`for i in $$list; do \
523             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524           done | \
525           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
526               END { if (nonempty) { for (i in files) print i; }; }'`; \
527         mkid -fID $$unique
528 tags: TAGS
529
530 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
531                 $(TAGS_FILES) $(LISP)
532         set x; \
533         here=`pwd`; \
534         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
535           include_option=--etags-include; \
536           empty_fix=.; \
537         else \
538           include_option=--include; \
539           empty_fix=; \
540         fi; \
541         list='$(SUBDIRS)'; for subdir in $$list; do \
542           if test "$$subdir" = .; then :; else \
543             test ! -f $$subdir/TAGS || \
544               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
545           fi; \
546         done; \
547         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
548         unique=`for i in $$list; do \
549             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550           done | \
551           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552               END { if (nonempty) { for (i in files) print i; }; }'`; \
553         shift; \
554         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
555           test -n "$$unique" || unique=$$empty_fix; \
556           if test $$# -gt 0; then \
557             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558               "$$@" $$unique; \
559           else \
560             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561               $$unique; \
562           fi; \
563         fi
564 ctags: CTAGS
565 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
566                 $(TAGS_FILES) $(LISP)
567         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
568         unique=`for i in $$list; do \
569             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570           done | \
571           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572               END { if (nonempty) { for (i in files) print i; }; }'`; \
573         test -z "$(CTAGS_ARGS)$$unique" \
574           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
575              $$unique
576
577 GTAGS:
578         here=`$(am__cd) $(top_builddir) && pwd` \
579           && $(am__cd) $(top_srcdir) \
580           && gtags -i $(GTAGS_ARGS) "$$here"
581
582 distclean-tags:
583         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
584
585 distdir: $(DISTFILES)
586         $(am__remove_distdir)
587         test -d "$(distdir)" || mkdir "$(distdir)"
588         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590         list='$(DISTFILES)'; \
591           dist_files=`for file in $$list; do echo $$file; done | \
592           sed -e "s|^$$srcdirstrip/||;t" \
593               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
594         case $$dist_files in \
595           */*) $(MKDIR_P) `echo "$$dist_files" | \
596                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
597                            sort -u` ;; \
598         esac; \
599         for file in $$dist_files; do \
600           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
601           if test -d $$d/$$file; then \
602             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
603             if test -d "$(distdir)/$$file"; then \
604               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
605             fi; \
606             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
607               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
608               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609             fi; \
610             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
611           else \
612             test -f "$(distdir)/$$file" \
613             || cp -p $$d/$$file "$(distdir)/$$file" \
614             || exit 1; \
615           fi; \
616         done
617         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
618           if test "$$subdir" = .; then :; else \
619             test -d "$(distdir)/$$subdir" \
620             || $(MKDIR_P) "$(distdir)/$$subdir" \
621             || exit 1; \
622           fi; \
623         done
624         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
625           if test "$$subdir" = .; then :; else \
626             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
627             $(am__relativize); \
628             new_distdir=$$reldir; \
629             dir1=$$subdir; dir2="$(top_distdir)"; \
630             $(am__relativize); \
631             new_top_distdir=$$reldir; \
632             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
633             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
634             ($(am__cd) $$subdir && \
635               $(MAKE) $(AM_MAKEFLAGS) \
636                 top_distdir="$$new_top_distdir" \
637                 distdir="$$new_distdir" \
638                 am__remove_distdir=: \
639                 am__skip_length_check=: \
640                 am__skip_mode_fix=: \
641                 distdir) \
642               || exit 1; \
643           fi; \
644         done
645         $(MAKE) $(AM_MAKEFLAGS) \
646           top_distdir="$(top_distdir)" distdir="$(distdir)" \
647           dist-hook
648         -test -n "$(am__skip_mode_fix)" \
649         || find "$(distdir)" -type d ! -perm -755 \
650                 -exec chmod u+rwx,go+rx {} \; -o \
651           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
652           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
653           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
654         || chmod -R a+r "$(distdir)"
655 dist-gzip: distdir
656         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
657         $(am__remove_distdir)
658
659 dist-bzip2: distdir
660         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
661         $(am__remove_distdir)
662
663 dist-lzma: distdir
664         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
665         $(am__remove_distdir)
666
667 dist-xz: distdir
668         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
669         $(am__remove_distdir)
670
671 dist-tarZ: distdir
672         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
673         $(am__remove_distdir)
674
675 dist-shar: distdir
676         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
677         $(am__remove_distdir)
678
679 dist-zip: distdir
680         -rm -f $(distdir).zip
681         zip -rq $(distdir).zip $(distdir)
682         $(am__remove_distdir)
683
684 dist dist-all: distdir
685         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
686         $(am__remove_distdir)
687
688 # This target untars the dist file and tries a VPATH configuration.  Then
689 # it guarantees that the distribution is self-contained by making another
690 # tarfile.
691 distcheck: dist
692         case '$(DIST_ARCHIVES)' in \
693         *.tar.gz*) \
694           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
695         *.tar.bz2*) \
696           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
697         *.tar.lzma*) \
698           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
699         *.tar.xz*) \
700           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
701         *.tar.Z*) \
702           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
703         *.shar.gz*) \
704           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
705         *.zip*) \
706           unzip $(distdir).zip ;;\
707         esac
708         chmod -R a-w $(distdir); chmod a+w $(distdir)
709         mkdir $(distdir)/_build
710         mkdir $(distdir)/_inst
711         chmod a-w $(distdir)
712         test -d $(distdir)/_build || exit 0; \
713         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
714           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
715           && am__cwd=`pwd` \
716           && $(am__cd) $(distdir)/_build \
717           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
718             $(DISTCHECK_CONFIGURE_FLAGS) \
719           && $(MAKE) $(AM_MAKEFLAGS) \
720           && $(MAKE) $(AM_MAKEFLAGS) dvi \
721           && $(MAKE) $(AM_MAKEFLAGS) check \
722           && $(MAKE) $(AM_MAKEFLAGS) install \
723           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
724           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
725           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
726                 distuninstallcheck \
727           && chmod -R a-w "$$dc_install_base" \
728           && ({ \
729                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
730                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
731                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
732                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
733                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
734               } || { rm -rf "$$dc_destdir"; exit 1; }) \
735           && rm -rf "$$dc_destdir" \
736           && $(MAKE) $(AM_MAKEFLAGS) dist \
737           && rm -rf $(DIST_ARCHIVES) \
738           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
739           && cd "$$am__cwd" \
740           || exit 1
741         $(am__remove_distdir)
742         @(echo "$(distdir) archives ready for distribution: "; \
743           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
744           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
745 distuninstallcheck:
746         @$(am__cd) '$(distuninstallcheck_dir)' \
747         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
748            || { echo "ERROR: files left after uninstall:" ; \
749                 if test -n "$(DESTDIR)"; then \
750                   echo "  (check DESTDIR support)"; \
751                 fi ; \
752                 $(distuninstallcheck_listfiles) ; \
753                 exit 1; } >&2
754 distcleancheck: distclean
755         @if test '$(srcdir)' = . ; then \
756           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
757           exit 1 ; \
758         fi
759         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
760           || { echo "ERROR: files left in build directory after distclean:" ; \
761                $(distcleancheck_listfiles) ; \
762                exit 1; } >&2
763 check-am: all-am
764 check: check-recursive
765 all-am: Makefile $(DATA) config.h all-local
766 installdirs: installdirs-recursive
767 installdirs-am:
768         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
769           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
770         done
771 install: install-recursive
772 install-exec: install-exec-recursive
773 install-data: install-data-recursive
774 uninstall: uninstall-recursive
775
776 install-am: all-am
777         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
778
779 installcheck: installcheck-recursive
780 install-strip:
781         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783           `test -z '$(STRIP)' || \
784             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
785 mostlyclean-generic:
786         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
787
788 clean-generic:
789
790 distclean-generic:
791         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
792         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
793         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
794
795 maintainer-clean-generic:
796         @echo "This command is intended for maintainers to use"
797         @echo "it deletes files that may require special tools to rebuild."
798 clean: clean-recursive
799
800 clean-am: clean-generic clean-libtool mostlyclean-am
801
802 distclean: distclean-recursive
803         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
804         -rm -f Makefile
805 distclean-am: clean-am distclean-generic distclean-hdr \
806         distclean-libtool distclean-tags
807
808 dvi: dvi-recursive
809
810 dvi-am:
811
812 html: html-recursive
813
814 html-am:
815
816 info: info-recursive
817
818 info-am:
819
820 install-data-am: install-pkgconfigDATA
821
822 install-dvi: install-dvi-recursive
823
824 install-dvi-am:
825
826 install-exec-am:
827
828 install-html: install-html-recursive
829
830 install-html-am:
831
832 install-info: install-info-recursive
833
834 install-info-am:
835
836 install-man:
837
838 install-pdf: install-pdf-recursive
839
840 install-pdf-am:
841
842 install-ps: install-ps-recursive
843
844 install-ps-am:
845
846 installcheck-am:
847
848 maintainer-clean: maintainer-clean-recursive
849         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
850         -rm -rf $(top_srcdir)/autom4te.cache
851         -rm -f Makefile
852 maintainer-clean-am: distclean-am maintainer-clean-generic
853
854 mostlyclean: mostlyclean-recursive
855
856 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
857
858 pdf: pdf-recursive
859
860 pdf-am:
861
862 ps: ps-recursive
863
864 ps-am:
865
866 uninstall-am: uninstall-pkgconfigDATA
867
868 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
869         ctags-recursive install-am install-strip tags-recursive
870
871 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
872         all all-am all-local am--refresh check check-am clean \
873         clean-generic clean-libtool ctags ctags-recursive dist \
874         dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
875         dist-tarZ dist-xz dist-zip distcheck distclean \
876         distclean-generic distclean-hdr distclean-libtool \
877         distclean-tags distcleancheck distdir distuninstallcheck dvi \
878         dvi-am html html-am info info-am install install-am \
879         install-data install-data-am install-dvi install-dvi-am \
880         install-exec install-exec-am install-html install-html-am \
881         install-info install-info-am install-man install-pdf \
882         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
883         install-strip installcheck installcheck-am installdirs \
884         installdirs-am maintainer-clean maintainer-clean-generic \
885         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
886         ps ps-am tags tags-recursive uninstall uninstall-am \
887         uninstall-pkgconfigDATA
888
889
890 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
891
892 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
893 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     cd @DX_DOCDIR@/latex; \
894 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
895 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
896 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(MAKEINDEX_PATH) refman.idx; \
897 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
898 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     countdown=5; \
899 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
900 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@                       refman.log > /dev/null 2>&1 \
901 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@        && test $$countdown -gt 0; do \
902 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         $(DX_LATEX) refman.tex; \
903 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         countdown=`expr $$countdown - 1`; \
904 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     done; \
905 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
906
907 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
908
909 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
910 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    cd @DX_DOCDIR@/latex; \
911 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
912 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
913 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_MAKEINDEX) refman.idx; \
914 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
915 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    countdown=5; \
916 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
917 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@                      refman.log > /dev/null 2>&1 \
918 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@       && test $$countdown -gt 0; do \
919 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        $(DX_PDFLATEX) refman.tex; \
920 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        countdown=`expr $$countdown - 1`; \
921 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    done; \
922 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    mv refman.pdf ../@PACKAGE@.pdf
923
924 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
925
926 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
927
928 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
929
930 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
931
932 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
933 @DX_COND_doc_TRUE@      rm -rf @DX_DOCDIR@
934 @DX_COND_doc_TRUE@      $(DX_ENV) DX_INCLUDE=$(DX_INCLUDE) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
935
936 dist-hook:
937         rm -rf `find $(distdir)/samltest/data -name .svn`
938         rm -rf `find $(distdir)/doc/api -name .svn`
939
940 @DX_COND_doc_TRUE@all-local: doxygen-doc
941 @DX_COND_doc_FALSE@all-local:
942
943 # Tell versions [3.59,3.63) of GNU make to not export all variables.
944 # Otherwise a system limit (for SysV at least) may be exceeded.
945 .NOEXPORT: