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