1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = .
81DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/configure $(am__configure_deps) \
84	$(srcdir)/config.h.in ABOUT-NLS COPYING compile config.guess \
85	config.rpath config.sub depcomp install-sh missing
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
88	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
89	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
90	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
91	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
92	$(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96 configure.lineno config.status.lineno
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116	ctags-recursive dvi-recursive html-recursive info-recursive \
117	install-data-recursive install-dvi-recursive \
118	install-exec-recursive install-html-recursive \
119	install-info-recursive install-pdf-recursive \
120	install-ps-recursive install-recursive installcheck-recursive \
121	installdirs-recursive pdf-recursive ps-recursive \
122	tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
129  distclean-recursive maintainer-clean-recursive
130am__recursive_targets = \
131  $(RECURSIVE_TARGETS) \
132  $(RECURSIVE_CLEAN_TARGETS) \
133  $(am__extra_recursive_targets)
134AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
135	cscope distdir dist dist-all distcheck
136am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
137	$(LISP)config.h.in
138# Read a list of newline-separated strings from the standard input,
139# and print each of them once, without duplicates.  Input order is
140# *not* preserved.
141am__uniquify_input = $(AWK) '\
142  BEGIN { nonempty = 0; } \
143  { items[$$0] = 1; nonempty = 1; } \
144  END { if (nonempty) { for (i in items) print i; }; } \
145'
146# Make sure the list of sources is unique.  This is necessary because,
147# e.g., the same source file might be shared among _SOURCES variables
148# for different programs/libraries.
149am__define_uniq_tagged_files = \
150  list='$(am__tagged_files)'; \
151  unique=`for i in $$list; do \
152    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153  done | $(am__uniquify_input)`
154ETAGS = etags
155CTAGS = ctags
156CSCOPE = cscope
157DIST_SUBDIRS = $(SUBDIRS)
158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159distdir = $(PACKAGE)-$(VERSION)
160top_distdir = $(distdir)
161am__remove_distdir = \
162  if test -d "$(distdir)"; then \
163    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
164      && rm -rf "$(distdir)" \
165      || { sleep 5 && rm -rf "$(distdir)"; }; \
166  else :; fi
167am__post_remove_distdir = $(am__remove_distdir)
168am__relativize = \
169  dir0=`pwd`; \
170  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
171  sed_rest='s,^[^/]*/*,,'; \
172  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
173  sed_butlast='s,/*[^/]*$$,,'; \
174  while test -n "$$dir1"; do \
175    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
176    if test "$$first" != "."; then \
177      if test "$$first" = ".."; then \
178        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
179        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
180      else \
181        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
182        if test "$$first2" = "$$first"; then \
183          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
184        else \
185          dir2="../$$dir2"; \
186        fi; \
187        dir0="$$dir0"/"$$first"; \
188      fi; \
189    fi; \
190    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
191  done; \
192  reldir="$$dir2"
193DIST_ARCHIVES = $(distdir).tar.gz
194GZIP_ENV = --best
195DIST_TARGETS = dist-gzip
196distuninstallcheck_listfiles = find . -type f -print
197am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
198  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
199distcleancheck_listfiles = find . -type f -print
200ACLOCAL = @ACLOCAL@
201AMTAR = @AMTAR@
202AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203AUTOCONF = @AUTOCONF@
204AUTOHEADER = @AUTOHEADER@
205AUTOMAKE = @AUTOMAKE@
206AWK = @AWK@
207CC = @CC@
208CCDEPMODE = @CCDEPMODE@
209CFLAGS = @CFLAGS@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CXX = @CXX@
213CXXDEPMODE = @CXXDEPMODE@
214CXXFLAGS = @CXXFLAGS@
215CYGPATH_W = @CYGPATH_W@
216DEFS = @DEFS@
217DEPDIR = @DEPDIR@
218ECHO_C = @ECHO_C@
219ECHO_N = @ECHO_N@
220ECHO_T = @ECHO_T@
221EGREP = @EGREP@
222EXEEXT = @EXEEXT@
223GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
224GMSGFMT = @GMSGFMT@
225GMSGFMT_015 = @GMSGFMT_015@
226GREP = @GREP@
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232INTLLIBS = @INTLLIBS@
233INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
234LDFLAGS = @LDFLAGS@
235LIBICONV = @LIBICONV@
236LIBINTL = @LIBINTL@
237LIBOBJS = @LIBOBJS@
238LIBS = @LIBS@
239LTLIBICONV = @LTLIBICONV@
240LTLIBINTL = @LTLIBINTL@
241LTLIBOBJS = @LTLIBOBJS@
242MAKEINFO = @MAKEINFO@
243MKDIR_P = @MKDIR_P@
244MSGFMT = @MSGFMT@
245MSGFMT_015 = @MSGFMT_015@
246MSGMERGE = @MSGMERGE@
247OBJEXT = @OBJEXT@
248PACKAGE = @PACKAGE@
249PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250PACKAGE_NAME = @PACKAGE_NAME@
251PACKAGE_STRING = @PACKAGE_STRING@
252PACKAGE_TARNAME = @PACKAGE_TARNAME@
253PACKAGE_URL = @PACKAGE_URL@
254PACKAGE_VERSION = @PACKAGE_VERSION@
255PATH_SEPARATOR = @PATH_SEPARATOR@
256PKG_CONFIG = @PKG_CONFIG@
257PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
258PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
259POSUB = @POSUB@
260RANLIB = @RANLIB@
261SET_MAKE = @SET_MAKE@
262SHELL = @SHELL@
263STRIP = @STRIP@
264USE_NLS = @USE_NLS@
265VERSION = @VERSION@
266XGETTEXT = @XGETTEXT@
267XGETTEXT_015 = @XGETTEXT_015@
268XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
269abs_builddir = @abs_builddir@
270abs_srcdir = @abs_srcdir@
271abs_top_builddir = @abs_top_builddir@
272abs_top_srcdir = @abs_top_srcdir@
273ac_ct_CC = @ac_ct_CC@
274ac_ct_CXX = @ac_ct_CXX@
275alsa_CFLAGS = @alsa_CFLAGS@
276alsa_LIBS = @alsa_LIBS@
277am__include = @am__include@
278am__leading_dot = @am__leading_dot@
279am__quote = @am__quote@
280am__tar = @am__tar@
281am__untar = @am__untar@
282bindir = @bindir@
283build = @build@
284build_alias = @build_alias@
285build_cpu = @build_cpu@
286build_os = @build_os@
287build_vendor = @build_vendor@
288builddir = @builddir@
289cddb_CFLAGS = @cddb_CFLAGS@
290cddb_LIBS = @cddb_LIBS@
291cdio_CFLAGS = @cdio_CFLAGS@
292cdio_LIBS = @cdio_LIBS@
293datadir = @datadir@
294datarootdir = @datarootdir@
295debug_LDFLAGS = @debug_LDFLAGS@
296debug_LIBS = @debug_LIBS@
297docdir = @docdir@
298dvidir = @dvidir@
299exec_prefix = @exec_prefix@
300flac_CFLAGS = @flac_CFLAGS@
301flac_LIBS = @flac_LIBS@
302glib_CFLAGS = @glib_CFLAGS@
303glib_LIBS = @glib_LIBS@
304gtk_CFLAGS = @gtk_CFLAGS@
305gtk_LIBS = @gtk_LIBS@
306host = @host@
307host_alias = @host_alias@
308host_cpu = @host_cpu@
309host_os = @host_os@
310host_vendor = @host_vendor@
311htmldir = @htmldir@
312ifp_LIBS = @ifp_LIBS@
313includedir = @includedir@
314infodir = @infodir@
315install_sh = @install_sh@
316jack_LIBS = @jack_LIBS@
317lame_LIBS = @lame_LIBS@
318lavc_CFLAGS = @lavc_CFLAGS@
319lavc_LIBS = @lavc_LIBS@
320libdir = @libdir@
321libexecdir = @libexecdir@
322localedir = @localedir@
323localstatedir = @localstatedir@
324lrdf_CFLAGS = @lrdf_CFLAGS@
325lrdf_LIBS = @lrdf_LIBS@
326lua_CFLAGS = @lua_CFLAGS@
327lua_LIBS = @lua_LIBS@
328mac_LIBS = @mac_LIBS@
329mad_CFLAGS = @mad_CFLAGS@
330mad_LIBS = @mad_LIBS@
331mandir = @mandir@
332mkdir_p = @mkdir_p@
333mod_CFLAGS = @mod_CFLAGS@
334mod_LIBS = @mod_LIBS@
335mpc_LIBS = @mpc_LIBS@
336oldincludedir = @oldincludedir@
337oss_LIBS = @oss_LIBS@
338pdfdir = @pdfdir@
339prefix = @prefix@
340program_transform_name = @program_transform_name@
341psdir = @psdir@
342pulse_CFLAGS = @pulse_CFLAGS@
343pulse_LIBS = @pulse_LIBS@
344sbindir = @sbindir@
345sharedstatedir = @sharedstatedir@
346sndfile_CFLAGS = @sndfile_CFLAGS@
347sndfile_LIBS = @sndfile_LIBS@
348sndio_LIBS = @sndio_LIBS@
349speex_CFLAGS = @speex_CFLAGS@
350speex_LIBS = @speex_LIBS@
351src_CFLAGS = @src_CFLAGS@
352src_LIBS = @src_LIBS@
353srcdir = @srcdir@
354sysconfdir = @sysconfdir@
355target_alias = @target_alias@
356top_build_prefix = @top_build_prefix@
357top_builddir = @top_builddir@
358top_srcdir = @top_srcdir@
359vorbis_CFLAGS = @vorbis_CFLAGS@
360vorbis_LIBS = @vorbis_LIBS@
361vorbisenc_CFLAGS = @vorbisenc_CFLAGS@
362vorbisenc_LIBS = @vorbisenc_LIBS@
363wavpack_CFLAGS = @wavpack_CFLAGS@
364wavpack_LIBS = @wavpack_LIBS@
365winmm_LIBS = @winmm_LIBS@
366xml_CFLAGS = @xml_CFLAGS@
367xml_LIBS = @xml_LIBS@
368ACLOCAL_AMFLAGS = -I m4
369SUBDIRS = doc po skin . src
370EXTRA_DIST = autogen.sh gettext.h ladspa.h src/version.h src/undef_ac_pkg.h
371all: config.h
372	$(MAKE) $(AM_MAKEFLAGS) all-recursive
373
374.SUFFIXES:
375am--refresh: Makefile
376	@:
377$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
378	@for dep in $?; do \
379	  case '$(am__configure_deps)' in \
380	    *$$dep*) \
381	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
382	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
383		&& exit 0; \
384	      exit 1;; \
385	  esac; \
386	done; \
387	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
388	$(am__cd) $(top_srcdir) && \
389	  $(AUTOMAKE) --gnu Makefile
390.PRECIOUS: Makefile
391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392	@case '$?' in \
393	  *config.status*) \
394	    echo ' $(SHELL) ./config.status'; \
395	    $(SHELL) ./config.status;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	$(SHELL) ./config.status --recheck
403
404$(top_srcdir)/configure:  $(am__configure_deps)
405	$(am__cd) $(srcdir) && $(AUTOCONF)
406$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
408$(am__aclocal_m4_deps):
409
410config.h: stamp-h1
411	@test -f $@ || rm -f stamp-h1
412	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
413
414stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
415	@rm -f stamp-h1
416	cd $(top_builddir) && $(SHELL) ./config.status config.h
417$(srcdir)/config.h.in:  $(am__configure_deps)
418	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
419	rm -f stamp-h1
420	touch $@
421
422distclean-hdr:
423	-rm -f config.h stamp-h1
424
425# This directory's subdirectories are mostly independent; you can cd
426# into them and run 'make' without going through this Makefile.
427# To change the values of 'make' variables: instead of editing Makefiles,
428# (1) if the variable is set in 'config.status', edit 'config.status'
429#     (which will cause the Makefiles to be regenerated when you run 'make');
430# (2) otherwise, pass the desired values on the 'make' command line.
431$(am__recursive_targets):
432	@fail=; \
433	if $(am__make_keepgoing); then \
434	  failcom='fail=yes'; \
435	else \
436	  failcom='exit 1'; \
437	fi; \
438	dot_seen=no; \
439	target=`echo $@ | sed s/-recursive//`; \
440	case "$@" in \
441	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
442	  *) list='$(SUBDIRS)' ;; \
443	esac; \
444	for subdir in $$list; do \
445	  echo "Making $$target in $$subdir"; \
446	  if test "$$subdir" = "."; then \
447	    dot_seen=yes; \
448	    local_target="$$target-am"; \
449	  else \
450	    local_target="$$target"; \
451	  fi; \
452	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453	  || eval $$failcom; \
454	done; \
455	if test "$$dot_seen" = "no"; then \
456	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
457	fi; test -z "$$fail"
458
459ID: $(am__tagged_files)
460	$(am__define_uniq_tagged_files); mkid -fID $$unique
461tags: tags-recursive
462TAGS: tags
463
464tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465	set x; \
466	here=`pwd`; \
467	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468	  include_option=--etags-include; \
469	  empty_fix=.; \
470	else \
471	  include_option=--include; \
472	  empty_fix=; \
473	fi; \
474	list='$(SUBDIRS)'; for subdir in $$list; do \
475	  if test "$$subdir" = .; then :; else \
476	    test ! -f $$subdir/TAGS || \
477	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
478	  fi; \
479	done; \
480	$(am__define_uniq_tagged_files); \
481	shift; \
482	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
483	  test -n "$$unique" || unique=$$empty_fix; \
484	  if test $$# -gt 0; then \
485	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486	      "$$@" $$unique; \
487	  else \
488	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489	      $$unique; \
490	  fi; \
491	fi
492ctags: ctags-recursive
493
494CTAGS: ctags
495ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496	$(am__define_uniq_tagged_files); \
497	test -z "$(CTAGS_ARGS)$$unique" \
498	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499	     $$unique
500
501GTAGS:
502	here=`$(am__cd) $(top_builddir) && pwd` \
503	  && $(am__cd) $(top_srcdir) \
504	  && gtags -i $(GTAGS_ARGS) "$$here"
505cscope: cscope.files
506	test ! -s cscope.files \
507	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
508clean-cscope:
509	-rm -f cscope.files
510cscope.files: clean-cscope cscopelist
511cscopelist: cscopelist-recursive
512
513cscopelist-am: $(am__tagged_files)
514	list='$(am__tagged_files)'; \
515	case "$(srcdir)" in \
516	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
517	  *) sdir=$(subdir)/$(srcdir) ;; \
518	esac; \
519	for i in $$list; do \
520	  if test -f "$$i"; then \
521	    echo "$(subdir)/$$i"; \
522	  else \
523	    echo "$$sdir/$$i"; \
524	  fi; \
525	done >> $(top_builddir)/cscope.files
526
527distclean-tags:
528	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
530
531distdir: $(DISTFILES)
532	$(am__remove_distdir)
533	test -d "$(distdir)" || mkdir "$(distdir)"
534	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536	list='$(DISTFILES)'; \
537	  dist_files=`for file in $$list; do echo $$file; done | \
538	  sed -e "s|^$$srcdirstrip/||;t" \
539	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
540	case $$dist_files in \
541	  */*) $(MKDIR_P) `echo "$$dist_files" | \
542			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
543			   sort -u` ;; \
544	esac; \
545	for file in $$dist_files; do \
546	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547	  if test -d $$d/$$file; then \
548	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
549	    if test -d "$(distdir)/$$file"; then \
550	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551	    fi; \
552	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
554	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555	    fi; \
556	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557	  else \
558	    test -f "$(distdir)/$$file" \
559	    || cp -p $$d/$$file "$(distdir)/$$file" \
560	    || exit 1; \
561	  fi; \
562	done
563	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
564	  if test "$$subdir" = .; then :; else \
565	    $(am__make_dryrun) \
566	      || test -d "$(distdir)/$$subdir" \
567	      || $(MKDIR_P) "$(distdir)/$$subdir" \
568	      || exit 1; \
569	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
570	    $(am__relativize); \
571	    new_distdir=$$reldir; \
572	    dir1=$$subdir; dir2="$(top_distdir)"; \
573	    $(am__relativize); \
574	    new_top_distdir=$$reldir; \
575	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
576	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
577	    ($(am__cd) $$subdir && \
578	      $(MAKE) $(AM_MAKEFLAGS) \
579	        top_distdir="$$new_top_distdir" \
580	        distdir="$$new_distdir" \
581		am__remove_distdir=: \
582		am__skip_length_check=: \
583		am__skip_mode_fix=: \
584	        distdir) \
585	      || exit 1; \
586	  fi; \
587	done
588	-test -n "$(am__skip_mode_fix)" \
589	|| find "$(distdir)" -type d ! -perm -755 \
590		-exec chmod u+rwx,go+rx {} \; -o \
591	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
592	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
593	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
594	|| chmod -R a+r "$(distdir)"
595dist-gzip: distdir
596	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
597	$(am__post_remove_distdir)
598
599dist-bzip2: distdir
600	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
601	$(am__post_remove_distdir)
602
603dist-lzip: distdir
604	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
605	$(am__post_remove_distdir)
606
607dist-xz: distdir
608	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
609	$(am__post_remove_distdir)
610
611dist-tarZ: distdir
612	@echo WARNING: "Support for shar distribution archives is" \
613	               "deprecated." >&2
614	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
615	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
616	$(am__post_remove_distdir)
617
618dist-shar: distdir
619	@echo WARNING: "Support for distribution archives compressed with" \
620		       "legacy program 'compress' is deprecated." >&2
621	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
622	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
623	$(am__post_remove_distdir)
624
625dist-zip: distdir
626	-rm -f $(distdir).zip
627	zip -rq $(distdir).zip $(distdir)
628	$(am__post_remove_distdir)
629
630dist dist-all:
631	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
632	$(am__post_remove_distdir)
633
634# This target untars the dist file and tries a VPATH configuration.  Then
635# it guarantees that the distribution is self-contained by making another
636# tarfile.
637distcheck: dist
638	case '$(DIST_ARCHIVES)' in \
639	*.tar.gz*) \
640	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
641	*.tar.bz2*) \
642	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
643	*.tar.lz*) \
644	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
645	*.tar.xz*) \
646	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
647	*.tar.Z*) \
648	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
649	*.shar.gz*) \
650	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
651	*.zip*) \
652	  unzip $(distdir).zip ;;\
653	esac
654	chmod -R a-w $(distdir)
655	chmod u+w $(distdir)
656	mkdir $(distdir)/_build $(distdir)/_inst
657	chmod a-w $(distdir)
658	test -d $(distdir)/_build || exit 0; \
659	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
660	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
661	  && am__cwd=`pwd` \
662	  && $(am__cd) $(distdir)/_build \
663	  && ../configure \
664	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
665	    $(DISTCHECK_CONFIGURE_FLAGS) \
666	    --srcdir=.. --prefix="$$dc_install_base" \
667	  && $(MAKE) $(AM_MAKEFLAGS) \
668	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
669	  && $(MAKE) $(AM_MAKEFLAGS) check \
670	  && $(MAKE) $(AM_MAKEFLAGS) install \
671	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
672	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
673	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
674	        distuninstallcheck \
675	  && chmod -R a-w "$$dc_install_base" \
676	  && ({ \
677	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
678	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
679	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
680	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
681	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
682	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
683	  && rm -rf "$$dc_destdir" \
684	  && $(MAKE) $(AM_MAKEFLAGS) dist \
685	  && rm -rf $(DIST_ARCHIVES) \
686	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
687	  && cd "$$am__cwd" \
688	  || exit 1
689	$(am__post_remove_distdir)
690	@(echo "$(distdir) archives ready for distribution: "; \
691	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
692	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
693distuninstallcheck:
694	@test -n '$(distuninstallcheck_dir)' || { \
695	  echo 'ERROR: trying to run $@ with an empty' \
696	       '$$(distuninstallcheck_dir)' >&2; \
697	  exit 1; \
698	}; \
699	$(am__cd) '$(distuninstallcheck_dir)' || { \
700	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
701	  exit 1; \
702	}; \
703	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
704	   || { echo "ERROR: files left after uninstall:" ; \
705	        if test -n "$(DESTDIR)"; then \
706	          echo "  (check DESTDIR support)"; \
707	        fi ; \
708	        $(distuninstallcheck_listfiles) ; \
709	        exit 1; } >&2
710distcleancheck: distclean
711	@if test '$(srcdir)' = . ; then \
712	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
713	  exit 1 ; \
714	fi
715	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
716	  || { echo "ERROR: files left in build directory after distclean:" ; \
717	       $(distcleancheck_listfiles) ; \
718	       exit 1; } >&2
719check-am: all-am
720check: check-recursive
721all-am: Makefile config.h all-local
722installdirs: installdirs-recursive
723installdirs-am:
724install: install-recursive
725install-exec: install-exec-recursive
726install-data: install-data-recursive
727uninstall: uninstall-recursive
728
729install-am: all-am
730	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
731
732installcheck: installcheck-recursive
733install-strip:
734	if test -z '$(STRIP)'; then \
735	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737	      install; \
738	else \
739	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
742	fi
743mostlyclean-generic:
744
745clean-generic:
746
747distclean-generic:
748	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
749	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
750
751maintainer-clean-generic:
752	@echo "This command is intended for maintainers to use"
753	@echo "it deletes files that may require special tools to rebuild."
754clean: clean-recursive
755
756clean-am: clean-generic mostlyclean-am
757
758distclean: distclean-recursive
759	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
760	-rm -f Makefile
761distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
762
763dvi: dvi-recursive
764
765dvi-am:
766
767html: html-recursive
768
769html-am:
770
771info: info-recursive
772
773info-am:
774
775install-data-am:
776
777install-dvi: install-dvi-recursive
778
779install-dvi-am:
780
781install-exec-am:
782
783install-html: install-html-recursive
784
785install-html-am:
786
787install-info: install-info-recursive
788
789install-info-am:
790
791install-man:
792
793install-pdf: install-pdf-recursive
794
795install-pdf-am:
796
797install-ps: install-ps-recursive
798
799install-ps-am:
800
801installcheck-am:
802
803maintainer-clean: maintainer-clean-recursive
804	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
805	-rm -rf $(top_srcdir)/autom4te.cache
806	-rm -f Makefile
807maintainer-clean-am: distclean-am maintainer-clean-generic
808
809mostlyclean: mostlyclean-recursive
810
811mostlyclean-am: mostlyclean-generic
812
813pdf: pdf-recursive
814
815pdf-am:
816
817ps: ps-recursive
818
819ps-am:
820
821uninstall-am: uninstall-local
822
823.MAKE: $(am__recursive_targets) all install-am install-strip
824
825.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
826	am--refresh check check-am clean clean-cscope clean-generic \
827	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
828	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
829	distcheck distclean distclean-generic distclean-hdr \
830	distclean-tags distcleancheck distdir distuninstallcheck dvi \
831	dvi-am html html-am info info-am install install-am \
832	install-data install-data-am install-dvi install-dvi-am \
833	install-exec install-exec-am install-html install-html-am \
834	install-info install-info-am install-man install-pdf \
835	install-pdf-am install-ps install-ps-am install-strip \
836	installcheck installcheck-am installdirs installdirs-am \
837	maintainer-clean maintainer-clean-generic mostlyclean \
838	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
839	uninstall-am uninstall-local
840
841
842all-local:
843	cd src; \
844	if test -e version.h; then svn1="`cat version.h`"; else svn1=""; fi; \
845	if test -e ../.svn; then svn2="#define AQUALUNG_VERSION \"R-`cd ..; LC_ALL=C svn info | grep '^Revision' | awk '{print $$2}'`\""; else svn2=""; fi; \
846	if test -z "$$svn2" -a -e ../../.svn; then svn2="#define AQUALUNG_VERSION \"R-`cd ../..; LC_ALL=C svn info | grep '^Revision' | awk '{print $$2}'`\""; fi; \
847	if test "$$svn1" -a "$$svn2" -a "$$svn1" != "$$svn2" -o -z "$$svn1" -a "$$svn2"; then echo "$$svn2" > version.h; fi; \
848	if test -z "$$svn1" -a -z "$$svn2"; then echo "#define AQUALUNG_VERSION \"R-???\"" > version.h; fi;
849
850uninstall-local:
851	rm -rf $(pkgdatadir)
852
853# Tell versions [3.59,3.63) of GNU make to not export all variables.
854# Otherwise a system limit (for SysV at least) may be exceeded.
855.NOEXPORT:
856