1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
17# Process this file with automake to produce Makefile.in
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = data
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
96	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104CONFIG_HEADER = $(top_builddir)/config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122	ctags-recursive dvi-recursive html-recursive info-recursive \
123	install-data-recursive install-dvi-recursive \
124	install-exec-recursive install-html-recursive \
125	install-info-recursive install-pdf-recursive \
126	install-ps-recursive install-recursive installcheck-recursive \
127	installdirs-recursive pdf-recursive ps-recursive \
128	tags-recursive uninstall-recursive
129am__can_run_installinfo = \
130  case $$AM_UPDATE_INFO_DIR in \
131    n|no|NO) false;; \
132    *) (install-info --version) >/dev/null 2>&1;; \
133  esac
134am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135am__vpath_adj = case $$p in \
136    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137    *) f=$$p;; \
138  esac;
139am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140am__install_max = 40
141am__nobase_strip_setup = \
142  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143am__nobase_strip = \
144  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145am__nobase_list = $(am__nobase_strip_setup); \
146  for p in $$list; do echo "$$p $$p"; done | \
147  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149    if (++n[$$2] == $(am__install_max)) \
150      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151    END { for (dir in files) print dir, files[dir] }'
152am__base_list = \
153  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155am__uninstall_files_from_dir = { \
156  test -z "$$files" \
157    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159         $(am__cd) "$$dir" && rm -f $$files; }; \
160  }
161am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" \
162	"$(DESTDIR)$(pkgdatadir)"
163DATA = $(appdata_DATA) $(desktop_DATA) $(pkgdata_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	distdir distdir-am
172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173# Read a list of newline-separated strings from the standard input,
174# and print each of them once, without duplicates.  Input order is
175# *not* preserved.
176am__uniquify_input = $(AWK) '\
177  BEGIN { nonempty = 0; } \
178  { items[$$0] = 1; nonempty = 1; } \
179  END { if (nonempty) { for (i in items) print i; }; } \
180'
181# Make sure the list of sources is unique.  This is necessary because,
182# e.g., the same source file might be shared among _SOURCES variables
183# for different programs/libraries.
184am__define_uniq_tagged_files = \
185  list='$(am__tagged_files)'; \
186  unique=`for i in $$list; do \
187    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188  done | $(am__uniquify_input)`
189ETAGS = etags
190CTAGS = ctags
191DIST_SUBDIRS = $(SUBDIRS)
192am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194am__relativize = \
195  dir0=`pwd`; \
196  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
197  sed_rest='s,^[^/]*/*,,'; \
198  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
199  sed_butlast='s,/*[^/]*$$,,'; \
200  while test -n "$$dir1"; do \
201    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
202    if test "$$first" != "."; then \
203      if test "$$first" = ".."; then \
204        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
205        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
206      else \
207        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
208        if test "$$first2" = "$$first"; then \
209          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
210        else \
211          dir2="../$$dir2"; \
212        fi; \
213        dir0="$$dir0"/"$$first"; \
214      fi; \
215    fi; \
216    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
217  done; \
218  reldir="$$dir2"
219ACLOCAL = @ACLOCAL@
220ALL_LINGUAS = @ALL_LINGUAS@
221AMTAR = @AMTAR@
222AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
223AR = @AR@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228CAIRO_CFLAGS = @CAIRO_CFLAGS@
229CAIRO_LIBS = @CAIRO_LIBS@
230CC = @CC@
231CCDEPMODE = @CCDEPMODE@
232CFLAGS = @CFLAGS@
233CPP = @CPP@
234CPPFLAGS = @CPPFLAGS@
235CXX = @CXX@
236CXXCPP = @CXXCPP@
237CXXDEPMODE = @CXXDEPMODE@
238CXXFLAGS = @CXXFLAGS@
239CYGPATH_W = @CYGPATH_W@
240DEFS = @DEFS@
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249EXEEXT = @EXEEXT@
250FGREP = @FGREP@
251GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
252GMSGFMT = @GMSGFMT@
253GREP = @GREP@
254GTK_CFLAGS = @GTK_CFLAGS@
255GTK_LIBS = @GTK_LIBS@
256INSTALL = @INSTALL@
257INSTALL_DATA = @INSTALL_DATA@
258INSTALL_PROGRAM = @INSTALL_PROGRAM@
259INSTALL_SCRIPT = @INSTALL_SCRIPT@
260INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
262INTLTOOL_MERGE = @INTLTOOL_MERGE@
263INTLTOOL_PERL = @INTLTOOL_PERL@
264INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
265INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
266INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
267INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
268INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
269LD = @LD@
270LDFLAGS = @LDFLAGS@
271LIBOBJS = @LIBOBJS@
272LIBS = @LIBS@
273LIBTOOL = @LIBTOOL@
274LIPO = @LIPO@
275LN_S = @LN_S@
276LTLIBOBJS = @LTLIBOBJS@
277LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
278MAKEINFO = @MAKEINFO@
279MANIFEST_TOOL = @MANIFEST_TOOL@
280MKDIR_P = @MKDIR_P@
281MSGFMT = @MSGFMT@
282MSGMERGE = @MSGMERGE@
283NM = @NM@
284NMEDIT = @NMEDIT@
285OBJDUMP = @OBJDUMP@
286OBJEXT = @OBJEXT@
287OTOOL = @OTOOL@
288OTOOL64 = @OTOOL64@
289PACKAGE = @PACKAGE@
290PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
291PACKAGE_NAME = @PACKAGE_NAME@
292PACKAGE_STRING = @PACKAGE_STRING@
293PACKAGE_TARNAME = @PACKAGE_TARNAME@
294PACKAGE_URL = @PACKAGE_URL@
295PACKAGE_VERSION = @PACKAGE_VERSION@
296PANGO_CFLAGS = @PANGO_CFLAGS@
297PANGO_LIBS = @PANGO_LIBS@
298PATH_SEPARATOR = @PATH_SEPARATOR@
299PKG_CONFIG = @PKG_CONFIG@
300PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
301PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
302POW_LIB = @POW_LIB@
303RANLIB = @RANLIB@
304SED = @SED@
305SET_MAKE = @SET_MAKE@
306SHELL = @SHELL@
307STRIP = @STRIP@
308USE_NLS = @USE_NLS@
309VERSION = @VERSION@
310XGETTEXT = @XGETTEXT@
311abs_builddir = @abs_builddir@
312abs_srcdir = @abs_srcdir@
313abs_top_builddir = @abs_top_builddir@
314abs_top_srcdir = @abs_top_srcdir@
315ac_ct_AR = @ac_ct_AR@
316ac_ct_CC = @ac_ct_CC@
317ac_ct_CXX = @ac_ct_CXX@
318ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319am__include = @am__include@
320am__leading_dot = @am__leading_dot@
321am__quote = @am__quote@
322am__tar = @am__tar@
323am__untar = @am__untar@
324bindir = @bindir@
325build = @build@
326build_alias = @build_alias@
327build_cpu = @build_cpu@
328build_os = @build_os@
329build_vendor = @build_vendor@
330builddir = @builddir@
331datadir = @datadir@
332datarootdir = @datarootdir@
333docdir = @docdir@
334dvidir = @dvidir@
335exec_prefix = @exec_prefix@
336host = @host@
337host_alias = @host_alias@
338host_cpu = @host_cpu@
339host_os = @host_os@
340host_vendor = @host_vendor@
341htmldir = @htmldir@
342includedir = @includedir@
343infodir = @infodir@
344install_sh = @install_sh@
345intltool__v_merge_options_ = @intltool__v_merge_options_@
346intltool__v_merge_options_0 = @intltool__v_merge_options_0@
347libdir = @libdir@
348libexecdir = @libexecdir@
349localedir = @localedir@
350localstatedir = @localstatedir@
351mandir = @mandir@
352mkdir_p = @mkdir_p@
353oldincludedir = @oldincludedir@
354pdfdir = @pdfdir@
355prefix = @prefix@
356program_transform_name = @program_transform_name@
357psdir = @psdir@
358runstatedir = @runstatedir@
359sbindir = @sbindir@
360sharedstatedir = @sharedstatedir@
361srcdir = @srcdir@
362sysconfdir = @sysconfdir@
363target_alias = @target_alias@
364top_build_prefix = @top_build_prefix@
365top_builddir = @top_builddir@
366top_srcdir = @top_srcdir@
367SUBDIRS = icons
368klavaro_data = \
369	klavaro.glade \
370	klavaro_icon.png \
371	altcolor.ini\
372	altcolor.png \
373	fluid.png \
374	go_www.png \
375	key.png \
376	other.png \
377	progress.png \
378	top10.png \
379	hands_0.png \
380	hands_1.png \
381	hands_2.png \
382	hands_3.png \
383	hands_4.png \
384	hands_5.png \
385	hands_6.png \
386	hands_7.png \
387	hands_8.png \
388	hands_9.png \
389	basic_lessons.txt \
390	fingers_position.txt \
391	alphagrip5_us.kbd \
392	azerty_be.kbd \
393	azerty_fr.kbd \
394	azerty_fr_ibook.kbd \
395	colemak_us.kbd \
396 	dubeolsik_kr.kbd \
397	dvorak_bg.kbd \
398	dvorak_br_nativo.kbd \
399	dvorak_br_us.kbd \
400	dvorak_ca_fr.kbd \
401	dvorak_de_adnw.kbd \
402	dvorak_de_bone.kbd \
403	dvorak_de_neo2.kbd \
404	dvorak_eo_eurokeys.kbd \
405	dvorak_eo_nativo.kbd \
406	dvorak_eo_uk.kbd \
407	dvorak_es_us.kbd \
408	dvorak_es_nativo.kbd \
409	dvorak_fr.kbd \
410	dvorak_fr_bepo.kbd \
411	dvorak_se_us.kbd \
412	dvorak_tr_F.kbd \
413	dvorak_uk.kbd \
414	dvorak_us.kbd \
415	dvorak_us_left.kbd \
416	dvorak_us_rigth.kbd \
417	dvorak_us_prog.kbd \
418	gurmukhi_in_jhelum.kbd \
419	gurmukhi_pk_jhelum.kbd \
420	gurmukhi_pk_jhelumShift.kbd \
421	jtsuken_kk.kbd \
422	jtsuken_ru.kbd \
423	jtsuken_ru_typewriter.kbd \
424	jtsuken_ua.kbd \
425	qwerty_ar.kbd \
426	qwerty_bg.kbd \
427	qwerty_bg_2.kbd \
428 	qwerty_bo.kbd \
429	qwerty_br.kbd \
430	qwerty_br_abnt2.kbd \
431	qwerty_ca_multling.kbd \
432	qwerty_ca_quebec.kbd \
433	qwerty_cn_us.kbd \
434	qwerty_cz.kbd \
435	qwerty_dk.kbd \
436	qwerty_gr.kbd \
437	qwerty_gr_old.kbd \
438	qwerty_es.kbd \
439	qwerty_il.kbd \
440	qwerty_il_old.kbd \
441	qwerty_in.kbd \
442	qwerty_it.kbd \
443	qwerty_jp.kbd \
444	qwerty_no.kbd \
445	qwerty_pt.kbd \
446	qwerty_se.kbd \
447	qwerty_sk.kbd \
448	qwerty_tr.kbd \
449	qwerty_uk.kbd \
450	qwerty_us.kbd \
451	qwerty_us_2.kbd \
452	qwerty_pk_crulp.kbd \
453	qwerty_pk_nla.kbd \
454	qwerty_pl_us.kbd \
455	qwertz_ch_fr.kbd \
456	qwertz_ch_de.kbd \
457	qwertz_cz.kbd \
458	qwertz_de.kbd \
459	qwertz_hr.kbd \
460	qwertz_hu.kbd \
461	qwertz_pl.kbd \
462	qwertz_rs.kbd \
463	qwertz_si.kbd \
464	workman_us.kbd \
465	C.words \
466	C.paragraphs \
467	ar.words \
468	ar.paragraphs \
469	bg.words \
470	bg.paragraphs \
471	bn.words \
472	bn.paragraphs \
473 	bo.words \
474 	bo.paragraphs \
475	ca.words \
476	ca.paragraphs \
477	cs.words \
478	cs.paragraphs \
479	da.words \
480	da.paragraphs \
481	de.words \
482	de.paragraphs \
483	el.words \
484	el.paragraphs \
485	fi.words \
486	fi.paragraphs \
487	en_GB.words \
488	en_GB.paragraphs \
489	eo.words \
490	eo.paragraphs \
491	es.words \
492	es.paragraphs \
493	eu.words \
494	eu.paragraphs \
495	fr.words \
496	fr.paragraphs \
497	gl.words \
498	gl.paragraphs \
499	hr.words \
500	hr.paragraphs \
501	hu.words \
502	hu.paragraphs \
503	it.words \
504	it.paragraphs \
505	kk.words \
506	kk.paragraphs \
507 	ko.words \
508 	ko.paragraphs \
509	nb.words \
510	nb.paragraphs \
511	nl.words \
512	nl.paragraphs \
513	pa.words \
514	pa.paragraphs \
515	pl.words \
516	pl.paragraphs \
517	pt_BR.words \
518	pt_BR.paragraphs \
519	pt_PT.words \
520	pt_PT.paragraphs \
521	ru.words \
522	ru.paragraphs \
523	sr.words \
524	sr.paragraphs \
525	sl.words \
526	sl.paragraphs \
527	sv.words \
528	sv.paragraphs \
529	uk.words \
530	uk.paragraphs \
531	ur.words \
532	ur.paragraphs \
533	vi.words \
534	vi.paragraphs
535
536pkgdata_DATA = $(klavaro_data)
537@IS_WIN_FALSE@EXTRA_DIST = $(klavaro_data) \
538@IS_WIN_FALSE@	     $(desktop_in_file) \
539@IS_WIN_FALSE@	     $(appdata_in_files)
540
541@IS_WIN_TRUE@EXTRA_DIST = $(klavaro_data)
542@IS_WIN_FALSE@desktopdir = $(datarootdir)/applications
543@IS_WIN_FALSE@desktop_in_file = klavaro.desktop.in
544@IS_WIN_FALSE@desktop_DATA = $(desktop_in_file:.desktop.in=.desktop)
545@IS_WIN_FALSE@appdatadir = $(datarootdir)/appdata
546@IS_WIN_FALSE@appdata_in_files = klavaro.appdata.xml.in
547@IS_WIN_FALSE@appdata_DATA = $(appdata_in_files:.xml.in=.xml)
548@IS_WIN_FALSE@DISTCLEANFILES = $(desktop_DATA) \
549@IS_WIN_FALSE@                 $(appdata_DATA)
550
551all: all-recursive
552
553.SUFFIXES:
554$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
555	@for dep in $?; do \
556	  case '$(am__configure_deps)' in \
557	    *$$dep*) \
558	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
559	        && { if test -f $@; then exit 0; else break; fi; }; \
560	      exit 1;; \
561	  esac; \
562	done; \
563	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
564	$(am__cd) $(top_srcdir) && \
565	  $(AUTOMAKE) --gnu data/Makefile
566Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
567	@case '$?' in \
568	  *config.status*) \
569	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
570	  *) \
571	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
572	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
573	esac;
574
575$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
576	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
577
578$(top_srcdir)/configure:  $(am__configure_deps)
579	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
580$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
581	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
582$(am__aclocal_m4_deps):
583
584mostlyclean-libtool:
585	-rm -f *.lo
586
587clean-libtool:
588	-rm -rf .libs _libs
589install-appdataDATA: $(appdata_DATA)
590	@$(NORMAL_INSTALL)
591	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
592	if test -n "$$list"; then \
593	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
594	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
595	fi; \
596	for p in $$list; do \
597	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
598	  echo "$$d$$p"; \
599	done | $(am__base_list) | \
600	while read files; do \
601	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
602	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
603	done
604
605uninstall-appdataDATA:
606	@$(NORMAL_UNINSTALL)
607	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
608	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
609	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
610install-desktopDATA: $(desktop_DATA)
611	@$(NORMAL_INSTALL)
612	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
613	if test -n "$$list"; then \
614	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
615	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
616	fi; \
617	for p in $$list; do \
618	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
619	  echo "$$d$$p"; \
620	done | $(am__base_list) | \
621	while read files; do \
622	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
623	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
624	done
625
626uninstall-desktopDATA:
627	@$(NORMAL_UNINSTALL)
628	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
629	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
630	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
631install-pkgdataDATA: $(pkgdata_DATA)
632	@$(NORMAL_INSTALL)
633	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
634	if test -n "$$list"; then \
635	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
636	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
637	fi; \
638	for p in $$list; do \
639	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
640	  echo "$$d$$p"; \
641	done | $(am__base_list) | \
642	while read files; do \
643	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
644	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
645	done
646
647uninstall-pkgdataDATA:
648	@$(NORMAL_UNINSTALL)
649	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
650	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
651	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
652
653# This directory's subdirectories are mostly independent; you can cd
654# into them and run 'make' without going through this Makefile.
655# To change the values of 'make' variables: instead of editing Makefiles,
656# (1) if the variable is set in 'config.status', edit 'config.status'
657#     (which will cause the Makefiles to be regenerated when you run 'make');
658# (2) otherwise, pass the desired values on the 'make' command line.
659$(am__recursive_targets):
660	@fail=; \
661	if $(am__make_keepgoing); then \
662	  failcom='fail=yes'; \
663	else \
664	  failcom='exit 1'; \
665	fi; \
666	dot_seen=no; \
667	target=`echo $@ | sed s/-recursive//`; \
668	case "$@" in \
669	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
670	  *) list='$(SUBDIRS)' ;; \
671	esac; \
672	for subdir in $$list; do \
673	  echo "Making $$target in $$subdir"; \
674	  if test "$$subdir" = "."; then \
675	    dot_seen=yes; \
676	    local_target="$$target-am"; \
677	  else \
678	    local_target="$$target"; \
679	  fi; \
680	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
681	  || eval $$failcom; \
682	done; \
683	if test "$$dot_seen" = "no"; then \
684	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
685	fi; test -z "$$fail"
686
687ID: $(am__tagged_files)
688	$(am__define_uniq_tagged_files); mkid -fID $$unique
689tags: tags-recursive
690TAGS: tags
691
692tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
693	set x; \
694	here=`pwd`; \
695	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
696	  include_option=--etags-include; \
697	  empty_fix=.; \
698	else \
699	  include_option=--include; \
700	  empty_fix=; \
701	fi; \
702	list='$(SUBDIRS)'; for subdir in $$list; do \
703	  if test "$$subdir" = .; then :; else \
704	    test ! -f $$subdir/TAGS || \
705	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
706	  fi; \
707	done; \
708	$(am__define_uniq_tagged_files); \
709	shift; \
710	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
711	  test -n "$$unique" || unique=$$empty_fix; \
712	  if test $$# -gt 0; then \
713	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
714	      "$$@" $$unique; \
715	  else \
716	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
717	      $$unique; \
718	  fi; \
719	fi
720ctags: ctags-recursive
721
722CTAGS: ctags
723ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724	$(am__define_uniq_tagged_files); \
725	test -z "$(CTAGS_ARGS)$$unique" \
726	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
727	     $$unique
728
729GTAGS:
730	here=`$(am__cd) $(top_builddir) && pwd` \
731	  && $(am__cd) $(top_srcdir) \
732	  && gtags -i $(GTAGS_ARGS) "$$here"
733cscopelist: cscopelist-recursive
734
735cscopelist-am: $(am__tagged_files)
736	list='$(am__tagged_files)'; \
737	case "$(srcdir)" in \
738	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
739	  *) sdir=$(subdir)/$(srcdir) ;; \
740	esac; \
741	for i in $$list; do \
742	  if test -f "$$i"; then \
743	    echo "$(subdir)/$$i"; \
744	  else \
745	    echo "$$sdir/$$i"; \
746	  fi; \
747	done >> $(top_builddir)/cscope.files
748
749distclean-tags:
750	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
751
752distdir: $(BUILT_SOURCES)
753	$(MAKE) $(AM_MAKEFLAGS) distdir-am
754
755distdir-am: $(DISTFILES)
756	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
757	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
758	list='$(DISTFILES)'; \
759	  dist_files=`for file in $$list; do echo $$file; done | \
760	  sed -e "s|^$$srcdirstrip/||;t" \
761	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
762	case $$dist_files in \
763	  */*) $(MKDIR_P) `echo "$$dist_files" | \
764			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
765			   sort -u` ;; \
766	esac; \
767	for file in $$dist_files; do \
768	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
769	  if test -d $$d/$$file; then \
770	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
771	    if test -d "$(distdir)/$$file"; then \
772	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
773	    fi; \
774	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
775	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
776	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
777	    fi; \
778	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
779	  else \
780	    test -f "$(distdir)/$$file" \
781	    || cp -p $$d/$$file "$(distdir)/$$file" \
782	    || exit 1; \
783	  fi; \
784	done
785	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
786	  if test "$$subdir" = .; then :; else \
787	    $(am__make_dryrun) \
788	      || test -d "$(distdir)/$$subdir" \
789	      || $(MKDIR_P) "$(distdir)/$$subdir" \
790	      || exit 1; \
791	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
792	    $(am__relativize); \
793	    new_distdir=$$reldir; \
794	    dir1=$$subdir; dir2="$(top_distdir)"; \
795	    $(am__relativize); \
796	    new_top_distdir=$$reldir; \
797	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
798	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
799	    ($(am__cd) $$subdir && \
800	      $(MAKE) $(AM_MAKEFLAGS) \
801	        top_distdir="$$new_top_distdir" \
802	        distdir="$$new_distdir" \
803		am__remove_distdir=: \
804		am__skip_length_check=: \
805		am__skip_mode_fix=: \
806	        distdir) \
807	      || exit 1; \
808	  fi; \
809	done
810check-am: all-am
811check: check-recursive
812all-am: Makefile $(DATA)
813installdirs: installdirs-recursive
814installdirs-am:
815	for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pkgdatadir)"; do \
816	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
817	done
818install: install-recursive
819install-exec: install-exec-recursive
820install-data: install-data-recursive
821uninstall: uninstall-recursive
822
823install-am: all-am
824	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
825
826installcheck: installcheck-recursive
827install-strip:
828	if test -z '$(STRIP)'; then \
829	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
830	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831	      install; \
832	else \
833	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
836	fi
837mostlyclean-generic:
838
839clean-generic:
840
841distclean-generic:
842	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
843	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
844	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
845
846maintainer-clean-generic:
847	@echo "This command is intended for maintainers to use"
848	@echo "it deletes files that may require special tools to rebuild."
849clean: clean-recursive
850
851clean-am: clean-generic clean-libtool mostlyclean-am
852
853distclean: distclean-recursive
854	-rm -f Makefile
855distclean-am: clean-am distclean-generic distclean-tags
856
857dvi: dvi-recursive
858
859dvi-am:
860
861html: html-recursive
862
863html-am:
864
865info: info-recursive
866
867info-am:
868
869install-data-am: install-appdataDATA install-desktopDATA \
870	install-pkgdataDATA
871
872install-dvi: install-dvi-recursive
873
874install-dvi-am:
875
876install-exec-am:
877
878install-html: install-html-recursive
879
880install-html-am:
881
882install-info: install-info-recursive
883
884install-info-am:
885
886install-man:
887
888install-pdf: install-pdf-recursive
889
890install-pdf-am:
891
892install-ps: install-ps-recursive
893
894install-ps-am:
895
896installcheck-am:
897
898maintainer-clean: maintainer-clean-recursive
899	-rm -f Makefile
900maintainer-clean-am: distclean-am maintainer-clean-generic
901
902mostlyclean: mostlyclean-recursive
903
904mostlyclean-am: mostlyclean-generic mostlyclean-libtool
905
906pdf: pdf-recursive
907
908pdf-am:
909
910ps: ps-recursive
911
912ps-am:
913
914uninstall-am: uninstall-appdataDATA uninstall-desktopDATA \
915	uninstall-pkgdataDATA
916
917.MAKE: $(am__recursive_targets) install-am install-strip
918
919.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
920	check-am clean clean-generic clean-libtool cscopelist-am ctags \
921	ctags-am distclean distclean-generic distclean-libtool \
922	distclean-tags distdir dvi dvi-am html html-am info info-am \
923	install install-am install-appdataDATA install-data \
924	install-data-am install-desktopDATA install-dvi install-dvi-am \
925	install-exec install-exec-am install-html install-html-am \
926	install-info install-info-am install-man install-pdf \
927	install-pdf-am install-pkgdataDATA install-ps install-ps-am \
928	install-strip installcheck installcheck-am installdirs \
929	installdirs-am maintainer-clean maintainer-clean-generic \
930	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
931	ps ps-am tags tags-am uninstall uninstall-am \
932	uninstall-appdataDATA uninstall-desktopDATA \
933	uninstall-pkgdataDATA
934
935.PRECIOUS: Makefile
936
937@IS_WIN_FALSE@@INTLTOOL_DESKTOP_RULE@
938@IS_WIN_FALSE@@INTLTOOL_XML_RULE@
939
940# Tell versions [3.59,3.63) of GNU make to not export all variables.
941# Otherwise a system limit (for SysV at least) may be exceeded.
942.NOEXPORT:
943