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@ 260FILECMD = @FILECMD@ 261GCC_CFLAGS = @GCC_CFLAGS@ 262GCOV_CFLAGS = @GCOV_CFLAGS@ 263GCOV_LDFLAGS = @GCOV_LDFLAGS@ 264GNU_LD_FLAGS = @GNU_LD_FLAGS@ 265GREP = @GREP@ 266INSTALL = @INSTALL@ 267INSTALL_DATA = @INSTALL_DATA@ 268INSTALL_PROGRAM = @INSTALL_PROGRAM@ 269INSTALL_SCRIPT = @INSTALL_SCRIPT@ 270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 271LD = @LD@ 272LDFLAGS = @LDFLAGS@ 273LIBEVDEV_LT_VERSION = @LIBEVDEV_LT_VERSION@ 274LIBOBJS = @LIBOBJS@ 275LIBS = @LIBS@ 276LIBTOOL = @LIBTOOL@ 277LIPO = @LIPO@ 278LN_S = @LN_S@ 279LTLIBOBJS = @LTLIBOBJS@ 280LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 281MAKEINFO = @MAKEINFO@ 282MANIFEST_TOOL = @MANIFEST_TOOL@ 283MKDIR_P = @MKDIR_P@ 284NM = @NM@ 285NMEDIT = @NMEDIT@ 286OBJDUMP = @OBJDUMP@ 287OBJEXT = @OBJEXT@ 288OS = @OS@ 289OTOOL = @OTOOL@ 290OTOOL64 = @OTOOL64@ 291PACKAGE = @PACKAGE@ 292PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 293PACKAGE_NAME = @PACKAGE_NAME@ 294PACKAGE_STRING = @PACKAGE_STRING@ 295PACKAGE_TARNAME = @PACKAGE_TARNAME@ 296PACKAGE_URL = @PACKAGE_URL@ 297PACKAGE_VERSION = @PACKAGE_VERSION@ 298PATH_SEPARATOR = @PATH_SEPARATOR@ 299PKG_CONFIG = @PKG_CONFIG@ 300PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 301PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 302PYTHON = @PYTHON@ 303PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 304PYTHON_PLATFORM = @PYTHON_PLATFORM@ 305PYTHON_PREFIX = @PYTHON_PREFIX@ 306PYTHON_VERSION = @PYTHON_VERSION@ 307RANLIB = @RANLIB@ 308SED = @SED@ 309SET_MAKE = @SET_MAKE@ 310SHELL = @SHELL@ 311STRIP = @STRIP@ 312VALGRIND = @VALGRIND@ 313VERSION = @VERSION@ 314abs_builddir = @abs_builddir@ 315abs_srcdir = @abs_srcdir@ 316abs_top_builddir = @abs_top_builddir@ 317abs_top_srcdir = @abs_top_srcdir@ 318ac_ct_AR = @ac_ct_AR@ 319ac_ct_CC = @ac_ct_CC@ 320ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 321am__include = @am__include@ 322am__leading_dot = @am__leading_dot@ 323am__quote = @am__quote@ 324am__tar = @am__tar@ 325am__untar = @am__untar@ 326bindir = @bindir@ 327build = @build@ 328build_alias = @build_alias@ 329build_cpu = @build_cpu@ 330build_os = @build_os@ 331build_vendor = @build_vendor@ 332builddir = @builddir@ 333datadir = @datadir@ 334datarootdir = @datarootdir@ 335docdir = @docdir@ 336dvidir = @dvidir@ 337exec_prefix = @exec_prefix@ 338host = @host@ 339host_alias = @host_alias@ 340host_cpu = @host_cpu@ 341host_os = @host_os@ 342host_vendor = @host_vendor@ 343htmldir = @htmldir@ 344includedir = @includedir@ 345infodir = @infodir@ 346install_sh = @install_sh@ 347libdir = @libdir@ 348libexecdir = @libexecdir@ 349localedir = @localedir@ 350localstatedir = @localstatedir@ 351mandir = @mandir@ 352mkdir_p = @mkdir_p@ 353oldincludedir = @oldincludedir@ 354pdfdir = @pdfdir@ 355pkgpyexecdir = @pkgpyexecdir@ 356pkgpythondir = @pkgpythondir@ 357prefix = @prefix@ 358program_transform_name = @program_transform_name@ 359psdir = @psdir@ 360pyexecdir = @pyexecdir@ 361pythondir = @pythondir@ 362runstatedir = @runstatedir@ 363sbindir = @sbindir@ 364sharedstatedir = @sharedstatedir@ 365srcdir = @srcdir@ 366sysconfdir = @sysconfdir@ 367target_alias = @target_alias@ 368top_build_prefix = @top_build_prefix@ 369top_builddir = @top_builddir@ 370top_srcdir = @top_srcdir@ 371AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/libevdev 372libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la 373libevdev_events_SOURCES = libevdev-events.c 374libevdev_events_LDADD = $(libevdev_ldadd) 375libevdev_list_codes_SOURCES = libevdev-list-codes.c 376libevdev_list_codes_LDADD = $(libevdev_ldadd) 377touchpad_edge_detector_SOURCES = touchpad-edge-detector.c 378touchpad_edge_detector_LDADD = $(libevdev_ldadd) 379mouse_dpi_tool_SOURCES = mouse-dpi-tool.c 380mouse_dpi_tool_LDADD = $(libevdev_ldadd) 381libevdev_tweak_device_SOURCES = libevdev-tweak-device.c 382libevdev_tweak_device_LDADD = $(libevdev_ldadd) 383dist_man_MANS = \ 384 libevdev-tweak-device.1 \ 385 mouse-dpi-tool.1 \ 386 touchpad-edge-detector.1 \ 387 $(NULL) 388 389all: all-am 390 391.SUFFIXES: 392.SUFFIXES: .c .lo .o .obj 393$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 394 @for dep in $?; do \ 395 case '$(am__configure_deps)' in \ 396 *$$dep*) \ 397 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 398 && { if test -f $@; then exit 0; else break; fi; }; \ 399 exit 1;; \ 400 esac; \ 401 done; \ 402 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \ 403 $(am__cd) $(top_srcdir) && \ 404 $(AUTOMAKE) --foreign tools/Makefile 405Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 406 @case '$?' in \ 407 *config.status*) \ 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 409 *) \ 410 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 411 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 412 esac; 413 414$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 416 417$(top_srcdir)/configure: $(am__configure_deps) 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 419$(ACLOCAL_M4): $(am__aclocal_m4_deps) 420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 421$(am__aclocal_m4_deps): 422install-binPROGRAMS: $(bin_PROGRAMS) 423 @$(NORMAL_INSTALL) 424 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 425 if test -n "$$list"; then \ 426 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 427 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 428 fi; \ 429 for p in $$list; do echo "$$p $$p"; done | \ 430 sed 's/$(EXEEXT)$$//' | \ 431 while read p p1; do if test -f $$p \ 432 || test -f $$p1 \ 433 ; then echo "$$p"; echo "$$p"; else :; fi; \ 434 done | \ 435 sed -e 'p;s,.*/,,;n;h' \ 436 -e 's|.*|.|' \ 437 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 438 sed 'N;N;N;s,\n, ,g' | \ 439 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 440 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 441 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 442 else { print "f", $$3 "/" $$4, $$1; } } \ 443 END { for (d in files) print "f", d, files[d] }' | \ 444 while read type dir files; do \ 445 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 446 test -z "$$files" || { \ 447 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 448 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 449 } \ 450 ; done 451 452uninstall-binPROGRAMS: 453 @$(NORMAL_UNINSTALL) 454 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 455 files=`for p in $$list; do echo "$$p"; done | \ 456 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 457 -e 's/$$/$(EXEEXT)/' \ 458 `; \ 459 test -n "$$list" || exit 0; \ 460 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 461 cd "$(DESTDIR)$(bindir)" && rm -f $$files 462 463clean-binPROGRAMS: 464 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 465 echo " rm -f" $$list; \ 466 rm -f $$list || exit $$?; \ 467 test -n "$(EXEEXT)" || exit 0; \ 468 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 469 echo " rm -f" $$list; \ 470 rm -f $$list 471 472clean-noinstPROGRAMS: 473 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 474 echo " rm -f" $$list; \ 475 rm -f $$list || exit $$?; \ 476 test -n "$(EXEEXT)" || exit 0; \ 477 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 478 echo " rm -f" $$list; \ 479 rm -f $$list 480 481libevdev-events$(EXEEXT): $(libevdev_events_OBJECTS) $(libevdev_events_DEPENDENCIES) $(EXTRA_libevdev_events_DEPENDENCIES) 482 @rm -f libevdev-events$(EXEEXT) 483 $(AM_V_CCLD)$(LINK) $(libevdev_events_OBJECTS) $(libevdev_events_LDADD) $(LIBS) 484 485libevdev-list-codes$(EXEEXT): $(libevdev_list_codes_OBJECTS) $(libevdev_list_codes_DEPENDENCIES) $(EXTRA_libevdev_list_codes_DEPENDENCIES) 486 @rm -f libevdev-list-codes$(EXEEXT) 487 $(AM_V_CCLD)$(LINK) $(libevdev_list_codes_OBJECTS) $(libevdev_list_codes_LDADD) $(LIBS) 488 489libevdev-tweak-device$(EXEEXT): $(libevdev_tweak_device_OBJECTS) $(libevdev_tweak_device_DEPENDENCIES) $(EXTRA_libevdev_tweak_device_DEPENDENCIES) 490 @rm -f libevdev-tweak-device$(EXEEXT) 491 $(AM_V_CCLD)$(LINK) $(libevdev_tweak_device_OBJECTS) $(libevdev_tweak_device_LDADD) $(LIBS) 492 493mouse-dpi-tool$(EXEEXT): $(mouse_dpi_tool_OBJECTS) $(mouse_dpi_tool_DEPENDENCIES) $(EXTRA_mouse_dpi_tool_DEPENDENCIES) 494 @rm -f mouse-dpi-tool$(EXEEXT) 495 $(AM_V_CCLD)$(LINK) $(mouse_dpi_tool_OBJECTS) $(mouse_dpi_tool_LDADD) $(LIBS) 496 497touchpad-edge-detector$(EXEEXT): $(touchpad_edge_detector_OBJECTS) $(touchpad_edge_detector_DEPENDENCIES) $(EXTRA_touchpad_edge_detector_DEPENDENCIES) 498 @rm -f touchpad-edge-detector$(EXEEXT) 499 $(AM_V_CCLD)$(LINK) $(touchpad_edge_detector_OBJECTS) $(touchpad_edge_detector_LDADD) $(LIBS) 500 501mostlyclean-compile: 502 -rm -f *.$(OBJEXT) 503 504distclean-compile: 505 -rm -f *.tab.c 506 507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdev-events.Po@am__quote@ # am--include-marker 508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdev-list-codes.Po@am__quote@ # am--include-marker 509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdev-tweak-device.Po@am__quote@ # am--include-marker 510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse-dpi-tool.Po@am__quote@ # am--include-marker 511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/touchpad-edge-detector.Po@am__quote@ # am--include-marker 512 513$(am__depfiles_remade): 514 @$(MKDIR_P) $(@D) 515 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 516 517am--depfiles: $(am__depfiles_remade) 518 519.c.o: 520@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 521@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 522@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 523@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 524@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 525@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 526 527.c.obj: 528@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 529@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 530@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 531@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 532@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 533@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 534 535.c.lo: 536@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 537@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 538@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 539@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 540@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 541@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 542 543mostlyclean-libtool: 544 -rm -f *.lo 545 546clean-libtool: 547 -rm -rf .libs _libs 548install-man1: $(dist_man_MANS) 549 @$(NORMAL_INSTALL) 550 @list1=''; \ 551 list2='$(dist_man_MANS)'; \ 552 test -n "$(man1dir)" \ 553 && test -n "`echo $$list1$$list2`" \ 554 || exit 0; \ 555 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 556 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 557 { for i in $$list1; do echo "$$i"; done; \ 558 if test -n "$$list2"; then \ 559 for i in $$list2; do echo "$$i"; done \ 560 | sed -n '/\.1[a-z]*$$/p'; \ 561 fi; \ 562 } | while read p; do \ 563 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 564 echo "$$d$$p"; echo "$$p"; \ 565 done | \ 566 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 567 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 568 sed 'N;N;s,\n, ,g' | { \ 569 list=; while read file base inst; do \ 570 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 571 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 572 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 573 fi; \ 574 done; \ 575 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 576 while read files; do \ 577 test -z "$$files" || { \ 578 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 579 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 580 done; } 581 582uninstall-man1: 583 @$(NORMAL_UNINSTALL) 584 @list=''; test -n "$(man1dir)" || exit 0; \ 585 files=`{ for i in $$list; do echo "$$i"; done; \ 586 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 587 sed -n '/\.1[a-z]*$$/p'; \ 588 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 589 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 590 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 591 592ID: $(am__tagged_files) 593 $(am__define_uniq_tagged_files); mkid -fID $$unique 594tags: tags-am 595TAGS: tags 596 597tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 598 set x; \ 599 here=`pwd`; \ 600 $(am__define_uniq_tagged_files); \ 601 shift; \ 602 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 603 test -n "$$unique" || unique=$$empty_fix; \ 604 if test $$# -gt 0; then \ 605 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 606 "$$@" $$unique; \ 607 else \ 608 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 609 $$unique; \ 610 fi; \ 611 fi 612ctags: ctags-am 613 614CTAGS: ctags 615ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 616 $(am__define_uniq_tagged_files); \ 617 test -z "$(CTAGS_ARGS)$$unique" \ 618 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 619 $$unique 620 621GTAGS: 622 here=`$(am__cd) $(top_builddir) && pwd` \ 623 && $(am__cd) $(top_srcdir) \ 624 && gtags -i $(GTAGS_ARGS) "$$here" 625cscopelist: cscopelist-am 626 627cscopelist-am: $(am__tagged_files) 628 list='$(am__tagged_files)'; \ 629 case "$(srcdir)" in \ 630 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 631 *) sdir=$(subdir)/$(srcdir) ;; \ 632 esac; \ 633 for i in $$list; do \ 634 if test -f "$$i"; then \ 635 echo "$(subdir)/$$i"; \ 636 else \ 637 echo "$$sdir/$$i"; \ 638 fi; \ 639 done >> $(top_builddir)/cscope.files 640 641distclean-tags: 642 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 643distdir: $(BUILT_SOURCES) 644 $(MAKE) $(AM_MAKEFLAGS) distdir-am 645 646distdir-am: $(DISTFILES) 647 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 648 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 649 list='$(DISTFILES)'; \ 650 dist_files=`for file in $$list; do echo $$file; done | \ 651 sed -e "s|^$$srcdirstrip/||;t" \ 652 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 653 case $$dist_files in \ 654 */*) $(MKDIR_P) `echo "$$dist_files" | \ 655 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 656 sort -u` ;; \ 657 esac; \ 658 for file in $$dist_files; do \ 659 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 660 if test -d $$d/$$file; then \ 661 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 662 if test -d "$(distdir)/$$file"; then \ 663 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 664 fi; \ 665 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 666 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 667 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 668 fi; \ 669 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 670 else \ 671 test -f "$(distdir)/$$file" \ 672 || cp -p $$d/$$file "$(distdir)/$$file" \ 673 || exit 1; \ 674 fi; \ 675 done 676check-am: all-am 677check: check-am 678all-am: Makefile $(PROGRAMS) $(MANS) 679installdirs: 680 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 681 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 682 done 683install: install-am 684install-exec: install-exec-am 685install-data: install-data-am 686uninstall: uninstall-am 687 688install-am: all-am 689 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 690 691installcheck: installcheck-am 692install-strip: 693 if test -z '$(STRIP)'; then \ 694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 696 install; \ 697 else \ 698 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 699 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 700 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 701 fi 702mostlyclean-generic: 703 704clean-generic: 705 706distclean-generic: 707 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 708 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 709 710maintainer-clean-generic: 711 @echo "This command is intended for maintainers to use" 712 @echo "it deletes files that may require special tools to rebuild." 713clean: clean-am 714 715clean-am: clean-binPROGRAMS clean-generic clean-libtool \ 716 clean-noinstPROGRAMS mostlyclean-am 717 718distclean: distclean-am 719 -rm -f ./$(DEPDIR)/libevdev-events.Po 720 -rm -f ./$(DEPDIR)/libevdev-list-codes.Po 721 -rm -f ./$(DEPDIR)/libevdev-tweak-device.Po 722 -rm -f ./$(DEPDIR)/mouse-dpi-tool.Po 723 -rm -f ./$(DEPDIR)/touchpad-edge-detector.Po 724 -rm -f Makefile 725distclean-am: clean-am distclean-compile distclean-generic \ 726 distclean-tags 727 728dvi: dvi-am 729 730dvi-am: 731 732html: html-am 733 734html-am: 735 736info: info-am 737 738info-am: 739 740install-data-am: install-man 741 742install-dvi: install-dvi-am 743 744install-dvi-am: 745 746install-exec-am: install-binPROGRAMS 747 748install-html: install-html-am 749 750install-html-am: 751 752install-info: install-info-am 753 754install-info-am: 755 756install-man: install-man1 757 758install-pdf: install-pdf-am 759 760install-pdf-am: 761 762install-ps: install-ps-am 763 764install-ps-am: 765 766installcheck-am: 767 768maintainer-clean: maintainer-clean-am 769 -rm -f ./$(DEPDIR)/libevdev-events.Po 770 -rm -f ./$(DEPDIR)/libevdev-list-codes.Po 771 -rm -f ./$(DEPDIR)/libevdev-tweak-device.Po 772 -rm -f ./$(DEPDIR)/mouse-dpi-tool.Po 773 -rm -f ./$(DEPDIR)/touchpad-edge-detector.Po 774 -rm -f Makefile 775maintainer-clean-am: distclean-am maintainer-clean-generic 776 777mostlyclean: mostlyclean-am 778 779mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 780 mostlyclean-libtool 781 782pdf: pdf-am 783 784pdf-am: 785 786ps: ps-am 787 788ps-am: 789 790uninstall-am: uninstall-binPROGRAMS uninstall-man 791 792uninstall-man: uninstall-man1 793 794.MAKE: install-am install-strip 795 796.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 797 clean-binPROGRAMS clean-generic clean-libtool \ 798 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 799 distclean-compile distclean-generic distclean-libtool \ 800 distclean-tags distdir dvi dvi-am html html-am info info-am \ 801 install install-am install-binPROGRAMS install-data \ 802 install-data-am install-dvi install-dvi-am install-exec \ 803 install-exec-am install-html install-html-am install-info \ 804 install-info-am install-man install-man1 install-pdf \ 805 install-pdf-am install-ps install-ps-am install-strip \ 806 installcheck installcheck-am installdirs maintainer-clean \ 807 maintainer-clean-generic mostlyclean mostlyclean-compile \ 808 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 809 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 810 uninstall-man uninstall-man1 811 812.PRECIOUS: Makefile 813 814 815# Tell versions [3.59,3.63) of GNU make to not export all variables. 816# Otherwise a system limit (for SysV at least) may be exceeded. 817.NOEXPORT: 818