1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = icccm
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41	$(srcdir)/xcb-icccm.pc.in $(xcbinclude_HEADERS)
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44	$(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_CLEAN_FILES = xcb-icccm.pc
49CONFIG_CLEAN_VPATH_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56am__install_max = 40
57am__nobase_strip_setup = \
58  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59am__nobase_strip = \
60  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61am__nobase_list = $(am__nobase_strip_setup); \
62  for p in $$list; do echo "$$p $$p"; done | \
63  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65    if (++n[$$2] == $(am__install_max)) \
66      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67    END { for (dir in files) print dir, files[dir] }'
68am__base_list = \
69  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
72	"$(DESTDIR)$(xcbincludedir)"
73LTLIBRARIES = $(lib_LTLIBRARIES)
74am__DEPENDENCIES_1 =
75libxcb_icccm_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
76	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
77am_libxcb_icccm_la_OBJECTS = libxcb_icccm_la-icccm.lo
78libxcb_icccm_la_OBJECTS = $(am_libxcb_icccm_la_OBJECTS)
79libxcb_icccm_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
80	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81	$(libxcb_icccm_la_LDFLAGS) $(LDFLAGS) -o $@
82DEFAULT_INCLUDES = -I.@am__isrc@
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85am__mv = mv -f
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91CCLD = $(CC)
92LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94	$(LDFLAGS) -o $@
95SOURCES = $(libxcb_icccm_la_SOURCES)
96DIST_SOURCES = $(libxcb_icccm_la_SOURCES)
97DATA = $(pkgconfig_DATA)
98HEADERS = $(xcbinclude_HEADERS)
99ETAGS = etags
100CTAGS = ctags
101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102ACLOCAL = @ACLOCAL@
103AMTAR = @AMTAR@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CWARNFLAGS = @CWARNFLAGS@
115CYGPATH_W = @CYGPATH_W@
116DEFS = @DEFS@
117DEPDIR = @DEPDIR@
118DSYMUTIL = @DSYMUTIL@
119DUMPBIN = @DUMPBIN@
120ECHO_C = @ECHO_C@
121ECHO_N = @ECHO_N@
122ECHO_T = @ECHO_T@
123EGREP = @EGREP@
124EXEEXT = @EXEEXT@
125FGREP = @FGREP@
126GM4 = @GM4@
127GNUM4 = @GNUM4@
128GPERF = @GPERF@
129GREP = @GREP@
130INSTALL = @INSTALL@
131INSTALL_DATA = @INSTALL_DATA@
132INSTALL_PROGRAM = @INSTALL_PROGRAM@
133INSTALL_SCRIPT = @INSTALL_SCRIPT@
134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135LD = @LD@
136LDFLAGS = @LDFLAGS@
137LIBOBJS = @LIBOBJS@
138LIBS = @LIBS@
139LIBTOOL = @LIBTOOL@
140LIPO = @LIPO@
141LN_S = @LN_S@
142LTLIBOBJS = @LTLIBOBJS@
143M4 = @M4@
144MAKEINFO = @MAKEINFO@
145MKDIR_P = @MKDIR_P@
146NM = @NM@
147NMEDIT = @NMEDIT@
148OBJDUMP = @OBJDUMP@
149OBJEXT = @OBJEXT@
150OTOOL = @OTOOL@
151OTOOL64 = @OTOOL64@
152PACKAGE = @PACKAGE@
153PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154PACKAGE_NAME = @PACKAGE_NAME@
155PACKAGE_STRING = @PACKAGE_STRING@
156PACKAGE_TARNAME = @PACKAGE_TARNAME@
157PACKAGE_URL = @PACKAGE_URL@
158PACKAGE_VERSION = @PACKAGE_VERSION@
159PATH_SEPARATOR = @PATH_SEPARATOR@
160PKG_CONFIG = @PKG_CONFIG@
161RANLIB = @RANLIB@
162SED = @SED@
163SET_MAKE = @SET_MAKE@
164SHELL = @SHELL@
165STRIP = @STRIP@
166VERSION = @VERSION@
167XCB_ATOM_CFLAGS = @XCB_ATOM_CFLAGS@
168XCB_ATOM_LIBS = @XCB_ATOM_LIBS@
169XCB_AUX_CFLAGS = @XCB_AUX_CFLAGS@
170XCB_AUX_LIBS = @XCB_AUX_LIBS@
171XCB_CFLAGS = @XCB_CFLAGS@
172XCB_EVENT_CFLAGS = @XCB_EVENT_CFLAGS@
173XCB_EVENT_LIBS = @XCB_EVENT_LIBS@
174XCB_ICCCM_CFLAGS = @XCB_ICCCM_CFLAGS@
175XCB_ICCCM_LIBS = @XCB_ICCCM_LIBS@
176XCB_LIBS = @XCB_LIBS@
177XCB_PROPERTY_CFLAGS = @XCB_PROPERTY_CFLAGS@
178XCB_PROPERTY_LIBS = @XCB_PROPERTY_LIBS@
179XCB_RENDER_CFLAGS = @XCB_RENDER_CFLAGS@
180XCB_RENDER_LIBS = @XCB_RENDER_LIBS@
181XCB_SHM_CFLAGS = @XCB_SHM_CFLAGS@
182XCB_SHM_LIBS = @XCB_SHM_LIBS@
183XPROTO_CFLAGS = @XPROTO_CFLAGS@
184XPROTO_LIBS = @XPROTO_LIBS@
185abs_builddir = @abs_builddir@
186abs_srcdir = @abs_srcdir@
187abs_top_builddir = @abs_top_builddir@
188abs_top_srcdir = @abs_top_srcdir@
189ac_ct_CC = @ac_ct_CC@
190ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191am__include = @am__include@
192am__leading_dot = @am__leading_dot@
193am__quote = @am__quote@
194am__tar = @am__tar@
195am__untar = @am__untar@
196bindir = @bindir@
197build = @build@
198build_alias = @build_alias@
199build_cpu = @build_cpu@
200build_os = @build_os@
201build_vendor = @build_vendor@
202builddir = @builddir@
203datadir = @datadir@
204datarootdir = @datarootdir@
205docdir = @docdir@
206dvidir = @dvidir@
207exec_prefix = @exec_prefix@
208host = @host@
209host_alias = @host_alias@
210host_cpu = @host_cpu@
211host_os = @host_os@
212host_vendor = @host_vendor@
213htmldir = @htmldir@
214includedir = @includedir@
215infodir = @infodir@
216install_sh = @install_sh@
217libdir = @libdir@
218libexecdir = @libexecdir@
219localedir = @localedir@
220localstatedir = @localstatedir@
221lt_ECHO = @lt_ECHO@
222mandir = @mandir@
223mkdir_p = @mkdir_p@
224oldincludedir = @oldincludedir@
225pdfdir = @pdfdir@
226pkgconfigdir = @pkgconfigdir@
227prefix = @prefix@
228program_transform_name = @program_transform_name@
229psdir = @psdir@
230sbindir = @sbindir@
231sharedstatedir = @sharedstatedir@
232srcdir = @srcdir@
233sysconfdir = @sysconfdir@
234target_alias = @target_alias@
235top_build_prefix = @top_build_prefix@
236top_builddir = @top_builddir@
237top_srcdir = @top_srcdir@
238xcbincludedir = @xcbincludedir@
239MAINTAINERCLEANFILES = Makefile.in
240lib_LTLIBRARIES = libxcb-icccm.la
241xcbinclude_HEADERS = xcb_icccm.h
242AM_CFLAGS = $(CWARNFLAGS)
243libxcb_icccm_la_SOURCES = icccm.c
244libxcb_icccm_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_ATOM_CFLAGS) $(XCB_EVENT_CFLAGS) \
245	$(XCB_PROPERTY_CFLAGS)
246
247libxcb_icccm_la_LIBADD = $(XCB_LIBS) $(XCB_ATOM_LIBS) $(XCB_PROPERTY_LIBS)
248libxcb_icccm_la_LDFLAGS = -version-info 1:0:0
249pkgconfig_DATA = xcb-icccm.pc
250EXTRA_DIST = xcb-icccm.pc.in
251all: all-am
252
253.SUFFIXES:
254.SUFFIXES: .c .lo .o .obj
255$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
256	@for dep in $?; do \
257	  case '$(am__configure_deps)' in \
258	    *$$dep*) \
259	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260	        && { if test -f $@; then exit 0; else break; fi; }; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icccm/Makefile'; \
265	$(am__cd) $(top_srcdir) && \
266	  $(AUTOMAKE) --foreign icccm/Makefile
267.PRECIOUS: Makefile
268Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269	@case '$?' in \
270	  *config.status*) \
271	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272	  *) \
273	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275	esac;
276
277$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
280$(top_srcdir)/configure:  $(am__configure_deps)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(am__aclocal_m4_deps):
285xcb-icccm.pc: $(top_builddir)/config.status $(srcdir)/xcb-icccm.pc.in
286	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
287install-libLTLIBRARIES: $(lib_LTLIBRARIES)
288	@$(NORMAL_INSTALL)
289	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
290	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
291	list2=; for p in $$list; do \
292	  if test -f $$p; then \
293	    list2="$$list2 $$p"; \
294	  else :; fi; \
295	done; \
296	test -z "$$list2" || { \
297	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
298	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
299	}
300
301uninstall-libLTLIBRARIES:
302	@$(NORMAL_UNINSTALL)
303	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
304	for p in $$list; do \
305	  $(am__strip_dir) \
306	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
307	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
308	done
309
310clean-libLTLIBRARIES:
311	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
312	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
313	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
314	  test "$$dir" != "$$p" || dir=.; \
315	  echo "rm -f \"$${dir}/so_locations\""; \
316	  rm -f "$${dir}/so_locations"; \
317	done
318libxcb-icccm.la: $(libxcb_icccm_la_OBJECTS) $(libxcb_icccm_la_DEPENDENCIES) 
319	$(libxcb_icccm_la_LINK) -rpath $(libdir) $(libxcb_icccm_la_OBJECTS) $(libxcb_icccm_la_LIBADD) $(LIBS)
320
321mostlyclean-compile:
322	-rm -f *.$(OBJEXT)
323
324distclean-compile:
325	-rm -f *.tab.c
326
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxcb_icccm_la-icccm.Plo@am__quote@
328
329.c.o:
330@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
331@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334@am__fastdepCC_FALSE@	$(COMPILE) -c $<
335
336.c.obj:
337@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
338@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
342
343.c.lo:
344@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
346@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
349
350libxcb_icccm_la-icccm.lo: icccm.c
351@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_icccm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_icccm_la-icccm.lo -MD -MP -MF $(DEPDIR)/libxcb_icccm_la-icccm.Tpo -c -o libxcb_icccm_la-icccm.lo `test -f 'icccm.c' || echo '$(srcdir)/'`icccm.c
352@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libxcb_icccm_la-icccm.Tpo $(DEPDIR)/libxcb_icccm_la-icccm.Plo
353@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='icccm.c' object='libxcb_icccm_la-icccm.lo' libtool=yes @AMDEPBACKSLASH@
354@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_icccm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_icccm_la-icccm.lo `test -f 'icccm.c' || echo '$(srcdir)/'`icccm.c
356
357mostlyclean-libtool:
358	-rm -f *.lo
359
360clean-libtool:
361	-rm -rf .libs _libs
362install-pkgconfigDATA: $(pkgconfig_DATA)
363	@$(NORMAL_INSTALL)
364	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
365	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
366	for p in $$list; do \
367	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368	  echo "$$d$$p"; \
369	done | $(am__base_list) | \
370	while read files; do \
371	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
372	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
373	done
374
375uninstall-pkgconfigDATA:
376	@$(NORMAL_UNINSTALL)
377	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
378	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
379	test -n "$$files" || exit 0; \
380	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
381	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
382install-xcbincludeHEADERS: $(xcbinclude_HEADERS)
383	@$(NORMAL_INSTALL)
384	test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
385	@list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
386	for p in $$list; do \
387	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
388	  echo "$$d$$p"; \
389	done | $(am__base_list) | \
390	while read files; do \
391	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
392	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
393	done
394
395uninstall-xcbincludeHEADERS:
396	@$(NORMAL_UNINSTALL)
397	@list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
398	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
399	test -n "$$files" || exit 0; \
400	echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
401	cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
402
403ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405	unique=`for i in $$list; do \
406	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407	  done | \
408	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409	      END { if (nonempty) { for (i in files) print i; }; }'`; \
410	mkid -fID $$unique
411tags: TAGS
412
413TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414		$(TAGS_FILES) $(LISP)
415	set x; \
416	here=`pwd`; \
417	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418	unique=`for i in $$list; do \
419	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420	  done | \
421	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422	      END { if (nonempty) { for (i in files) print i; }; }'`; \
423	shift; \
424	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
425	  test -n "$$unique" || unique=$$empty_fix; \
426	  if test $$# -gt 0; then \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      "$$@" $$unique; \
429	  else \
430	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431	      $$unique; \
432	  fi; \
433	fi
434ctags: CTAGS
435CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
436		$(TAGS_FILES) $(LISP)
437	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438	unique=`for i in $$list; do \
439	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440	  done | \
441	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442	      END { if (nonempty) { for (i in files) print i; }; }'`; \
443	test -z "$(CTAGS_ARGS)$$unique" \
444	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445	     $$unique
446
447GTAGS:
448	here=`$(am__cd) $(top_builddir) && pwd` \
449	  && $(am__cd) $(top_srcdir) \
450	  && gtags -i $(GTAGS_ARGS) "$$here"
451
452distclean-tags:
453	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
455distdir: $(DISTFILES)
456	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458	list='$(DISTFILES)'; \
459	  dist_files=`for file in $$list; do echo $$file; done | \
460	  sed -e "s|^$$srcdirstrip/||;t" \
461	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462	case $$dist_files in \
463	  */*) $(MKDIR_P) `echo "$$dist_files" | \
464			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465			   sort -u` ;; \
466	esac; \
467	for file in $$dist_files; do \
468	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469	  if test -d $$d/$$file; then \
470	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471	    if test -d "$(distdir)/$$file"; then \
472	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473	    fi; \
474	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477	    fi; \
478	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479	  else \
480	    test -f "$(distdir)/$$file" \
481	    || cp -p $$d/$$file "$(distdir)/$$file" \
482	    || exit 1; \
483	  fi; \
484	done
485check-am: all-am
486check: check-am
487all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
488installdirs:
489	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \
490	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491	done
492install: install-am
493install-exec: install-exec-am
494install-data: install-data-am
495uninstall: uninstall-am
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-am
501install-strip:
502	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504	  `test -z '$(STRIP)' || \
505	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
506mostlyclean-generic:
507
508clean-generic:
509
510distclean-generic:
511	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
512	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
513
514maintainer-clean-generic:
515	@echo "This command is intended for maintainers to use"
516	@echo "it deletes files that may require special tools to rebuild."
517	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
518clean: clean-am
519
520clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
521	mostlyclean-am
522
523distclean: distclean-am
524	-rm -rf ./$(DEPDIR)
525	-rm -f Makefile
526distclean-am: clean-am distclean-compile distclean-generic \
527	distclean-tags
528
529dvi: dvi-am
530
531dvi-am:
532
533html: html-am
534
535html-am:
536
537info: info-am
538
539info-am:
540
541install-data-am: install-pkgconfigDATA install-xcbincludeHEADERS
542
543install-dvi: install-dvi-am
544
545install-dvi-am:
546
547install-exec-am: install-libLTLIBRARIES
548
549install-html: install-html-am
550
551install-html-am:
552
553install-info: install-info-am
554
555install-info-am:
556
557install-man:
558
559install-pdf: install-pdf-am
560
561install-pdf-am:
562
563install-ps: install-ps-am
564
565install-ps-am:
566
567installcheck-am:
568
569maintainer-clean: maintainer-clean-am
570	-rm -rf ./$(DEPDIR)
571	-rm -f Makefile
572maintainer-clean-am: distclean-am maintainer-clean-generic
573
574mostlyclean: mostlyclean-am
575
576mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577	mostlyclean-libtool
578
579pdf: pdf-am
580
581pdf-am:
582
583ps: ps-am
584
585ps-am:
586
587uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
588	uninstall-xcbincludeHEADERS
589
590.MAKE: install-am install-strip
591
592.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
593	clean-libLTLIBRARIES clean-libtool ctags distclean \
594	distclean-compile distclean-generic distclean-libtool \
595	distclean-tags distdir dvi dvi-am html html-am info info-am \
596	install install-am install-data install-data-am install-dvi \
597	install-dvi-am install-exec install-exec-am install-html \
598	install-html-am install-info install-info-am \
599	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
600	install-pkgconfigDATA install-ps install-ps-am install-strip \
601	install-xcbincludeHEADERS installcheck installcheck-am \
602	installdirs maintainer-clean maintainer-clean-generic \
603	mostlyclean mostlyclean-compile mostlyclean-generic \
604	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
605	uninstall-am uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
606	uninstall-xcbincludeHEADERS
607
608
609# Tell versions [3.59,3.63) of GNU make to not export all variables.
610# Otherwise a system limit (for SysV at least) may be exceeded.
611.NOEXPORT:
612