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@
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 = :
88subdir = accessibility-devel-guide
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
94mkinstalldirs = $(install_sh) -d
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97AM_V_P = $(am__v_P_@AM_V@)
98am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99am__v_P_0 = false
100am__v_P_1 = :
101AM_V_GEN = $(am__v_GEN_@AM_V@)
102am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103am__v_GEN_0 = @echo "  GEN     " $@;
104am__v_GEN_1 =
105AM_V_at = $(am__v_at_@AM_V@)
106am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107am__v_at_0 = @
108am__v_at_1 =
109SOURCES =
110DIST_SOURCES =
111am__can_run_installinfo = \
112  case $$AM_UPDATE_INFO_DIR in \
113    n|no|NO) false;; \
114    *) (install-info --version) >/dev/null 2>&1;; \
115  esac
116am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
117am__DIST_COMMON = $(srcdir)/Makefile.in
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119ACLOCAL = @ACLOCAL@
120AMTAR = @AMTAR@
121AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122AUTOCONF = @AUTOCONF@
123AUTOHEADER = @AUTOHEADER@
124AUTOMAKE = @AUTOMAKE@
125AWK = @AWK@
126CC = @CC@
127CYGPATH_W = @CYGPATH_W@
128DEFS = @DEFS@
129ECHO_C = @ECHO_C@
130ECHO_N = @ECHO_N@
131ECHO_T = @ECHO_T@
132GLIB_CFLAGS = @GLIB_CFLAGS@
133GLIB_LIBS = @GLIB_LIBS@
134HELP_DIR = @HELP_DIR@
135INSTALL = @INSTALL@
136INSTALL_DATA = @INSTALL_DATA@
137INSTALL_PROGRAM = @INSTALL_PROGRAM@
138INSTALL_SCRIPT = @INSTALL_SCRIPT@
139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140ITSTOOL = @ITSTOOL@
141LIBOBJS = @LIBOBJS@
142LIBS = @LIBS@
143LN_S = @LN_S@
144LTLIBOBJS = @LTLIBOBJS@
145MAINT = @MAINT@
146MAKEINFO = @MAKEINFO@
147MKDIR_P = @MKDIR_P@
148PACKAGE = @PACKAGE@
149PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150PACKAGE_NAME = @PACKAGE_NAME@
151PACKAGE_STRING = @PACKAGE_STRING@
152PACKAGE_TARNAME = @PACKAGE_TARNAME@
153PACKAGE_URL = @PACKAGE_URL@
154PACKAGE_VERSION = @PACKAGE_VERSION@
155PATH_SEPARATOR = @PATH_SEPARATOR@
156PKG_CONFIG = @PKG_CONFIG@
157PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
158PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
159SET_MAKE = @SET_MAKE@
160SHELL = @SHELL@
161STRIP = @STRIP@
162VERSION = @VERSION@
163XMLLINT = @XMLLINT@
164YELP_LC_DIST = @YELP_LC_DIST@
165YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
166abs_builddir = @abs_builddir@
167abs_srcdir = @abs_srcdir@
168abs_top_builddir = @abs_top_builddir@
169abs_top_srcdir = @abs_top_srcdir@
170am__leading_dot = @am__leading_dot@
171am__tar = @am__tar@
172am__untar = @am__untar@
173bindir = @bindir@
174build_alias = @build_alias@
175builddir = @builddir@
176datadir = @datadir@
177datarootdir = @datarootdir@
178docdir = @docdir@
179dvidir = @dvidir@
180exec_prefix = @exec_prefix@
181host_alias = @host_alias@
182htmldir = @htmldir@
183includedir = @includedir@
184infodir = @infodir@
185install_sh = @install_sh@
186libdir = @libdir@
187libexecdir = @libexecdir@
188localedir = @localedir@
189localstatedir = @localstatedir@
190mandir = @mandir@
191mkdir_p = @mkdir_p@
192oldincludedir = @oldincludedir@
193pdfdir = @pdfdir@
194prefix = @prefix@
195program_transform_name = @program_transform_name@
196psdir = @psdir@
197runstatedir = @runstatedir@
198sbindir = @sbindir@
199sharedstatedir = @sharedstatedir@
200srcdir = @srcdir@
201sysconfdir = @sysconfdir@
202target_alias = @target_alias@
203top_build_prefix = @top_build_prefix@
204top_builddir = @top_builddir@
205top_srcdir = @top_srcdir@
206HELP_ID = accessibility-devel-guide
207HELP_FILES = index.docbook
208HELP_EXTRA = gad.xml gtest.xml legal.xml
209HELP_MEDIA = \
210	figures/at-arch.png				\
211	figures/badfocus1.png				\
212	figures/badfocus2.png				\
213	figures/badfocus3.png				\
214	figures/color_and_arrows.png			\
215	figures/color_only.png				\
216	figures/depend1a.png				\
217	figures/depend1.png				\
218	figures/depend2a.png				\
219	figures/depend2.png				\
220	figures/depend3.png				\
221	figures/gaa.jpg					\
222	figures/GNOME_desktop_Accessibility.png		\
223	figures/goodfocus2.png				\
224	figures/goodfocus3.png				\
225	figures/goodfocus.png				\
226	figures/label_above.png				\
227	figures/label_below.png				\
228	figures/label_left.png				\
229	figures/label_right.png				\
230	figures/nodrop.png
231
232HELP_LINGUAS = cs de el es fr ja ko pt_BR sl sv zh_CN
233all: all-am
234
235.SUFFIXES:
236$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237	@for dep in $?; do \
238	  case '$(am__configure_deps)' in \
239	    *$$dep*) \
240	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241	        && { if test -f $@; then exit 0; else break; fi; }; \
242	      exit 1;; \
243	  esac; \
244	done; \
245	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu accessibility-devel-guide/Makefile'; \
246	$(am__cd) $(top_srcdir) && \
247	  $(AUTOMAKE) --gnu accessibility-devel-guide/Makefile
248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249	@case '$?' in \
250	  *config.status*) \
251	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252	  *) \
253	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
254	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
255	esac;
256
257$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
260$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
261	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264$(am__aclocal_m4_deps):
265tags TAGS:
266
267ctags CTAGS:
268
269cscope cscopelist:
270
271
272distdir: $(BUILT_SOURCES)
273	$(MAKE) $(AM_MAKEFLAGS) distdir-am
274
275distdir-am: $(DISTFILES)
276	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
277	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
278	list='$(DISTFILES)'; \
279	  dist_files=`for file in $$list; do echo $$file; done | \
280	  sed -e "s|^$$srcdirstrip/||;t" \
281	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
282	case $$dist_files in \
283	  */*) $(MKDIR_P) `echo "$$dist_files" | \
284			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
285			   sort -u` ;; \
286	esac; \
287	for file in $$dist_files; do \
288	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
289	  if test -d $$d/$$file; then \
290	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
291	    if test -d "$(distdir)/$$file"; then \
292	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293	    fi; \
294	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
296	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297	    fi; \
298	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
299	  else \
300	    test -f "$(distdir)/$$file" \
301	    || cp -p $$d/$$file "$(distdir)/$$file" \
302	    || exit 1; \
303	  fi; \
304	done
305check-am: all-am
306check: check-am
307all-am: Makefile
308installdirs:
309install: install-am
310install-exec: install-exec-am
311install-data: install-data-am
312uninstall: uninstall-am
313
314install-am: all-am
315	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316
317installcheck: installcheck-am
318install-strip:
319	if test -z '$(STRIP)'; then \
320	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
321	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
322	      install; \
323	else \
324	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
325	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
326	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
327	fi
328mostlyclean-generic:
329
330clean-generic:
331
332distclean-generic:
333	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
334	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
335
336maintainer-clean-generic:
337	@echo "This command is intended for maintainers to use"
338	@echo "it deletes files that may require special tools to rebuild."
339clean: clean-am
340
341clean-am: clean-generic mostlyclean-am
342
343distclean: distclean-am
344	-rm -f Makefile
345distclean-am: clean-am distclean-generic
346
347dvi: dvi-am
348
349dvi-am:
350
351html: html-am
352
353html-am:
354
355info: info-am
356
357info-am:
358
359install-data-am:
360
361install-dvi: install-dvi-am
362
363install-dvi-am:
364
365install-exec-am:
366
367install-html: install-html-am
368
369install-html-am:
370
371install-info: install-info-am
372
373install-info-am:
374
375install-man:
376
377install-pdf: install-pdf-am
378
379install-pdf-am:
380
381install-ps: install-ps-am
382
383install-ps-am:
384
385installcheck-am:
386
387maintainer-clean: maintainer-clean-am
388	-rm -f Makefile
389maintainer-clean-am: distclean-am maintainer-clean-generic
390
391mostlyclean: mostlyclean-am
392
393mostlyclean-am: mostlyclean-generic
394
395pdf: pdf-am
396
397pdf-am:
398
399ps: ps-am
400
401ps-am:
402
403uninstall-am:
404
405.MAKE: install-am install-strip
406
407.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
408	ctags-am distclean distclean-generic distdir dvi dvi-am html \
409	html-am info info-am install install-am install-data \
410	install-data-am install-dvi install-dvi-am install-exec \
411	install-exec-am install-html install-html-am install-info \
412	install-info-am install-man install-pdf install-pdf-am \
413	install-ps install-ps-am install-strip installcheck \
414	installcheck-am installdirs maintainer-clean \
415	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
416	pdf-am ps ps-am tags-am uninstall uninstall-am
417
418.PRECIOUS: Makefile
419
420@YELP_HELP_RULES@
421
422# Tell versions [3.59,3.63) of GNU make to not export all variables.
423# Otherwise a system limit (for SysV at least) may be exceeded.
424.NOEXPORT:
425