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