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