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