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