1# Makefile.in generated by automake 1.12.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# This file is part of libcanberra.
18#
19# Copyright 2008 Lennart Poettering
20#
21# libcanberra is free software; you can redistribute it and/or modify
22# it under the terms of the GNU Lesser General Public License as
23# published by the Free Software Foundation, either version 2.1 of the
24# License, or (at your option) any later version.
25#
26# libcanberra is distributed in the hope that it will be useful, but
27# WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
29# Lesser General Public License for more details.
30#
31# You should have received a copy of the GNU Lesser General Public
32# License along with libcanberra. If not, see
33# <http://www.gnu.org/licenses/>.
34
35VPATH = @srcdir@
36am__make_dryrun = \
37  { \
38    am__dry=no; \
39    case $$MAKEFLAGS in \
40      *\\[\ \	]*) \
41        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
42          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
43      *) \
44        for am__flg in $$MAKEFLAGS; do \
45          case $$am__flg in \
46            *=*|--*) ;; \
47            *n*) am__dry=yes; break;; \
48          esac; \
49        done;; \
50    esac; \
51    test $$am__dry = yes; \
52  }
53pkgdatadir = $(datadir)/@PACKAGE@
54pkgincludedir = $(includedir)/@PACKAGE@
55pkglibdir = $(libdir)/@PACKAGE@
56pkglibexecdir = $(libexecdir)/@PACKAGE@
57am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
58install_sh_DATA = $(install_sh) -c -m 644
59install_sh_PROGRAM = $(install_sh) -c
60install_sh_SCRIPT = $(install_sh) -c
61INSTALL_HEADER = $(INSTALL_DATA)
62transform = $(program_transform_name)
63NORMAL_INSTALL = :
64PRE_INSTALL = :
65POST_INSTALL = :
66NORMAL_UNINSTALL = :
67PRE_UNINSTALL = :
68POST_UNINSTALL = :
69build_triplet = @build@
70host_triplet = @host@
71@HAVE_GTK_ANY_TRUE@@HAVE_GTK_TRUE@am__append_1 = libcanberra-gtk.pc
72@HAVE_GTK3_TRUE@@HAVE_GTK_ANY_TRUE@am__append_2 = libcanberra-gtk3.pc
73@HAVE_GTK_ANY_TRUE@am__append_3 = vala/libcanberra-gtk.vapi
74subdir = .
75DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
76	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
77	$(srcdir)/config.h.in $(srcdir)/libcanberra-gtk.pc.in \
78	$(srcdir)/libcanberra-gtk3.pc.in $(srcdir)/libcanberra.pc.in \
79	$(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
80	$(top_srcdir)/build-aux/config.guess \
81	$(top_srcdir)/build-aux/config.sub \
82	$(top_srcdir)/build-aux/install-sh \
83	$(top_srcdir)/build-aux/ltmain.sh \
84	$(top_srcdir)/build-aux/missing $(top_srcdir)/configure \
85	build-aux/ar-lib build-aux/compile build-aux/config.guess \
86	build-aux/config.sub build-aux/depcomp build-aux/install-sh \
87	build-aux/ltmain.sh build-aux/missing
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
90	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
91	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97 configure.lineno config.status.lineno
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = config.h
100CONFIG_CLEAN_FILES = libcanberra.pc libcanberra-gtk.pc \
101	libcanberra-gtk3.pc
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118	html-recursive info-recursive install-data-recursive \
119	install-dvi-recursive install-exec-recursive \
120	install-html-recursive install-info-recursive \
121	install-pdf-recursive install-ps-recursive install-recursive \
122	installcheck-recursive installdirs-recursive pdf-recursive \
123	ps-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130am__vpath_adj = case $$p in \
131    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132    *) f=$$p;; \
133  esac;
134am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135am__install_max = 40
136am__nobase_strip_setup = \
137  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138am__nobase_strip = \
139  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140am__nobase_list = $(am__nobase_strip_setup); \
141  for p in $$list; do echo "$$p $$p"; done | \
142  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144    if (++n[$$2] == $(am__install_max)) \
145      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146    END { for (dir in files) print dir, files[dir] }'
147am__base_list = \
148  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150am__uninstall_files_from_dir = { \
151  test -z "$$files" \
152    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154         $(am__cd) "$$dir" && rm -f $$files; }; \
155  }
156am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \
157	"$(DESTDIR)$(vapidir)"
158DATA = $(dist_doc_DATA) $(noinst_DATA) $(pkgconfig_DATA) $(vapi_DATA)
159RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
160  distclean-recursive maintainer-clean-recursive
161AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
162	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
163	cscope distdir dist dist-all distcheck
164ETAGS = etags
165CTAGS = ctags
166CSCOPE = cscope
167DIST_SUBDIRS = $(SUBDIRS)
168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169distdir = $(PACKAGE)-$(VERSION)
170top_distdir = $(distdir)
171am__remove_distdir = \
172  if test -d "$(distdir)"; then \
173    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
174      && rm -rf "$(distdir)" \
175      || { sleep 5 && rm -rf "$(distdir)"; }; \
176  else :; fi
177am__post_remove_distdir = $(am__remove_distdir)
178am__relativize = \
179  dir0=`pwd`; \
180  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
181  sed_rest='s,^[^/]*/*,,'; \
182  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
183  sed_butlast='s,/*[^/]*$$,,'; \
184  while test -n "$$dir1"; do \
185    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
186    if test "$$first" != "."; then \
187      if test "$$first" = ".."; then \
188        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
189        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
190      else \
191        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
192        if test "$$first2" = "$$first"; then \
193          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
194        else \
195          dir2="../$$dir2"; \
196        fi; \
197        dir0="$$dir0"/"$$first"; \
198      fi; \
199    fi; \
200    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
201  done; \
202  reldir="$$dir2"
203GZIP_ENV = --best
204DIST_ARCHIVES = $(distdir).tar.xz
205DIST_TARGETS = dist-xz
206distuninstallcheck_listfiles = find . -type f -print
207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
209distcleancheck_listfiles = find . -type f -print
210ACLOCAL = @ACLOCAL@
211ALSA_CFLAGS = @ALSA_CFLAGS@
212ALSA_LIBS = @ALSA_LIBS@
213AMTAR = @AMTAR@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215AR = @AR@
216AS = @AS@
217AUTOCONF = @AUTOCONF@
218AUTOHEADER = @AUTOHEADER@
219AUTOMAKE = @AUTOMAKE@
220AWK = @AWK@
221BUILTIN_ALSA = @BUILTIN_ALSA@
222BUILTIN_DSO = @BUILTIN_DSO@
223BUILTIN_GSTREAMER = @BUILTIN_GSTREAMER@
224BUILTIN_NULL = @BUILTIN_NULL@
225BUILTIN_OSS = @BUILTIN_OSS@
226BUILTIN_PULSE = @BUILTIN_PULSE@
227CA_MAJOR = @CA_MAJOR@
228CA_MINOR = @CA_MINOR@
229CC = @CC@
230CCDEPMODE = @CCDEPMODE@
231CFLAGS = @CFLAGS@
232CPP = @CPP@
233CPPFLAGS = @CPPFLAGS@
234CXX = @CXX@
235CXXCPP = @CXXCPP@
236CXXDEPMODE = @CXXDEPMODE@
237CXXFLAGS = @CXXFLAGS@
238CYGPATH_W = @CYGPATH_W@
239DEFS = @DEFS@
240DEPDIR = @DEPDIR@
241DLLTOOL = @DLLTOOL@
242DSYMUTIL = @DSYMUTIL@
243DUMPBIN = @DUMPBIN@
244ECHO_C = @ECHO_C@
245ECHO_N = @ECHO_N@
246ECHO_T = @ECHO_T@
247EGREP = @EGREP@
248EXEEXT = @EXEEXT@
249FGREP = @FGREP@
250GCLDFLAGS = @GCLDFLAGS@
251GREP = @GREP@
252GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
253GSTREAMER_LIBS = @GSTREAMER_LIBS@
254GST_CFLAGS = @GST_CFLAGS@
255GST_LIBS = @GST_LIBS@
256GTK3_CFLAGS = @GTK3_CFLAGS@
257GTK3_LIBS = @GTK3_LIBS@
258GTK3_MODULES_DIR = @GTK3_MODULES_DIR@
259GTKDOC_CHECK = @GTKDOC_CHECK@
260GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
261GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
262GTKDOC_MKPDF = @GTKDOC_MKPDF@
263GTKDOC_REBASE = @GTKDOC_REBASE@
264GTK_CFLAGS = @GTK_CFLAGS@
265GTK_LIBS = @GTK_LIBS@
266GTK_MODULES_DIR = @GTK_MODULES_DIR@
267HAVE_ALSA = @HAVE_ALSA@
268HAVE_CACHE = @HAVE_CACHE@
269HAVE_DSO = @HAVE_DSO@
270HAVE_GSTREAMER = @HAVE_GSTREAMER@
271HAVE_GTK = @HAVE_GTK@
272HAVE_GTK3 = @HAVE_GTK3@
273HAVE_NULL = @HAVE_NULL@
274HAVE_OSS = @HAVE_OSS@
275HAVE_PULSE = @HAVE_PULSE@
276HAVE_TDB = @HAVE_TDB@
277HTML_DIR = @HTML_DIR@
278INSTALL = @INSTALL@
279INSTALL_DATA = @INSTALL_DATA@
280INSTALL_PROGRAM = @INSTALL_PROGRAM@
281INSTALL_SCRIPT = @INSTALL_SCRIPT@
282INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
283LD = @LD@
284LDFLAGS = @LDFLAGS@
285LIBCANBERRA_GTK_VERSION_INFO = @LIBCANBERRA_GTK_VERSION_INFO@
286LIBCANBERRA_VERSION_INFO = @LIBCANBERRA_VERSION_INFO@
287LIBLTDL = @LIBLTDL@
288LIBOBJS = @LIBOBJS@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIPO = @LIPO@
292LN_S = @LN_S@
293LTLIBOBJS = @LTLIBOBJS@
294MAKEINFO = @MAKEINFO@
295MANIFEST_TOOL = @MANIFEST_TOOL@
296MKDIR_P = @MKDIR_P@
297NM = @NM@
298NMEDIT = @NMEDIT@
299OBJDUMP = @OBJDUMP@
300OBJEXT = @OBJEXT@
301OTOOL = @OTOOL@
302OTOOL64 = @OTOOL64@
303PACKAGE = @PACKAGE@
304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305PACKAGE_NAME = @PACKAGE_NAME@
306PACKAGE_STRING = @PACKAGE_STRING@
307PACKAGE_TARNAME = @PACKAGE_TARNAME@
308PACKAGE_URL = @PACKAGE_URL@
309PACKAGE_VERSION = @PACKAGE_VERSION@
310PATH_SEPARATOR = @PATH_SEPARATOR@
311PKG_CONFIG = @PKG_CONFIG@
312PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
313PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
314PTHREAD_CC = @PTHREAD_CC@
315PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
316PTHREAD_LIBS = @PTHREAD_LIBS@
317PULSE_CFLAGS = @PULSE_CFLAGS@
318PULSE_LIBS = @PULSE_LIBS@
319RANLIB = @RANLIB@
320SED = @SED@
321SET_MAKE = @SET_MAKE@
322SHELL = @SHELL@
323STRIP = @STRIP@
324TDB_CFLAGS = @TDB_CFLAGS@
325TDB_LIBS = @TDB_LIBS@
326UDEV_CFLAGS = @UDEV_CFLAGS@
327UDEV_LIBS = @UDEV_LIBS@
328VERSION = @VERSION@
329VORBIS_CFLAGS = @VORBIS_CFLAGS@
330VORBIS_LIBS = @VORBIS_LIBS@
331WARNINGFLAGS = @WARNINGFLAGS@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_CXX = @ac_ct_CXX@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340acx_pthread_config = @acx_pthread_config@
341am__include = @am__include@
342am__leading_dot = @am__leading_dot@
343am__quote = @am__quote@
344am__tar = @am__tar@
345am__untar = @am__untar@
346bindir = @bindir@
347build = @build@
348build_alias = @build_alias@
349build_cpu = @build_cpu@
350build_os = @build_os@
351build_vendor = @build_vendor@
352builddir = @builddir@
353datadir = @datadir@
354datarootdir = @datarootdir@
355docdir = @docdir@
356dvidir = @dvidir@
357exec_prefix = @exec_prefix@
358have_lynx = @have_lynx@
359host = @host@
360host_alias = @host_alias@
361host_cpu = @host_cpu@
362host_os = @host_os@
363host_vendor = @host_vendor@
364htmldir = @htmldir@
365includedir = @includedir@
366infodir = @infodir@
367install_sh = @install_sh@
368libdir = @libdir@
369libexecdir = @libexecdir@
370localedir = @localedir@
371localstatedir = @localstatedir@
372mandir = @mandir@
373mkdir_p = @mkdir_p@
374oldincludedir = @oldincludedir@
375pdfdir = @pdfdir@
376prefix = @prefix@
377program_transform_name = @program_transform_name@
378psdir = @psdir@
379sbindir = @sbindir@
380sharedstatedir = @sharedstatedir@
381srcdir = @srcdir@
382sysconfdir = @sysconfdir@
383systemdsystemunitdir = @systemdsystemunitdir@
384target_alias = @target_alias@
385top_build_prefix = @top_build_prefix@
386top_builddir = @top_builddir@
387top_srcdir = @top_srcdir@
388dist_doc_DATA = README
389EXTRA_DIST = \
390	autogen.sh \
391	LGPL \
392	vala/libcanberra.vapi \
393	vala/libcanberra-gtk.vapi
394
395SUBDIRS = src gtkdoc doc
396MAINTAINERCLEANFILES = README
397noinst_DATA = README
398pkgconfigdir = $(prefix)/libdata/pkgconfig
399pkgconfig_DATA = libcanberra.pc $(am__append_1) $(am__append_2)
400vapidir = $(datadir)/vala/vapi
401vapi_DATA = vala/libcanberra.vapi $(am__append_3)
402DISTCHECK_CONFIGURE_FLAGS = \
403	--enable-gtk-doc \
404	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
405
406ACLOCAL_AMFLAGS = -I m4
407all: config.h
408	$(MAKE) $(AM_MAKEFLAGS) all-recursive
409
410.SUFFIXES:
411am--refresh: Makefile
412	@:
413$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
414	@for dep in $?; do \
415	  case '$(am__configure_deps)' in \
416	    *$$dep*) \
417	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
418	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
419		&& exit 0; \
420	      exit 1;; \
421	  esac; \
422	done; \
423	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
424	$(am__cd) $(top_srcdir) && \
425	  $(AUTOMAKE) --foreign Makefile
426.PRECIOUS: Makefile
427Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428	@case '$?' in \
429	  *config.status*) \
430	    echo ' $(SHELL) ./config.status'; \
431	    $(SHELL) ./config.status;; \
432	  *) \
433	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
434	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
435	esac;
436
437$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
438	$(SHELL) ./config.status --recheck
439
440$(top_srcdir)/configure:  $(am__configure_deps)
441	$(am__cd) $(srcdir) && $(AUTOCONF)
442$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
443	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
444$(am__aclocal_m4_deps):
445
446config.h: stamp-h1
447	@if test ! -f $@; then rm -f stamp-h1; else :; fi
448	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
449
450stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
451	@rm -f stamp-h1
452	cd $(top_builddir) && $(SHELL) ./config.status config.h
453$(srcdir)/config.h.in:  $(am__configure_deps)
454	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
455	rm -f stamp-h1
456	touch $@
457
458distclean-hdr:
459	-rm -f config.h stamp-h1
460libcanberra.pc: $(top_builddir)/config.status $(srcdir)/libcanberra.pc.in
461	cd $(top_builddir) && $(SHELL) ./config.status $@
462libcanberra-gtk.pc: $(top_builddir)/config.status $(srcdir)/libcanberra-gtk.pc.in
463	cd $(top_builddir) && $(SHELL) ./config.status $@
464libcanberra-gtk3.pc: $(top_builddir)/config.status $(srcdir)/libcanberra-gtk3.pc.in
465	cd $(top_builddir) && $(SHELL) ./config.status $@
466
467mostlyclean-libtool:
468	-rm -f *.lo
469
470clean-libtool:
471	-rm -rf .libs _libs
472
473distclean-libtool:
474	-rm -f libtool config.lt
475install-dist_docDATA: $(dist_doc_DATA)
476	@$(NORMAL_INSTALL)
477	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
478	if test -n "$$list"; then \
479	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
480	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
481	fi; \
482	for p in $$list; do \
483	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
484	  echo "$$d$$p"; \
485	done | $(am__base_list) | \
486	while read files; do \
487	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
488	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
489	done
490
491uninstall-dist_docDATA:
492	@$(NORMAL_UNINSTALL)
493	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
494	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
495	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
496install-pkgconfigDATA: $(pkgconfig_DATA)
497	@$(NORMAL_INSTALL)
498	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
499	if test -n "$$list"; then \
500	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
501	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
502	fi; \
503	for p in $$list; do \
504	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
505	  echo "$$d$$p"; \
506	done | $(am__base_list) | \
507	while read files; do \
508	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
509	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
510	done
511
512uninstall-pkgconfigDATA:
513	@$(NORMAL_UNINSTALL)
514	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
515	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
516	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
517install-vapiDATA: $(vapi_DATA)
518	@$(NORMAL_INSTALL)
519	@list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
520	if test -n "$$list"; then \
521	  echo " $(MKDIR_P) '$(DESTDIR)$(vapidir)'"; \
522	  $(MKDIR_P) "$(DESTDIR)$(vapidir)" || exit 1; \
523	fi; \
524	for p in $$list; do \
525	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
526	  echo "$$d$$p"; \
527	done | $(am__base_list) | \
528	while read files; do \
529	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(vapidir)'"; \
530	  $(INSTALL_DATA) $$files "$(DESTDIR)$(vapidir)" || exit $$?; \
531	done
532
533uninstall-vapiDATA:
534	@$(NORMAL_UNINSTALL)
535	@list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
536	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
537	dir='$(DESTDIR)$(vapidir)'; $(am__uninstall_files_from_dir)
538
539# This directory's subdirectories are mostly independent; you can cd
540# into them and run 'make' without going through this Makefile.
541# To change the values of 'make' variables: instead of editing Makefiles,
542# (1) if the variable is set in 'config.status', edit 'config.status'
543#     (which will cause the Makefiles to be regenerated when you run 'make');
544# (2) otherwise, pass the desired values on the 'make' command line.
545$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
546	@fail= failcom='exit 1'; \
547	for f in x $$MAKEFLAGS; do \
548	  case $$f in \
549	    *=* | --[!k]*);; \
550	    *k*) failcom='fail=yes';; \
551	  esac; \
552	done; \
553	dot_seen=no; \
554	target=`echo $@ | sed s/-recursive//`; \
555	case "$@" in \
556	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
557	  *) list='$(SUBDIRS)' ;; \
558	esac; \
559	for subdir in $$list; do \
560	  echo "Making $$target in $$subdir"; \
561	  if test "$$subdir" = "."; then \
562	    dot_seen=yes; \
563	    local_target="$$target-am"; \
564	  else \
565	    local_target="$$target"; \
566	  fi; \
567	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
568	  || eval $$failcom; \
569	done; \
570	if test "$$dot_seen" = "no"; then \
571	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
572	fi; test -z "$$fail"
573tags-recursive:
574	list='$(SUBDIRS)'; for subdir in $$list; do \
575	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
576	done
577ctags-recursive:
578	list='$(SUBDIRS)'; for subdir in $$list; do \
579	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
580	done
581cscopelist-recursive:
582	list='$(SUBDIRS)'; for subdir in $$list; do \
583	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
584	done
585
586ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
587	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
588	unique=`for i in $$list; do \
589	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590	  done | \
591	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592	      END { if (nonempty) { for (i in files) print i; }; }'`; \
593	mkid -fID $$unique
594tags: TAGS
595
596TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
597		$(TAGS_FILES) $(LISP)
598	set x; \
599	here=`pwd`; \
600	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
601	  include_option=--etags-include; \
602	  empty_fix=.; \
603	else \
604	  include_option=--include; \
605	  empty_fix=; \
606	fi; \
607	list='$(SUBDIRS)'; for subdir in $$list; do \
608	  if test "$$subdir" = .; then :; else \
609	    test ! -f $$subdir/TAGS || \
610	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
611	  fi; \
612	done; \
613	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
614	unique=`for i in $$list; do \
615	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616	  done | \
617	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618	      END { if (nonempty) { for (i in files) print i; }; }'`; \
619	shift; \
620	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
621	  test -n "$$unique" || unique=$$empty_fix; \
622	  if test $$# -gt 0; then \
623	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624	      "$$@" $$unique; \
625	  else \
626	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
627	      $$unique; \
628	  fi; \
629	fi
630ctags: CTAGS
631CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
632		$(TAGS_FILES) $(LISP)
633	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
634	unique=`for i in $$list; do \
635	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
636	  done | \
637	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
638	      END { if (nonempty) { for (i in files) print i; }; }'`; \
639	test -z "$(CTAGS_ARGS)$$unique" \
640	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
641	     $$unique
642
643GTAGS:
644	here=`$(am__cd) $(top_builddir) && pwd` \
645	  && $(am__cd) $(top_srcdir) \
646	  && gtags -i $(GTAGS_ARGS) "$$here"
647
648cscope: cscope.files
649	test ! -s cscope.files \
650	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
651
652clean-cscope:
653	-rm -f cscope.files
654
655cscope.files: clean-cscope cscopelist-recursive cscopelist
656
657cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
658	list='$(SOURCES) $(HEADERS) $(LISP)'; \
659	case "$(srcdir)" in \
660	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
661	  *) sdir=$(subdir)/$(srcdir) ;; \
662	esac; \
663	for i in $$list; do \
664	  if test -f "$$i"; then \
665	    echo "$(subdir)/$$i"; \
666	  else \
667	    echo "$$sdir/$$i"; \
668	  fi; \
669	done >> $(top_builddir)/cscope.files
670
671distclean-tags:
672	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
673	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
674
675distdir: $(DISTFILES)
676	$(am__remove_distdir)
677	test -d "$(distdir)" || mkdir "$(distdir)"
678	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
679	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
680	list='$(DISTFILES)'; \
681	  dist_files=`for file in $$list; do echo $$file; done | \
682	  sed -e "s|^$$srcdirstrip/||;t" \
683	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
684	case $$dist_files in \
685	  */*) $(MKDIR_P) `echo "$$dist_files" | \
686			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
687			   sort -u` ;; \
688	esac; \
689	for file in $$dist_files; do \
690	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
691	  if test -d $$d/$$file; then \
692	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
693	    if test -d "$(distdir)/$$file"; then \
694	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
695	    fi; \
696	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
697	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
698	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
699	    fi; \
700	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
701	  else \
702	    test -f "$(distdir)/$$file" \
703	    || cp -p $$d/$$file "$(distdir)/$$file" \
704	    || exit 1; \
705	  fi; \
706	done
707	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
708	  if test "$$subdir" = .; then :; else \
709	    $(am__make_dryrun) \
710	      || test -d "$(distdir)/$$subdir" \
711	      || $(MKDIR_P) "$(distdir)/$$subdir" \
712	      || exit 1; \
713	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
714	    $(am__relativize); \
715	    new_distdir=$$reldir; \
716	    dir1=$$subdir; dir2="$(top_distdir)"; \
717	    $(am__relativize); \
718	    new_top_distdir=$$reldir; \
719	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
720	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
721	    ($(am__cd) $$subdir && \
722	      $(MAKE) $(AM_MAKEFLAGS) \
723	        top_distdir="$$new_top_distdir" \
724	        distdir="$$new_distdir" \
725		am__remove_distdir=: \
726		am__skip_length_check=: \
727		am__skip_mode_fix=: \
728	        distdir) \
729	      || exit 1; \
730	  fi; \
731	done
732	-test -n "$(am__skip_mode_fix)" \
733	|| find "$(distdir)" -type d ! -perm -755 \
734		-exec chmod u+rwx,go+rx {} \; -o \
735	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
736	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
737	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
738	|| chmod -R a+r "$(distdir)"
739dist-gzip: distdir
740	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
741	$(am__post_remove_distdir)
742
743dist-bzip2: distdir
744	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
745	$(am__post_remove_distdir)
746
747dist-lzip: distdir
748	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
749	$(am__post_remove_distdir)
750dist-xz: distdir
751	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
752	$(am__post_remove_distdir)
753
754dist-tarZ: distdir
755	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
756	$(am__post_remove_distdir)
757
758dist-shar: distdir
759	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
760	$(am__post_remove_distdir)
761
762dist-zip: distdir
763	-rm -f $(distdir).zip
764	zip -rq $(distdir).zip $(distdir)
765	$(am__post_remove_distdir)
766
767dist dist-all:
768	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
769	$(am__post_remove_distdir)
770
771# This target untars the dist file and tries a VPATH configuration.  Then
772# it guarantees that the distribution is self-contained by making another
773# tarfile.
774distcheck: dist
775	case '$(DIST_ARCHIVES)' in \
776	*.tar.gz*) \
777	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
778	*.tar.bz2*) \
779	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
780	*.tar.lz*) \
781	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
782	*.tar.xz*) \
783	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
784	*.tar.Z*) \
785	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
786	*.shar.gz*) \
787	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
788	*.zip*) \
789	  unzip $(distdir).zip ;;\
790	esac
791	chmod -R a-w $(distdir); chmod u+w $(distdir)
792	mkdir $(distdir)/_build
793	mkdir $(distdir)/_inst
794	chmod a-w $(distdir)
795	test -d $(distdir)/_build || exit 0; \
796	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
797	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
798	  && am__cwd=`pwd` \
799	  && $(am__cd) $(distdir)/_build \
800	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
801	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
802	    $(DISTCHECK_CONFIGURE_FLAGS) \
803	  && $(MAKE) $(AM_MAKEFLAGS) \
804	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
805	  && $(MAKE) $(AM_MAKEFLAGS) check \
806	  && $(MAKE) $(AM_MAKEFLAGS) install \
807	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
808	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
809	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
810	        distuninstallcheck \
811	  && chmod -R a-w "$$dc_install_base" \
812	  && ({ \
813	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
814	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
815	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
816	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
817	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
818	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
819	  && rm -rf "$$dc_destdir" \
820	  && $(MAKE) $(AM_MAKEFLAGS) dist \
821	  && rm -rf $(DIST_ARCHIVES) \
822	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
823	  && cd "$$am__cwd" \
824	  || exit 1
825	$(am__post_remove_distdir)
826	@(echo "$(distdir) archives ready for distribution: "; \
827	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
828	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
829distuninstallcheck:
830	@test -n '$(distuninstallcheck_dir)' || { \
831	  echo 'ERROR: trying to run $@ with an empty' \
832	       '$$(distuninstallcheck_dir)' >&2; \
833	  exit 1; \
834	}; \
835	$(am__cd) '$(distuninstallcheck_dir)' || { \
836	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
837	  exit 1; \
838	}; \
839	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
840	   || { echo "ERROR: files left after uninstall:" ; \
841	        if test -n "$(DESTDIR)"; then \
842	          echo "  (check DESTDIR support)"; \
843	        fi ; \
844	        $(distuninstallcheck_listfiles) ; \
845	        exit 1; } >&2
846distcleancheck: distclean
847	@if test '$(srcdir)' = . ; then \
848	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
849	  exit 1 ; \
850	fi
851	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
852	  || { echo "ERROR: files left in build directory after distclean:" ; \
853	       $(distcleancheck_listfiles) ; \
854	       exit 1; } >&2
855check-am: all-am
856check: check-recursive
857all-am: Makefile $(DATA) config.h
858installdirs: installdirs-recursive
859installdirs-am:
860	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(vapidir)"; do \
861	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
862	done
863install: install-recursive
864install-exec: install-exec-recursive
865install-data: install-data-recursive
866uninstall: uninstall-recursive
867
868install-am: all-am
869	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
870
871installcheck: installcheck-recursive
872install-strip:
873	if test -z '$(STRIP)'; then \
874	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
875	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
876	      install; \
877	else \
878	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
879	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
880	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
881	fi
882mostlyclean-generic:
883
884clean-generic:
885
886distclean-generic:
887	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
888	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
889
890maintainer-clean-generic:
891	@echo "This command is intended for maintainers to use"
892	@echo "it deletes files that may require special tools to rebuild."
893	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
894clean: clean-recursive
895
896clean-am: clean-generic clean-libtool mostlyclean-am
897
898distclean: distclean-recursive
899	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
900	-rm -f Makefile
901distclean-am: clean-am distclean-generic distclean-hdr \
902	distclean-libtool distclean-tags
903
904dvi: dvi-recursive
905
906dvi-am:
907
908html: html-recursive
909
910html-am:
911
912info: info-recursive
913
914info-am:
915
916install-data-am: install-dist_docDATA install-pkgconfigDATA \
917	install-vapiDATA
918
919install-dvi: install-dvi-recursive
920
921install-dvi-am:
922
923install-exec-am:
924
925install-html: install-html-recursive
926
927install-html-am:
928
929install-info: install-info-recursive
930
931install-info-am:
932
933install-man:
934
935install-pdf: install-pdf-recursive
936
937install-pdf-am:
938
939install-ps: install-ps-recursive
940
941install-ps-am:
942
943installcheck-am:
944
945maintainer-clean: maintainer-clean-recursive
946	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
947	-rm -rf $(top_srcdir)/autom4te.cache
948	-rm -f Makefile
949maintainer-clean-am: distclean-am maintainer-clean-generic
950
951mostlyclean: mostlyclean-recursive
952
953mostlyclean-am: mostlyclean-generic mostlyclean-libtool
954
955pdf: pdf-recursive
956
957pdf-am:
958
959ps: ps-recursive
960
961ps-am:
962
963uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA \
964	uninstall-vapiDATA
965
966.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
967	cscopelist-recursive ctags-recursive install-am install-strip \
968	tags-recursive
969
970.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
971	all all-am am--refresh check check-am clean clean-cscope \
972	clean-generic clean-libtool cscope cscopelist \
973	cscopelist-recursive ctags ctags-recursive dist dist-all \
974	dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
975	dist-zip distcheck distclean distclean-generic distclean-hdr \
976	distclean-libtool distclean-tags distcleancheck distdir \
977	distuninstallcheck dvi dvi-am html html-am info info-am \
978	install install-am install-data install-data-am \
979	install-dist_docDATA install-dvi install-dvi-am install-exec \
980	install-exec-am install-html install-html-am install-info \
981	install-info-am install-man install-pdf install-pdf-am \
982	install-pkgconfigDATA install-ps install-ps-am install-strip \
983	install-vapiDATA installcheck installcheck-am installdirs \
984	installdirs-am maintainer-clean maintainer-clean-generic \
985	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
986	ps ps-am tags tags-recursive uninstall uninstall-am \
987	uninstall-dist_docDATA uninstall-pkgconfigDATA \
988	uninstall-vapiDATA
989
990
991README:
992	rm -f README
993	$(MAKE) -C doc README
994	ln -s doc/README README
995
996homepage: dist
997	test -d $$HOME/homepage/private
998	mkdir -p $$HOME/homepage/private/projects/libcanberra $$HOME/homepage/private/projects/libcanberra/gtkdoc
999	cp libcanberra-@PACKAGE_VERSION@.tar.xz $$HOME/homepage/private/projects/libcanberra
1000	cp doc/README.html doc/style.css $$HOME/homepage/private/projects/libcanberra
1001	cp -a gtkdoc/html/* $$HOME/homepage/private/projects/libcanberra/gtkdoc
1002	ln -sf README.html $$HOME/homepage/private/projects/libcanberra/index.html
1003
1004.PHONY: homepage
1005
1006# Tell versions [3.59,3.63) of GNU make to not export all variables.
1007# Otherwise a system limit (for SysV at least) may be exceeded.
1008.NOEXPORT:
1009