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