1# Makefile.in generated by automake 1.16.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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@
90subdir = data/ui
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
93	$(top_srcdir)/m4/ax_append_flag.m4 \
94	$(top_srcdir)/m4/ax_append_link_flags.m4 \
95	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
96	$(top_srcdir)/m4/ax_check_enable_debug.m4 \
97	$(top_srcdir)/m4/ax_check_link_flag.m4 \
98	$(top_srcdir)/m4/ax_compiler_flags.m4 \
99	$(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100	$(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101	$(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102	$(top_srcdir)/m4/ax_is_release.m4 \
103	$(top_srcdir)/m4/ax_require_defined.m4 \
104	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
105	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
106	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
107	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
108	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
109	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
110	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
111	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
112	$(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116mkinstalldirs = $(install_sh) -d
117CONFIG_HEADER = $(top_builddir)/config.h
118CONFIG_CLEAN_FILES =
119CONFIG_CLEAN_VPATH_FILES =
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo "  GEN     " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
132SOURCES =
133DIST_SOURCES =
134am__can_run_installinfo = \
135  case $$AM_UPDATE_INFO_DIR in \
136    n|no|NO) false;; \
137    *) (install-info --version) >/dev/null 2>&1;; \
138  esac
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140am__DIST_COMMON = $(srcdir)/Makefile.in
141DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142ACLOCAL = @ACLOCAL@
143ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
144ALL_CFLAGS = @ALL_CFLAGS@
145ALL_LIBS = @ALL_LIBS@
146AMTAR = @AMTAR@
147AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
148AR = @AR@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153CC = @CC@
154CCDEPMODE = @CCDEPMODE@
155CFLAGS = @CFLAGS@
156CPP = @CPP@
157CPPFLAGS = @CPPFLAGS@
158CSCOPE = @CSCOPE@
159CTAGS = @CTAGS@
160CYGPATH_W = @CYGPATH_W@
161DEFS = @DEFS@
162DEPDIR = @DEPDIR@
163DLLTOOL = @DLLTOOL@
164DSYMUTIL = @DSYMUTIL@
165DUMPBIN = @DUMPBIN@
166ECHO_C = @ECHO_C@
167ECHO_N = @ECHO_N@
168ECHO_T = @ECHO_T@
169EGREP = @EGREP@
170ETAGS = @ETAGS@
171EXEEXT = @EXEEXT@
172FGREP = @FGREP@
173GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
174GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
175GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
176GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
177GLIB_MKENUMS = @GLIB_MKENUMS@
178GMSGFMT = @GMSGFMT@
179GMSGFMT_015 = @GMSGFMT_015@
180GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@
181GREP = @GREP@
182GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
183INSTALL = @INSTALL@
184INSTALL_DATA = @INSTALL_DATA@
185INSTALL_PROGRAM = @INSTALL_PROGRAM@
186INSTALL_SCRIPT = @INSTALL_SCRIPT@
187INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188INTLLIBS = @INTLLIBS@
189INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
190LD = @LD@
191LDFLAGS = @LDFLAGS@
192LIBICONV = @LIBICONV@
193LIBINTL = @LIBINTL@
194LIBM = @LIBM@
195LIBMETACITY_CFLAGS = @LIBMETACITY_CFLAGS@
196LIBMETACITY_LIBS = @LIBMETACITY_LIBS@
197LIBOBJS = @LIBOBJS@
198LIBS = @LIBS@
199LIBTOOL = @LIBTOOL@
200LIPO = @LIPO@
201LN_S = @LN_S@
202LTLIBICONV = @LTLIBICONV@
203LTLIBINTL = @LTLIBINTL@
204LTLIBOBJS = @LTLIBOBJS@
205LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
206LT_VERSION_INFO = @LT_VERSION_INFO@
207MAINT = @MAINT@
208MAKEINFO = @MAKEINFO@
209MANIFEST_TOOL = @MANIFEST_TOOL@
210METACITY_CFLAGS = @METACITY_CFLAGS@
211METACITY_LIBS = @METACITY_LIBS@
212METACITY_MESSAGE_CFLAGS = @METACITY_MESSAGE_CFLAGS@
213METACITY_MESSAGE_LIBS = @METACITY_MESSAGE_LIBS@
214METACITY_THEME_VIEWER_CFLAGS = @METACITY_THEME_VIEWER_CFLAGS@
215METACITY_THEME_VIEWER_LIBS = @METACITY_THEME_VIEWER_LIBS@
216MKDIR_P = @MKDIR_P@
217MSGFMT = @MSGFMT@
218MSGFMT_015 = @MSGFMT_015@
219MSGMERGE = @MSGMERGE@
220NM = @NM@
221NMEDIT = @NMEDIT@
222OBJDUMP = @OBJDUMP@
223OBJEXT = @OBJEXT@
224OTOOL = @OTOOL@
225OTOOL64 = @OTOOL64@
226PACKAGE = @PACKAGE@
227PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228PACKAGE_NAME = @PACKAGE_NAME@
229PACKAGE_STRING = @PACKAGE_STRING@
230PACKAGE_TARNAME = @PACKAGE_TARNAME@
231PACKAGE_URL = @PACKAGE_URL@
232PACKAGE_VERSION = @PACKAGE_VERSION@
233PATH_SEPARATOR = @PATH_SEPARATOR@
234PKG_CONFIG = @PKG_CONFIG@
235PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237POSUB = @POSUB@
238RANLIB = @RANLIB@
239SED = @SED@
240SET_MAKE = @SET_MAKE@
241SHELL = @SHELL@
242STRIP = @STRIP@
243USE_NLS = @USE_NLS@
244VERSION = @VERSION@
245WARN_CFLAGS = @WARN_CFLAGS@
246WARN_LDFLAGS = @WARN_LDFLAGS@
247WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
248XGETTEXT = @XGETTEXT@
249XGETTEXT_015 = @XGETTEXT_015@
250XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
251XMKMF = @XMKMF@
252X_CFLAGS = @X_CFLAGS@
253X_EXTRA_LIBS = @X_EXTRA_LIBS@
254X_LIBS = @X_LIBS@
255X_PRE_LIBS = @X_PRE_LIBS@
256ZENITY = @ZENITY@
257abs_builddir = @abs_builddir@
258abs_srcdir = @abs_srcdir@
259abs_top_builddir = @abs_top_builddir@
260abs_top_srcdir = @abs_top_srcdir@
261ac_ct_AR = @ac_ct_AR@
262ac_ct_CC = @ac_ct_CC@
263ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
264am__include = @am__include@
265am__leading_dot = @am__leading_dot@
266am__quote = @am__quote@
267am__tar = @am__tar@
268am__untar = @am__untar@
269bindir = @bindir@
270build = @build@
271build_alias = @build_alias@
272build_cpu = @build_cpu@
273build_os = @build_os@
274build_vendor = @build_vendor@
275builddir = @builddir@
276datadir = @datadir@
277datarootdir = @datarootdir@
278docdir = @docdir@
279dvidir = @dvidir@
280exec_prefix = @exec_prefix@
281gsettingsschemadir = @gsettingsschemadir@
282host = @host@
283host_alias = @host_alias@
284host_cpu = @host_cpu@
285host_os = @host_os@
286host_vendor = @host_vendor@
287htmldir = @htmldir@
288includedir = @includedir@
289infodir = @infodir@
290install_sh = @install_sh@
291libdir = @libdir@
292libexecdir = @libexecdir@
293localedir = @localedir@
294localstatedir = @localstatedir@
295mandir = @mandir@
296mkdir_p = @mkdir_p@
297oldincludedir = @oldincludedir@
298pdfdir = @pdfdir@
299prefix = @prefix@
300program_transform_name = @program_transform_name@
301psdir = @psdir@
302runstatedir = @runstatedir@
303sbindir = @sbindir@
304sharedstatedir = @sharedstatedir@
305srcdir = @srcdir@
306sysconfdir = @sysconfdir@
307target_alias = @target_alias@
308top_build_prefix = @top_build_prefix@
309top_builddir = @top_builddir@
310top_srcdir = @top_srcdir@
311NULL =
312EXTRA_DIST = \
313	theme-viewer-window.ui \
314	$(NULL)
315
316all: all-am
317
318.SUFFIXES:
319$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
320	@for dep in $?; do \
321	  case '$(am__configure_deps)' in \
322	    *$$dep*) \
323	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324	        && { if test -f $@; then exit 0; else break; fi; }; \
325	      exit 1;; \
326	  esac; \
327	done; \
328	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/ui/Makefile'; \
329	$(am__cd) $(top_srcdir) && \
330	  $(AUTOMAKE) --gnu data/ui/Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332	@case '$?' in \
333	  *config.status*) \
334	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335	  *) \
336	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
337	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
338	esac;
339
340$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
341	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
343$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
346	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(am__aclocal_m4_deps):
348
349mostlyclean-libtool:
350	-rm -f *.lo
351
352clean-libtool:
353	-rm -rf .libs _libs
354tags TAGS:
355
356ctags CTAGS:
357
358cscope cscopelist:
359
360distdir: $(BUILT_SOURCES)
361	$(MAKE) $(AM_MAKEFLAGS) distdir-am
362
363distdir-am: $(DISTFILES)
364	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366	list='$(DISTFILES)'; \
367	  dist_files=`for file in $$list; do echo $$file; done | \
368	  sed -e "s|^$$srcdirstrip/||;t" \
369	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370	case $$dist_files in \
371	  */*) $(MKDIR_P) `echo "$$dist_files" | \
372			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373			   sort -u` ;; \
374	esac; \
375	for file in $$dist_files; do \
376	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377	  if test -d $$d/$$file; then \
378	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379	    if test -d "$(distdir)/$$file"; then \
380	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381	    fi; \
382	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385	    fi; \
386	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387	  else \
388	    test -f "$(distdir)/$$file" \
389	    || cp -p $$d/$$file "$(distdir)/$$file" \
390	    || exit 1; \
391	  fi; \
392	done
393check-am: all-am
394check: check-am
395all-am: Makefile
396installdirs:
397install: install-am
398install-exec: install-exec-am
399install-data: install-data-am
400uninstall: uninstall-am
401
402install-am: all-am
403	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404
405installcheck: installcheck-am
406install-strip:
407	if test -z '$(STRIP)'; then \
408	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
409	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
410	      install; \
411	else \
412	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
415	fi
416mostlyclean-generic:
417
418clean-generic:
419
420distclean-generic:
421	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
422	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
423
424maintainer-clean-generic:
425	@echo "This command is intended for maintainers to use"
426	@echo "it deletes files that may require special tools to rebuild."
427clean: clean-am
428
429clean-am: clean-generic clean-libtool mostlyclean-am
430
431distclean: distclean-am
432	-rm -f Makefile
433distclean-am: clean-am distclean-generic
434
435dvi: dvi-am
436
437dvi-am:
438
439html: html-am
440
441html-am:
442
443info: info-am
444
445info-am:
446
447install-data-am:
448
449install-dvi: install-dvi-am
450
451install-dvi-am:
452
453install-exec-am:
454
455install-html: install-html-am
456
457install-html-am:
458
459install-info: install-info-am
460
461install-info-am:
462
463install-man:
464
465install-pdf: install-pdf-am
466
467install-pdf-am:
468
469install-ps: install-ps-am
470
471install-ps-am:
472
473installcheck-am:
474
475maintainer-clean: maintainer-clean-am
476	-rm -f Makefile
477maintainer-clean-am: distclean-am maintainer-clean-generic
478
479mostlyclean: mostlyclean-am
480
481mostlyclean-am: mostlyclean-generic mostlyclean-libtool
482
483pdf: pdf-am
484
485pdf-am:
486
487ps: ps-am
488
489ps-am:
490
491uninstall-am:
492
493.MAKE: install-am install-strip
494
495.PHONY: all all-am check check-am clean clean-generic clean-libtool \
496	cscopelist-am ctags-am distclean distclean-generic \
497	distclean-libtool distdir dvi dvi-am html html-am info info-am \
498	install install-am install-data install-data-am install-dvi \
499	install-dvi-am install-exec install-exec-am install-html \
500	install-html-am install-info install-info-am install-man \
501	install-pdf install-pdf-am install-ps install-ps-am \
502	install-strip installcheck installcheck-am installdirs \
503	maintainer-clean maintainer-clean-generic mostlyclean \
504	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
505	tags-am uninstall uninstall-am
506
507.PRECIOUS: Makefile
508
509
510-include $(top_srcdir)/git.mk
511
512# Tell versions [3.59,3.63) of GNU make to not export all variables.
513# Otherwise a system limit (for SysV at least) may be exceeded.
514.NOEXPORT:
515