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