• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91noinst_PROGRAMS = libevdev-events$(EXEEXT) \
92	libevdev-list-codes$(EXEEXT)
93bin_PROGRAMS = touchpad-edge-detector$(EXEEXT) mouse-dpi-tool$(EXEEXT) \
94	libevdev-tweak-device$(EXEEXT)
95subdir = tools
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
98	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
109PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
110am_libevdev_events_OBJECTS = libevdev-events.$(OBJEXT)
111libevdev_events_OBJECTS = $(am_libevdev_events_OBJECTS)
112libevdev_events_DEPENDENCIES = $(libevdev_ldadd)
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117am_libevdev_list_codes_OBJECTS = libevdev-list-codes.$(OBJEXT)
118libevdev_list_codes_OBJECTS = $(am_libevdev_list_codes_OBJECTS)
119libevdev_list_codes_DEPENDENCIES = $(libevdev_ldadd)
120am_libevdev_tweak_device_OBJECTS = libevdev-tweak-device.$(OBJEXT)
121libevdev_tweak_device_OBJECTS = $(am_libevdev_tweak_device_OBJECTS)
122libevdev_tweak_device_DEPENDENCIES = $(libevdev_ldadd)
123am_mouse_dpi_tool_OBJECTS = mouse-dpi-tool.$(OBJEXT)
124mouse_dpi_tool_OBJECTS = $(am_mouse_dpi_tool_OBJECTS)
125mouse_dpi_tool_DEPENDENCIES = $(libevdev_ldadd)
126am_touchpad_edge_detector_OBJECTS = touchpad-edge-detector.$(OBJEXT)
127touchpad_edge_detector_OBJECTS = $(am_touchpad_edge_detector_OBJECTS)
128touchpad_edge_detector_DEPENDENCIES = $(libevdev_ldadd)
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
143am__maybe_remake_depfiles = depfiles
144am__depfiles_remade = ./$(DEPDIR)/libevdev-events.Po \
145	./$(DEPDIR)/libevdev-list-codes.Po \
146	./$(DEPDIR)/libevdev-tweak-device.Po \
147	./$(DEPDIR)/mouse-dpi-tool.Po \
148	./$(DEPDIR)/touchpad-edge-detector.Po
149am__mv = mv -f
150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155	$(AM_CFLAGS) $(CFLAGS)
156AM_V_CC = $(am__v_CC_@AM_V@)
157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158am__v_CC_0 = @echo "  CC      " $@;
159am__v_CC_1 =
160CCLD = $(CC)
161LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163	$(AM_LDFLAGS) $(LDFLAGS) -o $@
164AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166am__v_CCLD_0 = @echo "  CCLD    " $@;
167am__v_CCLD_1 =
168SOURCES = $(libevdev_events_SOURCES) $(libevdev_list_codes_SOURCES) \
169	$(libevdev_tweak_device_SOURCES) $(mouse_dpi_tool_SOURCES) \
170	$(touchpad_edge_detector_SOURCES)
171DIST_SOURCES = $(libevdev_events_SOURCES) \
172	$(libevdev_list_codes_SOURCES) \
173	$(libevdev_tweak_device_SOURCES) $(mouse_dpi_tool_SOURCES) \
174	$(touchpad_edge_detector_SOURCES)
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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
181am__vpath_adj = case $$p in \
182    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
183    *) f=$$p;; \
184  esac;
185am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
186am__install_max = 40
187am__nobase_strip_setup = \
188  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
189am__nobase_strip = \
190  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
191am__nobase_list = $(am__nobase_strip_setup); \
192  for p in $$list; do echo "$$p $$p"; done | \
193  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
194  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
195    if (++n[$$2] == $(am__install_max)) \
196      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
197    END { for (dir in files) print dir, files[dir] }'
198am__base_list = \
199  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
200  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
201am__uninstall_files_from_dir = { \
202  test -z "$$files" \
203    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
204    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
205         $(am__cd) "$$dir" && rm -f $$files; }; \
206  }
207man1dir = $(mandir)/man1
208NROFF = nroff
209MANS = $(dist_man_MANS)
210am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
211# Read a list of newline-separated strings from the standard input,
212# and print each of them once, without duplicates.  Input order is
213# *not* preserved.
214am__uniquify_input = $(AWK) '\
215  BEGIN { nonempty = 0; } \
216  { items[$$0] = 1; nonempty = 1; } \
217  END { if (nonempty) { for (i in items) print i; }; } \
218'
219# Make sure the list of sources is unique.  This is necessary because,
220# e.g., the same source file might be shared among _SOURCES variables
221# for different programs/libraries.
222am__define_uniq_tagged_files = \
223  list='$(am__tagged_files)'; \
224  unique=`for i in $$list; do \
225    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226  done | $(am__uniquify_input)`
227am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
228	$(top_srcdir)/build-aux/depcomp
229DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230ACLOCAL = @ACLOCAL@
231AMTAR = @AMTAR@
232AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
233AR = @AR@
234AUTOCONF = @AUTOCONF@
235AUTOHEADER = @AUTOHEADER@
236AUTOMAKE = @AUTOMAKE@
237AWK = @AWK@
238CC = @CC@
239CCDEPMODE = @CCDEPMODE@
240CFLAGS = @CFLAGS@
241CHECK_CFLAGS = @CHECK_CFLAGS@
242CHECK_LIBS = @CHECK_LIBS@
243CPPFLAGS = @CPPFLAGS@
244CSCOPE = @CSCOPE@
245CTAGS = @CTAGS@
246CYGPATH_W = @CYGPATH_W@
247DEFS = @DEFS@
248DEPDIR = @DEPDIR@
249DLLTOOL = @DLLTOOL@
250DOXYGEN = @DOXYGEN@
251DSYMUTIL = @DSYMUTIL@
252DUMPBIN = @DUMPBIN@
253ECHO_C = @ECHO_C@
254ECHO_N = @ECHO_N@
255ECHO_T = @ECHO_T@
256EGREP = @EGREP@
257ETAGS = @ETAGS@
258EXEEXT = @EXEEXT@
259FGREP = @FGREP@
260GCC_CFLAGS = @GCC_CFLAGS@
261GCOV_CFLAGS = @GCOV_CFLAGS@
262GCOV_LDFLAGS = @GCOV_LDFLAGS@
263GNU_LD_FLAGS = @GNU_LD_FLAGS@
264GREP = @GREP@
265INSTALL = @INSTALL@
266INSTALL_DATA = @INSTALL_DATA@
267INSTALL_PROGRAM = @INSTALL_PROGRAM@
268INSTALL_SCRIPT = @INSTALL_SCRIPT@
269INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270LD = @LD@
271LDFLAGS = @LDFLAGS@
272LIBEVDEV_LT_VERSION = @LIBEVDEV_LT_VERSION@
273LIBOBJS = @LIBOBJS@
274LIBS = @LIBS@
275LIBTOOL = @LIBTOOL@
276LIPO = @LIPO@
277LN_S = @LN_S@
278LTLIBOBJS = @LTLIBOBJS@
279LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
280MAKEINFO = @MAKEINFO@
281MANIFEST_TOOL = @MANIFEST_TOOL@
282MKDIR_P = @MKDIR_P@
283NM = @NM@
284NMEDIT = @NMEDIT@
285OBJDUMP = @OBJDUMP@
286OBJEXT = @OBJEXT@
287OS = @OS@
288OTOOL = @OTOOL@
289OTOOL64 = @OTOOL64@
290PACKAGE = @PACKAGE@
291PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292PACKAGE_NAME = @PACKAGE_NAME@
293PACKAGE_STRING = @PACKAGE_STRING@
294PACKAGE_TARNAME = @PACKAGE_TARNAME@
295PACKAGE_URL = @PACKAGE_URL@
296PACKAGE_VERSION = @PACKAGE_VERSION@
297PATH_SEPARATOR = @PATH_SEPARATOR@
298PKG_CONFIG = @PKG_CONFIG@
299PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
300PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
301PYTHON = @PYTHON@
302PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
303PYTHON_PLATFORM = @PYTHON_PLATFORM@
304PYTHON_PREFIX = @PYTHON_PREFIX@
305PYTHON_VERSION = @PYTHON_VERSION@
306RANLIB = @RANLIB@
307SED = @SED@
308SET_MAKE = @SET_MAKE@
309SHELL = @SHELL@
310STRIP = @STRIP@
311VALGRIND = @VALGRIND@
312VERSION = @VERSION@
313abs_builddir = @abs_builddir@
314abs_srcdir = @abs_srcdir@
315abs_top_builddir = @abs_top_builddir@
316abs_top_srcdir = @abs_top_srcdir@
317ac_ct_AR = @ac_ct_AR@
318ac_ct_CC = @ac_ct_CC@
319ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
320am__include = @am__include@
321am__leading_dot = @am__leading_dot@
322am__quote = @am__quote@
323am__tar = @am__tar@
324am__untar = @am__untar@
325bindir = @bindir@
326build = @build@
327build_alias = @build_alias@
328build_cpu = @build_cpu@
329build_os = @build_os@
330build_vendor = @build_vendor@
331builddir = @builddir@
332datadir = @datadir@
333datarootdir = @datarootdir@
334docdir = @docdir@
335dvidir = @dvidir@
336exec_prefix = @exec_prefix@
337host = @host@
338host_alias = @host_alias@
339host_cpu = @host_cpu@
340host_os = @host_os@
341host_vendor = @host_vendor@
342htmldir = @htmldir@
343includedir = @includedir@
344infodir = @infodir@
345install_sh = @install_sh@
346libdir = @libdir@
347libexecdir = @libexecdir@
348localedir = @localedir@
349localstatedir = @localstatedir@
350mandir = @mandir@
351mkdir_p = @mkdir_p@
352oldincludedir = @oldincludedir@
353pdfdir = @pdfdir@
354pkgpyexecdir = @pkgpyexecdir@
355pkgpythondir = @pkgpythondir@
356prefix = @prefix@
357program_transform_name = @program_transform_name@
358psdir = @psdir@
359pyexecdir = @pyexecdir@
360pythondir = @pythondir@
361runstatedir = @runstatedir@
362sbindir = @sbindir@
363sharedstatedir = @sharedstatedir@
364srcdir = @srcdir@
365sysconfdir = @sysconfdir@
366target_alias = @target_alias@
367top_build_prefix = @top_build_prefix@
368top_builddir = @top_builddir@
369top_srcdir = @top_srcdir@
370AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/libevdev
371libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
372libevdev_events_SOURCES = libevdev-events.c
373libevdev_events_LDADD = $(libevdev_ldadd)
374libevdev_list_codes_SOURCES = libevdev-list-codes.c
375libevdev_list_codes_LDADD = $(libevdev_ldadd)
376touchpad_edge_detector_SOURCES = touchpad-edge-detector.c
377touchpad_edge_detector_LDADD = $(libevdev_ldadd)
378mouse_dpi_tool_SOURCES = mouse-dpi-tool.c
379mouse_dpi_tool_LDADD = $(libevdev_ldadd)
380libevdev_tweak_device_SOURCES = libevdev-tweak-device.c
381libevdev_tweak_device_LDADD = $(libevdev_ldadd)
382dist_man_MANS = \
383		libevdev-tweak-device.1 \
384		mouse-dpi-tool.1 \
385		touchpad-edge-detector.1 \
386		$(NULL)
387
388all: all-am
389
390.SUFFIXES:
391.SUFFIXES: .c .lo .o .obj
392$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
393	@for dep in $?; do \
394	  case '$(am__configure_deps)' in \
395	    *$$dep*) \
396	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397	        && { if test -f $@; then exit 0; else break; fi; }; \
398	      exit 1;; \
399	  esac; \
400	done; \
401	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
402	$(am__cd) $(top_srcdir) && \
403	  $(AUTOMAKE) --foreign tools/Makefile
404Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405	@case '$?' in \
406	  *config.status*) \
407	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408	  *) \
409	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
410	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
411	esac;
412
413$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
414	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
416$(top_srcdir)/configure:  $(am__configure_deps)
417	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(am__aclocal_m4_deps):
421install-binPROGRAMS: $(bin_PROGRAMS)
422	@$(NORMAL_INSTALL)
423	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
424	if test -n "$$list"; then \
425	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
426	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
427	fi; \
428	for p in $$list; do echo "$$p $$p"; done | \
429	sed 's/$(EXEEXT)$$//' | \
430	while read p p1; do if test -f $$p \
431	 || test -f $$p1 \
432	  ; then echo "$$p"; echo "$$p"; else :; fi; \
433	done | \
434	sed -e 'p;s,.*/,,;n;h' \
435	    -e 's|.*|.|' \
436	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
437	sed 'N;N;N;s,\n, ,g' | \
438	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
439	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
440	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
441	    else { print "f", $$3 "/" $$4, $$1; } } \
442	  END { for (d in files) print "f", d, files[d] }' | \
443	while read type dir files; do \
444	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
445	    test -z "$$files" || { \
446	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
447	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
448	    } \
449	; done
450
451uninstall-binPROGRAMS:
452	@$(NORMAL_UNINSTALL)
453	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
454	files=`for p in $$list; do echo "$$p"; done | \
455	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
456	      -e 's/$$/$(EXEEXT)/' \
457	`; \
458	test -n "$$list" || exit 0; \
459	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
460	cd "$(DESTDIR)$(bindir)" && rm -f $$files
461
462clean-binPROGRAMS:
463	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
464	echo " rm -f" $$list; \
465	rm -f $$list || exit $$?; \
466	test -n "$(EXEEXT)" || exit 0; \
467	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
468	echo " rm -f" $$list; \
469	rm -f $$list
470
471clean-noinstPROGRAMS:
472	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
473	echo " rm -f" $$list; \
474	rm -f $$list || exit $$?; \
475	test -n "$(EXEEXT)" || exit 0; \
476	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
477	echo " rm -f" $$list; \
478	rm -f $$list
479
480libevdev-events$(EXEEXT): $(libevdev_events_OBJECTS) $(libevdev_events_DEPENDENCIES) $(EXTRA_libevdev_events_DEPENDENCIES)
481	@rm -f libevdev-events$(EXEEXT)
482	$(AM_V_CCLD)$(LINK) $(libevdev_events_OBJECTS) $(libevdev_events_LDADD) $(LIBS)
483
484libevdev-list-codes$(EXEEXT): $(libevdev_list_codes_OBJECTS) $(libevdev_list_codes_DEPENDENCIES) $(EXTRA_libevdev_list_codes_DEPENDENCIES)
485	@rm -f libevdev-list-codes$(EXEEXT)
486	$(AM_V_CCLD)$(LINK) $(libevdev_list_codes_OBJECTS) $(libevdev_list_codes_LDADD) $(LIBS)
487
488libevdev-tweak-device$(EXEEXT): $(libevdev_tweak_device_OBJECTS) $(libevdev_tweak_device_DEPENDENCIES) $(EXTRA_libevdev_tweak_device_DEPENDENCIES)
489	@rm -f libevdev-tweak-device$(EXEEXT)
490	$(AM_V_CCLD)$(LINK) $(libevdev_tweak_device_OBJECTS) $(libevdev_tweak_device_LDADD) $(LIBS)
491
492mouse-dpi-tool$(EXEEXT): $(mouse_dpi_tool_OBJECTS) $(mouse_dpi_tool_DEPENDENCIES) $(EXTRA_mouse_dpi_tool_DEPENDENCIES)
493	@rm -f mouse-dpi-tool$(EXEEXT)
494	$(AM_V_CCLD)$(LINK) $(mouse_dpi_tool_OBJECTS) $(mouse_dpi_tool_LDADD) $(LIBS)
495
496touchpad-edge-detector$(EXEEXT): $(touchpad_edge_detector_OBJECTS) $(touchpad_edge_detector_DEPENDENCIES) $(EXTRA_touchpad_edge_detector_DEPENDENCIES)
497	@rm -f touchpad-edge-detector$(EXEEXT)
498	$(AM_V_CCLD)$(LINK) $(touchpad_edge_detector_OBJECTS) $(touchpad_edge_detector_LDADD) $(LIBS)
499
500mostlyclean-compile:
501	-rm -f *.$(OBJEXT)
502
503distclean-compile:
504	-rm -f *.tab.c
505
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdev-events.Po@am__quote@ # am--include-marker
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdev-list-codes.Po@am__quote@ # am--include-marker
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdev-tweak-device.Po@am__quote@ # am--include-marker
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse-dpi-tool.Po@am__quote@ # am--include-marker
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/touchpad-edge-detector.Po@am__quote@ # am--include-marker
511
512$(am__depfiles_remade):
513	@$(MKDIR_P) $(@D)
514	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
515
516am--depfiles: $(am__depfiles_remade)
517
518.c.o:
519@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
520@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
521@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
522@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
523@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
525
526.c.obj:
527@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
528@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
529@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
530@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
533
534.c.lo:
535@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
536@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
537@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
541
542mostlyclean-libtool:
543	-rm -f *.lo
544
545clean-libtool:
546	-rm -rf .libs _libs
547install-man1: $(dist_man_MANS)
548	@$(NORMAL_INSTALL)
549	@list1=''; \
550	list2='$(dist_man_MANS)'; \
551	test -n "$(man1dir)" \
552	  && test -n "`echo $$list1$$list2`" \
553	  || exit 0; \
554	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
555	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
556	{ for i in $$list1; do echo "$$i"; done;  \
557	if test -n "$$list2"; then \
558	  for i in $$list2; do echo "$$i"; done \
559	    | sed -n '/\.1[a-z]*$$/p'; \
560	fi; \
561	} | while read p; do \
562	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
563	  echo "$$d$$p"; echo "$$p"; \
564	done | \
565	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
566	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
567	sed 'N;N;s,\n, ,g' | { \
568	list=; while read file base inst; do \
569	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
570	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
571	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
572	  fi; \
573	done; \
574	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
575	while read files; do \
576	  test -z "$$files" || { \
577	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
578	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
579	done; }
580
581uninstall-man1:
582	@$(NORMAL_UNINSTALL)
583	@list=''; test -n "$(man1dir)" || exit 0; \
584	files=`{ for i in $$list; do echo "$$i"; done; \
585	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
586	  sed -n '/\.1[a-z]*$$/p'; \
587	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
588	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
589	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
590
591ID: $(am__tagged_files)
592	$(am__define_uniq_tagged_files); mkid -fID $$unique
593tags: tags-am
594TAGS: tags
595
596tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597	set x; \
598	here=`pwd`; \
599	$(am__define_uniq_tagged_files); \
600	shift; \
601	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
602	  test -n "$$unique" || unique=$$empty_fix; \
603	  if test $$# -gt 0; then \
604	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605	      "$$@" $$unique; \
606	  else \
607	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
608	      $$unique; \
609	  fi; \
610	fi
611ctags: ctags-am
612
613CTAGS: ctags
614ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
615	$(am__define_uniq_tagged_files); \
616	test -z "$(CTAGS_ARGS)$$unique" \
617	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
618	     $$unique
619
620GTAGS:
621	here=`$(am__cd) $(top_builddir) && pwd` \
622	  && $(am__cd) $(top_srcdir) \
623	  && gtags -i $(GTAGS_ARGS) "$$here"
624cscopelist: cscopelist-am
625
626cscopelist-am: $(am__tagged_files)
627	list='$(am__tagged_files)'; \
628	case "$(srcdir)" in \
629	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
630	  *) sdir=$(subdir)/$(srcdir) ;; \
631	esac; \
632	for i in $$list; do \
633	  if test -f "$$i"; then \
634	    echo "$(subdir)/$$i"; \
635	  else \
636	    echo "$$sdir/$$i"; \
637	  fi; \
638	done >> $(top_builddir)/cscope.files
639
640distclean-tags:
641	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
642distdir: $(BUILT_SOURCES)
643	$(MAKE) $(AM_MAKEFLAGS) distdir-am
644
645distdir-am: $(DISTFILES)
646	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648	list='$(DISTFILES)'; \
649	  dist_files=`for file in $$list; do echo $$file; done | \
650	  sed -e "s|^$$srcdirstrip/||;t" \
651	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652	case $$dist_files in \
653	  */*) $(MKDIR_P) `echo "$$dist_files" | \
654			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655			   sort -u` ;; \
656	esac; \
657	for file in $$dist_files; do \
658	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659	  if test -d $$d/$$file; then \
660	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661	    if test -d "$(distdir)/$$file"; then \
662	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663	    fi; \
664	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667	    fi; \
668	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669	  else \
670	    test -f "$(distdir)/$$file" \
671	    || cp -p $$d/$$file "$(distdir)/$$file" \
672	    || exit 1; \
673	  fi; \
674	done
675check-am: all-am
676check: check-am
677all-am: Makefile $(PROGRAMS) $(MANS)
678installdirs:
679	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
680	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
681	done
682install: install-am
683install-exec: install-exec-am
684install-data: install-data-am
685uninstall: uninstall-am
686
687install-am: all-am
688	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
689
690installcheck: installcheck-am
691install-strip:
692	if test -z '$(STRIP)'; then \
693	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695	      install; \
696	else \
697	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
700	fi
701mostlyclean-generic:
702
703clean-generic:
704
705distclean-generic:
706	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
707	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
708
709maintainer-clean-generic:
710	@echo "This command is intended for maintainers to use"
711	@echo "it deletes files that may require special tools to rebuild."
712clean: clean-am
713
714clean-am: clean-binPROGRAMS clean-generic clean-libtool \
715	clean-noinstPROGRAMS mostlyclean-am
716
717distclean: distclean-am
718		-rm -f ./$(DEPDIR)/libevdev-events.Po
719	-rm -f ./$(DEPDIR)/libevdev-list-codes.Po
720	-rm -f ./$(DEPDIR)/libevdev-tweak-device.Po
721	-rm -f ./$(DEPDIR)/mouse-dpi-tool.Po
722	-rm -f ./$(DEPDIR)/touchpad-edge-detector.Po
723	-rm -f Makefile
724distclean-am: clean-am distclean-compile distclean-generic \
725	distclean-tags
726
727dvi: dvi-am
728
729dvi-am:
730
731html: html-am
732
733html-am:
734
735info: info-am
736
737info-am:
738
739install-data-am: install-man
740
741install-dvi: install-dvi-am
742
743install-dvi-am:
744
745install-exec-am: install-binPROGRAMS
746
747install-html: install-html-am
748
749install-html-am:
750
751install-info: install-info-am
752
753install-info-am:
754
755install-man: install-man1
756
757install-pdf: install-pdf-am
758
759install-pdf-am:
760
761install-ps: install-ps-am
762
763install-ps-am:
764
765installcheck-am:
766
767maintainer-clean: maintainer-clean-am
768		-rm -f ./$(DEPDIR)/libevdev-events.Po
769	-rm -f ./$(DEPDIR)/libevdev-list-codes.Po
770	-rm -f ./$(DEPDIR)/libevdev-tweak-device.Po
771	-rm -f ./$(DEPDIR)/mouse-dpi-tool.Po
772	-rm -f ./$(DEPDIR)/touchpad-edge-detector.Po
773	-rm -f Makefile
774maintainer-clean-am: distclean-am maintainer-clean-generic
775
776mostlyclean: mostlyclean-am
777
778mostlyclean-am: mostlyclean-compile mostlyclean-generic \
779	mostlyclean-libtool
780
781pdf: pdf-am
782
783pdf-am:
784
785ps: ps-am
786
787ps-am:
788
789uninstall-am: uninstall-binPROGRAMS uninstall-man
790
791uninstall-man: uninstall-man1
792
793.MAKE: install-am install-strip
794
795.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
796	clean-binPROGRAMS clean-generic clean-libtool \
797	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
798	distclean-compile distclean-generic distclean-libtool \
799	distclean-tags distdir dvi dvi-am html html-am info info-am \
800	install install-am install-binPROGRAMS install-data \
801	install-data-am install-dvi install-dvi-am install-exec \
802	install-exec-am install-html install-html-am install-info \
803	install-info-am install-man install-man1 install-pdf \
804	install-pdf-am install-ps install-ps-am install-strip \
805	installcheck installcheck-am installdirs maintainer-clean \
806	maintainer-clean-generic mostlyclean mostlyclean-compile \
807	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
808	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
809	uninstall-man uninstall-man1
810
811.PRECIOUS: Makefile
812
813
814# Tell versions [3.59,3.63) of GNU make to not export all variables.
815# Otherwise a system limit (for SysV at least) may be exceeded.
816.NOEXPORT:
817