Take ownership of resolved attributes returned to caller
[shibboleth/resolver.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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = .
37 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
38         $(srcdir)/Makefile.in $(srcdir)/Portfile.in \
39         $(srcdir)/config.h.in $(srcdir)/resolver.spec.in \
40         $(top_srcdir)/configure \
41         $(top_srcdir)/src/shibresolver/config_pub.h.in \
42         build-aux/config.guess build-aux/config.sub build-aux/depcomp \
43         build-aux/install-sh build-aux/ltmain.sh build-aux/missing
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
46         $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
47         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49         $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53  configure.lineno config.status.lineno
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = config.h $(top_builddir)/src/shibresolver/config_pub.h
56 CONFIG_CLEAN_FILES = resolver.spec Portfile
57 CONFIG_CLEAN_VPATH_FILES =
58 SOURCES =
59 DIST_SOURCES =
60 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61         html-recursive info-recursive install-data-recursive \
62         install-dvi-recursive install-exec-recursive \
63         install-html-recursive install-info-recursive \
64         install-pdf-recursive install-ps-recursive install-recursive \
65         installcheck-recursive installdirs-recursive pdf-recursive \
66         ps-recursive uninstall-recursive
67 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68   distclean-recursive maintainer-clean-recursive
69 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
70         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
71         distdir dist dist-all distcheck
72 ETAGS = etags
73 CTAGS = ctags
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75 distdir = $(PACKAGE)-$(VERSION)
76 top_distdir = $(distdir)
77 am__remove_distdir = \
78   { test ! -d "$(distdir)" \
79     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80          && rm -fr "$(distdir)"; }; }
81 am__relativize = \
82   dir0=`pwd`; \
83   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
84   sed_rest='s,^[^/]*/*,,'; \
85   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
86   sed_butlast='s,/*[^/]*$$,,'; \
87   while test -n "$$dir1"; do \
88     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
89     if test "$$first" != "."; then \
90       if test "$$first" = ".."; then \
91         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
92         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
93       else \
94         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
95         if test "$$first2" = "$$first"; then \
96           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
97         else \
98           dir2="../$$dir2"; \
99         fi; \
100         dir0="$$dir0"/"$$first"; \
101       fi; \
102     fi; \
103     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
104   done; \
105   reldir="$$dir2"
106 DIST_ARCHIVES = $(distdir).tar.gz
107 GZIP_ENV = --best
108 distuninstallcheck_listfiles = find . -type f -print
109 distcleancheck_listfiles = find . -type f -print
110 ACLOCAL = @ACLOCAL@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CXX = @CXX@
123 CXXCPP = @CXXCPP@
124 CXXDEPMODE = @CXXDEPMODE@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 DEPDIR = @DEPDIR@
129 DSYMUTIL = @DSYMUTIL@
130 DUMPBIN = @DUMPBIN@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 FGREP = @FGREP@
137 GREP = @GREP@
138 INSTALL = @INSTALL@
139 INSTALL_DATA = @INSTALL_DATA@
140 INSTALL_PROGRAM = @INSTALL_PROGRAM@
141 INSTALL_SCRIPT = @INSTALL_SCRIPT@
142 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143 LD = @LD@
144 LDFLAGS = @LDFLAGS@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LIBTOOL = @LIBTOOL@
148 LIPO = @LIPO@
149 LITE_LIBS = @LITE_LIBS@
150 LN_S = @LN_S@
151 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
152 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAKEINFO = @MAKEINFO@
155 MKDIR_P = @MKDIR_P@
156 NM = @NM@
157 NMEDIT = @NMEDIT@
158 OBJDUMP = @OBJDUMP@
159 OBJEXT = @OBJEXT@
160 OTOOL = @OTOOL@
161 OTOOL64 = @OTOOL64@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_URL = @PACKAGE_URL@
168 PACKAGE_VERSION = @PACKAGE_VERSION@
169 PATH_SEPARATOR = @PATH_SEPARATOR@
170 PTHREAD_CC = @PTHREAD_CC@
171 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
172 PTHREAD_LIBS = @PTHREAD_LIBS@
173 RANLIB = @RANLIB@
174 SED = @SED@
175 SET_MAKE = @SET_MAKE@
176 SHELL = @SHELL@
177 STRIP = @STRIP@
178 VERSION = @VERSION@
179 XMLSEC_LIBS = @XMLSEC_LIBS@
180 abs_builddir = @abs_builddir@
181 abs_srcdir = @abs_srcdir@
182 abs_top_builddir = @abs_top_builddir@
183 abs_top_srcdir = @abs_top_srcdir@
184 ac_ct_CC = @ac_ct_CC@
185 ac_ct_CXX = @ac_ct_CXX@
186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187 acx_pthread_config = @acx_pthread_config@
188 am__include = @am__include@
189 am__leading_dot = @am__leading_dot@
190 am__quote = @am__quote@
191 am__tar = @am__tar@
192 am__untar = @am__untar@
193 bindir = @bindir@
194 build = @build@
195 build_alias = @build_alias@
196 build_cpu = @build_cpu@
197 build_os = @build_os@
198 build_vendor = @build_vendor@
199 builddir = @builddir@
200 datadir = @datadir@
201 datarootdir = @datarootdir@
202 docdir = @docdir@
203 dvidir = @dvidir@
204 exec_prefix = @exec_prefix@
205 host = @host@
206 host_alias = @host_alias@
207 host_cpu = @host_cpu@
208 host_os = @host_os@
209 host_vendor = @host_vendor@
210 htmldir = @htmldir@
211 includedir = @includedir@
212 infodir = @infodir@
213 install_sh = @install_sh@
214 libdir = @libdir@
215 libexecdir = @libexecdir@
216 localedir = @localedir@
217 localstatedir = @localstatedir@
218 lt_ECHO = @lt_ECHO@
219 mandir = @mandir@
220 mkdir_p = @mkdir_p@
221 oldincludedir = @oldincludedir@
222 pdfdir = @pdfdir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 psdir = @psdir@
226 sbindir = @sbindir@
227 sharedstatedir = @sharedstatedir@
228 srcdir = @srcdir@
229 sysconfdir = @sysconfdir@
230 target_alias = @target_alias@
231 top_build_prefix = @top_build_prefix@
232 top_builddir = @top_builddir@
233 top_srcdir = @top_srcdir@
234 AUTOMAKE_OPTIONS = foreign
235 ACLOCAL_AMFLAGS = -I m4
236 SUBDIRS = doc src
237 DIST_SUBDIRS = doc src
238 GENFILES = resolver.spec Portfile
239 EXTRA_DIST = \
240     cpp-sp-resolver.sln \
241     $(GENFILES) \
242     $(GENFILES:%=%.in) \
243     config_win32.h
244
245 all: config.h
246         $(MAKE) $(AM_MAKEFLAGS) all-recursive
247
248 .SUFFIXES:
249 am--refresh:
250         @:
251 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
252         @for dep in $?; do \
253           case '$(am__configure_deps)' in \
254             *$$dep*) \
255               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
256               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
257                 && exit 0; \
258               exit 1;; \
259           esac; \
260         done; \
261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
262         $(am__cd) $(top_srcdir) && \
263           $(AUTOMAKE) --foreign Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266         @case '$?' in \
267           *config.status*) \
268             echo ' $(SHELL) ./config.status'; \
269             $(SHELL) ./config.status;; \
270           *) \
271             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
272             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
273         esac;
274
275 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276         $(SHELL) ./config.status --recheck
277
278 $(top_srcdir)/configure:  $(am__configure_deps)
279         $(am__cd) $(srcdir) && $(AUTOCONF)
280 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
281         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
282 $(am__aclocal_m4_deps):
283
284 config.h: stamp-h1
285         @if test ! -f $@; then \
286           rm -f stamp-h1; \
287           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
288         else :; fi
289
290 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
291         @rm -f stamp-h1
292         cd $(top_builddir) && $(SHELL) ./config.status config.h
293 $(srcdir)/config.h.in:  $(am__configure_deps) 
294         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
295         rm -f stamp-h1
296         touch $@
297
298 src/shibresolver/config_pub.h: src/shibresolver/stamp-h2
299         @if test ! -f $@; then \
300           rm -f src/shibresolver/stamp-h2; \
301           $(MAKE) $(AM_MAKEFLAGS) src/shibresolver/stamp-h2; \
302         else :; fi
303
304 src/shibresolver/stamp-h2: $(top_srcdir)/src/shibresolver/config_pub.h.in $(top_builddir)/config.status
305         @rm -f src/shibresolver/stamp-h2
306         cd $(top_builddir) && $(SHELL) ./config.status src/shibresolver/config_pub.h
307
308 distclean-hdr:
309         -rm -f config.h stamp-h1 src/shibresolver/config_pub.h src/shibresolver/stamp-h2
310 resolver.spec: $(top_builddir)/config.status $(srcdir)/resolver.spec.in
311         cd $(top_builddir) && $(SHELL) ./config.status $@
312 Portfile: $(top_builddir)/config.status $(srcdir)/Portfile.in
313         cd $(top_builddir) && $(SHELL) ./config.status $@
314
315 mostlyclean-libtool:
316         -rm -f *.lo
317
318 clean-libtool:
319         -rm -rf .libs _libs
320
321 distclean-libtool:
322         -rm -f libtool config.lt
323
324 # This directory's subdirectories are mostly independent; you can cd
325 # into them and run `make' without going through this Makefile.
326 # To change the values of `make' variables: instead of editing Makefiles,
327 # (1) if the variable is set in `config.status', edit `config.status'
328 #     (which will cause the Makefiles to be regenerated when you run `make');
329 # (2) otherwise, pass the desired values on the `make' command line.
330 $(RECURSIVE_TARGETS):
331         @fail= failcom='exit 1'; \
332         for f in x $$MAKEFLAGS; do \
333           case $$f in \
334             *=* | --[!k]*);; \
335             *k*) failcom='fail=yes';; \
336           esac; \
337         done; \
338         dot_seen=no; \
339         target=`echo $@ | sed s/-recursive//`; \
340         list='$(SUBDIRS)'; for subdir in $$list; do \
341           echo "Making $$target in $$subdir"; \
342           if test "$$subdir" = "."; then \
343             dot_seen=yes; \
344             local_target="$$target-am"; \
345           else \
346             local_target="$$target"; \
347           fi; \
348           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349           || eval $$failcom; \
350         done; \
351         if test "$$dot_seen" = "no"; then \
352           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
353         fi; test -z "$$fail"
354
355 $(RECURSIVE_CLEAN_TARGETS):
356         @fail= failcom='exit 1'; \
357         for f in x $$MAKEFLAGS; do \
358           case $$f in \
359             *=* | --[!k]*);; \
360             *k*) failcom='fail=yes';; \
361           esac; \
362         done; \
363         dot_seen=no; \
364         case "$@" in \
365           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
366           *) list='$(SUBDIRS)' ;; \
367         esac; \
368         rev=''; for subdir in $$list; do \
369           if test "$$subdir" = "."; then :; else \
370             rev="$$subdir $$rev"; \
371           fi; \
372         done; \
373         rev="$$rev ."; \
374         target=`echo $@ | sed s/-recursive//`; \
375         for subdir in $$rev; do \
376           echo "Making $$target in $$subdir"; \
377           if test "$$subdir" = "."; then \
378             local_target="$$target-am"; \
379           else \
380             local_target="$$target"; \
381           fi; \
382           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383           || eval $$failcom; \
384         done && test -z "$$fail"
385 tags-recursive:
386         list='$(SUBDIRS)'; for subdir in $$list; do \
387           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
388         done
389 ctags-recursive:
390         list='$(SUBDIRS)'; for subdir in $$list; do \
391           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
392         done
393
394 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
395         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396         unique=`for i in $$list; do \
397             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398           done | \
399           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400               END { if (nonempty) { for (i in files) print i; }; }'`; \
401         mkid -fID $$unique
402 tags: TAGS
403
404 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
405                 $(TAGS_FILES) $(LISP)
406         set x; \
407         here=`pwd`; \
408         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409           include_option=--etags-include; \
410           empty_fix=.; \
411         else \
412           include_option=--include; \
413           empty_fix=; \
414         fi; \
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           if test "$$subdir" = .; then :; else \
417             test ! -f $$subdir/TAGS || \
418               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419           fi; \
420         done; \
421         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
422         unique=`for i in $$list; do \
423             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424           done | \
425           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426               END { if (nonempty) { for (i in files) print i; }; }'`; \
427         shift; \
428         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429           test -n "$$unique" || unique=$$empty_fix; \
430           if test $$# -gt 0; then \
431             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432               "$$@" $$unique; \
433           else \
434             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435               $$unique; \
436           fi; \
437         fi
438 ctags: CTAGS
439 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
440                 $(TAGS_FILES) $(LISP)
441         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
442         unique=`for i in $$list; do \
443             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444           done | \
445           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446               END { if (nonempty) { for (i in files) print i; }; }'`; \
447         test -z "$(CTAGS_ARGS)$$unique" \
448           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449              $$unique
450
451 GTAGS:
452         here=`$(am__cd) $(top_builddir) && pwd` \
453           && $(am__cd) $(top_srcdir) \
454           && gtags -i $(GTAGS_ARGS) "$$here"
455
456 distclean-tags:
457         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
459 distdir: $(DISTFILES)
460         $(am__remove_distdir)
461         test -d "$(distdir)" || mkdir "$(distdir)"
462         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464         list='$(DISTFILES)'; \
465           dist_files=`for file in $$list; do echo $$file; done | \
466           sed -e "s|^$$srcdirstrip/||;t" \
467               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468         case $$dist_files in \
469           */*) $(MKDIR_P) `echo "$$dist_files" | \
470                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471                            sort -u` ;; \
472         esac; \
473         for file in $$dist_files; do \
474           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475           if test -d $$d/$$file; then \
476             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477             if test -d "$(distdir)/$$file"; then \
478               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479             fi; \
480             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
482               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483             fi; \
484             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
485           else \
486             test -f "$(distdir)/$$file" \
487             || cp -p $$d/$$file "$(distdir)/$$file" \
488             || exit 1; \
489           fi; \
490         done
491         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492           if test "$$subdir" = .; then :; else \
493             test -d "$(distdir)/$$subdir" \
494             || $(MKDIR_P) "$(distdir)/$$subdir" \
495             || exit 1; \
496           fi; \
497         done
498         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499           if test "$$subdir" = .; then :; else \
500             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
501             $(am__relativize); \
502             new_distdir=$$reldir; \
503             dir1=$$subdir; dir2="$(top_distdir)"; \
504             $(am__relativize); \
505             new_top_distdir=$$reldir; \
506             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
507             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
508             ($(am__cd) $$subdir && \
509               $(MAKE) $(AM_MAKEFLAGS) \
510                 top_distdir="$$new_top_distdir" \
511                 distdir="$$new_distdir" \
512                 am__remove_distdir=: \
513                 am__skip_length_check=: \
514                 am__skip_mode_fix=: \
515                 distdir) \
516               || exit 1; \
517           fi; \
518         done
519         -test -n "$(am__skip_mode_fix)" \
520         || find "$(distdir)" -type d ! -perm -755 \
521                 -exec chmod u+rwx,go+rx {} \; -o \
522           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
523           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
524           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
525         || chmod -R a+r "$(distdir)"
526 dist-gzip: distdir
527         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
528         $(am__remove_distdir)
529
530 dist-bzip2: distdir
531         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
532         $(am__remove_distdir)
533
534 dist-lzma: distdir
535         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
536         $(am__remove_distdir)
537
538 dist-xz: distdir
539         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
540         $(am__remove_distdir)
541
542 dist-tarZ: distdir
543         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
544         $(am__remove_distdir)
545
546 dist-shar: distdir
547         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
548         $(am__remove_distdir)
549
550 dist-zip: distdir
551         -rm -f $(distdir).zip
552         zip -rq $(distdir).zip $(distdir)
553         $(am__remove_distdir)
554
555 dist dist-all: distdir
556         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
557         $(am__remove_distdir)
558
559 # This target untars the dist file and tries a VPATH configuration.  Then
560 # it guarantees that the distribution is self-contained by making another
561 # tarfile.
562 distcheck: dist
563         case '$(DIST_ARCHIVES)' in \
564         *.tar.gz*) \
565           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
566         *.tar.bz2*) \
567           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
568         *.tar.lzma*) \
569           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
570         *.tar.xz*) \
571           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
572         *.tar.Z*) \
573           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
574         *.shar.gz*) \
575           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
576         *.zip*) \
577           unzip $(distdir).zip ;;\
578         esac
579         chmod -R a-w $(distdir); chmod a+w $(distdir)
580         mkdir $(distdir)/_build
581         mkdir $(distdir)/_inst
582         chmod a-w $(distdir)
583         test -d $(distdir)/_build || exit 0; \
584         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
585           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
586           && am__cwd=`pwd` \
587           && $(am__cd) $(distdir)/_build \
588           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
589             $(DISTCHECK_CONFIGURE_FLAGS) \
590           && $(MAKE) $(AM_MAKEFLAGS) \
591           && $(MAKE) $(AM_MAKEFLAGS) dvi \
592           && $(MAKE) $(AM_MAKEFLAGS) check \
593           && $(MAKE) $(AM_MAKEFLAGS) install \
594           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
595           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
596           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
597                 distuninstallcheck \
598           && chmod -R a-w "$$dc_install_base" \
599           && ({ \
600                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
601                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
602                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
603                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
604                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
605               } || { rm -rf "$$dc_destdir"; exit 1; }) \
606           && rm -rf "$$dc_destdir" \
607           && $(MAKE) $(AM_MAKEFLAGS) dist \
608           && rm -rf $(DIST_ARCHIVES) \
609           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
610           && cd "$$am__cwd" \
611           || exit 1
612         $(am__remove_distdir)
613         @(echo "$(distdir) archives ready for distribution: "; \
614           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
615           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
616 distuninstallcheck:
617         @$(am__cd) '$(distuninstallcheck_dir)' \
618         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
619            || { echo "ERROR: files left after uninstall:" ; \
620                 if test -n "$(DESTDIR)"; then \
621                   echo "  (check DESTDIR support)"; \
622                 fi ; \
623                 $(distuninstallcheck_listfiles) ; \
624                 exit 1; } >&2
625 distcleancheck: distclean
626         @if test '$(srcdir)' = . ; then \
627           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
628           exit 1 ; \
629         fi
630         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
631           || { echo "ERROR: files left in build directory after distclean:" ; \
632                $(distcleancheck_listfiles) ; \
633                exit 1; } >&2
634 check-am: all-am
635 check: check-recursive
636 all-am: Makefile config.h
637 installdirs: installdirs-recursive
638 installdirs-am:
639 install: install-recursive
640 install-exec: install-exec-recursive
641 install-data: install-data-recursive
642 uninstall: uninstall-recursive
643
644 install-am: all-am
645         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
647 installcheck: installcheck-recursive
648 install-strip:
649         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651           `test -z '$(STRIP)' || \
652             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653 mostlyclean-generic:
654
655 clean-generic:
656
657 distclean-generic:
658         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
659         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
660
661 maintainer-clean-generic:
662         @echo "This command is intended for maintainers to use"
663         @echo "it deletes files that may require special tools to rebuild."
664 clean: clean-recursive
665
666 clean-am: clean-generic clean-libtool mostlyclean-am
667
668 distclean: distclean-recursive
669         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
670         -rm -f Makefile
671 distclean-am: clean-am distclean-generic distclean-hdr \
672         distclean-libtool distclean-tags
673
674 dvi: dvi-recursive
675
676 dvi-am:
677
678 html: html-recursive
679
680 html-am:
681
682 info: info-recursive
683
684 info-am:
685
686 install-data-am:
687
688 install-dvi: install-dvi-recursive
689
690 install-dvi-am:
691
692 install-exec-am:
693
694 install-html: install-html-recursive
695
696 install-html-am:
697
698 install-info: install-info-recursive
699
700 install-info-am:
701
702 install-man:
703
704 install-pdf: install-pdf-recursive
705
706 install-pdf-am:
707
708 install-ps: install-ps-recursive
709
710 install-ps-am:
711
712 installcheck-am:
713
714 maintainer-clean: maintainer-clean-recursive
715         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
716         -rm -rf $(top_srcdir)/autom4te.cache
717         -rm -f Makefile
718 maintainer-clean-am: distclean-am maintainer-clean-generic
719
720 mostlyclean: mostlyclean-recursive
721
722 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
723
724 pdf: pdf-recursive
725
726 pdf-am:
727
728 ps: ps-recursive
729
730 ps-am:
731
732 uninstall-am:
733
734 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
735         ctags-recursive install-am install-strip tags-recursive
736
737 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
738         all all-am am--refresh check check-am clean clean-generic \
739         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
740         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
741         distcheck distclean distclean-generic distclean-hdr \
742         distclean-libtool distclean-tags distcleancheck distdir \
743         distuninstallcheck dvi dvi-am html html-am info info-am \
744         install install-am install-data install-data-am install-dvi \
745         install-dvi-am install-exec install-exec-am install-html \
746         install-html-am install-info install-info-am install-man \
747         install-pdf install-pdf-am install-ps install-ps-am \
748         install-strip installcheck installcheck-am installdirs \
749         installdirs-am maintainer-clean maintainer-clean-generic \
750         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
751         ps ps-am tags tags-recursive uninstall uninstall-am
752
753
754 # Tell versions [3.59,3.63) of GNU make to not export all variables.
755 # Otherwise a system limit (for SysV at least) may be exceeded.
756 .NOEXPORT: