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