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