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