1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = plugins/replaygain
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
94	$(top_srcdir)/m4/gsettings.m4 $(top_srcdir)/m4/gtk-doc.m4 \
95	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
96	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
97	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
98	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
99	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
102	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
103	$(top_srcdir)/m4/yelp.m4 $(top_srcdir)/configure.ac
104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105	$(ACLOCAL_M4)
106DIST_COMMON = $(srcdir)/Makefile.am $(plugin_PYTHON) \
107	$(am__DIST_COMMON)
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/config.h
110CONFIG_CLEAN_FILES =
111CONFIG_CLEAN_VPATH_FILES =
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 =
124SOURCES =
125DIST_SOURCES =
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
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134    *) f=$$p;; \
135  esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__nobase_list = $(am__nobase_strip_setup); \
143  for p in $$list; do echo "$$p $$p"; done | \
144  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146    if (++n[$$2] == $(am__install_max)) \
147      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148    END { for (dir in files) print dir, files[dir] }'
149am__base_list = \
150  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__uninstall_files_from_dir = { \
153  test -z "$$files" \
154    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156         $(am__cd) "$$dir" && rm -f $$files; }; \
157  }
158am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
159am__installdirs = "$(DESTDIR)$(plugindir)" \
160	"$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"
161am__pep3147_tweak = \
162  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
163py_compile = $(top_srcdir)/py-compile
164DATA = $(gtkbuilder_DATA) $(plugin_DATA)
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
167DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168ACLOCAL = @ACLOCAL@
169ALL_LINGUAS = @ALL_LINGUAS@
170AMTAR = @AMTAR@
171AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
172AR = @AR@
173AUTOCONF = @AUTOCONF@
174AUTOHEADER = @AUTOHEADER@
175AUTOMAKE = @AUTOMAKE@
176AWK = @AWK@
177CC = @CC@
178CCDEPMODE = @CCDEPMODE@
179CFLAGS = @CFLAGS@
180CHECK_CFLAGS = @CHECK_CFLAGS@
181CHECK_LIBS = @CHECK_LIBS@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
184CYGPATH_W = @CYGPATH_W@
185DEFS = @DEFS@
186DEPDIR = @DEPDIR@
187DLLTOOL = @DLLTOOL@
188DMAPSHARING_CFLAGS = @DMAPSHARING_CFLAGS@
189DMAPSHARING_LIBS = @DMAPSHARING_LIBS@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
199GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
200GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
201GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
202GMSGFMT = @GMSGFMT@
203GMSGFMT_015 = @GMSGFMT_015@
204GREP = @GREP@
205GRILO_CFLAGS = @GRILO_CFLAGS@
206GRILO_LIBS = @GRILO_LIBS@
207GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
208GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
209GSTREAMER_LIBS = @GSTREAMER_LIBS@
210GTKDOC_CHECK = @GTKDOC_CHECK@
211GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
212GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
213GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
214GTKDOC_MKPDF = @GTKDOC_MKPDF@
215GTKDOC_REBASE = @GTKDOC_REBASE@
216GUDEV_CFLAGS = @GUDEV_CFLAGS@
217GUDEV_LIBS = @GUDEV_LIBS@
218HAVE_LIBBRASERO_MEDIA = @HAVE_LIBBRASERO_MEDIA@
219HELP_DIR = @HELP_DIR@
220HTML_DIR = @HTML_DIR@
221INSTALL = @INSTALL@
222INSTALL_DATA = @INSTALL_DATA@
223INSTALL_PROGRAM = @INSTALL_PROGRAM@
224INSTALL_SCRIPT = @INSTALL_SCRIPT@
225INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226INTLLIBS = @INTLLIBS@
227INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
228INTLTOOL_MERGE = @INTLTOOL_MERGE@
229INTLTOOL_PERL = @INTLTOOL_PERL@
230INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
231INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
232INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
233INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
234INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
235INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
236INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
237INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
238INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
239INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
240INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
241INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
242INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
243INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
244IPOD_CFLAGS = @IPOD_CFLAGS@
245IPOD_LIBS = @IPOD_LIBS@
246ITSTOOL = @ITSTOOL@
247LD = @LD@
248LDFLAGS = @LDFLAGS@
249LIBBRASERO_MEDIA_CFLAGS = @LIBBRASERO_MEDIA_CFLAGS@
250LIBBRASERO_MEDIA_LIBS = @LIBBRASERO_MEDIA_LIBS@
251LIBICONV = @LIBICONV@
252LIBINTL = @LIBINTL@
253LIBOBJS = @LIBOBJS@
254LIBS = @LIBS@
255LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
256LIBSECRET_LIBS = @LIBSECRET_LIBS@
257LIBTOOL = @LIBTOOL@
258LIPO = @LIPO@
259LN_S = @LN_S@
260LTLIBICONV = @LTLIBICONV@
261LTLIBINTL = @LTLIBINTL@
262LTLIBOBJS = @LTLIBOBJS@
263LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
264MAINT = @MAINT@
265MAKEINFO = @MAKEINFO@
266MANIFEST_TOOL = @MANIFEST_TOOL@
267MKDIR_P = @MKDIR_P@
268MSGFMT = @MSGFMT@
269MSGFMT_015 = @MSGFMT_015@
270MSGMERGE = @MSGMERGE@
271MTP_CFLAGS = @MTP_CFLAGS@
272MTP_LIBS = @MTP_LIBS@
273NM = @NM@
274NMEDIT = @NMEDIT@
275NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
276NOTIFY_LIBS = @NOTIFY_LIBS@
277NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
278OBJDUMP = @OBJDUMP@
279OBJEXT = @OBJEXT@
280OTOOL = @OTOOL@
281OTOOL64 = @OTOOL64@
282PACKAGE = @PACKAGE@
283PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284PACKAGE_NAME = @PACKAGE_NAME@
285PACKAGE_STRING = @PACKAGE_STRING@
286PACKAGE_TARNAME = @PACKAGE_TARNAME@
287PACKAGE_URL = @PACKAGE_URL@
288PACKAGE_VERSION = @PACKAGE_VERSION@
289PATH_SEPARATOR = @PATH_SEPARATOR@
290PKG_CONFIG = @PKG_CONFIG@
291PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
292PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
293PLUGINDATADIR = @PLUGINDATADIR@
294PLUGINDIR = @PLUGINDIR@
295PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
296POSUB = @POSUB@
297PYTHON = @PYTHON@
298PYTHON_CFLAGS = @PYTHON_CFLAGS@
299PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
300PYTHON_LIBS = @PYTHON_LIBS@
301PYTHON_PLATFORM = @PYTHON_PLATFORM@
302PYTHON_PREFIX = @PYTHON_PREFIX@
303PYTHON_VERSION = @PYTHON_VERSION@
304PY_LIBSECRET_ENABLED = @PY_LIBSECRET_ENABLED@
305RANLIB = @RANLIB@
306RB_CLIENT_CFLAGS = @RB_CLIENT_CFLAGS@
307RB_CLIENT_LIBS = @RB_CLIENT_LIBS@
308RHYTHMBOX_CFLAGS = @RHYTHMBOX_CFLAGS@
309RHYTHMBOX_CFLAGS_NOWARN = @RHYTHMBOX_CFLAGS_NOWARN@
310RHYTHMBOX_CORE_AGE = @RHYTHMBOX_CORE_AGE@
311RHYTHMBOX_CORE_CURRENT = @RHYTHMBOX_CORE_CURRENT@
312RHYTHMBOX_CORE_REVISION = @RHYTHMBOX_CORE_REVISION@
313RHYTHMBOX_LIBS = @RHYTHMBOX_LIBS@
314ROOT_UNINSTALLED_DIR = @ROOT_UNINSTALLED_DIR@
315SAMPLEPLUGINDIR = @SAMPLEPLUGINDIR@
316SED = @SED@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319STRIP = @STRIP@
320TOTEM_PLPARSER_CFLAGS = @TOTEM_PLPARSER_CFLAGS@
321TOTEM_PLPARSER_LIBS = @TOTEM_PLPARSER_LIBS@
322USE_NLS = @USE_NLS@
323VALAC = @VALAC@
324VAPIDIR = @VAPIDIR@
325VAPIGEN = @VAPIGEN@
326VERSION = @VERSION@
327WARN_CFLAGS = @WARN_CFLAGS@
328WNOERROR_CFLAGS = @WNOERROR_CFLAGS@
329XGETTEXT = @XGETTEXT@
330XGETTEXT_015 = @XGETTEXT_015@
331XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
332XMKMF = @XMKMF@
333XMLLINT = @XMLLINT@
334X_CFLAGS = @X_CFLAGS@
335X_EXTRA_LIBS = @X_EXTRA_LIBS@
336X_LIBS = @X_LIBS@
337X_PRE_LIBS = @X_PRE_LIBS@
338YELP_LC_DIST = @YELP_LC_DIST@
339YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
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@
364gsettingsschemadir = @gsettingsschemadir@
365host = @host@
366host_alias = @host_alias@
367host_cpu = @host_cpu@
368host_os = @host_os@
369host_vendor = @host_vendor@
370htmldir = @htmldir@
371includedir = @includedir@
372infodir = @infodir@
373install_sh = @install_sh@
374intltool__v_merge_options_ = @intltool__v_merge_options_@
375intltool__v_merge_options_0 = @intltool__v_merge_options_0@
376libdir = @libdir@
377libexecdir = @libexecdir@
378localedir = @localedir@
379localstatedir = @localstatedir@
380mandir = @mandir@
381mkdir_p = @mkdir_p@
382oldincludedir = @oldincludedir@
383pdfdir = @pdfdir@
384pkgpyexecdir = @pkgpyexecdir@
385pkgpythondir = @pkgpythondir@
386prefix = @prefix@
387program_transform_name = @program_transform_name@
388psdir = @psdir@
389pyexecdir = @pyexecdir@
390pyoverridesdir = @pyoverridesdir@
391pythondir = @pythondir@
392sbindir = @sbindir@
393sharedstatedir = @sharedstatedir@
394srcdir = @srcdir@
395sysconfdir = @sysconfdir@
396target_alias = @target_alias@
397top_build_prefix = @top_build_prefix@
398top_builddir = @top_builddir@
399top_srcdir = @top_srcdir@
400plugindir = $(PLUGINDIR)/replaygain
401plugindatadir = $(PLUGINDATADIR)/replaygain
402plugin_PYTHON = \
403	config.py			\
404	player.py			\
405	replaygain.py
406
407plugin_in_files = replaygain.plugin.in
408gtkbuilderdir = $(plugindatadir)
409gtkbuilder_DATA = \
410		replaygain-prefs.ui
411
412EXTRA_DIST = $(plugin_in_files) $(gtkbuilder_DATA)
413CLEANFILES = $(plugin_DATA)
414DISTCLEANFILES = $(plugin_DATA)
415BUILT_SOURCES = $(plugin_in_files:.plugin.in=.plugin)
416plugin_DATA = $(BUILT_SOURCES)
417all: $(BUILT_SOURCES)
418	$(MAKE) $(AM_MAKEFLAGS) all-am
419
420.SUFFIXES:
421$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
422	@for dep in $?; do \
423	  case '$(am__configure_deps)' in \
424	    *$$dep*) \
425	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
426	        && { if test -f $@; then exit 0; else break; fi; }; \
427	      exit 1;; \
428	  esac; \
429	done; \
430	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/replaygain/Makefile'; \
431	$(am__cd) $(top_srcdir) && \
432	  $(AUTOMAKE) --gnu plugins/replaygain/Makefile
433Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
434	@case '$?' in \
435	  *config.status*) \
436	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
437	  *) \
438	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
439	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
440	esac;
441
442$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
443	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444
445$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
446	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
448	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449$(am__aclocal_m4_deps):
450
451mostlyclean-libtool:
452	-rm -f *.lo
453
454clean-libtool:
455	-rm -rf .libs _libs
456install-pluginPYTHON: $(plugin_PYTHON)
457	@$(NORMAL_INSTALL)
458	@list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
459	if test -n "$$list"; then \
460	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
461	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
462	fi; \
463	for p in $$list; do \
464	  if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
465	  if test -f $$b$$p; then \
466	    $(am__strip_dir) \
467	    dlist="$$dlist $$f"; \
468	    list2="$$list2 $$b$$p"; \
469	  else :; fi; \
470	done; \
471	for file in $$list2; do echo $$file; done | $(am__base_list) | \
472	while read files; do \
473	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
474	  $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
475	done || exit $$?; \
476	if test -n "$$dlist"; then \
477	  $(am__py_compile) --destdir "$(DESTDIR)" \
478	                    --basedir "$(plugindir)" $$dlist; \
479	else :; fi
480
481uninstall-pluginPYTHON:
482	@$(NORMAL_UNINSTALL)
483	@list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
484	py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
485	test -n "$$py_files" || exit 0; \
486	dir='$(DESTDIR)$(plugindir)'; \
487	pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
488	pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
489	py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
490	echo "$$py_files_pep3147";\
491	pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
492	pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
493	st=0; \
494	for files in \
495	  "$$py_files" \
496	  "$$pyc_files" \
497	  "$$pyo_files" \
498	  "$$pyc_files_pep3147" \
499	  "$$pyo_files_pep3147" \
500	; do \
501	  $(am__uninstall_files_from_dir) || st=$$?; \
502	done; \
503	exit $$st
504install-gtkbuilderDATA: $(gtkbuilder_DATA)
505	@$(NORMAL_INSTALL)
506	@list='$(gtkbuilder_DATA)'; test -n "$(gtkbuilderdir)" || list=; \
507	if test -n "$$list"; then \
508	  echo " $(MKDIR_P) '$(DESTDIR)$(gtkbuilderdir)'"; \
509	  $(MKDIR_P) "$(DESTDIR)$(gtkbuilderdir)" || exit 1; \
510	fi; \
511	for p in $$list; do \
512	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513	  echo "$$d$$p"; \
514	done | $(am__base_list) | \
515	while read files; do \
516	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkbuilderdir)'"; \
517	  $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkbuilderdir)" || exit $$?; \
518	done
519
520uninstall-gtkbuilderDATA:
521	@$(NORMAL_UNINSTALL)
522	@list='$(gtkbuilder_DATA)'; test -n "$(gtkbuilderdir)" || list=; \
523	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524	dir='$(DESTDIR)$(gtkbuilderdir)'; $(am__uninstall_files_from_dir)
525install-pluginDATA: $(plugin_DATA)
526	@$(NORMAL_INSTALL)
527	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
528	if test -n "$$list"; then \
529	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
530	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
531	fi; \
532	for p in $$list; do \
533	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
534	  echo "$$d$$p"; \
535	done | $(am__base_list) | \
536	while read files; do \
537	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
538	  $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
539	done
540
541uninstall-pluginDATA:
542	@$(NORMAL_UNINSTALL)
543	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
544	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
545	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
546tags TAGS:
547
548ctags CTAGS:
549
550cscope cscopelist:
551
552
553distdir: $(BUILT_SOURCES)
554	$(MAKE) $(AM_MAKEFLAGS) distdir-am
555
556distdir-am: $(DISTFILES)
557	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559	list='$(DISTFILES)'; \
560	  dist_files=`for file in $$list; do echo $$file; done | \
561	  sed -e "s|^$$srcdirstrip/||;t" \
562	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
563	case $$dist_files in \
564	  */*) $(MKDIR_P) `echo "$$dist_files" | \
565			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
566			   sort -u` ;; \
567	esac; \
568	for file in $$dist_files; do \
569	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
570	  if test -d $$d/$$file; then \
571	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
572	    if test -d "$(distdir)/$$file"; then \
573	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574	    fi; \
575	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
576	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
577	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578	    fi; \
579	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
580	  else \
581	    test -f "$(distdir)/$$file" \
582	    || cp -p $$d/$$file "$(distdir)/$$file" \
583	    || exit 1; \
584	  fi; \
585	done
586check-am: all-am
587check: $(BUILT_SOURCES)
588	$(MAKE) $(AM_MAKEFLAGS) check-am
589all-am: Makefile $(DATA)
590installdirs:
591	for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"; do \
592	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
593	done
594install: $(BUILT_SOURCES)
595	$(MAKE) $(AM_MAKEFLAGS) install-am
596install-exec: install-exec-am
597install-data: install-data-am
598uninstall: uninstall-am
599
600install-am: all-am
601	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
602
603installcheck: installcheck-am
604install-strip:
605	if test -z '$(STRIP)'; then \
606	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
607	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
608	      install; \
609	else \
610	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
613	fi
614mostlyclean-generic:
615
616clean-generic:
617	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
618
619distclean-generic:
620	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
621	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
622	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
623
624maintainer-clean-generic:
625	@echo "This command is intended for maintainers to use"
626	@echo "it deletes files that may require special tools to rebuild."
627	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
628clean: clean-am
629
630clean-am: clean-generic clean-libtool mostlyclean-am
631
632distclean: distclean-am
633	-rm -f Makefile
634distclean-am: clean-am distclean-generic
635
636dvi: dvi-am
637
638dvi-am:
639
640html: html-am
641
642html-am:
643
644info: info-am
645
646info-am:
647
648install-data-am: install-gtkbuilderDATA install-pluginDATA \
649	install-pluginPYTHON
650
651install-dvi: install-dvi-am
652
653install-dvi-am:
654
655install-exec-am:
656
657install-html: install-html-am
658
659install-html-am:
660
661install-info: install-info-am
662
663install-info-am:
664
665install-man:
666
667install-pdf: install-pdf-am
668
669install-pdf-am:
670
671install-ps: install-ps-am
672
673install-ps-am:
674
675installcheck-am:
676
677maintainer-clean: maintainer-clean-am
678	-rm -f Makefile
679maintainer-clean-am: distclean-am maintainer-clean-generic
680
681mostlyclean: mostlyclean-am
682
683mostlyclean-am: mostlyclean-generic mostlyclean-libtool
684
685pdf: pdf-am
686
687pdf-am:
688
689ps: ps-am
690
691ps-am:
692
693uninstall-am: uninstall-gtkbuilderDATA uninstall-pluginDATA \
694	uninstall-pluginPYTHON
695
696.MAKE: all check install install-am install-strip
697
698.PHONY: all all-am check check-am clean clean-generic clean-libtool \
699	cscopelist-am ctags-am distclean distclean-generic \
700	distclean-libtool distdir dvi dvi-am html html-am info info-am \
701	install install-am install-data install-data-am install-dvi \
702	install-dvi-am install-exec install-exec-am \
703	install-gtkbuilderDATA install-html install-html-am \
704	install-info install-info-am install-man install-pdf \
705	install-pdf-am install-pluginDATA install-pluginPYTHON \
706	install-ps install-ps-am install-strip installcheck \
707	installcheck-am installdirs maintainer-clean \
708	maintainer-clean-generic mostlyclean mostlyclean-generic \
709	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
710	uninstall-am uninstall-gtkbuilderDATA uninstall-pluginDATA \
711	uninstall-pluginPYTHON
712
713.PRECIOUS: Makefile
714
715
716%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
717
718# Tell versions [3.59,3.63) of GNU make to not export all variables.
719# Otherwise a system limit (for SysV at least) may be exceeded.
720.NOEXPORT:
721