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