1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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# Copyright © 2007 Peter Hutterer
18# Copyright © 2009 Red Hat, Inc.
19#
20# Permission is hereby granted, free of charge, to any person obtaining a
21# copy of this software and associated documentation files (the "Software"),
22# to deal in the Software without restriction, including without limitation
23# the rights to use, copy, modify, merge, publish, distribute, sublicense,
24# and/or sell copies of the Software, and to permit persons to whom the
25# Software is furnished to do so, subject to the following conditions:
26#
27# The above copyright notice and this permission notice (including the next
28# paragraph) shall be included in all copies or substantial portions of the
29# Software.
30#
31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37# DEALINGS IN THE SOFTWARE.
38
39VPATH = @srcdir@
40am__is_gnu_make = { \
41  if test -z '$(MAKELEVEL)'; then \
42    false; \
43  elif test -n '$(MAKE_HOST)'; then \
44    true; \
45  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46    true; \
47  else \
48    false; \
49  fi; \
50}
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95pkgdatadir = $(datadir)/@PACKAGE@
96pkgincludedir = $(includedir)/@PACKAGE@
97pkglibdir = $(libdir)/@PACKAGE@
98pkglibexecdir = $(libexecdir)/@PACKAGE@
99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100install_sh_DATA = $(install_sh) -c -m 644
101install_sh_PROGRAM = $(install_sh) -c
102install_sh_SCRIPT = $(install_sh) -c
103INSTALL_HEADER = $(INSTALL_DATA)
104transform = $(program_transform_name)
105NORMAL_INSTALL = :
106PRE_INSTALL = :
107POST_INSTALL = :
108NORMAL_UNINSTALL = :
109PRE_UNINSTALL = :
110POST_UNINSTALL = :
111build_triplet = @build@
112host_triplet = @host@
113bin_PROGRAMS = xinput$(EXEEXT)
114subdir = src
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
120mkinstalldirs = $(install_sh) -d
121CONFIG_HEADER = $(top_builddir)/config.h
122CONFIG_CLEAN_FILES =
123CONFIG_CLEAN_VPATH_FILES =
124am__installdirs = "$(DESTDIR)$(bindir)"
125PROGRAMS = $(bin_PROGRAMS)
126am__xinput_SOURCES_DIST = buttonmap.c feedback.c list.c setint.c \
127	setmode.c setptr.c state.c property.c test.c xinput.c xinput.h \
128	hierarchy.c setcp.c test_xi2.c transform.c
129@HAVE_XI2_TRUE@am__objects_1 = hierarchy.$(OBJEXT) setcp.$(OBJEXT) \
130@HAVE_XI2_TRUE@	test_xi2.$(OBJEXT) transform.$(OBJEXT)
131am_xinput_OBJECTS = buttonmap.$(OBJEXT) feedback.$(OBJEXT) \
132	list.$(OBJEXT) setint.$(OBJEXT) setmode.$(OBJEXT) \
133	setptr.$(OBJEXT) state.$(OBJEXT) property.$(OBJEXT) \
134	test.$(OBJEXT) xinput.$(OBJEXT) $(am__objects_1)
135xinput_OBJECTS = $(am_xinput_OBJECTS)
136am__DEPENDENCIES_1 =
137xinput_DEPENDENCIES = $(am__DEPENDENCIES_1)
138AM_V_P = $(am__v_P_@AM_V@)
139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140am__v_P_0 = false
141am__v_P_1 = :
142AM_V_GEN = $(am__v_GEN_@AM_V@)
143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144am__v_GEN_0 = @echo "  GEN     " $@;
145am__v_GEN_1 = 
146AM_V_at = $(am__v_at_@AM_V@)
147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148am__v_at_0 = @
149am__v_at_1 = 
150DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
151depcomp = $(SHELL) $(top_srcdir)/depcomp
152am__maybe_remake_depfiles = depfiles
153am__depfiles_remade = ./$(DEPDIR)/buttonmap.Po ./$(DEPDIR)/feedback.Po \
154	./$(DEPDIR)/hierarchy.Po ./$(DEPDIR)/list.Po \
155	./$(DEPDIR)/property.Po ./$(DEPDIR)/setcp.Po \
156	./$(DEPDIR)/setint.Po ./$(DEPDIR)/setmode.Po \
157	./$(DEPDIR)/setptr.Po ./$(DEPDIR)/state.Po ./$(DEPDIR)/test.Po \
158	./$(DEPDIR)/test_xi2.Po ./$(DEPDIR)/transform.Po \
159	./$(DEPDIR)/xinput.Po
160am__mv = mv -f
161COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163AM_V_CC = $(am__v_CC_@AM_V@)
164am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165am__v_CC_0 = @echo "  CC      " $@;
166am__v_CC_1 = 
167CCLD = $(CC)
168LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
169AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171am__v_CCLD_0 = @echo "  CCLD    " $@;
172am__v_CCLD_1 = 
173SOURCES = $(xinput_SOURCES)
174DIST_SOURCES = $(am__xinput_SOURCES_DIST)
175am__can_run_installinfo = \
176  case $$AM_UPDATE_INFO_DIR in \
177    n|no|NO) false;; \
178    *) (install-info --version) >/dev/null 2>&1;; \
179  esac
180am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181# Read a list of newline-separated strings from the standard input,
182# and print each of them once, without duplicates.  Input order is
183# *not* preserved.
184am__uniquify_input = $(AWK) '\
185  BEGIN { nonempty = 0; } \
186  { items[$$0] = 1; nonempty = 1; } \
187  END { if (nonempty) { for (i in items) print i; }; } \
188'
189# Make sure the list of sources is unique.  This is necessary because,
190# e.g., the same source file might be shared among _SOURCES variables
191# for different programs/libraries.
192am__define_uniq_tagged_files = \
193  list='$(am__tagged_files)'; \
194  unique=`for i in $$list; do \
195    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196  done | $(am__uniquify_input)`
197am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
198DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199ACLOCAL = @ACLOCAL@
200ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
201ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
202AMTAR = @AMTAR@
203AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204APP_MAN_DIR = @APP_MAN_DIR@
205APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
206AUTOCONF = @AUTOCONF@
207AUTOHEADER = @AUTOHEADER@
208AUTOMAKE = @AUTOMAKE@
209AWK = @AWK@
210BASE_CFLAGS = @BASE_CFLAGS@
211CC = @CC@
212CCDEPMODE = @CCDEPMODE@
213CFLAGS = @CFLAGS@
214CHANGELOG_CMD = @CHANGELOG_CMD@
215CPPFLAGS = @CPPFLAGS@
216CSCOPE = @CSCOPE@
217CTAGS = @CTAGS@
218CWARNFLAGS = @CWARNFLAGS@
219CYGPATH_W = @CYGPATH_W@
220DEFS = @DEFS@
221DEPDIR = @DEPDIR@
222DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
223DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
224ECHO_C = @ECHO_C@
225ECHO_N = @ECHO_N@
226ECHO_T = @ECHO_T@
227ETAGS = @ETAGS@
228EXEEXT = @EXEEXT@
229FILE_MAN_DIR = @FILE_MAN_DIR@
230FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
231HAVE_XI2 = @HAVE_XI2@
232INSTALL = @INSTALL@
233INSTALL_CMD = @INSTALL_CMD@
234INSTALL_DATA = @INSTALL_DATA@
235INSTALL_PROGRAM = @INSTALL_PROGRAM@
236INSTALL_SCRIPT = @INSTALL_SCRIPT@
237INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238LDFLAGS = @LDFLAGS@
239LIBOBJS = @LIBOBJS@
240LIBS = @LIBS@
241LIB_MAN_DIR = @LIB_MAN_DIR@
242LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
243LTLIBOBJS = @LTLIBOBJS@
244MAKEINFO = @MAKEINFO@
245MAN_SUBSTS = @MAN_SUBSTS@
246MISC_MAN_DIR = @MISC_MAN_DIR@
247MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
248MKDIR_P = @MKDIR_P@
249OBJEXT = @OBJEXT@
250PACKAGE = @PACKAGE@
251PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252PACKAGE_NAME = @PACKAGE_NAME@
253PACKAGE_STRING = @PACKAGE_STRING@
254PACKAGE_TARNAME = @PACKAGE_TARNAME@
255PACKAGE_URL = @PACKAGE_URL@
256PACKAGE_VERSION = @PACKAGE_VERSION@
257PATH_SEPARATOR = @PATH_SEPARATOR@
258PKG_CONFIG = @PKG_CONFIG@
259PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
260PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
261SED = @SED@
262SET_MAKE = @SET_MAKE@
263SHELL = @SHELL@
264STRICT_CFLAGS = @STRICT_CFLAGS@
265STRIP = @STRIP@
266VERSION = @VERSION@
267XI21_CFLAGS = @XI21_CFLAGS@
268XI21_LIBS = @XI21_LIBS@
269XI22_CFLAGS = @XI22_CFLAGS@
270XI22_LIBS = @XI22_LIBS@
271XI2_CFLAGS = @XI2_CFLAGS@
272XI2_LIBS = @XI2_LIBS@
273XINPUT_CFLAGS = @XINPUT_CFLAGS@
274XINPUT_LIBS = @XINPUT_LIBS@
275XORG_MAN_PAGE = @XORG_MAN_PAGE@
276abs_builddir = @abs_builddir@
277abs_srcdir = @abs_srcdir@
278abs_top_builddir = @abs_top_builddir@
279abs_top_srcdir = @abs_top_srcdir@
280ac_ct_CC = @ac_ct_CC@
281am__include = @am__include@
282am__leading_dot = @am__leading_dot@
283am__quote = @am__quote@
284am__tar = @am__tar@
285am__untar = @am__untar@
286bindir = @bindir@
287build = @build@
288build_alias = @build_alias@
289build_cpu = @build_cpu@
290build_os = @build_os@
291build_vendor = @build_vendor@
292builddir = @builddir@
293datadir = @datadir@
294datarootdir = @datarootdir@
295docdir = @docdir@
296dvidir = @dvidir@
297exec_prefix = @exec_prefix@
298host = @host@
299host_alias = @host_alias@
300host_cpu = @host_cpu@
301host_os = @host_os@
302host_vendor = @host_vendor@
303htmldir = @htmldir@
304includedir = @includedir@
305infodir = @infodir@
306install_sh = @install_sh@
307libdir = @libdir@
308libexecdir = @libexecdir@
309localedir = @localedir@
310localstatedir = @localstatedir@
311mandir = @mandir@
312mkdir_p = @mkdir_p@
313oldincludedir = @oldincludedir@
314pdfdir = @pdfdir@
315prefix = @prefix@
316program_transform_name = @program_transform_name@
317psdir = @psdir@
318runstatedir = @runstatedir@
319sbindir = @sbindir@
320sharedstatedir = @sharedstatedir@
321srcdir = @srcdir@
322sysconfdir = @sysconfdir@
323target_alias = @target_alias@
324top_build_prefix = @top_build_prefix@
325top_builddir = @top_builddir@
326top_srcdir = @top_srcdir@
327AM_CFLAGS = $(XINPUT_CFLAGS)
328xinput_LDADD = $(XINPUT_LIBS)
329@HAVE_XI2_TRUE@xinput2_files = hierarchy.c setcp.c test_xi2.c transform.c
330xinput_SOURCES = \
331    buttonmap.c \
332    feedback.c \
333    list.c \
334    setint.c \
335    setmode.c \
336    setptr.c \
337    state.c \
338    property.c \
339    test.c \
340    xinput.c \
341    xinput.h \
342    $(xinput2_files)
343
344all: all-am
345
346.SUFFIXES:
347.SUFFIXES: .c .o .obj
348$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
349	@for dep in $?; do \
350	  case '$(am__configure_deps)' in \
351	    *$$dep*) \
352	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
353	        && { if test -f $@; then exit 0; else break; fi; }; \
354	      exit 1;; \
355	  esac; \
356	done; \
357	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
358	$(am__cd) $(top_srcdir) && \
359	  $(AUTOMAKE) --foreign src/Makefile
360Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
361	@case '$?' in \
362	  *config.status*) \
363	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
364	  *) \
365	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
366	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
367	esac;
368
369$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
370	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
372$(top_srcdir)/configure:  $(am__configure_deps)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376$(am__aclocal_m4_deps):
377install-binPROGRAMS: $(bin_PROGRAMS)
378	@$(NORMAL_INSTALL)
379	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
380	if test -n "$$list"; then \
381	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
382	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
383	fi; \
384	for p in $$list; do echo "$$p $$p"; done | \
385	sed 's/$(EXEEXT)$$//' | \
386	while read p p1; do if test -f $$p \
387	  ; then echo "$$p"; echo "$$p"; else :; fi; \
388	done | \
389	sed -e 'p;s,.*/,,;n;h' \
390	    -e 's|.*|.|' \
391	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
392	sed 'N;N;N;s,\n, ,g' | \
393	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
394	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
395	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
396	    else { print "f", $$3 "/" $$4, $$1; } } \
397	  END { for (d in files) print "f", d, files[d] }' | \
398	while read type dir files; do \
399	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
400	    test -z "$$files" || { \
401	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
402	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
403	    } \
404	; done
405
406uninstall-binPROGRAMS:
407	@$(NORMAL_UNINSTALL)
408	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
409	files=`for p in $$list; do echo "$$p"; done | \
410	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
411	      -e 's/$$/$(EXEEXT)/' \
412	`; \
413	test -n "$$list" || exit 0; \
414	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
415	cd "$(DESTDIR)$(bindir)" && rm -f $$files
416
417clean-binPROGRAMS:
418	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
419
420xinput$(EXEEXT): $(xinput_OBJECTS) $(xinput_DEPENDENCIES) $(EXTRA_xinput_DEPENDENCIES) 
421	@rm -f xinput$(EXEEXT)
422	$(AM_V_CCLD)$(LINK) $(xinput_OBJECTS) $(xinput_LDADD) $(LIBS)
423
424mostlyclean-compile:
425	-rm -f *.$(OBJEXT)
426
427distclean-compile:
428	-rm -f *.tab.c
429
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buttonmap.Po@am__quote@ # am--include-marker
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feedback.Po@am__quote@ # am--include-marker
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hierarchy.Po@am__quote@ # am--include-marker
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ # am--include-marker
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/property.Po@am__quote@ # am--include-marker
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setcp.Po@am__quote@ # am--include-marker
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setint.Po@am__quote@ # am--include-marker
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setmode.Po@am__quote@ # am--include-marker
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setptr.Po@am__quote@ # am--include-marker
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@ # am--include-marker
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ # am--include-marker
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_xi2.Po@am__quote@ # am--include-marker
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transform.Po@am__quote@ # am--include-marker
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinput.Po@am__quote@ # am--include-marker
444
445$(am__depfiles_remade):
446	@$(MKDIR_P) $(@D)
447	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
448
449am--depfiles: $(am__depfiles_remade)
450
451.c.o:
452@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
453@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
457
458.c.obj:
459@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
460@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
464
465ID: $(am__tagged_files)
466	$(am__define_uniq_tagged_files); mkid -fID $$unique
467tags: tags-am
468TAGS: tags
469
470tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471	set x; \
472	here=`pwd`; \
473	$(am__define_uniq_tagged_files); \
474	shift; \
475	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476	  test -n "$$unique" || unique=$$empty_fix; \
477	  if test $$# -gt 0; then \
478	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479	      "$$@" $$unique; \
480	  else \
481	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482	      $$unique; \
483	  fi; \
484	fi
485ctags: ctags-am
486
487CTAGS: ctags
488ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489	$(am__define_uniq_tagged_files); \
490	test -z "$(CTAGS_ARGS)$$unique" \
491	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
492	     $$unique
493
494GTAGS:
495	here=`$(am__cd) $(top_builddir) && pwd` \
496	  && $(am__cd) $(top_srcdir) \
497	  && gtags -i $(GTAGS_ARGS) "$$here"
498cscopelist: cscopelist-am
499
500cscopelist-am: $(am__tagged_files)
501	list='$(am__tagged_files)'; \
502	case "$(srcdir)" in \
503	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
504	  *) sdir=$(subdir)/$(srcdir) ;; \
505	esac; \
506	for i in $$list; do \
507	  if test -f "$$i"; then \
508	    echo "$(subdir)/$$i"; \
509	  else \
510	    echo "$$sdir/$$i"; \
511	  fi; \
512	done >> $(top_builddir)/cscope.files
513
514distclean-tags:
515	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516distdir: $(BUILT_SOURCES)
517	$(MAKE) $(AM_MAKEFLAGS) distdir-am
518
519distdir-am: $(DISTFILES)
520	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522	list='$(DISTFILES)'; \
523	  dist_files=`for file in $$list; do echo $$file; done | \
524	  sed -e "s|^$$srcdirstrip/||;t" \
525	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
526	case $$dist_files in \
527	  */*) $(MKDIR_P) `echo "$$dist_files" | \
528			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529			   sort -u` ;; \
530	esac; \
531	for file in $$dist_files; do \
532	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533	  if test -d $$d/$$file; then \
534	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535	    if test -d "$(distdir)/$$file"; then \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
540	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541	    fi; \
542	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543	  else \
544	    test -f "$(distdir)/$$file" \
545	    || cp -p $$d/$$file "$(distdir)/$$file" \
546	    || exit 1; \
547	  fi; \
548	done
549check-am: all-am
550check: check-am
551all-am: Makefile $(PROGRAMS)
552installdirs:
553	for dir in "$(DESTDIR)$(bindir)"; do \
554	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
555	done
556install: install-am
557install-exec: install-exec-am
558install-data: install-data-am
559uninstall: uninstall-am
560
561install-am: all-am
562	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
563
564installcheck: installcheck-am
565install-strip:
566	if test -z '$(STRIP)'; then \
567	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569	      install; \
570	else \
571	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
574	fi
575mostlyclean-generic:
576
577clean-generic:
578
579distclean-generic:
580	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
582
583maintainer-clean-generic:
584	@echo "This command is intended for maintainers to use"
585	@echo "it deletes files that may require special tools to rebuild."
586clean: clean-am
587
588clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
589
590distclean: distclean-am
591		-rm -f ./$(DEPDIR)/buttonmap.Po
592	-rm -f ./$(DEPDIR)/feedback.Po
593	-rm -f ./$(DEPDIR)/hierarchy.Po
594	-rm -f ./$(DEPDIR)/list.Po
595	-rm -f ./$(DEPDIR)/property.Po
596	-rm -f ./$(DEPDIR)/setcp.Po
597	-rm -f ./$(DEPDIR)/setint.Po
598	-rm -f ./$(DEPDIR)/setmode.Po
599	-rm -f ./$(DEPDIR)/setptr.Po
600	-rm -f ./$(DEPDIR)/state.Po
601	-rm -f ./$(DEPDIR)/test.Po
602	-rm -f ./$(DEPDIR)/test_xi2.Po
603	-rm -f ./$(DEPDIR)/transform.Po
604	-rm -f ./$(DEPDIR)/xinput.Po
605	-rm -f Makefile
606distclean-am: clean-am distclean-compile distclean-generic \
607	distclean-tags
608
609dvi: dvi-am
610
611dvi-am:
612
613html: html-am
614
615html-am:
616
617info: info-am
618
619info-am:
620
621install-data-am:
622
623install-dvi: install-dvi-am
624
625install-dvi-am:
626
627install-exec-am: install-binPROGRAMS
628
629install-html: install-html-am
630
631install-html-am:
632
633install-info: install-info-am
634
635install-info-am:
636
637install-man:
638
639install-pdf: install-pdf-am
640
641install-pdf-am:
642
643install-ps: install-ps-am
644
645install-ps-am:
646
647installcheck-am:
648
649maintainer-clean: maintainer-clean-am
650		-rm -f ./$(DEPDIR)/buttonmap.Po
651	-rm -f ./$(DEPDIR)/feedback.Po
652	-rm -f ./$(DEPDIR)/hierarchy.Po
653	-rm -f ./$(DEPDIR)/list.Po
654	-rm -f ./$(DEPDIR)/property.Po
655	-rm -f ./$(DEPDIR)/setcp.Po
656	-rm -f ./$(DEPDIR)/setint.Po
657	-rm -f ./$(DEPDIR)/setmode.Po
658	-rm -f ./$(DEPDIR)/setptr.Po
659	-rm -f ./$(DEPDIR)/state.Po
660	-rm -f ./$(DEPDIR)/test.Po
661	-rm -f ./$(DEPDIR)/test_xi2.Po
662	-rm -f ./$(DEPDIR)/transform.Po
663	-rm -f ./$(DEPDIR)/xinput.Po
664	-rm -f Makefile
665maintainer-clean-am: distclean-am maintainer-clean-generic
666
667mostlyclean: mostlyclean-am
668
669mostlyclean-am: mostlyclean-compile mostlyclean-generic
670
671pdf: pdf-am
672
673pdf-am:
674
675ps: ps-am
676
677ps-am:
678
679uninstall-am: uninstall-binPROGRAMS
680
681.MAKE: install-am install-strip
682
683.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
684	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
685	distclean distclean-compile distclean-generic distclean-tags \
686	distdir dvi dvi-am html html-am info info-am install \
687	install-am install-binPROGRAMS install-data install-data-am \
688	install-dvi install-dvi-am install-exec install-exec-am \
689	install-html install-html-am install-info install-info-am \
690	install-man install-pdf install-pdf-am install-ps \
691	install-ps-am install-strip installcheck installcheck-am \
692	installdirs maintainer-clean maintainer-clean-generic \
693	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
694	ps ps-am tags tags-am uninstall uninstall-am \
695	uninstall-binPROGRAMS
696
697.PRECIOUS: Makefile
698
699
700# Tell versions [3.59,3.63) of GNU make to not export all variables.
701# Otherwise a system limit (for SysV at least) may be exceeded.
702.NOEXPORT:
703