1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
18
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22  case $${target_option-} in \
23      ?) ;; \
24      *) echo "am__make_running_with_option: internal error: invalid" \
25              "target option '$${target_option-}' specified" >&2; \
26         exit 1;; \
27  esac; \
28  has_opt=no; \
29  sane_makeflags=$$MAKEFLAGS; \
30  if $(am__is_gnu_make); then \
31    sane_makeflags=$$MFLAGS; \
32  else \
33    case $$MAKEFLAGS in \
34      *\\[\ \	]*) \
35        bs=\\; \
36        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
38    esac; \
39  fi; \
40  skip_next=no; \
41  strip_trailopt () \
42  { \
43    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44  }; \
45  for flg in $$sane_makeflags; do \
46    test $$skip_next = yes && { skip_next=no; continue; }; \
47    case $$flg in \
48      *=*|--*) continue;; \
49        -*I) strip_trailopt 'I'; skip_next=yes;; \
50      -*I?*) strip_trailopt 'I';; \
51        -*O) strip_trailopt 'O'; skip_next=yes;; \
52      -*O?*) strip_trailopt 'O';; \
53        -*l) strip_trailopt 'l'; skip_next=yes;; \
54      -*l?*) strip_trailopt 'l';; \
55      -[dEDm]) skip_next=yes;; \
56      -[JT]) skip_next=yes;; \
57    esac; \
58    case $$flg in \
59      *$$target_option*) has_opt=yes; break;; \
60    esac; \
61  done; \
62  test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83TESTS = tests/test$(EXEEXT)
84check_PROGRAMS = tests/test$(EXEEXT)
85subdir = .
86DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87	$(top_srcdir)/configure $(am__configure_deps) \
88	$(srcdir)/xcb-errors.pc.in depcomp $(xcbinclude_HEADERS) \
89	test-driver COPYING ChangeLog INSTALL NEWS compile \
90	config.guess config.sub install-sh missing ltmain.sh
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
93	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95	$(top_srcdir)/m4/lt~obsolete.m4 \
96	$(top_srcdir)/m4/xcb_util_common.m4 \
97	$(top_srcdir)/m4/xcb_util_m4_with_include_path.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_CLEAN_FILES = xcb-errors.pc
105CONFIG_CLEAN_VPATH_FILES =
106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107am__vpath_adj = case $$p in \
108    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109    *) f=$$p;; \
110  esac;
111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112am__install_max = 40
113am__nobase_strip_setup = \
114  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115am__nobase_strip = \
116  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117am__nobase_list = $(am__nobase_strip_setup); \
118  for p in $$list; do echo "$$p $$p"; done | \
119  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121    if (++n[$$2] == $(am__install_max)) \
122      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123    END { for (dir in files) print dir, files[dir] }'
124am__base_list = \
125  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127am__uninstall_files_from_dir = { \
128  test -z "$$files" \
129    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131         $(am__cd) "$$dir" && rm -f $$files; }; \
132  }
133am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
134	"$(DESTDIR)$(xcbincludedir)"
135LTLIBRARIES = $(lib_LTLIBRARIES)
136am__DEPENDENCIES_1 =
137libxcb_errors_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
138am__dirstamp = $(am__leading_dot)dirstamp
139am_libxcb_errors_la_OBJECTS = src/libxcb_errors_la-xcb_errors.lo \
140	src/libxcb_errors_la-extensions.lo
141libxcb_errors_la_OBJECTS = $(am_libxcb_errors_la_OBJECTS)
142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 =
146libxcb_errors_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
147	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
148	$(AM_CFLAGS) $(CFLAGS) $(libxcb_errors_la_LDFLAGS) $(LDFLAGS) \
149	-o $@
150tests_test_SOURCES = tests/test.c
151tests_test_OBJECTS = tests/tests_test-test.$(OBJEXT)
152tests_test_DEPENDENCIES = libxcb-errors.la $(am__DEPENDENCIES_1)
153AM_V_P = $(am__v_P_@AM_V@)
154am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
155am__v_P_0 = false
156am__v_P_1 = :
157AM_V_GEN = $(am__v_GEN_@AM_V@)
158am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
159am__v_GEN_0 = @echo "  GEN     " $@;
160am__v_GEN_1 =
161AM_V_at = $(am__v_at_@AM_V@)
162am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
163am__v_at_0 = @
164am__v_at_1 =
165DEFAULT_INCLUDES = -I.@am__isrc@
166depcomp = $(SHELL) $(top_srcdir)/depcomp
167am__depfiles_maybe = depfiles
168am__mv = mv -f
169COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
170	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
174	$(AM_CFLAGS) $(CFLAGS)
175AM_V_CC = $(am__v_CC_@AM_V@)
176am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177am__v_CC_0 = @echo "  CC      " $@;
178am__v_CC_1 =
179CCLD = $(CC)
180LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
182	$(AM_LDFLAGS) $(LDFLAGS) -o $@
183AM_V_CCLD = $(am__v_CCLD_@AM_V@)
184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
185am__v_CCLD_0 = @echo "  CCLD    " $@;
186am__v_CCLD_1 =
187SOURCES = $(libxcb_errors_la_SOURCES) tests/test.c
188DIST_SOURCES = $(libxcb_errors_la_SOURCES) tests/test.c
189am__can_run_installinfo = \
190  case $$AM_UPDATE_INFO_DIR in \
191    n|no|NO) false;; \
192    *) (install-info --version) >/dev/null 2>&1;; \
193  esac
194DATA = $(pkgconfig_DATA)
195HEADERS = $(xcbinclude_HEADERS)
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197# Read a list of newline-separated strings from the standard input,
198# and print each of them once, without duplicates.  Input order is
199# *not* preserved.
200am__uniquify_input = $(AWK) '\
201  BEGIN { nonempty = 0; } \
202  { items[$$0] = 1; nonempty = 1; } \
203  END { if (nonempty) { for (i in items) print i; }; } \
204'
205# Make sure the list of sources is unique.  This is necessary because,
206# e.g., the same source file might be shared among _SOURCES variables
207# for different programs/libraries.
208am__define_uniq_tagged_files = \
209  list='$(am__tagged_files)'; \
210  unique=`for i in $$list; do \
211    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212  done | $(am__uniquify_input)`
213ETAGS = etags
214CTAGS = ctags
215CSCOPE = cscope
216AM_RECURSIVE_TARGETS = cscope check recheck
217am__tty_colors_dummy = \
218  mgn= red= grn= lgn= blu= brg= std=; \
219  am__color_tests=no
220am__tty_colors = { \
221  $(am__tty_colors_dummy); \
222  if test "X$(AM_COLOR_TESTS)" = Xno; then \
223    am__color_tests=no; \
224  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
225    am__color_tests=yes; \
226  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
227    am__color_tests=yes; \
228  fi; \
229  if test $$am__color_tests = yes; then \
230    red=''; \
231    grn=''; \
232    lgn=''; \
233    blu=''; \
234    mgn=''; \
235    brg=''; \
236    std=''; \
237  fi; \
238}
239am__recheck_rx = ^[ 	]*:recheck:[ 	]*
240am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
241am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
242# A command that, given a newline-separated list of test names on the
243# standard input, print the name of the tests that are to be re-run
244# upon "make recheck".
245am__list_recheck_tests = $(AWK) '{ \
246  recheck = 1; \
247  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
248    { \
249      if (rc < 0) \
250        { \
251          if ((getline line2 < ($$0 ".log")) < 0) \
252	    recheck = 0; \
253          break; \
254        } \
255      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
256        { \
257          recheck = 0; \
258          break; \
259        } \
260      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
261        { \
262          break; \
263        } \
264    }; \
265  if (recheck) \
266    print $$0; \
267  close ($$0 ".trs"); \
268  close ($$0 ".log"); \
269}'
270# A command that, given a newline-separated list of test names on the
271# standard input, create the global log from their .trs and .log files.
272am__create_global_log = $(AWK) ' \
273function fatal(msg) \
274{ \
275  print "fatal: making $@: " msg | "cat >&2"; \
276  exit 1; \
277} \
278function rst_section(header) \
279{ \
280  print header; \
281  len = length(header); \
282  for (i = 1; i <= len; i = i + 1) \
283    printf "="; \
284  printf "\n\n"; \
285} \
286{ \
287  copy_in_global_log = 1; \
288  global_test_result = "RUN"; \
289  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
290    { \
291      if (rc < 0) \
292         fatal("failed to read from " $$0 ".trs"); \
293      if (line ~ /$(am__global_test_result_rx)/) \
294        { \
295          sub("$(am__global_test_result_rx)", "", line); \
296          sub("[ 	]*$$", "", line); \
297          global_test_result = line; \
298        } \
299      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
300        copy_in_global_log = 0; \
301    }; \
302  if (copy_in_global_log) \
303    { \
304      rst_section(global_test_result ": " $$0); \
305      while ((rc = (getline line < ($$0 ".log"))) != 0) \
306      { \
307        if (rc < 0) \
308          fatal("failed to read from " $$0 ".log"); \
309        print line; \
310      }; \
311      printf "\n"; \
312    }; \
313  close ($$0 ".trs"); \
314  close ($$0 ".log"); \
315}'
316# Restructured Text title.
317am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
318# Solaris 10 'make', and several other traditional 'make' implementations,
319# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
320# by disabling -e (using the XSI extension "set +e") if it's set.
321am__sh_e_setup = case $$- in *e*) set +e;; esac
322# Default flags passed to test drivers.
323am__common_driver_flags = \
324  --color-tests "$$am__color_tests" \
325  --enable-hard-errors "$$am__enable_hard_errors" \
326  --expect-failure "$$am__expect_failure"
327# To be inserted before the command running the test.  Creates the
328# directory for the log if needed.  Stores in $dir the directory
329# containing $f, in $tst the test, in $log the log.  Executes the
330# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
331# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
332# will run the test scripts (or their associated LOG_COMPILER, if
333# thy have one).
334am__check_pre = \
335$(am__sh_e_setup);					\
336$(am__vpath_adj_setup) $(am__vpath_adj)			\
337$(am__tty_colors);					\
338srcdir=$(srcdir); export srcdir;			\
339case "$@" in						\
340  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
341    *) am__odir=.;; 					\
342esac;							\
343test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
344  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
345if test -f "./$$f"; then dir=./;			\
346elif test -f "$$f"; then dir=;				\
347else dir="$(srcdir)/"; fi;				\
348tst=$$dir$$f; log='$@'; 				\
349if test -n '$(DISABLE_HARD_ERRORS)'; then		\
350  am__enable_hard_errors=no; 				\
351else							\
352  am__enable_hard_errors=yes; 				\
353fi; 							\
354case " $(XFAIL_TESTS) " in				\
355  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
356    am__expect_failure=yes;;				\
357  *)							\
358    am__expect_failure=no;;				\
359esac; 							\
360$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
361# A shell command to get the names of the tests scripts with any registered
362# extension removed (i.e., equivalently, the names of the test logs, with
363# the '.log' extension removed).  The result is saved in the shell variable
364# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
365# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
366# since that might cause problem with VPATH rewrites for suffix-less tests.
367# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
368am__set_TESTS_bases = \
369  bases='$(TEST_LOGS)'; \
370  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
371  bases=`echo $$bases`
372RECHECK_LOGS = $(TEST_LOGS)
373TEST_SUITE_LOG = test-suite.log
374TEST_EXTENSIONS = @EXEEXT@ .test
375LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
376LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
377am__set_b = \
378  case '$@' in \
379    */*) \
380      case '$*' in \
381        */*) b='$*';; \
382          *) b=`echo '$@' | sed 's/\.log$$//'`; \
383       esac;; \
384    *) \
385      b='$*';; \
386  esac
387am__test_logs1 = $(TESTS:=.log)
388am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
389TEST_LOGS = $(am__test_logs2:.test.log=.log)
390TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
391TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
392	$(TEST_LOG_FLAGS)
393DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
394distdir = $(PACKAGE)-$(VERSION)
395top_distdir = $(distdir)
396am__remove_distdir = \
397  if test -d "$(distdir)"; then \
398    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
399      && rm -rf "$(distdir)" \
400      || { sleep 5 && rm -rf "$(distdir)"; }; \
401  else :; fi
402am__post_remove_distdir = $(am__remove_distdir)
403DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
404GZIP_ENV = --best
405DIST_TARGETS = dist-bzip2 dist-gzip
406distuninstallcheck_listfiles = find . -type f -print
407am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
408  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
409distcleancheck_listfiles = find . -type f -print
410ACLOCAL = @ACLOCAL@
411ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
412ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
413AMTAR = @AMTAR@
414AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
415APP_MAN_DIR = @APP_MAN_DIR@
416APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
417AR = @AR@
418AUTOCONF = @AUTOCONF@
419AUTOHEADER = @AUTOHEADER@
420AUTOMAKE = @AUTOMAKE@
421AWK = @AWK@
422BASE_CFLAGS = @BASE_CFLAGS@
423CC = @CC@
424CCDEPMODE = @CCDEPMODE@
425CFLAGS = @CFLAGS@
426CHANGELOG_CMD = @CHANGELOG_CMD@
427CPP = @CPP@
428CPPFLAGS = @CPPFLAGS@
429CWARNFLAGS = @CWARNFLAGS@
430CYGPATH_W = @CYGPATH_W@
431DEFS = @DEFS@
432DEPDIR = @DEPDIR@
433DLLTOOL = @DLLTOOL@
434DOT = @DOT@
435DOXYGEN = @DOXYGEN@
436DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
437DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
438DSYMUTIL = @DSYMUTIL@
439DUMPBIN = @DUMPBIN@
440ECHO_C = @ECHO_C@
441ECHO_N = @ECHO_N@
442ECHO_T = @ECHO_T@
443EGREP = @EGREP@
444EXEEXT = @EXEEXT@
445FGREP = @FGREP@
446FILE_MAN_DIR = @FILE_MAN_DIR@
447FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
448GREP = @GREP@
449HAVE_DOT = @HAVE_DOT@
450INSTALL = @INSTALL@
451INSTALL_CMD = @INSTALL_CMD@
452INSTALL_DATA = @INSTALL_DATA@
453INSTALL_PROGRAM = @INSTALL_PROGRAM@
454INSTALL_SCRIPT = @INSTALL_SCRIPT@
455INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
456LD = @LD@
457LDFLAGS = @LDFLAGS@
458LIBOBJS = @LIBOBJS@
459LIBS = @LIBS@
460LIBTOOL = @LIBTOOL@
461LIB_MAN_DIR = @LIB_MAN_DIR@
462LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
463LIPO = @LIPO@
464LN_S = @LN_S@
465LTLIBOBJS = @LTLIBOBJS@
466M4 = @M4@
467MAINT = @MAINT@
468MAKEINFO = @MAKEINFO@
469MANIFEST_TOOL = @MANIFEST_TOOL@
470MAN_SUBSTS = @MAN_SUBSTS@
471MISC_MAN_DIR = @MISC_MAN_DIR@
472MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
473MKDIR_P = @MKDIR_P@
474NM = @NM@
475NMEDIT = @NMEDIT@
476OBJDUMP = @OBJDUMP@
477OBJEXT = @OBJEXT@
478OTOOL = @OTOOL@
479OTOOL64 = @OTOOL64@
480PACKAGE = @PACKAGE@
481PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
482PACKAGE_NAME = @PACKAGE_NAME@
483PACKAGE_STRING = @PACKAGE_STRING@
484PACKAGE_TARNAME = @PACKAGE_TARNAME@
485PACKAGE_URL = @PACKAGE_URL@
486PACKAGE_VERSION = @PACKAGE_VERSION@
487PATH_SEPARATOR = @PATH_SEPARATOR@
488PKG_CONFIG = @PKG_CONFIG@
489PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
490PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
491RANLIB = @RANLIB@
492SED = @SED@
493SET_MAKE = @SET_MAKE@
494SHELL = @SHELL@
495STRICT_CFLAGS = @STRICT_CFLAGS@
496STRIP = @STRIP@
497VERSION = @VERSION@
498XCBPROTO_CFLAGS = @XCBPROTO_CFLAGS@
499XCBPROTO_LIBS = @XCBPROTO_LIBS@
500XCBPROTO_VERSION = @XCBPROTO_VERSION@
501XCBPROTO_XCBINCLUDEDIR = @XCBPROTO_XCBINCLUDEDIR@
502XCB_CFLAGS = @XCB_CFLAGS@
503XCB_LIBS = @XCB_LIBS@
504XORG_MAN_PAGE = @XORG_MAN_PAGE@
505abs_builddir = @abs_builddir@
506abs_srcdir = @abs_srcdir@
507abs_top_builddir = @abs_top_builddir@
508abs_top_srcdir = @abs_top_srcdir@
509ac_ct_AR = @ac_ct_AR@
510ac_ct_CC = @ac_ct_CC@
511ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
512am__include = @am__include@
513am__leading_dot = @am__leading_dot@
514am__quote = @am__quote@
515am__tar = @am__tar@
516am__untar = @am__untar@
517bindir = @bindir@
518build = @build@
519build_alias = @build_alias@
520build_cpu = @build_cpu@
521build_os = @build_os@
522build_vendor = @build_vendor@
523builddir = @builddir@
524datadir = @datadir@
525datarootdir = @datarootdir@
526docdir = @docdir@
527dvidir = @dvidir@
528exec_prefix = @exec_prefix@
529host = @host@
530host_alias = @host_alias@
531host_cpu = @host_cpu@
532host_os = @host_os@
533host_vendor = @host_vendor@
534htmldir = @htmldir@
535includedir = @includedir@
536infodir = @infodir@
537install_sh = @install_sh@
538libdir = @libdir@
539libexecdir = @libexecdir@
540localedir = @localedir@
541localstatedir = @localstatedir@
542mandir = @mandir@
543mkdir_p = @mkdir_p@
544oldincludedir = @oldincludedir@
545pdfdir = @pdfdir@
546pkgconfigdir = @pkgconfigdir@
547prefix = @prefix@
548program_transform_name = @program_transform_name@
549psdir = @psdir@
550sbindir = @sbindir@
551sharedstatedir = @sharedstatedir@
552srcdir = @srcdir@
553sysconfdir = @sysconfdir@
554target_alias = @target_alias@
555top_build_prefix = @top_build_prefix@
556top_builddir = @top_builddir@
557top_srcdir = @top_srcdir@
558xcbincludedir = @xcbincludedir@
559ACLOCAL_AMFLAGS = -I m4
560MAINTAINERCLEANFILES = ChangeLog INSTALL Makefile.in
561EXTRA_DIST = autogen.sh xcb-errors.pc.in src/errors.h src/extensions.py
562lib_LTLIBRARIES = libxcb-errors.la
563xcbinclude_HEADERS = src/xcb_errors.h
564AM_CFLAGS = $(CWARNFLAGS)
565libxcb_errors_la_SOURCES = src/xcb_errors.c src/extensions.c
566libxcb_errors_la_CPPFLAGS = $(XCB_CFLAGS) $(XPROTO_CFLAGS)
567libxcb_errors_la_LIBADD = $(XCB_LIBS) $(XPROTO_LIBS)
568libxcb_errors_la_LDFLAGS = -version-info 0:0:0 -no-undefined -export-symbols-regex '^xcb_errors_'
569pkgconfig_DATA = xcb-errors.pc
570tests_test_SOURCE = tests/test.c
571tests_test_CPPFLAGS = -I$(srcdir)/src/ $(XCB_CFLAGS)
572tests_test_LDADD = libxcb-errors.la $(XCB_LIBS)
573CLEANFILES = src/extensions.c
574all: all-am
575
576.SUFFIXES:
577.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
578am--refresh: Makefile
579	@:
580$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
581	@for dep in $?; do \
582	  case '$(am__configure_deps)' in \
583	    *$$dep*) \
584	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
585	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
586		&& exit 0; \
587	      exit 1;; \
588	  esac; \
589	done; \
590	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
591	$(am__cd) $(top_srcdir) && \
592	  $(AUTOMAKE) --foreign Makefile
593.PRECIOUS: Makefile
594Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
595	@case '$?' in \
596	  *config.status*) \
597	    echo ' $(SHELL) ./config.status'; \
598	    $(SHELL) ./config.status;; \
599	  *) \
600	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
601	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
602	esac;
603
604$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
605	$(SHELL) ./config.status --recheck
606
607$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
608	$(am__cd) $(srcdir) && $(AUTOCONF)
609$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
610	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
611$(am__aclocal_m4_deps):
612xcb-errors.pc: $(top_builddir)/config.status $(srcdir)/xcb-errors.pc.in
613	cd $(top_builddir) && $(SHELL) ./config.status $@
614
615install-libLTLIBRARIES: $(lib_LTLIBRARIES)
616	@$(NORMAL_INSTALL)
617	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
618	list2=; for p in $$list; do \
619	  if test -f $$p; then \
620	    list2="$$list2 $$p"; \
621	  else :; fi; \
622	done; \
623	test -z "$$list2" || { \
624	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
625	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
626	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
627	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
628	}
629
630uninstall-libLTLIBRARIES:
631	@$(NORMAL_UNINSTALL)
632	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
633	for p in $$list; do \
634	  $(am__strip_dir) \
635	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
636	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
637	done
638
639clean-libLTLIBRARIES:
640	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
641	@list='$(lib_LTLIBRARIES)'; \
642	locs=`for p in $$list; do echo $$p; done | \
643	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
644	      sort -u`; \
645	test -z "$$locs" || { \
646	  echo rm -f $${locs}; \
647	  rm -f $${locs}; \
648	}
649src/$(am__dirstamp):
650	@$(MKDIR_P) src
651	@: > src/$(am__dirstamp)
652src/$(DEPDIR)/$(am__dirstamp):
653	@$(MKDIR_P) src/$(DEPDIR)
654	@: > src/$(DEPDIR)/$(am__dirstamp)
655src/libxcb_errors_la-xcb_errors.lo: src/$(am__dirstamp) \
656	src/$(DEPDIR)/$(am__dirstamp)
657src/libxcb_errors_la-extensions.lo: src/$(am__dirstamp) \
658	src/$(DEPDIR)/$(am__dirstamp)
659
660libxcb-errors.la: $(libxcb_errors_la_OBJECTS) $(libxcb_errors_la_DEPENDENCIES) $(EXTRA_libxcb_errors_la_DEPENDENCIES)
661	$(AM_V_CCLD)$(libxcb_errors_la_LINK) -rpath $(libdir) $(libxcb_errors_la_OBJECTS) $(libxcb_errors_la_LIBADD) $(LIBS)
662
663clean-checkPROGRAMS:
664	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
665	echo " rm -f" $$list; \
666	rm -f $$list || exit $$?; \
667	test -n "$(EXEEXT)" || exit 0; \
668	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
669	echo " rm -f" $$list; \
670	rm -f $$list
671tests/$(am__dirstamp):
672	@$(MKDIR_P) tests
673	@: > tests/$(am__dirstamp)
674tests/$(DEPDIR)/$(am__dirstamp):
675	@$(MKDIR_P) tests/$(DEPDIR)
676	@: > tests/$(DEPDIR)/$(am__dirstamp)
677tests/tests_test-test.$(OBJEXT): tests/$(am__dirstamp) \
678	tests/$(DEPDIR)/$(am__dirstamp)
679
680tests/test$(EXEEXT): $(tests_test_OBJECTS) $(tests_test_DEPENDENCIES) $(EXTRA_tests_test_DEPENDENCIES) tests/$(am__dirstamp)
681	@rm -f tests/test$(EXEEXT)
682	$(AM_V_CCLD)$(LINK) $(tests_test_OBJECTS) $(tests_test_LDADD) $(LIBS)
683
684mostlyclean-compile:
685	-rm -f *.$(OBJEXT)
686	-rm -f src/*.$(OBJEXT)
687	-rm -f src/*.lo
688	-rm -f tests/*.$(OBJEXT)
689
690distclean-compile:
691	-rm -f *.tab.c
692
693@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libxcb_errors_la-extensions.Plo@am__quote@
694@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libxcb_errors_la-xcb_errors.Plo@am__quote@
695@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/tests_test-test.Po@am__quote@
696
697.c.o:
698@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
699@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
700@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
701@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
702@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
704
705.c.obj:
706@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
707@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
708@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
709@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
710@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
712
713.c.lo:
714@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
715@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
716@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
717@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
718@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
720
721src/libxcb_errors_la-xcb_errors.lo: src/xcb_errors.c
722@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_errors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libxcb_errors_la-xcb_errors.lo -MD -MP -MF src/$(DEPDIR)/libxcb_errors_la-xcb_errors.Tpo -c -o src/libxcb_errors_la-xcb_errors.lo `test -f 'src/xcb_errors.c' || echo '$(srcdir)/'`src/xcb_errors.c
723@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libxcb_errors_la-xcb_errors.Tpo src/$(DEPDIR)/libxcb_errors_la-xcb_errors.Plo
724@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/xcb_errors.c' object='src/libxcb_errors_la-xcb_errors.lo' libtool=yes @AMDEPBACKSLASH@
725@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_errors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libxcb_errors_la-xcb_errors.lo `test -f 'src/xcb_errors.c' || echo '$(srcdir)/'`src/xcb_errors.c
727
728src/libxcb_errors_la-extensions.lo: src/extensions.c
729@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_errors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libxcb_errors_la-extensions.lo -MD -MP -MF src/$(DEPDIR)/libxcb_errors_la-extensions.Tpo -c -o src/libxcb_errors_la-extensions.lo `test -f 'src/extensions.c' || echo '$(srcdir)/'`src/extensions.c
730@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libxcb_errors_la-extensions.Tpo src/$(DEPDIR)/libxcb_errors_la-extensions.Plo
731@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/extensions.c' object='src/libxcb_errors_la-extensions.lo' libtool=yes @AMDEPBACKSLASH@
732@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_errors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libxcb_errors_la-extensions.lo `test -f 'src/extensions.c' || echo '$(srcdir)/'`src/extensions.c
734
735tests/tests_test-test.o: tests/test.c
736@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_test-test.o -MD -MP -MF tests/$(DEPDIR)/tests_test-test.Tpo -c -o tests/tests_test-test.o `test -f 'tests/test.c' || echo '$(srcdir)/'`tests/test.c
737@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_test-test.Tpo tests/$(DEPDIR)/tests_test-test.Po
738@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tests/test.c' object='tests/tests_test-test.o' libtool=no @AMDEPBACKSLASH@
739@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_test-test.o `test -f 'tests/test.c' || echo '$(srcdir)/'`tests/test.c
741
742tests/tests_test-test.obj: tests/test.c
743@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_test-test.obj -MD -MP -MF tests/$(DEPDIR)/tests_test-test.Tpo -c -o tests/tests_test-test.obj `if test -f 'tests/test.c'; then $(CYGPATH_W) 'tests/test.c'; else $(CYGPATH_W) '$(srcdir)/tests/test.c'; fi`
744@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_test-test.Tpo tests/$(DEPDIR)/tests_test-test.Po
745@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tests/test.c' object='tests/tests_test-test.obj' libtool=no @AMDEPBACKSLASH@
746@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_test-test.obj `if test -f 'tests/test.c'; then $(CYGPATH_W) 'tests/test.c'; else $(CYGPATH_W) '$(srcdir)/tests/test.c'; fi`
748
749mostlyclean-libtool:
750	-rm -f *.lo
751
752clean-libtool:
753	-rm -rf .libs _libs
754	-rm -rf src/.libs src/_libs
755	-rm -rf tests/.libs tests/_libs
756
757distclean-libtool:
758	-rm -f libtool config.lt
759install-pkgconfigDATA: $(pkgconfig_DATA)
760	@$(NORMAL_INSTALL)
761	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
762	if test -n "$$list"; then \
763	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
764	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
765	fi; \
766	for p in $$list; do \
767	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
768	  echo "$$d$$p"; \
769	done | $(am__base_list) | \
770	while read files; do \
771	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
772	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
773	done
774
775uninstall-pkgconfigDATA:
776	@$(NORMAL_UNINSTALL)
777	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
778	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
779	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
780install-xcbincludeHEADERS: $(xcbinclude_HEADERS)
781	@$(NORMAL_INSTALL)
782	@list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
783	if test -n "$$list"; then \
784	  echo " $(MKDIR_P) '$(DESTDIR)$(xcbincludedir)'"; \
785	  $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)" || exit 1; \
786	fi; \
787	for p in $$list; do \
788	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
789	  echo "$$d$$p"; \
790	done | $(am__base_list) | \
791	while read files; do \
792	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
793	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
794	done
795
796uninstall-xcbincludeHEADERS:
797	@$(NORMAL_UNINSTALL)
798	@list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
799	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
800	dir='$(DESTDIR)$(xcbincludedir)'; $(am__uninstall_files_from_dir)
801
802ID: $(am__tagged_files)
803	$(am__define_uniq_tagged_files); mkid -fID $$unique
804tags: tags-am
805TAGS: tags
806
807tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
808	set x; \
809	here=`pwd`; \
810	$(am__define_uniq_tagged_files); \
811	shift; \
812	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
813	  test -n "$$unique" || unique=$$empty_fix; \
814	  if test $$# -gt 0; then \
815	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
816	      "$$@" $$unique; \
817	  else \
818	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
819	      $$unique; \
820	  fi; \
821	fi
822ctags: ctags-am
823
824CTAGS: ctags
825ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
826	$(am__define_uniq_tagged_files); \
827	test -z "$(CTAGS_ARGS)$$unique" \
828	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
829	     $$unique
830
831GTAGS:
832	here=`$(am__cd) $(top_builddir) && pwd` \
833	  && $(am__cd) $(top_srcdir) \
834	  && gtags -i $(GTAGS_ARGS) "$$here"
835cscope: cscope.files
836	test ! -s cscope.files \
837	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
838clean-cscope:
839	-rm -f cscope.files
840cscope.files: clean-cscope cscopelist
841cscopelist: cscopelist-am
842
843cscopelist-am: $(am__tagged_files)
844	list='$(am__tagged_files)'; \
845	case "$(srcdir)" in \
846	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
847	  *) sdir=$(subdir)/$(srcdir) ;; \
848	esac; \
849	for i in $$list; do \
850	  if test -f "$$i"; then \
851	    echo "$(subdir)/$$i"; \
852	  else \
853	    echo "$$sdir/$$i"; \
854	  fi; \
855	done >> $(top_builddir)/cscope.files
856
857distclean-tags:
858	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
859	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
860
861# Recover from deleted '.trs' file; this should ensure that
862# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
863# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
864# to avoid problems with "make -n".
865.log.trs:
866	rm -f $< $@
867	$(MAKE) $(AM_MAKEFLAGS) $<
868
869# Leading 'am--fnord' is there to ensure the list of targets does not
870# expand to empty, as could happen e.g. with make check TESTS=''.
871am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
872am--force-recheck:
873	@:
874
875$(TEST_SUITE_LOG): $(TEST_LOGS)
876	@$(am__set_TESTS_bases); \
877	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
878	redo_bases=`for i in $$bases; do \
879	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
880	            done`; \
881	if test -n "$$redo_bases"; then \
882	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
883	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
884	  if $(am__make_dryrun); then :; else \
885	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
886	  fi; \
887	fi; \
888	if test -n "$$am__remaking_logs"; then \
889	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
890	       "recursion detected" >&2; \
891	else \
892	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
893	fi; \
894	if $(am__make_dryrun); then :; else \
895	  st=0;  \
896	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
897	  for i in $$redo_bases; do \
898	    test -f $$i.trs && test -r $$i.trs \
899	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
900	    test -f $$i.log && test -r $$i.log \
901	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
902	  done; \
903	  test $$st -eq 0 || exit 1; \
904	fi
905	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
906	ws='[ 	]'; \
907	results=`for b in $$bases; do echo $$b.trs; done`; \
908	test -n "$$results" || results=/dev/null; \
909	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
910	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
911	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
912	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
913	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
914	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
915	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
916	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
917	  success=true; \
918	else \
919	  success=false; \
920	fi; \
921	br='==================='; br=$$br$$br$$br$$br; \
922	result_count () \
923	{ \
924	    if test x"$$1" = x"--maybe-color"; then \
925	      maybe_colorize=yes; \
926	    elif test x"$$1" = x"--no-color"; then \
927	      maybe_colorize=no; \
928	    else \
929	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
930	    fi; \
931	    shift; \
932	    desc=$$1 count=$$2; \
933	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
934	      color_start=$$3 color_end=$$std; \
935	    else \
936	      color_start= color_end=; \
937	    fi; \
938	    echo "$${color_start}# $$desc $$count$${color_end}"; \
939	}; \
940	create_testsuite_report () \
941	{ \
942	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
943	  result_count $$1 "PASS: " $$pass  "$$grn"; \
944	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
945	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
946	  result_count $$1 "FAIL: " $$fail  "$$red"; \
947	  result_count $$1 "XPASS:" $$xpass "$$red"; \
948	  result_count $$1 "ERROR:" $$error "$$mgn"; \
949	}; \
950	{								\
951	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
952	    $(am__rst_title);						\
953	  create_testsuite_report --no-color;				\
954	  echo;								\
955	  echo ".. contents:: :depth: 2";				\
956	  echo;								\
957	  for b in $$bases; do echo $$b; done				\
958	    | $(am__create_global_log);					\
959	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
960	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
961	if $$success; then						\
962	  col="$$grn";							\
963	 else								\
964	  col="$$red";							\
965	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
966	fi;								\
967	echo "$${col}$$br$${std}"; 					\
968	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
969	echo "$${col}$$br$${std}"; 					\
970	create_testsuite_report --maybe-color;				\
971	echo "$$col$$br$$std";						\
972	if $$success; then :; else					\
973	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
974	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
975	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
976	  fi;								\
977	  echo "$$col$$br$$std";					\
978	fi;								\
979	$$success || exit 1
980
981check-TESTS:
982	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
983	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
984	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
985	@set +e; $(am__set_TESTS_bases); \
986	log_list=`for i in $$bases; do echo $$i.log; done`; \
987	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
988	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
989	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
990	exit $$?;
991recheck: all $(check_PROGRAMS)
992	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
993	@set +e; $(am__set_TESTS_bases); \
994	bases=`for i in $$bases; do echo $$i; done \
995	         | $(am__list_recheck_tests)` || exit 1; \
996	log_list=`for i in $$bases; do echo $$i.log; done`; \
997	log_list=`echo $$log_list`; \
998	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
999	        am__force_recheck=am--force-recheck \
1000	        TEST_LOGS="$$log_list"; \
1001	exit $$?
1002tests/test.log: tests/test$(EXEEXT)
1003	@p='tests/test$(EXEEXT)'; \
1004	b='tests/test'; \
1005	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1006	--log-file $$b.log --trs-file $$b.trs \
1007	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1008	"$$tst" $(AM_TESTS_FD_REDIRECT)
1009.test.log:
1010	@p='$<'; \
1011	$(am__set_b); \
1012	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1013	--log-file $$b.log --trs-file $$b.trs \
1014	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1015	"$$tst" $(AM_TESTS_FD_REDIRECT)
1016@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1017@am__EXEEXT_TRUE@	@p='$<'; \
1018@am__EXEEXT_TRUE@	$(am__set_b); \
1019@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1020@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1021@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1022@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1023
1024distdir: $(DISTFILES)
1025	$(am__remove_distdir)
1026	test -d "$(distdir)" || mkdir "$(distdir)"
1027	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1028	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1029	list='$(DISTFILES)'; \
1030	  dist_files=`for file in $$list; do echo $$file; done | \
1031	  sed -e "s|^$$srcdirstrip/||;t" \
1032	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1033	case $$dist_files in \
1034	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1035			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1036			   sort -u` ;; \
1037	esac; \
1038	for file in $$dist_files; do \
1039	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1040	  if test -d $$d/$$file; then \
1041	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1042	    if test -d "$(distdir)/$$file"; then \
1043	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1044	    fi; \
1045	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1046	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1047	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1048	    fi; \
1049	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1050	  else \
1051	    test -f "$(distdir)/$$file" \
1052	    || cp -p $$d/$$file "$(distdir)/$$file" \
1053	    || exit 1; \
1054	  fi; \
1055	done
1056	$(MAKE) $(AM_MAKEFLAGS) \
1057	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
1058	  dist-hook
1059	-test -n "$(am__skip_mode_fix)" \
1060	|| find "$(distdir)" -type d ! -perm -755 \
1061		-exec chmod u+rwx,go+rx {} \; -o \
1062	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1063	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1064	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1065	|| chmod -R a+r "$(distdir)"
1066dist-gzip: distdir
1067	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1068	$(am__post_remove_distdir)
1069dist-bzip2: distdir
1070	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1071	$(am__post_remove_distdir)
1072
1073dist-lzip: distdir
1074	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1075	$(am__post_remove_distdir)
1076
1077dist-xz: distdir
1078	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1079	$(am__post_remove_distdir)
1080
1081dist-tarZ: distdir
1082	@echo WARNING: "Support for shar distribution archives is" \
1083	               "deprecated." >&2
1084	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1085	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1086	$(am__post_remove_distdir)
1087
1088dist-shar: distdir
1089	@echo WARNING: "Support for distribution archives compressed with" \
1090		       "legacy program 'compress' is deprecated." >&2
1091	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1092	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1093	$(am__post_remove_distdir)
1094
1095dist-zip: distdir
1096	-rm -f $(distdir).zip
1097	zip -rq $(distdir).zip $(distdir)
1098	$(am__post_remove_distdir)
1099
1100dist dist-all:
1101	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1102	$(am__post_remove_distdir)
1103
1104# This target untars the dist file and tries a VPATH configuration.  Then
1105# it guarantees that the distribution is self-contained by making another
1106# tarfile.
1107distcheck: dist
1108	case '$(DIST_ARCHIVES)' in \
1109	*.tar.gz*) \
1110	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1111	*.tar.bz2*) \
1112	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1113	*.tar.lz*) \
1114	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1115	*.tar.xz*) \
1116	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1117	*.tar.Z*) \
1118	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1119	*.shar.gz*) \
1120	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1121	*.zip*) \
1122	  unzip $(distdir).zip ;;\
1123	esac
1124	chmod -R a-w $(distdir)
1125	chmod u+w $(distdir)
1126	mkdir $(distdir)/_build $(distdir)/_inst
1127	chmod a-w $(distdir)
1128	test -d $(distdir)/_build || exit 0; \
1129	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1130	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1131	  && am__cwd=`pwd` \
1132	  && $(am__cd) $(distdir)/_build \
1133	  && ../configure \
1134	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1135	    $(DISTCHECK_CONFIGURE_FLAGS) \
1136	    --srcdir=.. --prefix="$$dc_install_base" \
1137	  && $(MAKE) $(AM_MAKEFLAGS) \
1138	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1139	  && $(MAKE) $(AM_MAKEFLAGS) check \
1140	  && $(MAKE) $(AM_MAKEFLAGS) install \
1141	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1142	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1143	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1144	        distuninstallcheck \
1145	  && chmod -R a-w "$$dc_install_base" \
1146	  && ({ \
1147	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1148	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1149	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1150	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1151	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1152	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1153	  && rm -rf "$$dc_destdir" \
1154	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1155	  && rm -rf $(DIST_ARCHIVES) \
1156	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1157	  && cd "$$am__cwd" \
1158	  || exit 1
1159	$(am__post_remove_distdir)
1160	@(echo "$(distdir) archives ready for distribution: "; \
1161	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1162	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1163distuninstallcheck:
1164	@test -n '$(distuninstallcheck_dir)' || { \
1165	  echo 'ERROR: trying to run $@ with an empty' \
1166	       '$$(distuninstallcheck_dir)' >&2; \
1167	  exit 1; \
1168	}; \
1169	$(am__cd) '$(distuninstallcheck_dir)' || { \
1170	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1171	  exit 1; \
1172	}; \
1173	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1174	   || { echo "ERROR: files left after uninstall:" ; \
1175	        if test -n "$(DESTDIR)"; then \
1176	          echo "  (check DESTDIR support)"; \
1177	        fi ; \
1178	        $(distuninstallcheck_listfiles) ; \
1179	        exit 1; } >&2
1180distcleancheck: distclean
1181	@if test '$(srcdir)' = . ; then \
1182	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1183	  exit 1 ; \
1184	fi
1185	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1186	  || { echo "ERROR: files left in build directory after distclean:" ; \
1187	       $(distcleancheck_listfiles) ; \
1188	       exit 1; } >&2
1189check-am: all-am
1190	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1191	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1192check: check-am
1193all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
1194installdirs:
1195	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \
1196	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1197	done
1198install: install-am
1199install-exec: install-exec-am
1200install-data: install-data-am
1201uninstall: uninstall-am
1202
1203install-am: all-am
1204	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1205
1206installcheck: installcheck-am
1207install-strip:
1208	if test -z '$(STRIP)'; then \
1209	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1210	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1211	      install; \
1212	else \
1213	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1214	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1215	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1216	fi
1217mostlyclean-generic:
1218	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1219	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1220	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1221
1222clean-generic:
1223	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1224
1225distclean-generic:
1226	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1227	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1228	-rm -f src/$(DEPDIR)/$(am__dirstamp)
1229	-rm -f src/$(am__dirstamp)
1230	-rm -f tests/$(DEPDIR)/$(am__dirstamp)
1231	-rm -f tests/$(am__dirstamp)
1232
1233maintainer-clean-generic:
1234	@echo "This command is intended for maintainers to use"
1235	@echo "it deletes files that may require special tools to rebuild."
1236	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1237clean: clean-am
1238
1239clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1240	clean-libtool mostlyclean-am
1241
1242distclean: distclean-am
1243	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1244	-rm -rf src/$(DEPDIR) tests/$(DEPDIR)
1245	-rm -f Makefile
1246distclean-am: clean-am distclean-compile distclean-generic \
1247	distclean-libtool distclean-tags
1248
1249dvi: dvi-am
1250
1251dvi-am:
1252
1253html: html-am
1254
1255html-am:
1256
1257info: info-am
1258
1259info-am:
1260
1261install-data-am: install-pkgconfigDATA install-xcbincludeHEADERS
1262
1263install-dvi: install-dvi-am
1264
1265install-dvi-am:
1266
1267install-exec-am: install-libLTLIBRARIES
1268
1269install-html: install-html-am
1270
1271install-html-am:
1272
1273install-info: install-info-am
1274
1275install-info-am:
1276
1277install-man:
1278
1279install-pdf: install-pdf-am
1280
1281install-pdf-am:
1282
1283install-ps: install-ps-am
1284
1285install-ps-am:
1286
1287installcheck-am:
1288
1289maintainer-clean: maintainer-clean-am
1290	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1291	-rm -rf $(top_srcdir)/autom4te.cache
1292	-rm -rf src/$(DEPDIR) tests/$(DEPDIR)
1293	-rm -f Makefile
1294maintainer-clean-am: distclean-am maintainer-clean-generic
1295
1296mostlyclean: mostlyclean-am
1297
1298mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1299	mostlyclean-libtool
1300
1301pdf: pdf-am
1302
1303pdf-am:
1304
1305ps: ps-am
1306
1307ps-am:
1308
1309uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
1310	uninstall-xcbincludeHEADERS
1311
1312.MAKE: check-am install-am install-strip
1313
1314.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
1315	check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
1316	clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1317	ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
1318	dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
1319	distclean distclean-compile distclean-generic \
1320	distclean-libtool distclean-tags distcleancheck distdir \
1321	distuninstallcheck dvi dvi-am html html-am info info-am \
1322	install install-am install-data install-data-am install-dvi \
1323	install-dvi-am install-exec install-exec-am install-html \
1324	install-html-am install-info install-info-am \
1325	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1326	install-pkgconfigDATA install-ps install-ps-am install-strip \
1327	install-xcbincludeHEADERS installcheck installcheck-am \
1328	installdirs maintainer-clean maintainer-clean-generic \
1329	mostlyclean mostlyclean-compile mostlyclean-generic \
1330	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
1331	uninstall uninstall-am uninstall-libLTLIBRARIES \
1332	uninstall-pkgconfigDATA uninstall-xcbincludeHEADERS
1333
1334
1335.PHONY: ChangeLog INSTALL
1336
1337INSTALL:
1338	$(INSTALL_CMD)
1339
1340ChangeLog:
1341	$(CHANGELOG_CMD)
1342
1343dist-hook: ChangeLog INSTALL
1344
1345src/extensions.c: src/extensions.py
1346	$(AM_V_GEN)src/extensions.py $@.tmp ${XCBPROTO_XCBINCLUDEDIR}/*.xml && \
1347	mv $@.tmp $@
1348
1349# Tell versions [3.59,3.63) of GNU make to not export all variables.
1350# Otherwise a system limit (for SysV at least) may be exceeded.
1351.NOEXPORT:
1352