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
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@
91noinst_PROGRAMS = wm-tester$(EXEEXT) test-gravity$(EXEEXT) \
92	test-resizing$(EXEEXT) focus-window$(EXEEXT) \
93	test-size-hints$(EXEEXT)
94subdir = src/wm-tester
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
97	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
98	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
99	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
100	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
103	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105	$(ACLOCAL_M4)
106DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107mkinstalldirs = $(install_sh) -d
108CONFIG_HEADER = $(top_builddir)/config.h
109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
111PROGRAMS = $(noinst_PROGRAMS)
112am_focus_window_OBJECTS = focus-window.$(OBJEXT)
113focus_window_OBJECTS = $(am_focus_window_OBJECTS)
114focus_window_DEPENDENCIES =
115AM_V_lt = $(am__v_lt_@AM_V@)
116am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
117am__v_lt_0 = --silent
118am__v_lt_1 =
119am_test_gravity_OBJECTS = test-gravity.$(OBJEXT)
120test_gravity_OBJECTS = $(am_test_gravity_OBJECTS)
121test_gravity_DEPENDENCIES =
122am_test_resizing_OBJECTS = test-resizing.$(OBJEXT)
123test_resizing_OBJECTS = $(am_test_resizing_OBJECTS)
124test_resizing_DEPENDENCIES =
125am_test_size_hints_OBJECTS = test-size-hints.$(OBJEXT)
126test_size_hints_OBJECTS = $(am_test_size_hints_OBJECTS)
127test_size_hints_DEPENDENCIES =
128am_wm_tester_OBJECTS = main.$(OBJEXT)
129wm_tester_OBJECTS = $(am_wm_tester_OBJECTS)
130wm_tester_DEPENDENCIES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 =
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 =
143DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
144depcomp = $(SHELL) $(top_srcdir)/depcomp
145am__maybe_remake_depfiles = depfiles
146am__depfiles_remade = ./$(DEPDIR)/focus-window.Po ./$(DEPDIR)/main.Po \
147	./$(DEPDIR)/test-gravity.Po ./$(DEPDIR)/test-resizing.Po \
148	./$(DEPDIR)/test-size-hints.Po
149am__mv = mv -f
150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155	$(AM_CFLAGS) $(CFLAGS)
156AM_V_CC = $(am__v_CC_@AM_V@)
157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158am__v_CC_0 = @echo "  CC      " $@;
159am__v_CC_1 =
160CCLD = $(CC)
161LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163	$(AM_LDFLAGS) $(LDFLAGS) -o $@
164AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166am__v_CCLD_0 = @echo "  CCLD    " $@;
167am__v_CCLD_1 =
168SOURCES = $(focus_window_SOURCES) $(test_gravity_SOURCES) \
169	$(test_resizing_SOURCES) $(test_size_hints_SOURCES) \
170	$(wm_tester_SOURCES)
171DIST_SOURCES = $(focus_window_SOURCES) $(test_gravity_SOURCES) \
172	$(test_resizing_SOURCES) $(test_size_hints_SOURCES) \
173	$(wm_tester_SOURCES)
174am__can_run_installinfo = \
175  case $$AM_UPDATE_INFO_DIR in \
176    n|no|NO) false;; \
177    *) (install-info --version) >/dev/null 2>&1;; \
178  esac
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
199DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200ACLOCAL = @ACLOCAL@
201ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
202ALL_CFLAGS = @ALL_CFLAGS@
203ALL_LIBS = @ALL_LIBS@
204AMTAR = @AMTAR@
205AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206AR = @AR@
207AUTOCONF = @AUTOCONF@
208AUTOHEADER = @AUTOHEADER@
209AUTOMAKE = @AUTOMAKE@
210AWK = @AWK@
211CC = @CC@
212CCDEPMODE = @CCDEPMODE@
213CFLAGS = @CFLAGS@
214CPP = @CPP@
215CPPFLAGS = @CPPFLAGS@
216CYGPATH_W = @CYGPATH_W@
217DEFS = @DEFS@
218DEPDIR = @DEPDIR@
219DLLTOOL = @DLLTOOL@
220DSYMUTIL = @DSYMUTIL@
221DUMPBIN = @DUMPBIN@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
229GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
230GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
231GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
232GMSGFMT = @GMSGFMT@
233GMSGFMT_015 = @GMSGFMT_015@
234GREP = @GREP@
235GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
236HELP_DIR = @HELP_DIR@
237HOST_ALIAS = @HOST_ALIAS@
238INSTALL = @INSTALL@
239INSTALL_DATA = @INSTALL_DATA@
240INSTALL_PROGRAM = @INSTALL_PROGRAM@
241INSTALL_SCRIPT = @INSTALL_SCRIPT@
242INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243INTLLIBS = @INTLLIBS@
244INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
245ITSTOOL = @ITSTOOL@
246LD = @LD@
247LDFLAGS = @LDFLAGS@
248LIBICONV = @LIBICONV@
249LIBINTL = @LIBINTL@
250LIBOBJS = @LIBOBJS@
251LIBS = @LIBS@
252LIBTOOL = @LIBTOOL@
253LIPO = @LIPO@
254LN_S = @LN_S@
255LTLIBICONV = @LTLIBICONV@
256LTLIBINTL = @LTLIBINTL@
257LTLIBOBJS = @LTLIBOBJS@
258LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
259LT_VERSION_INFO = @LT_VERSION_INFO@
260MAINT = @MAINT@
261MAKEINFO = @MAKEINFO@
262MANIFEST_TOOL = @MANIFEST_TOOL@
263MARCO_CFLAGS = @MARCO_CFLAGS@
264MARCO_LIBS = @MARCO_LIBS@
265MARCO_MESSAGE_CFLAGS = @MARCO_MESSAGE_CFLAGS@
266MARCO_MESSAGE_LIBS = @MARCO_MESSAGE_LIBS@
267MARCO_WINDOW_DEMO_CFLAGS = @MARCO_WINDOW_DEMO_CFLAGS@
268MARCO_WINDOW_DEMO_LIBS = @MARCO_WINDOW_DEMO_LIBS@
269MATE_KEYBINDINGS_KEYSDIR = @MATE_KEYBINDINGS_KEYSDIR@
270MKDIR_P = @MKDIR_P@
271MSGFMT = @MSGFMT@
272MSGFMT_015 = @MSGFMT_015@
273MSGMERGE = @MSGMERGE@
274NM = @NM@
275NMEDIT = @NMEDIT@
276OBJDUMP = @OBJDUMP@
277OBJEXT = @OBJEXT@
278OTOOL = @OTOOL@
279OTOOL64 = @OTOOL64@
280PACKAGE = @PACKAGE@
281PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
282PACKAGE_NAME = @PACKAGE_NAME@
283PACKAGE_STRING = @PACKAGE_STRING@
284PACKAGE_TARNAME = @PACKAGE_TARNAME@
285PACKAGE_URL = @PACKAGE_URL@
286PACKAGE_VERSION = @PACKAGE_VERSION@
287PATH_SEPARATOR = @PATH_SEPARATOR@
288PKG_CONFIG = @PKG_CONFIG@
289PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
290PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
291POSUB = @POSUB@
292RANLIB = @RANLIB@
293SED = @SED@
294SET_MAKE = @SET_MAKE@
295SHELL = @SHELL@
296STRIP = @STRIP@
297USE_NLS = @USE_NLS@
298VERSION = @VERSION@
299WARN_CFLAGS = @WARN_CFLAGS@
300XGETTEXT = @XGETTEXT@
301XGETTEXT_015 = @XGETTEXT_015@
302XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
303XMKMF = @XMKMF@
304XMLLINT = @XMLLINT@
305X_CFLAGS = @X_CFLAGS@
306X_EXTRA_LIBS = @X_EXTRA_LIBS@
307X_LIBS = @X_LIBS@
308X_PRE_LIBS = @X_PRE_LIBS@
309YELP_LC_DIST = @YELP_LC_DIST@
310YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
311ZENITY = @ZENITY@
312abs_builddir = @abs_builddir@
313abs_srcdir = @abs_srcdir@
314abs_top_builddir = @abs_top_builddir@
315abs_top_srcdir = @abs_top_srcdir@
316ac_ct_AR = @ac_ct_AR@
317ac_ct_CC = @ac_ct_CC@
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@
336gsettingsschemadir = @gsettingsschemadir@
337host = @host@
338host_alias = @host_alias@
339host_cpu = @host_cpu@
340host_os = @host_os@
341host_vendor = @host_vendor@
342htmldir = @htmldir@
343includedir = @includedir@
344infodir = @infodir@
345install_sh = @install_sh@
346libdir = @libdir@
347libexecdir = @libexecdir@
348localedir = @localedir@
349localstatedir = @localstatedir@
350mandir = @mandir@
351mkdir_p = @mkdir_p@
352oldincludedir = @oldincludedir@
353pdfdir = @pdfdir@
354prefix = @prefix@
355program_transform_name = @program_transform_name@
356psdir = @psdir@
357runstatedir = @runstatedir@
358sbindir = @sbindir@
359sharedstatedir = @sharedstatedir@
360srcdir = @srcdir@
361sysconfdir = @sysconfdir@
362target_alias = @target_alias@
363top_build_prefix = @top_build_prefix@
364top_builddir = @top_builddir@
365top_srcdir = @top_srcdir@
366AM_CPPFLAGS = \
367	@MARCO_CFLAGS@ \
368	$(WARN_CFLAGS)
369
370wm_tester_SOURCES = \
371	main.c
372
373test_gravity_SOURCES = \
374	test-gravity.c
375
376focus_window_SOURCES = \
377	focus-window.c
378
379test_resizing_SOURCES = \
380	test-resizing.c
381
382test_size_hints_SOURCES = \
383	test-size-hints.c
384
385wm_tester_LDADD = @MARCO_LIBS@
386test_gravity_LDADD = @MARCO_LIBS@
387test_resizing_LDADD = @MARCO_LIBS@
388test_size_hints_LDADD = @MARCO_LIBS@
389focus_window_LDADD = @MARCO_LIBS@
390EXTRA_DIST = \
391	meson.build
392
393all: all-am
394
395.SUFFIXES:
396.SUFFIXES: .c .lo .o .obj
397$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
398	@for dep in $?; do \
399	  case '$(am__configure_deps)' in \
400	    *$$dep*) \
401	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
402	        && { if test -f $@; then exit 0; else break; fi; }; \
403	      exit 1;; \
404	  esac; \
405	done; \
406	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/wm-tester/Makefile'; \
407	$(am__cd) $(top_srcdir) && \
408	  $(AUTOMAKE) --gnu src/wm-tester/Makefile
409Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410	@case '$?' in \
411	  *config.status*) \
412	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
413	  *) \
414	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
415	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
416	esac;
417
418$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
421$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
422	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
424	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425$(am__aclocal_m4_deps):
426
427clean-noinstPROGRAMS:
428	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
429	echo " rm -f" $$list; \
430	rm -f $$list || exit $$?; \
431	test -n "$(EXEEXT)" || exit 0; \
432	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
433	echo " rm -f" $$list; \
434	rm -f $$list
435
436focus-window$(EXEEXT): $(focus_window_OBJECTS) $(focus_window_DEPENDENCIES) $(EXTRA_focus_window_DEPENDENCIES)
437	@rm -f focus-window$(EXEEXT)
438	$(AM_V_CCLD)$(LINK) $(focus_window_OBJECTS) $(focus_window_LDADD) $(LIBS)
439
440test-gravity$(EXEEXT): $(test_gravity_OBJECTS) $(test_gravity_DEPENDENCIES) $(EXTRA_test_gravity_DEPENDENCIES)
441	@rm -f test-gravity$(EXEEXT)
442	$(AM_V_CCLD)$(LINK) $(test_gravity_OBJECTS) $(test_gravity_LDADD) $(LIBS)
443
444test-resizing$(EXEEXT): $(test_resizing_OBJECTS) $(test_resizing_DEPENDENCIES) $(EXTRA_test_resizing_DEPENDENCIES)
445	@rm -f test-resizing$(EXEEXT)
446	$(AM_V_CCLD)$(LINK) $(test_resizing_OBJECTS) $(test_resizing_LDADD) $(LIBS)
447
448test-size-hints$(EXEEXT): $(test_size_hints_OBJECTS) $(test_size_hints_DEPENDENCIES) $(EXTRA_test_size_hints_DEPENDENCIES)
449	@rm -f test-size-hints$(EXEEXT)
450	$(AM_V_CCLD)$(LINK) $(test_size_hints_OBJECTS) $(test_size_hints_LDADD) $(LIBS)
451
452wm-tester$(EXEEXT): $(wm_tester_OBJECTS) $(wm_tester_DEPENDENCIES) $(EXTRA_wm_tester_DEPENDENCIES)
453	@rm -f wm-tester$(EXEEXT)
454	$(AM_V_CCLD)$(LINK) $(wm_tester_OBJECTS) $(wm_tester_LDADD) $(LIBS)
455
456mostlyclean-compile:
457	-rm -f *.$(OBJEXT)
458
459distclean-compile:
460	-rm -f *.tab.c
461
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/focus-window.Po@am__quote@ # am--include-marker
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gravity.Po@am__quote@ # am--include-marker
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-resizing.Po@am__quote@ # am--include-marker
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-size-hints.Po@am__quote@ # am--include-marker
467
468$(am__depfiles_remade):
469	@$(MKDIR_P) $(@D)
470	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
471
472am--depfiles: $(am__depfiles_remade)
473
474.c.o:
475@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
476@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
477@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
478@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
479@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
481
482.c.obj:
483@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
484@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
485@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
486@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
487@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
489
490.c.lo:
491@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
492@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
493@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
494@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
495@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
497
498mostlyclean-libtool:
499	-rm -f *.lo
500
501clean-libtool:
502	-rm -rf .libs _libs
503
504ID: $(am__tagged_files)
505	$(am__define_uniq_tagged_files); mkid -fID $$unique
506tags: tags-am
507TAGS: tags
508
509tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
510	set x; \
511	here=`pwd`; \
512	$(am__define_uniq_tagged_files); \
513	shift; \
514	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515	  test -n "$$unique" || unique=$$empty_fix; \
516	  if test $$# -gt 0; then \
517	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518	      "$$@" $$unique; \
519	  else \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      $$unique; \
522	  fi; \
523	fi
524ctags: ctags-am
525
526CTAGS: ctags
527ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
528	$(am__define_uniq_tagged_files); \
529	test -z "$(CTAGS_ARGS)$$unique" \
530	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531	     $$unique
532
533GTAGS:
534	here=`$(am__cd) $(top_builddir) && pwd` \
535	  && $(am__cd) $(top_srcdir) \
536	  && gtags -i $(GTAGS_ARGS) "$$here"
537cscopelist: cscopelist-am
538
539cscopelist-am: $(am__tagged_files)
540	list='$(am__tagged_files)'; \
541	case "$(srcdir)" in \
542	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
543	  *) sdir=$(subdir)/$(srcdir) ;; \
544	esac; \
545	for i in $$list; do \
546	  if test -f "$$i"; then \
547	    echo "$(subdir)/$$i"; \
548	  else \
549	    echo "$$sdir/$$i"; \
550	  fi; \
551	done >> $(top_builddir)/cscope.files
552
553distclean-tags:
554	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
555
556distdir: $(BUILT_SOURCES)
557	$(MAKE) $(AM_MAKEFLAGS) distdir-am
558
559distdir-am: $(DISTFILES)
560	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562	list='$(DISTFILES)'; \
563	  dist_files=`for file in $$list; do echo $$file; done | \
564	  sed -e "s|^$$srcdirstrip/||;t" \
565	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
566	case $$dist_files in \
567	  */*) $(MKDIR_P) `echo "$$dist_files" | \
568			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569			   sort -u` ;; \
570	esac; \
571	for file in $$dist_files; do \
572	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
573	  if test -d $$d/$$file; then \
574	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
575	    if test -d "$(distdir)/$$file"; then \
576	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577	    fi; \
578	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
579	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
580	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581	    fi; \
582	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
583	  else \
584	    test -f "$(distdir)/$$file" \
585	    || cp -p $$d/$$file "$(distdir)/$$file" \
586	    || exit 1; \
587	  fi; \
588	done
589check-am: all-am
590check: check-am
591all-am: Makefile $(PROGRAMS)
592installdirs:
593install: install-am
594install-exec: install-exec-am
595install-data: install-data-am
596uninstall: uninstall-am
597
598install-am: all-am
599	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
600
601installcheck: installcheck-am
602install-strip:
603	if test -z '$(STRIP)'; then \
604	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606	      install; \
607	else \
608	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
611	fi
612mostlyclean-generic:
613
614clean-generic:
615
616distclean-generic:
617	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
618	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
619
620maintainer-clean-generic:
621	@echo "This command is intended for maintainers to use"
622	@echo "it deletes files that may require special tools to rebuild."
623clean: clean-am
624
625clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
626	mostlyclean-am
627
628distclean: distclean-am
629		-rm -f ./$(DEPDIR)/focus-window.Po
630	-rm -f ./$(DEPDIR)/main.Po
631	-rm -f ./$(DEPDIR)/test-gravity.Po
632	-rm -f ./$(DEPDIR)/test-resizing.Po
633	-rm -f ./$(DEPDIR)/test-size-hints.Po
634	-rm -f Makefile
635distclean-am: clean-am distclean-compile distclean-generic \
636	distclean-tags
637
638dvi: dvi-am
639
640dvi-am:
641
642html: html-am
643
644html-am:
645
646info: info-am
647
648info-am:
649
650install-data-am:
651
652install-dvi: install-dvi-am
653
654install-dvi-am:
655
656install-exec-am:
657
658install-html: install-html-am
659
660install-html-am:
661
662install-info: install-info-am
663
664install-info-am:
665
666install-man:
667
668install-pdf: install-pdf-am
669
670install-pdf-am:
671
672install-ps: install-ps-am
673
674install-ps-am:
675
676installcheck-am:
677
678maintainer-clean: maintainer-clean-am
679		-rm -f ./$(DEPDIR)/focus-window.Po
680	-rm -f ./$(DEPDIR)/main.Po
681	-rm -f ./$(DEPDIR)/test-gravity.Po
682	-rm -f ./$(DEPDIR)/test-resizing.Po
683	-rm -f ./$(DEPDIR)/test-size-hints.Po
684	-rm -f Makefile
685maintainer-clean-am: distclean-am maintainer-clean-generic
686
687mostlyclean: mostlyclean-am
688
689mostlyclean-am: mostlyclean-compile mostlyclean-generic \
690	mostlyclean-libtool
691
692pdf: pdf-am
693
694pdf-am:
695
696ps: ps-am
697
698ps-am:
699
700uninstall-am:
701
702.MAKE: install-am install-strip
703
704.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
705	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
706	ctags ctags-am distclean distclean-compile distclean-generic \
707	distclean-libtool distclean-tags distdir dvi dvi-am html \
708	html-am info info-am install install-am install-data \
709	install-data-am install-dvi install-dvi-am install-exec \
710	install-exec-am install-html install-html-am install-info \
711	install-info-am install-man install-pdf install-pdf-am \
712	install-ps install-ps-am install-strip installcheck \
713	installcheck-am installdirs maintainer-clean \
714	maintainer-clean-generic mostlyclean mostlyclean-compile \
715	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
716	tags tags-am uninstall uninstall-am
717
718.PRECIOUS: Makefile
719
720
721-include $(top_srcdir)/git.mk
722
723# Tell versions [3.59,3.63) of GNU make to not export all variables.
724# Otherwise a system limit (for SysV at least) may be exceeded.
725.NOEXPORT:
726