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# This file is part of MATE Utils.
18#
19# MATE Utils is free software: you can redistribute it and/or modify
20# it under the terms of the GNU General Public License as published by
21# the Free Software Foundation, either version 2 of the License, or
22# (at your option) any later version.
23#
24# MATE Utils is distributed in the hope that it will be useful,
25# but WITHOUT ANY WARRANTY; without even the implied warranty of
26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27# GNU General Public License for more details.
28#
29# You should have received a copy of the GNU General Public License
30# along with MATE Utils.  If not, see <https://www.gnu.org/licenses/>.
31
32VPATH = @srcdir@
33am__is_gnu_make = { \
34  if test -z '$(MAKELEVEL)'; then \
35    false; \
36  elif test -n '$(MAKE_HOST)'; then \
37    true; \
38  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
39    true; \
40  else \
41    false; \
42  fi; \
43}
44am__make_running_with_option = \
45  case $${target_option-} in \
46      ?) ;; \
47      *) echo "am__make_running_with_option: internal error: invalid" \
48              "target option '$${target_option-}' specified" >&2; \
49         exit 1;; \
50  esac; \
51  has_opt=no; \
52  sane_makeflags=$$MAKEFLAGS; \
53  if $(am__is_gnu_make); then \
54    sane_makeflags=$$MFLAGS; \
55  else \
56    case $$MAKEFLAGS in \
57      *\\[\ \	]*) \
58        bs=\\; \
59        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
60          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
61    esac; \
62  fi; \
63  skip_next=no; \
64  strip_trailopt () \
65  { \
66    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67  }; \
68  for flg in $$sane_makeflags; do \
69    test $$skip_next = yes && { skip_next=no; continue; }; \
70    case $$flg in \
71      *=*|--*) continue;; \
72        -*I) strip_trailopt 'I'; skip_next=yes;; \
73      -*I?*) strip_trailopt 'I';; \
74        -*O) strip_trailopt 'O'; skip_next=yes;; \
75      -*O?*) strip_trailopt 'O';; \
76        -*l) strip_trailopt 'l'; skip_next=yes;; \
77      -*l?*) strip_trailopt 'l';; \
78      -[dEDm]) skip_next=yes;; \
79      -[JT]) skip_next=yes;; \
80    esac; \
81    case $$flg in \
82      *$$target_option*) has_opt=yes; break;; \
83    esac; \
84  done; \
85  test $$has_opt = yes
86am__make_dryrun = (target_option=n; $(am__make_running_with_option))
87am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88pkgdatadir = $(datadir)/@PACKAGE@
89pkgincludedir = $(includedir)/@PACKAGE@
90pkglibdir = $(libdir)/@PACKAGE@
91pkglibexecdir = $(libexecdir)/@PACKAGE@
92am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
93install_sh_DATA = $(install_sh) -c -m 644
94install_sh_PROGRAM = $(install_sh) -c
95install_sh_SCRIPT = $(install_sh) -c
96INSTALL_HEADER = $(INSTALL_DATA)
97transform = $(program_transform_name)
98NORMAL_INSTALL = :
99PRE_INSTALL = :
100POST_INSTALL = :
101NORMAL_UNINSTALL = :
102PRE_UNINSTALL = :
103POST_UNINSTALL = :
104build_triplet = @build@
105host_triplet = @host@
106@BUILD_GDICT_APPLET_TRUE@am__append_1 = dictionary-applet-menu.xml
107subdir = mate-dictionary/data
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
110	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \
111	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
112	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
113	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
114	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
117	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/config.h
123CONFIG_CLEAN_FILES = org.mate.dictionary.gschema.xml
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137SOURCES =
138DIST_SOURCES =
139am__can_run_installinfo = \
140  case $$AM_UPDATE_INFO_DIR in \
141    n|no|NO) false;; \
142    *) (install-info --version) >/dev/null 2>&1;; \
143  esac
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171man1dir = $(mandir)/man1
172am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(appdatadir)" \
173	"$(DESTDIR)$(appletdir)" "$(DESTDIR)$(builderdir)" \
174	"$(DESTDIR)$(dictsourcedir)" "$(DESTDIR)$(gdictappdir)" \
175	"$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
176NROFF = nroff
177MANS = $(man_MANS)
178DATA = $(appdata_DATA) $(applet_DATA) $(builder_DATA) \
179	$(dictsource_DATA) $(gdictapp_DATA) $(service_DATA) $(ui_DATA)
180am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181am__DIST_COMMON = $(srcdir)/Makefile.in \
182	$(srcdir)/org.mate.dictionary.gschema.xml.in
183DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184ACLOCAL = @ACLOCAL@
185ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
186AMTAR = @AMTAR@
187AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188APPLET_CFLAGS = @APPLET_CFLAGS@
189APPLET_LIBS = @APPLET_LIBS@
190AR = @AR@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195CC = @CC@
196CCDEPMODE = @CCDEPMODE@
197CFLAGS = @CFLAGS@
198CPP = @CPP@
199CPPFLAGS = @CPPFLAGS@
200CXX = @CXX@
201CXXCPP = @CXXCPP@
202CXXDEPMODE = @CXXDEPMODE@
203CXXFLAGS = @CXXFLAGS@
204CYGPATH_W = @CYGPATH_W@
205DEFS = @DEFS@
206DEPDIR = @DEPDIR@
207DLLTOOL = @DLLTOOL@
208DSYMUTIL = @DSYMUTIL@
209DUMPBIN = @DUMPBIN@
210ECHO_C = @ECHO_C@
211ECHO_N = @ECHO_N@
212ECHO_T = @ECHO_T@
213EGREP = @EGREP@
214EXEEXT = @EXEEXT@
215FGREP = @FGREP@
216GDICT_DEBUG_CFLAGS = @GDICT_DEBUG_CFLAGS@
217GDICT_MAJOR_VERSION = @GDICT_MAJOR_VERSION@
218GDICT_MICRO_VERSION = @GDICT_MICRO_VERSION@
219GDICT_MINOR_VERSION = @GDICT_MINOR_VERSION@
220GDICT_VERSION = @GDICT_VERSION@
221GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
222GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
223GIO_CFLAGS = @GIO_CFLAGS@
224GIO_LIBS = @GIO_LIBS@
225GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
226GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
227GLIB_CFLAGS = @GLIB_CFLAGS@
228GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
229GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
230GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
231GLIB_LIBS = @GLIB_LIBS@
232GLIB_MKENUMS = @GLIB_MKENUMS@
233GMSGFMT = @GMSGFMT@
234GMSGFMT_015 = @GMSGFMT_015@
235GREP = @GREP@
236GREP_COMMAND = @GREP_COMMAND@
237GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
238GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
239GTHREAD_LIBS = @GTHREAD_LIBS@
240GTKDOC_CHECK = @GTKDOC_CHECK@
241GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
242GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
243GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
244GTKDOC_MKPDF = @GTKDOC_MKPDF@
245GTKDOC_REBASE = @GTKDOC_REBASE@
246GTK_CFLAGS = @GTK_CFLAGS@
247GTK_LIBS = @GTK_LIBS@
248GTK_REQUIRED = @GTK_REQUIRED@
249HELP_DIR = @HELP_DIR@
250HTML_DIR = @HTML_DIR@
251INKSCAPE = @INKSCAPE@
252INSTALL = @INSTALL@
253INSTALL_DATA = @INSTALL_DATA@
254INSTALL_PROGRAM = @INSTALL_PROGRAM@
255INSTALL_SCRIPT = @INSTALL_SCRIPT@
256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257INTLLIBS = @INTLLIBS@
258INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
259ITSTOOL = @ITSTOOL@
260LD = @LD@
261LDFLAGS = @LDFLAGS@
262LIBCANBERRA_GTK_CFLAGS = @LIBCANBERRA_GTK_CFLAGS@
263LIBCANBERRA_GTK_LIBS = @LIBCANBERRA_GTK_LIBS@
264LIBEGG_CFLAGS = @LIBEGG_CFLAGS@
265LIBEGG_LIBS = @LIBEGG_LIBS@
266LIBGDICT_CFLAGS = @LIBGDICT_CFLAGS@
267LIBGDICT_LIBS = @LIBGDICT_LIBS@
268LIBGDICT_LT_VERSION = @LIBGDICT_LT_VERSION@
269LIBGTOP_CFLAGS = @LIBGTOP_CFLAGS@
270LIBGTOP_LIBS = @LIBGTOP_LIBS@
271LIBICONV = @LIBICONV@
272LIBINTL = @LIBINTL@
273LIBOBJS = @LIBOBJS@
274LIBS = @LIBS@
275LIBTOOL = @LIBTOOL@
276LIPO = @LIPO@
277LN_S = @LN_S@
278LTLIBICONV = @LTLIBICONV@
279LTLIBINTL = @LTLIBINTL@
280LTLIBOBJS = @LTLIBOBJS@
281LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282MAKEINFO = @MAKEINFO@
283MANIFEST_TOOL = @MANIFEST_TOOL@
284MKDIR_P = @MKDIR_P@
285MSGFMT = @MSGFMT@
286MSGMERGE = @MSGMERGE@
287MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
288NM = @NM@
289NMEDIT = @NMEDIT@
290OBJDUMP = @OBJDUMP@
291OBJEXT = @OBJEXT@
292OTOOL = @OTOOL@
293OTOOL64 = @OTOOL64@
294PACKAGE = @PACKAGE@
295PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
296PACKAGE_NAME = @PACKAGE_NAME@
297PACKAGE_STRING = @PACKAGE_STRING@
298PACKAGE_TARNAME = @PACKAGE_TARNAME@
299PACKAGE_URL = @PACKAGE_URL@
300PACKAGE_VERSION = @PACKAGE_VERSION@
301PATH_SEPARATOR = @PATH_SEPARATOR@
302PKG_CONFIG = @PKG_CONFIG@
303PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
304PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
305POSUB = @POSUB@
306RANLIB = @RANLIB@
307RSVG_CONVERT = @RSVG_CONVERT@
308SED = @SED@
309SET_MAKE = @SET_MAKE@
310SHELL = @SHELL@
311STRIP = @STRIP@
312UDISKS2_CFLAGS = @UDISKS2_CFLAGS@
313UDISKS2_LIBS = @UDISKS2_LIBS@
314USE_NLS = @USE_NLS@
315VERSION = @VERSION@
316WARN_CFLAGS = @WARN_CFLAGS@
317XGETTEXT = @XGETTEXT@
318XGETTEXT_015 = @XGETTEXT_015@
319XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
320XMKMF = @XMKMF@
321XMLLINT = @XMLLINT@
322XSHAPE_CFLAGS = @XSHAPE_CFLAGS@
323XSHAPE_LIBS = @XSHAPE_LIBS@
324X_CFLAGS = @X_CFLAGS@
325X_EXTRA_LIBS = @X_EXTRA_LIBS@
326X_LIBS = @X_LIBS@
327X_PRE_LIBS = @X_PRE_LIBS@
328YELP_LC_DIST = @YELP_LC_DIST@
329YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
330Z_LIBS = @Z_LIBS@
331abs_builddir = @abs_builddir@
332abs_srcdir = @abs_srcdir@
333abs_top_builddir = @abs_top_builddir@
334abs_top_srcdir = @abs_top_srcdir@
335ac_ct_AR = @ac_ct_AR@
336ac_ct_CC = @ac_ct_CC@
337ac_ct_CXX = @ac_ct_CXX@
338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339am__include = @am__include@
340am__leading_dot = @am__leading_dot@
341am__quote = @am__quote@
342am__tar = @am__tar@
343am__untar = @am__untar@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351datadir = @datadir@
352datarootdir = @datarootdir@
353docdir = @docdir@
354dvidir = @dvidir@
355exec_prefix = @exec_prefix@
356gsettingsschemadir = @gsettingsschemadir@
357host = @host@
358host_alias = @host_alias@
359host_cpu = @host_cpu@
360host_os = @host_os@
361host_vendor = @host_vendor@
362htmldir = @htmldir@
363includedir = @includedir@
364infodir = @infodir@
365install_sh = @install_sh@
366libdir = @libdir@
367libexecdir = @libexecdir@
368localedir = @localedir@
369localstatedir = @localstatedir@
370mandir = @mandir@
371mkdir_p = @mkdir_p@
372oldincludedir = @oldincludedir@
373pdfdir = @pdfdir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377runstatedir = @runstatedir@
378sbindir = @sbindir@
379sharedstatedir = @sharedstatedir@
380srcdir = @srcdir@
381sysconfdir = @sysconfdir@
382target_alias = @target_alias@
383top_build_prefix = @top_build_prefix@
384top_builddir = @top_builddir@
385top_srcdir = @top_srcdir@
386NULL =
387man_MANS = mate-dictionary.1
388gdictappdir = $(datadir)/applications
389gdictapp_in_files = mate-dictionary.desktop.in
390gdictapp_DATA = $(gdictapp_in_files:.desktop.in=.desktop)
391
392# dictionary sources definitions
393dictsourcedir = $(datadir)/mate-dict/sources
394dictsource_in_files = \
395	default.desktop.in \
396	thai.desktop.in \
397	$(NULL)
398
399dictsource_DATA = $(dictsource_in_files:.desktop.in=.desktop)
400builderdir = $(datadir)/mate-dictionary
401builder_DATA = \
402	mate-dictionary-preferences.ui	\
403	mate-dictionary-source.ui	\
404	$(NULL)
405
406uidir = $(datadir)/mate-dictionary
407ui_DATA = mate-dictionary-ui.xml $(am__append_1)
408
409# applet file, dbus service, and menu definition
410@BUILD_GDICT_APPLET_TRUE@appletdir = $(datadir)/mate-panel/applets
411@BUILD_GDICT_APPLET_TRUE@applet_in_files = org.mate.DictionaryApplet.mate-panel-applet.desktop.in
412@BUILD_GDICT_APPLET_TRUE@applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet)
413@BUILD_GDICT_APPLET_TRUE@servicedir = $(datadir)/dbus-1/services
414@BUILD_GDICT_APPLET_TRUE@service_in_files = org.mate.panel.applet.DictionaryAppletFactory.service.in
415@BUILD_GDICT_APPLET_TRUE@service_DATA = $(service_in_files:.service.in=.service)
416appdatadir = $(datadir)/metainfo
417appdata_in_files = mate-dictionary.appdata.xml.in
418appdata_DATA = $(appdata_in_files:.xml.in=.xml)
419gsettings_SCHEMAS = org.mate.dictionary.gschema.xml
420EXTRA_DIST = \
421	$(applet_in_files).in \
422	$(service_in_files) \
423	$(gdictapp_in_files).in \
424	$(dictsource_in_files) \
425	$(man_MANS) \
426	$(appdata_in_files) \
427	$(builder_DATA) \
428	$(ui_DATA) \
429	$(NULL)
430
431CLEANFILES = \
432	$(applet_DATA) \
433	$(applet_DATA).in \
434	$(applet_in_files) \
435	$(service_DATA) \
436	$(dictsource_DATA) \
437	$(gdictapp_in_files) \
438	$(gdictapp_DATA) \
439	$(gsettings_SCHEMAS) \
440	mate-dictionary.appdata.xml \
441	$(NULL)
442
443all: all-am
444
445.SUFFIXES:
446$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
447	@for dep in $?; do \
448	  case '$(am__configure_deps)' in \
449	    *$$dep*) \
450	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
451	        && { if test -f $@; then exit 0; else break; fi; }; \
452	      exit 1;; \
453	  esac; \
454	done; \
455	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mate-dictionary/data/Makefile'; \
456	$(am__cd) $(top_srcdir) && \
457	  $(AUTOMAKE) --foreign mate-dictionary/data/Makefile
458Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
459	@case '$?' in \
460	  *config.status*) \
461	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
462	  *) \
463	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
464	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
465	esac;
466
467$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
468	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469
470$(top_srcdir)/configure:  $(am__configure_deps)
471	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
473	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474$(am__aclocal_m4_deps):
475org.mate.dictionary.gschema.xml: $(top_builddir)/config.status $(srcdir)/org.mate.dictionary.gschema.xml.in
476	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
477
478mostlyclean-libtool:
479	-rm -f *.lo
480
481clean-libtool:
482	-rm -rf .libs _libs
483install-man1: $(man_MANS)
484	@$(NORMAL_INSTALL)
485	@list1=''; \
486	list2='$(man_MANS)'; \
487	test -n "$(man1dir)" \
488	  && test -n "`echo $$list1$$list2`" \
489	  || exit 0; \
490	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
491	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
492	{ for i in $$list1; do echo "$$i"; done;  \
493	if test -n "$$list2"; then \
494	  for i in $$list2; do echo "$$i"; done \
495	    | sed -n '/\.1[a-z]*$$/p'; \
496	fi; \
497	} | while read p; do \
498	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
499	  echo "$$d$$p"; echo "$$p"; \
500	done | \
501	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
502	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
503	sed 'N;N;s,\n, ,g' | { \
504	list=; while read file base inst; do \
505	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
506	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
507	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
508	  fi; \
509	done; \
510	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
511	while read files; do \
512	  test -z "$$files" || { \
513	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
514	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
515	done; }
516
517uninstall-man1:
518	@$(NORMAL_UNINSTALL)
519	@list=''; test -n "$(man1dir)" || exit 0; \
520	files=`{ for i in $$list; do echo "$$i"; done; \
521	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
522	  sed -n '/\.1[a-z]*$$/p'; \
523	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
524	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
525	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
526install-appdataDATA: $(appdata_DATA)
527	@$(NORMAL_INSTALL)
528	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
529	if test -n "$$list"; then \
530	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
531	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
532	fi; \
533	for p in $$list; do \
534	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
535	  echo "$$d$$p"; \
536	done | $(am__base_list) | \
537	while read files; do \
538	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
539	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
540	done
541
542uninstall-appdataDATA:
543	@$(NORMAL_UNINSTALL)
544	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
545	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
546	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
547install-appletDATA: $(applet_DATA)
548	@$(NORMAL_INSTALL)
549	@list='$(applet_DATA)'; test -n "$(appletdir)" || list=; \
550	if test -n "$$list"; then \
551	  echo " $(MKDIR_P) '$(DESTDIR)$(appletdir)'"; \
552	  $(MKDIR_P) "$(DESTDIR)$(appletdir)" || exit 1; \
553	fi; \
554	for p in $$list; do \
555	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
556	  echo "$$d$$p"; \
557	done | $(am__base_list) | \
558	while read files; do \
559	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appletdir)'"; \
560	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appletdir)" || exit $$?; \
561	done
562
563uninstall-appletDATA:
564	@$(NORMAL_UNINSTALL)
565	@list='$(applet_DATA)'; test -n "$(appletdir)" || list=; \
566	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
567	dir='$(DESTDIR)$(appletdir)'; $(am__uninstall_files_from_dir)
568install-builderDATA: $(builder_DATA)
569	@$(NORMAL_INSTALL)
570	@list='$(builder_DATA)'; test -n "$(builderdir)" || list=; \
571	if test -n "$$list"; then \
572	  echo " $(MKDIR_P) '$(DESTDIR)$(builderdir)'"; \
573	  $(MKDIR_P) "$(DESTDIR)$(builderdir)" || exit 1; \
574	fi; \
575	for p in $$list; do \
576	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
577	  echo "$$d$$p"; \
578	done | $(am__base_list) | \
579	while read files; do \
580	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(builderdir)'"; \
581	  $(INSTALL_DATA) $$files "$(DESTDIR)$(builderdir)" || exit $$?; \
582	done
583
584uninstall-builderDATA:
585	@$(NORMAL_UNINSTALL)
586	@list='$(builder_DATA)'; test -n "$(builderdir)" || list=; \
587	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
588	dir='$(DESTDIR)$(builderdir)'; $(am__uninstall_files_from_dir)
589install-dictsourceDATA: $(dictsource_DATA)
590	@$(NORMAL_INSTALL)
591	@list='$(dictsource_DATA)'; test -n "$(dictsourcedir)" || list=; \
592	if test -n "$$list"; then \
593	  echo " $(MKDIR_P) '$(DESTDIR)$(dictsourcedir)'"; \
594	  $(MKDIR_P) "$(DESTDIR)$(dictsourcedir)" || 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)$(dictsourcedir)'"; \
602	  $(INSTALL_DATA) $$files "$(DESTDIR)$(dictsourcedir)" || exit $$?; \
603	done
604
605uninstall-dictsourceDATA:
606	@$(NORMAL_UNINSTALL)
607	@list='$(dictsource_DATA)'; test -n "$(dictsourcedir)" || list=; \
608	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
609	dir='$(DESTDIR)$(dictsourcedir)'; $(am__uninstall_files_from_dir)
610install-gdictappDATA: $(gdictapp_DATA)
611	@$(NORMAL_INSTALL)
612	@list='$(gdictapp_DATA)'; test -n "$(gdictappdir)" || list=; \
613	if test -n "$$list"; then \
614	  echo " $(MKDIR_P) '$(DESTDIR)$(gdictappdir)'"; \
615	  $(MKDIR_P) "$(DESTDIR)$(gdictappdir)" || 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)$(gdictappdir)'"; \
623	  $(INSTALL_DATA) $$files "$(DESTDIR)$(gdictappdir)" || exit $$?; \
624	done
625
626uninstall-gdictappDATA:
627	@$(NORMAL_UNINSTALL)
628	@list='$(gdictapp_DATA)'; test -n "$(gdictappdir)" || list=; \
629	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
630	dir='$(DESTDIR)$(gdictappdir)'; $(am__uninstall_files_from_dir)
631install-serviceDATA: $(service_DATA)
632	@$(NORMAL_INSTALL)
633	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
634	if test -n "$$list"; then \
635	  echo " $(MKDIR_P) '$(DESTDIR)$(servicedir)'"; \
636	  $(MKDIR_P) "$(DESTDIR)$(servicedir)" || 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)$(servicedir)'"; \
644	  $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
645	done
646
647uninstall-serviceDATA:
648	@$(NORMAL_UNINSTALL)
649	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
650	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
651	dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
652install-uiDATA: $(ui_DATA)
653	@$(NORMAL_INSTALL)
654	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
655	if test -n "$$list"; then \
656	  echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
657	  $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
658	fi; \
659	for p in $$list; do \
660	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
661	  echo "$$d$$p"; \
662	done | $(am__base_list) | \
663	while read files; do \
664	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
665	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
666	done
667
668uninstall-uiDATA:
669	@$(NORMAL_UNINSTALL)
670	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
671	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
672	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
673tags TAGS:
674
675ctags CTAGS:
676
677cscope cscopelist:
678
679
680distdir: $(BUILT_SOURCES)
681	$(MAKE) $(AM_MAKEFLAGS) distdir-am
682
683distdir-am: $(DISTFILES)
684	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
685	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
686	list='$(DISTFILES)'; \
687	  dist_files=`for file in $$list; do echo $$file; done | \
688	  sed -e "s|^$$srcdirstrip/||;t" \
689	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
690	case $$dist_files in \
691	  */*) $(MKDIR_P) `echo "$$dist_files" | \
692			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
693			   sort -u` ;; \
694	esac; \
695	for file in $$dist_files; do \
696	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
697	  if test -d $$d/$$file; then \
698	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
699	    if test -d "$(distdir)/$$file"; then \
700	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701	    fi; \
702	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
703	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
704	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
705	    fi; \
706	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
707	  else \
708	    test -f "$(distdir)/$$file" \
709	    || cp -p $$d/$$file "$(distdir)/$$file" \
710	    || exit 1; \
711	  fi; \
712	done
713check-am: all-am
714check: check-am
715all-am: Makefile $(MANS) $(DATA)
716installdirs:
717	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(appletdir)" "$(DESTDIR)$(builderdir)" "$(DESTDIR)$(dictsourcedir)" "$(DESTDIR)$(gdictappdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"; do \
718	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
719	done
720install: install-am
721install-exec: install-exec-am
722install-data: install-data-am
723uninstall: uninstall-am
724
725install-am: all-am
726	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
727
728installcheck: installcheck-am
729install-strip:
730	if test -z '$(STRIP)'; then \
731	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733	      install; \
734	else \
735	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738	fi
739mostlyclean-generic:
740
741clean-generic:
742	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
743
744distclean-generic:
745	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
746	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
747
748maintainer-clean-generic:
749	@echo "This command is intended for maintainers to use"
750	@echo "it deletes files that may require special tools to rebuild."
751clean: clean-am
752
753clean-am: clean-generic clean-libtool mostlyclean-am
754
755distclean: distclean-am
756	-rm -f Makefile
757distclean-am: clean-am distclean-generic
758
759dvi: dvi-am
760
761dvi-am:
762
763html: html-am
764
765html-am:
766
767info: info-am
768
769info-am:
770
771install-data-am: install-appdataDATA install-appletDATA \
772	install-builderDATA install-dictsourceDATA \
773	install-gdictappDATA install-man install-serviceDATA \
774	install-uiDATA
775
776install-dvi: install-dvi-am
777
778install-dvi-am:
779
780install-exec-am:
781
782install-html: install-html-am
783
784install-html-am:
785
786install-info: install-info-am
787
788install-info-am:
789
790install-man: install-man1
791
792install-pdf: install-pdf-am
793
794install-pdf-am:
795
796install-ps: install-ps-am
797
798install-ps-am:
799
800installcheck-am:
801
802maintainer-clean: maintainer-clean-am
803	-rm -f Makefile
804maintainer-clean-am: distclean-am maintainer-clean-generic
805
806mostlyclean: mostlyclean-am
807
808mostlyclean-am: mostlyclean-generic mostlyclean-libtool
809
810pdf: pdf-am
811
812pdf-am:
813
814ps: ps-am
815
816ps-am:
817
818uninstall-am: uninstall-appdataDATA uninstall-appletDATA \
819	uninstall-builderDATA uninstall-dictsourceDATA \
820	uninstall-gdictappDATA uninstall-man uninstall-serviceDATA \
821	uninstall-uiDATA
822
823uninstall-man: uninstall-man1
824
825.MAKE: install-am install-strip
826
827.PHONY: all all-am check check-am clean clean-generic clean-libtool \
828	cscopelist-am ctags-am distclean distclean-generic \
829	distclean-libtool distdir dvi dvi-am html html-am info info-am \
830	install install-am install-appdataDATA install-appletDATA \
831	install-builderDATA install-data install-data-am \
832	install-dictsourceDATA install-dvi install-dvi-am install-exec \
833	install-exec-am install-gdictappDATA install-html \
834	install-html-am install-info install-info-am install-man \
835	install-man1 install-pdf install-pdf-am install-ps \
836	install-ps-am install-serviceDATA install-strip install-uiDATA \
837	installcheck installcheck-am installdirs maintainer-clean \
838	maintainer-clean-generic mostlyclean mostlyclean-generic \
839	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
840	uninstall-am uninstall-appdataDATA uninstall-appletDATA \
841	uninstall-builderDATA uninstall-dictsourceDATA \
842	uninstall-gdictappDATA uninstall-man uninstall-man1 \
843	uninstall-serviceDATA uninstall-uiDATA
844
845.PRECIOUS: Makefile
846
847
848$(gdictapp_in_files): $(gdictapp_in_files:.desktop.in=.desktop.in.in)
849	$(AM_V_GEN)sed -e "s|\@VERSION\@|@VERSION@|" $< > $@
850
851$(gdictapp_DATA): $(gdictapp_in_files)
852@USE_NLS_TRUE@	$(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@
853@USE_NLS_FALSE@	$(AM_V_GEN) cp $< $@
854
855$(dictsource_DATA): $(dictsource_in_files)
856@USE_NLS_TRUE@	$(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@
857@USE_NLS_FALSE@	$(AM_V_GEN) cp $< $@
858
859@BUILD_GDICT_APPLET_TRUE@$(applet_in_files): $(applet_in_files).in Makefile
860@BUILD_GDICT_APPLET_TRUE@	$(AM_V_GEN)sed \
861@BUILD_GDICT_APPLET_TRUE@		-e "s|\@LIBEXECDIR\@|$(libexecdir)|" \
862@BUILD_GDICT_APPLET_TRUE@		$< > $@
863
864@BUILD_GDICT_APPLET_TRUE@$(applet_DATA): $(applet_in_files) Makefile
865@BUILD_GDICT_APPLET_TRUE@@USE_NLS_TRUE@	$(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@
866@BUILD_GDICT_APPLET_TRUE@@USE_NLS_FALSE@	$(AM_V_GEN) cp $< $@
867
868@BUILD_GDICT_APPLET_TRUE@org.mate.panel.applet.DictionaryAppletFactory.service: $(service_in_files)
869@BUILD_GDICT_APPLET_TRUE@	$(AM_V_GEN)sed \
870@BUILD_GDICT_APPLET_TRUE@		-e "s|\@LIBEXECDIR\@|$(libexecdir)|" \
871@BUILD_GDICT_APPLET_TRUE@		$< > $@
872
873$(appdata_DATA): $(appdata_in_files)
874@USE_NLS_TRUE@	$(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
875@USE_NLS_FALSE@	$(AM_V_GEN) cp $< $@
876@GSETTINGS_RULES@
877
878-include $(top_srcdir)/git.mk
879
880# Tell versions [3.59,3.63) of GNU make to not export all variables.
881# Otherwise a system limit (for SysV at least) may be exceeded.
882.NOEXPORT:
883