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