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@ 91@ENABLE_STATIC_LINK_TEST_TRUE@am__append_1 = test-static-link 92noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_4) 93@ENABLE_RUNTIME_TESTS_TRUE@am__append_2 = $(run_tests) 94@ENABLE_RUNTIME_TESTS_TRUE@TESTS = $(am__EXEEXT_3) 95 96# include builddir for event-names.h 97@ENABLE_RUNTIME_TESTS_TRUE@am__append_3 = $(CHECK_CFLAGS) $(GCOV_CFLAGS) 98@ENABLE_RUNTIME_TESTS_TRUE@am__append_4 = $(GCOV_LDFLAGS) 99@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@am__append_5 = gcov 100@ENABLE_STATIC_SYMBOL_LEAKS_TEST_TRUE@am__append_6 = static-symbol-leaks 101subdir = test 102ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 103am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \ 104 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 105 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 106 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 108 $(ACLOCAL_M4) 109DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 110mkinstalldirs = $(install_sh) -d 111CONFIG_HEADER = $(top_builddir)/config.h 112CONFIG_CLEAN_FILES = 113CONFIG_CLEAN_VPATH_FILES = 114@ENABLE_STATIC_LINK_TEST_TRUE@am__EXEEXT_1 = \ 115@ENABLE_STATIC_LINK_TEST_TRUE@ test-static-link$(EXEEXT) 116am__EXEEXT_2 = test-compile-pedantic$(EXEEXT) test-link$(EXEEXT) \ 117 $(am__EXEEXT_1) 118@ENABLE_RUNTIME_TESTS_TRUE@am__EXEEXT_3 = test-libevdev$(EXEEXT) \ 119@ENABLE_RUNTIME_TESTS_TRUE@ test-kernel$(EXEEXT) \ 120@ENABLE_RUNTIME_TESTS_TRUE@ test-uinput$(EXEEXT) \ 121@ENABLE_RUNTIME_TESTS_TRUE@ test-event-codes$(EXEEXT) \ 122@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-internals$(EXEEXT) 123@ENABLE_RUNTIME_TESTS_TRUE@am__EXEEXT_4 = $(am__EXEEXT_3) 124PROGRAMS = $(noinst_PROGRAMS) 125am_test_compile_pedantic_OBJECTS = \ 126 test_compile_pedantic-test-compile-pedantic.$(OBJEXT) 127test_compile_pedantic_OBJECTS = $(am_test_compile_pedantic_OBJECTS) 128test_compile_pedantic_LDADD = $(LDADD) 129AM_V_lt = $(am__v_lt_@AM_V@) 130am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 131am__v_lt_0 = --silent 132am__v_lt_1 = 133test_compile_pedantic_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 134 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 135 $(test_compile_pedantic_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 136 $(LDFLAGS) -o $@ 137am__test_event_codes_SOURCES_DIST = test-main.c test-event-codes.c \ 138 test-event-names.c test-context.c test-common-uinput.c \ 139 test-common-uinput.h test-common.c test-common.h 140@ENABLE_RUNTIME_TESTS_TRUE@am__objects_1 = \ 141@ENABLE_RUNTIME_TESTS_TRUE@ test-common-uinput.$(OBJEXT) \ 142@ENABLE_RUNTIME_TESTS_TRUE@ test-common.$(OBJEXT) 143@ENABLE_RUNTIME_TESTS_TRUE@am_test_event_codes_OBJECTS = \ 144@ENABLE_RUNTIME_TESTS_TRUE@ test-main.$(OBJEXT) \ 145@ENABLE_RUNTIME_TESTS_TRUE@ test-event-codes.$(OBJEXT) \ 146@ENABLE_RUNTIME_TESTS_TRUE@ test-event-names.$(OBJEXT) \ 147@ENABLE_RUNTIME_TESTS_TRUE@ test-context.$(OBJEXT) \ 148@ENABLE_RUNTIME_TESTS_TRUE@ $(am__objects_1) 149test_event_codes_OBJECTS = $(am_test_event_codes_OBJECTS) 150am__DEPENDENCIES_1 = 151@ENABLE_RUNTIME_TESTS_TRUE@test_event_codes_DEPENDENCIES = \ 152@ENABLE_RUNTIME_TESTS_TRUE@ $(am__DEPENDENCIES_1) \ 153@ENABLE_RUNTIME_TESTS_TRUE@ $(top_builddir)/libevdev/libevdev.la 154test_event_codes_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 155 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 156 $(AM_CFLAGS) $(CFLAGS) $(test_event_codes_LDFLAGS) $(LDFLAGS) \ 157 -o $@ 158am__test_kernel_SOURCES_DIST = test-main.c test-kernel.c \ 159 test-common-uinput.c test-common-uinput.h test-common.c \ 160 test-common.h 161@ENABLE_RUNTIME_TESTS_TRUE@am__objects_2 = test_kernel-test-common-uinput.$(OBJEXT) \ 162@ENABLE_RUNTIME_TESTS_TRUE@ test_kernel-test-common.$(OBJEXT) 163@ENABLE_RUNTIME_TESTS_TRUE@am_test_kernel_OBJECTS = \ 164@ENABLE_RUNTIME_TESTS_TRUE@ test_kernel-test-main.$(OBJEXT) \ 165@ENABLE_RUNTIME_TESTS_TRUE@ test_kernel-test-kernel.$(OBJEXT) \ 166@ENABLE_RUNTIME_TESTS_TRUE@ $(am__objects_2) 167test_kernel_OBJECTS = $(am_test_kernel_OBJECTS) 168@ENABLE_RUNTIME_TESTS_TRUE@test_kernel_DEPENDENCIES = \ 169@ENABLE_RUNTIME_TESTS_TRUE@ $(am__DEPENDENCIES_1) \ 170@ENABLE_RUNTIME_TESTS_TRUE@ $(top_builddir)/libevdev/libevdev.la 171test_kernel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_kernel_CFLAGS) \ 173 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 174am__test_libevdev_SOURCES_DIST = test-main.c test-libevdev-init.c \ 175 test-libevdev-has-event.c test-libevdev-events.c \ 176 test-common-uinput.c test-common-uinput.h test-common.c \ 177 test-common.h 178@ENABLE_RUNTIME_TESTS_TRUE@am_test_libevdev_OBJECTS = \ 179@ENABLE_RUNTIME_TESTS_TRUE@ test-main.$(OBJEXT) \ 180@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-init.$(OBJEXT) \ 181@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-has-event.$(OBJEXT) \ 182@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-events.$(OBJEXT) \ 183@ENABLE_RUNTIME_TESTS_TRUE@ $(am__objects_1) 184test_libevdev_OBJECTS = $(am_test_libevdev_OBJECTS) 185@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_DEPENDENCIES = \ 186@ENABLE_RUNTIME_TESTS_TRUE@ $(am__DEPENDENCIES_1) \ 187@ENABLE_RUNTIME_TESTS_TRUE@ $(top_builddir)/libevdev/libevdev.la 188test_libevdev_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 190 $(test_libevdev_LDFLAGS) $(LDFLAGS) -o $@ 191am__test_libevdev_internals_SOURCES_DIST = test-main.c \ 192 test-int-queue.c test-common-uinput.c test-common-uinput.h \ 193 test-common.c test-common.h 194@ENABLE_RUNTIME_TESTS_TRUE@am_test_libevdev_internals_OBJECTS = \ 195@ENABLE_RUNTIME_TESTS_TRUE@ test-main.$(OBJEXT) \ 196@ENABLE_RUNTIME_TESTS_TRUE@ test-int-queue.$(OBJEXT) \ 197@ENABLE_RUNTIME_TESTS_TRUE@ $(am__objects_1) 198test_libevdev_internals_OBJECTS = \ 199 $(am_test_libevdev_internals_OBJECTS) 200@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_internals_DEPENDENCIES = \ 201@ENABLE_RUNTIME_TESTS_TRUE@ $(am__DEPENDENCIES_1) \ 202@ENABLE_RUNTIME_TESTS_TRUE@ $(top_builddir)/libevdev/libevdev.la 203test_libevdev_internals_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 204 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 205 $(AM_CFLAGS) $(CFLAGS) $(test_libevdev_internals_LDFLAGS) \ 206 $(LDFLAGS) -o $@ 207am_test_link_OBJECTS = test_link-test-link.$(OBJEXT) 208test_link_OBJECTS = $(am_test_link_OBJECTS) 209test_link_DEPENDENCIES = $(top_builddir)/libevdev/libevdev.la 210test_link_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 211 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_link_CFLAGS) \ 212 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 213am_test_static_link_OBJECTS = test_static_link-test-link.$(OBJEXT) 214test_static_link_OBJECTS = $(am_test_static_link_OBJECTS) 215test_static_link_DEPENDENCIES = $(top_builddir)/libevdev/libevdev.la 216test_static_link_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 217 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 218 $(test_static_link_CFLAGS) $(CFLAGS) \ 219 $(test_static_link_LDFLAGS) $(LDFLAGS) -o $@ 220am__test_uinput_SOURCES_DIST = test-main.c test-uinput.c \ 221 test-common-uinput.c test-common-uinput.h test-common.c \ 222 test-common.h 223@ENABLE_RUNTIME_TESTS_TRUE@am_test_uinput_OBJECTS = \ 224@ENABLE_RUNTIME_TESTS_TRUE@ test-main.$(OBJEXT) \ 225@ENABLE_RUNTIME_TESTS_TRUE@ test-uinput.$(OBJEXT) \ 226@ENABLE_RUNTIME_TESTS_TRUE@ $(am__objects_1) 227test_uinput_OBJECTS = $(am_test_uinput_OBJECTS) 228@ENABLE_RUNTIME_TESTS_TRUE@test_uinput_DEPENDENCIES = \ 229@ENABLE_RUNTIME_TESTS_TRUE@ $(am__DEPENDENCIES_1) \ 230@ENABLE_RUNTIME_TESTS_TRUE@ $(top_builddir)/libevdev/libevdev.la 231test_uinput_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 232 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 233 $(test_uinput_LDFLAGS) $(LDFLAGS) -o $@ 234AM_V_P = $(am__v_P_@AM_V@) 235am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 236am__v_P_0 = false 237am__v_P_1 = : 238AM_V_GEN = $(am__v_GEN_@AM_V@) 239am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 240am__v_GEN_0 = @echo " GEN " $@; 241am__v_GEN_1 = 242AM_V_at = $(am__v_at_@AM_V@) 243am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 244am__v_at_0 = @ 245am__v_at_1 = 246DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 247depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 248am__maybe_remake_depfiles = depfiles 249am__depfiles_remade = ./$(DEPDIR)/test-common-uinput.Po \ 250 ./$(DEPDIR)/test-common.Po ./$(DEPDIR)/test-context.Po \ 251 ./$(DEPDIR)/test-event-codes.Po \ 252 ./$(DEPDIR)/test-event-names.Po ./$(DEPDIR)/test-int-queue.Po \ 253 ./$(DEPDIR)/test-libevdev-events.Po \ 254 ./$(DEPDIR)/test-libevdev-has-event.Po \ 255 ./$(DEPDIR)/test-libevdev-init.Po ./$(DEPDIR)/test-main.Po \ 256 ./$(DEPDIR)/test-uinput.Po \ 257 ./$(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Po \ 258 ./$(DEPDIR)/test_kernel-test-common-uinput.Po \ 259 ./$(DEPDIR)/test_kernel-test-common.Po \ 260 ./$(DEPDIR)/test_kernel-test-kernel.Po \ 261 ./$(DEPDIR)/test_kernel-test-main.Po \ 262 ./$(DEPDIR)/test_link-test-link.Po \ 263 ./$(DEPDIR)/test_static_link-test-link.Po 264am__mv = mv -f 265COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 266 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 267LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 268 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 269 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 270 $(AM_CFLAGS) $(CFLAGS) 271AM_V_CC = $(am__v_CC_@AM_V@) 272am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 273am__v_CC_0 = @echo " CC " $@; 274am__v_CC_1 = 275CCLD = $(CC) 276LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 277 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 278 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 279AM_V_CCLD = $(am__v_CCLD_@AM_V@) 280am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 281am__v_CCLD_0 = @echo " CCLD " $@; 282am__v_CCLD_1 = 283SOURCES = $(test_compile_pedantic_SOURCES) $(test_event_codes_SOURCES) \ 284 $(test_kernel_SOURCES) $(test_libevdev_SOURCES) \ 285 $(test_libevdev_internals_SOURCES) $(test_link_SOURCES) \ 286 $(test_static_link_SOURCES) $(test_uinput_SOURCES) 287DIST_SOURCES = $(test_compile_pedantic_SOURCES) \ 288 $(am__test_event_codes_SOURCES_DIST) \ 289 $(am__test_kernel_SOURCES_DIST) \ 290 $(am__test_libevdev_SOURCES_DIST) \ 291 $(am__test_libevdev_internals_SOURCES_DIST) \ 292 $(test_link_SOURCES) $(test_static_link_SOURCES) \ 293 $(am__test_uinput_SOURCES_DIST) 294am__can_run_installinfo = \ 295 case $$AM_UPDATE_INFO_DIR in \ 296 n|no|NO) false;; \ 297 *) (install-info --version) >/dev/null 2>&1;; \ 298 esac 299am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 300# Read a list of newline-separated strings from the standard input, 301# and print each of them once, without duplicates. Input order is 302# *not* preserved. 303am__uniquify_input = $(AWK) '\ 304 BEGIN { nonempty = 0; } \ 305 { items[$$0] = 1; nonempty = 1; } \ 306 END { if (nonempty) { for (i in items) print i; }; } \ 307' 308# Make sure the list of sources is unique. This is necessary because, 309# e.g., the same source file might be shared among _SOURCES variables 310# for different programs/libraries. 311am__define_uniq_tagged_files = \ 312 list='$(am__tagged_files)'; \ 313 unique=`for i in $$list; do \ 314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 315 done | $(am__uniquify_input)` 316am__tty_colors_dummy = \ 317 mgn= red= grn= lgn= blu= brg= std=; \ 318 am__color_tests=no 319am__tty_colors = { \ 320 $(am__tty_colors_dummy); \ 321 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 322 am__color_tests=no; \ 323 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 324 am__color_tests=yes; \ 325 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 326 am__color_tests=yes; \ 327 fi; \ 328 if test $$am__color_tests = yes; then \ 329 red='[0;31m'; \ 330 grn='[0;32m'; \ 331 lgn='[1;32m'; \ 332 blu='[1;34m'; \ 333 mgn='[0;35m'; \ 334 brg='[1m'; \ 335 std='[m'; \ 336 fi; \ 337} 338am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 339am__vpath_adj = case $$p in \ 340 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 341 *) f=$$p;; \ 342 esac; 343am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 344am__install_max = 40 345am__nobase_strip_setup = \ 346 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 347am__nobase_strip = \ 348 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 349am__nobase_list = $(am__nobase_strip_setup); \ 350 for p in $$list; do echo "$$p $$p"; done | \ 351 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 352 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 353 if (++n[$$2] == $(am__install_max)) \ 354 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 355 END { for (dir in files) print dir, files[dir] }' 356am__base_list = \ 357 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 358 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 359am__uninstall_files_from_dir = { \ 360 test -z "$$files" \ 361 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 362 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 363 $(am__cd) "$$dir" && rm -f $$files; }; \ 364 } 365am__recheck_rx = ^[ ]*:recheck:[ ]* 366am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 367am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 368# A command that, given a newline-separated list of test names on the 369# standard input, print the name of the tests that are to be re-run 370# upon "make recheck". 371am__list_recheck_tests = $(AWK) '{ \ 372 recheck = 1; \ 373 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 374 { \ 375 if (rc < 0) \ 376 { \ 377 if ((getline line2 < ($$0 ".log")) < 0) \ 378 recheck = 0; \ 379 break; \ 380 } \ 381 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 382 { \ 383 recheck = 0; \ 384 break; \ 385 } \ 386 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 387 { \ 388 break; \ 389 } \ 390 }; \ 391 if (recheck) \ 392 print $$0; \ 393 close ($$0 ".trs"); \ 394 close ($$0 ".log"); \ 395}' 396# A command that, given a newline-separated list of test names on the 397# standard input, create the global log from their .trs and .log files. 398am__create_global_log = $(AWK) ' \ 399function fatal(msg) \ 400{ \ 401 print "fatal: making $@: " msg | "cat >&2"; \ 402 exit 1; \ 403} \ 404function rst_section(header) \ 405{ \ 406 print header; \ 407 len = length(header); \ 408 for (i = 1; i <= len; i = i + 1) \ 409 printf "="; \ 410 printf "\n\n"; \ 411} \ 412{ \ 413 copy_in_global_log = 1; \ 414 global_test_result = "RUN"; \ 415 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 416 { \ 417 if (rc < 0) \ 418 fatal("failed to read from " $$0 ".trs"); \ 419 if (line ~ /$(am__global_test_result_rx)/) \ 420 { \ 421 sub("$(am__global_test_result_rx)", "", line); \ 422 sub("[ ]*$$", "", line); \ 423 global_test_result = line; \ 424 } \ 425 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 426 copy_in_global_log = 0; \ 427 }; \ 428 if (copy_in_global_log) \ 429 { \ 430 rst_section(global_test_result ": " $$0); \ 431 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 432 { \ 433 if (rc < 0) \ 434 fatal("failed to read from " $$0 ".log"); \ 435 print line; \ 436 }; \ 437 printf "\n"; \ 438 }; \ 439 close ($$0 ".trs"); \ 440 close ($$0 ".log"); \ 441}' 442# Restructured Text title. 443am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 444# Solaris 10 'make', and several other traditional 'make' implementations, 445# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 446# by disabling -e (using the XSI extension "set +e") if it's set. 447am__sh_e_setup = case $$- in *e*) set +e;; esac 448# Default flags passed to test drivers. 449am__common_driver_flags = \ 450 --color-tests "$$am__color_tests" \ 451 --enable-hard-errors "$$am__enable_hard_errors" \ 452 --expect-failure "$$am__expect_failure" 453# To be inserted before the command running the test. Creates the 454# directory for the log if needed. Stores in $dir the directory 455# containing $f, in $tst the test, in $log the log. Executes the 456# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 457# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 458# will run the test scripts (or their associated LOG_COMPILER, if 459# thy have one). 460am__check_pre = \ 461$(am__sh_e_setup); \ 462$(am__vpath_adj_setup) $(am__vpath_adj) \ 463$(am__tty_colors); \ 464srcdir=$(srcdir); export srcdir; \ 465case "$@" in \ 466 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 467 *) am__odir=.;; \ 468esac; \ 469test "x$$am__odir" = x"." || test -d "$$am__odir" \ 470 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 471if test -f "./$$f"; then dir=./; \ 472elif test -f "$$f"; then dir=; \ 473else dir="$(srcdir)/"; fi; \ 474tst=$$dir$$f; log='$@'; \ 475if test -n '$(DISABLE_HARD_ERRORS)'; then \ 476 am__enable_hard_errors=no; \ 477else \ 478 am__enable_hard_errors=yes; \ 479fi; \ 480case " $(XFAIL_TESTS) " in \ 481 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 482 am__expect_failure=yes;; \ 483 *) \ 484 am__expect_failure=no;; \ 485esac; \ 486$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 487# A shell command to get the names of the tests scripts with any registered 488# extension removed (i.e., equivalently, the names of the test logs, with 489# the '.log' extension removed). The result is saved in the shell variable 490# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 491# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 492# since that might cause problem with VPATH rewrites for suffix-less tests. 493# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 494am__set_TESTS_bases = \ 495 bases='$(TEST_LOGS)'; \ 496 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 497 bases=`echo $$bases` 498AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 499RECHECK_LOGS = $(TEST_LOGS) 500AM_RECURSIVE_TARGETS = check recheck 501TEST_SUITE_LOG = test-suite.log 502TEST_EXTENSIONS = @EXEEXT@ .test 503LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 504LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 505am__set_b = \ 506 case '$@' in \ 507 */*) \ 508 case '$*' in \ 509 */*) b='$*';; \ 510 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 511 esac;; \ 512 *) \ 513 b='$*';; \ 514 esac 515am__test_logs1 = $(TESTS:=.log) 516am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 517TEST_LOGS = $(am__test_logs2:.test.log=.log) 518TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 519TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 520 $(TEST_LOG_FLAGS) 521am__DIST_COMMON = $(srcdir)/Makefile.in \ 522 $(top_srcdir)/build-aux/depcomp \ 523 $(top_srcdir)/build-aux/test-driver 524DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 525ACLOCAL = @ACLOCAL@ 526AMTAR = @AMTAR@ 527AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 528AR = @AR@ 529AUTOCONF = @AUTOCONF@ 530AUTOHEADER = @AUTOHEADER@ 531AUTOMAKE = @AUTOMAKE@ 532AWK = @AWK@ 533CC = @CC@ 534CCDEPMODE = @CCDEPMODE@ 535CFLAGS = @CFLAGS@ 536CHECK_CFLAGS = @CHECK_CFLAGS@ 537CHECK_LIBS = @CHECK_LIBS@ 538CPPFLAGS = @CPPFLAGS@ 539CSCOPE = @CSCOPE@ 540CTAGS = @CTAGS@ 541CYGPATH_W = @CYGPATH_W@ 542DEFS = @DEFS@ 543DEPDIR = @DEPDIR@ 544DLLTOOL = @DLLTOOL@ 545DOXYGEN = @DOXYGEN@ 546DSYMUTIL = @DSYMUTIL@ 547DUMPBIN = @DUMPBIN@ 548ECHO_C = @ECHO_C@ 549ECHO_N = @ECHO_N@ 550ECHO_T = @ECHO_T@ 551EGREP = @EGREP@ 552ETAGS = @ETAGS@ 553EXEEXT = @EXEEXT@ 554FGREP = @FGREP@ 555FILECMD = @FILECMD@ 556GCC_CFLAGS = @GCC_CFLAGS@ 557GCOV_CFLAGS = @GCOV_CFLAGS@ 558GCOV_LDFLAGS = @GCOV_LDFLAGS@ 559GNU_LD_FLAGS = @GNU_LD_FLAGS@ 560GREP = @GREP@ 561INSTALL = @INSTALL@ 562INSTALL_DATA = @INSTALL_DATA@ 563INSTALL_PROGRAM = @INSTALL_PROGRAM@ 564INSTALL_SCRIPT = @INSTALL_SCRIPT@ 565INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 566LD = @LD@ 567LDFLAGS = @LDFLAGS@ 568LIBEVDEV_LT_VERSION = @LIBEVDEV_LT_VERSION@ 569LIBOBJS = @LIBOBJS@ 570LIBS = @LIBS@ 571LIBTOOL = @LIBTOOL@ 572LIPO = @LIPO@ 573LN_S = @LN_S@ 574LTLIBOBJS = @LTLIBOBJS@ 575LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 576MAKEINFO = @MAKEINFO@ 577MANIFEST_TOOL = @MANIFEST_TOOL@ 578MKDIR_P = @MKDIR_P@ 579NM = @NM@ 580NMEDIT = @NMEDIT@ 581OBJDUMP = @OBJDUMP@ 582OBJEXT = @OBJEXT@ 583OS = @OS@ 584OTOOL = @OTOOL@ 585OTOOL64 = @OTOOL64@ 586PACKAGE = @PACKAGE@ 587PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 588PACKAGE_NAME = @PACKAGE_NAME@ 589PACKAGE_STRING = @PACKAGE_STRING@ 590PACKAGE_TARNAME = @PACKAGE_TARNAME@ 591PACKAGE_URL = @PACKAGE_URL@ 592PACKAGE_VERSION = @PACKAGE_VERSION@ 593PATH_SEPARATOR = @PATH_SEPARATOR@ 594PKG_CONFIG = @PKG_CONFIG@ 595PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 596PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 597PYTHON = @PYTHON@ 598PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 599PYTHON_PLATFORM = @PYTHON_PLATFORM@ 600PYTHON_PREFIX = @PYTHON_PREFIX@ 601PYTHON_VERSION = @PYTHON_VERSION@ 602RANLIB = @RANLIB@ 603SED = @SED@ 604SET_MAKE = @SET_MAKE@ 605SHELL = @SHELL@ 606STRIP = @STRIP@ 607VERSION = @VERSION@ 608abs_builddir = @abs_builddir@ 609abs_srcdir = @abs_srcdir@ 610abs_top_builddir = @abs_top_builddir@ 611abs_top_srcdir = @abs_top_srcdir@ 612ac_ct_AR = @ac_ct_AR@ 613ac_ct_CC = @ac_ct_CC@ 614ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 615am__include = @am__include@ 616am__leading_dot = @am__leading_dot@ 617am__quote = @am__quote@ 618am__tar = @am__tar@ 619am__untar = @am__untar@ 620bindir = @bindir@ 621build = @build@ 622build_alias = @build_alias@ 623build_cpu = @build_cpu@ 624build_os = @build_os@ 625build_vendor = @build_vendor@ 626builddir = @builddir@ 627datadir = @datadir@ 628datarootdir = @datarootdir@ 629docdir = @docdir@ 630dvidir = @dvidir@ 631exec_prefix = @exec_prefix@ 632host = @host@ 633host_alias = @host_alias@ 634host_cpu = @host_cpu@ 635host_os = @host_os@ 636host_vendor = @host_vendor@ 637htmldir = @htmldir@ 638includedir = @includedir@ 639infodir = @infodir@ 640install_sh = @install_sh@ 641libdir = @libdir@ 642libexecdir = @libexecdir@ 643localedir = @localedir@ 644localstatedir = @localstatedir@ 645mandir = @mandir@ 646mkdir_p = @mkdir_p@ 647oldincludedir = @oldincludedir@ 648pdfdir = @pdfdir@ 649pkgpyexecdir = @pkgpyexecdir@ 650pkgpythondir = @pkgpythondir@ 651prefix = @prefix@ 652program_transform_name = @program_transform_name@ 653psdir = @psdir@ 654pyexecdir = @pyexecdir@ 655pythondir = @pythondir@ 656runstatedir = @runstatedir@ 657sbindir = @sbindir@ 658sharedstatedir = @sharedstatedir@ 659srcdir = @srcdir@ 660sysconfdir = @sysconfdir@ 661target_alias = @target_alias@ 662top_build_prefix = @top_build_prefix@ 663top_builddir = @top_builddir@ 664top_srcdir = @top_srcdir@ 665build_tests = test-compile-pedantic test-link $(am__append_1) 666AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \ 667 -I$(top_builddir)/libevdev $(am__append_3) 668AM_LDFLAGS = $(am__append_4) 669test_compile_pedantic_SOURCES = test-compile-pedantic.c 670test_compile_pedantic_CFLAGS = $(AM_CPPFLAGS) -pedantic -Werror -std=c89 671test_link_SOURCES = test-link.c 672test_link_CFLAGS = -I$(top_srcdir) 673test_link_LDADD = $(top_builddir)/libevdev/libevdev.la 674test_static_link_SOURCES = test-link.c 675test_static_link_CFLAGS = -I$(top_srcdir) 676test_static_link_LDADD = $(top_builddir)/libevdev/libevdev.la 677test_static_link_LDFLAGS = $(AM_LDFLAGS) -static 678check_local_deps = $(am__append_5) $(am__append_6) 679@ENABLE_RUNTIME_TESTS_TRUE@run_tests = \ 680@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev \ 681@ENABLE_RUNTIME_TESTS_TRUE@ test-kernel \ 682@ENABLE_RUNTIME_TESTS_TRUE@ test-uinput \ 683@ENABLE_RUNTIME_TESTS_TRUE@ test-event-codes \ 684@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-internals \ 685@ENABLE_RUNTIME_TESTS_TRUE@ $(NULL) 686 687@ENABLE_RUNTIME_TESTS_TRUE@common_sources = \ 688@ENABLE_RUNTIME_TESTS_TRUE@ test-common-uinput.c \ 689@ENABLE_RUNTIME_TESTS_TRUE@ test-common-uinput.h \ 690@ENABLE_RUNTIME_TESTS_TRUE@ test-common.c \ 691@ENABLE_RUNTIME_TESTS_TRUE@ test-common.h 692 693@ENABLE_RUNTIME_TESTS_TRUE@test_event_codes_SOURCES = \ 694@ENABLE_RUNTIME_TESTS_TRUE@ test-main.c \ 695@ENABLE_RUNTIME_TESTS_TRUE@ test-event-codes.c \ 696@ENABLE_RUNTIME_TESTS_TRUE@ test-event-names.c \ 697@ENABLE_RUNTIME_TESTS_TRUE@ test-context.c \ 698@ENABLE_RUNTIME_TESTS_TRUE@ $(common_sources) 699 700@ENABLE_RUNTIME_TESTS_TRUE@test_event_codes_LDADD = $(CHECK_LIBS) $(top_builddir)/libevdev/libevdev.la 701@ENABLE_RUNTIME_TESTS_TRUE@test_event_codes_LDFLAGS = -no-install 702@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_internals_SOURCES = \ 703@ENABLE_RUNTIME_TESTS_TRUE@ test-main.c \ 704@ENABLE_RUNTIME_TESTS_TRUE@ test-int-queue.c \ 705@ENABLE_RUNTIME_TESTS_TRUE@ $(common_sources) 706 707@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_internals_LDADD = $(CHECK_LIBS) $(top_builddir)/libevdev/libevdev.la 708@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_internals_LDFLAGS = -no-install 709@ENABLE_RUNTIME_TESTS_TRUE@test_uinput_SOURCES = \ 710@ENABLE_RUNTIME_TESTS_TRUE@ test-main.c \ 711@ENABLE_RUNTIME_TESTS_TRUE@ test-uinput.c \ 712@ENABLE_RUNTIME_TESTS_TRUE@ $(common_sources) 713 714@ENABLE_RUNTIME_TESTS_TRUE@test_uinput_LDADD = $(CHECK_LIBS) $(top_builddir)/libevdev/libevdev.la 715@ENABLE_RUNTIME_TESTS_TRUE@test_uinput_LDFLAGS = -no-install 716@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_SOURCES = \ 717@ENABLE_RUNTIME_TESTS_TRUE@ test-main.c \ 718@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-init.c \ 719@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-has-event.c \ 720@ENABLE_RUNTIME_TESTS_TRUE@ test-libevdev-events.c \ 721@ENABLE_RUNTIME_TESTS_TRUE@ $(common_sources) 722 723@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_LDADD = $(CHECK_LIBS) $(top_builddir)/libevdev/libevdev.la 724@ENABLE_RUNTIME_TESTS_TRUE@test_libevdev_LDFLAGS = -no-install 725@ENABLE_RUNTIME_TESTS_TRUE@test_kernel_SOURCES = \ 726@ENABLE_RUNTIME_TESTS_TRUE@ test-main.c \ 727@ENABLE_RUNTIME_TESTS_TRUE@ test-kernel.c \ 728@ENABLE_RUNTIME_TESTS_TRUE@ $(common_sources) 729 730@ENABLE_RUNTIME_TESTS_TRUE@test_kernel_CFLAGS = -I$(top_srcdir) 731@ENABLE_RUNTIME_TESTS_TRUE@test_kernel_LDADD = $(CHECK_LIBS) $(top_builddir)/libevdev/libevdev.la 732@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@CLEANFILES = gcov-reports/*.gcov gcov-reports/summary.txt *.gcno *.gcda 733EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh test-static-symbols-leak.sh 734all: all-am 735 736.SUFFIXES: 737.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 738$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 739 @for dep in $?; do \ 740 case '$(am__configure_deps)' in \ 741 *$$dep*) \ 742 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 743 && { if test -f $@; then exit 0; else break; fi; }; \ 744 exit 1;; \ 745 esac; \ 746 done; \ 747 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ 748 $(am__cd) $(top_srcdir) && \ 749 $(AUTOMAKE) --foreign test/Makefile 750Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 751 @case '$?' in \ 752 *config.status*) \ 753 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 754 *) \ 755 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 756 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 757 esac; 758 759$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 760 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 761 762$(top_srcdir)/configure: $(am__configure_deps) 763 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 764$(ACLOCAL_M4): $(am__aclocal_m4_deps) 765 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 766$(am__aclocal_m4_deps): 767 768clean-noinstPROGRAMS: 769 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 770 echo " rm -f" $$list; \ 771 rm -f $$list || exit $$?; \ 772 test -n "$(EXEEXT)" || exit 0; \ 773 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 774 echo " rm -f" $$list; \ 775 rm -f $$list 776 777test-compile-pedantic$(EXEEXT): $(test_compile_pedantic_OBJECTS) $(test_compile_pedantic_DEPENDENCIES) $(EXTRA_test_compile_pedantic_DEPENDENCIES) 778 @rm -f test-compile-pedantic$(EXEEXT) 779 $(AM_V_CCLD)$(test_compile_pedantic_LINK) $(test_compile_pedantic_OBJECTS) $(test_compile_pedantic_LDADD) $(LIBS) 780 781test-event-codes$(EXEEXT): $(test_event_codes_OBJECTS) $(test_event_codes_DEPENDENCIES) $(EXTRA_test_event_codes_DEPENDENCIES) 782 @rm -f test-event-codes$(EXEEXT) 783 $(AM_V_CCLD)$(test_event_codes_LINK) $(test_event_codes_OBJECTS) $(test_event_codes_LDADD) $(LIBS) 784 785test-kernel$(EXEEXT): $(test_kernel_OBJECTS) $(test_kernel_DEPENDENCIES) $(EXTRA_test_kernel_DEPENDENCIES) 786 @rm -f test-kernel$(EXEEXT) 787 $(AM_V_CCLD)$(test_kernel_LINK) $(test_kernel_OBJECTS) $(test_kernel_LDADD) $(LIBS) 788 789test-libevdev$(EXEEXT): $(test_libevdev_OBJECTS) $(test_libevdev_DEPENDENCIES) $(EXTRA_test_libevdev_DEPENDENCIES) 790 @rm -f test-libevdev$(EXEEXT) 791 $(AM_V_CCLD)$(test_libevdev_LINK) $(test_libevdev_OBJECTS) $(test_libevdev_LDADD) $(LIBS) 792 793test-libevdev-internals$(EXEEXT): $(test_libevdev_internals_OBJECTS) $(test_libevdev_internals_DEPENDENCIES) $(EXTRA_test_libevdev_internals_DEPENDENCIES) 794 @rm -f test-libevdev-internals$(EXEEXT) 795 $(AM_V_CCLD)$(test_libevdev_internals_LINK) $(test_libevdev_internals_OBJECTS) $(test_libevdev_internals_LDADD) $(LIBS) 796 797test-link$(EXEEXT): $(test_link_OBJECTS) $(test_link_DEPENDENCIES) $(EXTRA_test_link_DEPENDENCIES) 798 @rm -f test-link$(EXEEXT) 799 $(AM_V_CCLD)$(test_link_LINK) $(test_link_OBJECTS) $(test_link_LDADD) $(LIBS) 800 801test-static-link$(EXEEXT): $(test_static_link_OBJECTS) $(test_static_link_DEPENDENCIES) $(EXTRA_test_static_link_DEPENDENCIES) 802 @rm -f test-static-link$(EXEEXT) 803 $(AM_V_CCLD)$(test_static_link_LINK) $(test_static_link_OBJECTS) $(test_static_link_LDADD) $(LIBS) 804 805test-uinput$(EXEEXT): $(test_uinput_OBJECTS) $(test_uinput_DEPENDENCIES) $(EXTRA_test_uinput_DEPENDENCIES) 806 @rm -f test-uinput$(EXEEXT) 807 $(AM_V_CCLD)$(test_uinput_LINK) $(test_uinput_OBJECTS) $(test_uinput_LDADD) $(LIBS) 808 809mostlyclean-compile: 810 -rm -f *.$(OBJEXT) 811 812distclean-compile: 813 -rm -f *.tab.c 814 815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-common-uinput.Po@am__quote@ # am--include-marker 816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-common.Po@am__quote@ # am--include-marker 817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-context.Po@am__quote@ # am--include-marker 818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-event-codes.Po@am__quote@ # am--include-marker 819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-event-names.Po@am__quote@ # am--include-marker 820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-int-queue.Po@am__quote@ # am--include-marker 821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-libevdev-events.Po@am__quote@ # am--include-marker 822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-libevdev-has-event.Po@am__quote@ # am--include-marker 823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-libevdev-init.Po@am__quote@ # am--include-marker 824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@ # am--include-marker 825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-uinput.Po@am__quote@ # am--include-marker 826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Po@am__quote@ # am--include-marker 827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_kernel-test-common-uinput.Po@am__quote@ # am--include-marker 828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_kernel-test-common.Po@am__quote@ # am--include-marker 829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_kernel-test-kernel.Po@am__quote@ # am--include-marker 830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_kernel-test-main.Po@am__quote@ # am--include-marker 831@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_link-test-link.Po@am__quote@ # am--include-marker 832@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_static_link-test-link.Po@am__quote@ # am--include-marker 833 834$(am__depfiles_remade): 835 @$(MKDIR_P) $(@D) 836 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 837 838am--depfiles: $(am__depfiles_remade) 839 840.c.o: 841@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 842@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 843@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 844@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 845@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 846@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 847 848.c.obj: 849@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 850@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 851@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 852@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 853@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 854@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 855 856.c.lo: 857@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 858@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 859@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 860@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 861@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 862@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 863 864test_compile_pedantic-test-compile-pedantic.o: test-compile-pedantic.c 865@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_compile_pedantic_CFLAGS) $(CFLAGS) -MT test_compile_pedantic-test-compile-pedantic.o -MD -MP -MF $(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Tpo -c -o test_compile_pedantic-test-compile-pedantic.o `test -f 'test-compile-pedantic.c' || echo '$(srcdir)/'`test-compile-pedantic.c 866@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Tpo $(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Po 867@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-compile-pedantic.c' object='test_compile_pedantic-test-compile-pedantic.o' libtool=no @AMDEPBACKSLASH@ 868@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 869@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_compile_pedantic_CFLAGS) $(CFLAGS) -c -o test_compile_pedantic-test-compile-pedantic.o `test -f 'test-compile-pedantic.c' || echo '$(srcdir)/'`test-compile-pedantic.c 870 871test_compile_pedantic-test-compile-pedantic.obj: test-compile-pedantic.c 872@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_compile_pedantic_CFLAGS) $(CFLAGS) -MT test_compile_pedantic-test-compile-pedantic.obj -MD -MP -MF $(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Tpo -c -o test_compile_pedantic-test-compile-pedantic.obj `if test -f 'test-compile-pedantic.c'; then $(CYGPATH_W) 'test-compile-pedantic.c'; else $(CYGPATH_W) '$(srcdir)/test-compile-pedantic.c'; fi` 873@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Tpo $(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Po 874@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-compile-pedantic.c' object='test_compile_pedantic-test-compile-pedantic.obj' libtool=no @AMDEPBACKSLASH@ 875@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 876@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_compile_pedantic_CFLAGS) $(CFLAGS) -c -o test_compile_pedantic-test-compile-pedantic.obj `if test -f 'test-compile-pedantic.c'; then $(CYGPATH_W) 'test-compile-pedantic.c'; else $(CYGPATH_W) '$(srcdir)/test-compile-pedantic.c'; fi` 877 878test_kernel-test-main.o: test-main.c 879@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-main.o -MD -MP -MF $(DEPDIR)/test_kernel-test-main.Tpo -c -o test_kernel-test-main.o `test -f 'test-main.c' || echo '$(srcdir)/'`test-main.c 880@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-main.Tpo $(DEPDIR)/test_kernel-test-main.Po 881@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-main.c' object='test_kernel-test-main.o' libtool=no @AMDEPBACKSLASH@ 882@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 883@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-main.o `test -f 'test-main.c' || echo '$(srcdir)/'`test-main.c 884 885test_kernel-test-main.obj: test-main.c 886@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-main.obj -MD -MP -MF $(DEPDIR)/test_kernel-test-main.Tpo -c -o test_kernel-test-main.obj `if test -f 'test-main.c'; then $(CYGPATH_W) 'test-main.c'; else $(CYGPATH_W) '$(srcdir)/test-main.c'; fi` 887@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-main.Tpo $(DEPDIR)/test_kernel-test-main.Po 888@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-main.c' object='test_kernel-test-main.obj' libtool=no @AMDEPBACKSLASH@ 889@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 890@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-main.obj `if test -f 'test-main.c'; then $(CYGPATH_W) 'test-main.c'; else $(CYGPATH_W) '$(srcdir)/test-main.c'; fi` 891 892test_kernel-test-kernel.o: test-kernel.c 893@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-kernel.o -MD -MP -MF $(DEPDIR)/test_kernel-test-kernel.Tpo -c -o test_kernel-test-kernel.o `test -f 'test-kernel.c' || echo '$(srcdir)/'`test-kernel.c 894@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-kernel.Tpo $(DEPDIR)/test_kernel-test-kernel.Po 895@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-kernel.c' object='test_kernel-test-kernel.o' libtool=no @AMDEPBACKSLASH@ 896@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 897@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-kernel.o `test -f 'test-kernel.c' || echo '$(srcdir)/'`test-kernel.c 898 899test_kernel-test-kernel.obj: test-kernel.c 900@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-kernel.obj -MD -MP -MF $(DEPDIR)/test_kernel-test-kernel.Tpo -c -o test_kernel-test-kernel.obj `if test -f 'test-kernel.c'; then $(CYGPATH_W) 'test-kernel.c'; else $(CYGPATH_W) '$(srcdir)/test-kernel.c'; fi` 901@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-kernel.Tpo $(DEPDIR)/test_kernel-test-kernel.Po 902@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-kernel.c' object='test_kernel-test-kernel.obj' libtool=no @AMDEPBACKSLASH@ 903@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 904@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-kernel.obj `if test -f 'test-kernel.c'; then $(CYGPATH_W) 'test-kernel.c'; else $(CYGPATH_W) '$(srcdir)/test-kernel.c'; fi` 905 906test_kernel-test-common-uinput.o: test-common-uinput.c 907@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-common-uinput.o -MD -MP -MF $(DEPDIR)/test_kernel-test-common-uinput.Tpo -c -o test_kernel-test-common-uinput.o `test -f 'test-common-uinput.c' || echo '$(srcdir)/'`test-common-uinput.c 908@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-common-uinput.Tpo $(DEPDIR)/test_kernel-test-common-uinput.Po 909@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-common-uinput.c' object='test_kernel-test-common-uinput.o' libtool=no @AMDEPBACKSLASH@ 910@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 911@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-common-uinput.o `test -f 'test-common-uinput.c' || echo '$(srcdir)/'`test-common-uinput.c 912 913test_kernel-test-common-uinput.obj: test-common-uinput.c 914@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-common-uinput.obj -MD -MP -MF $(DEPDIR)/test_kernel-test-common-uinput.Tpo -c -o test_kernel-test-common-uinput.obj `if test -f 'test-common-uinput.c'; then $(CYGPATH_W) 'test-common-uinput.c'; else $(CYGPATH_W) '$(srcdir)/test-common-uinput.c'; fi` 915@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-common-uinput.Tpo $(DEPDIR)/test_kernel-test-common-uinput.Po 916@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-common-uinput.c' object='test_kernel-test-common-uinput.obj' libtool=no @AMDEPBACKSLASH@ 917@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 918@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-common-uinput.obj `if test -f 'test-common-uinput.c'; then $(CYGPATH_W) 'test-common-uinput.c'; else $(CYGPATH_W) '$(srcdir)/test-common-uinput.c'; fi` 919 920test_kernel-test-common.o: test-common.c 921@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-common.o -MD -MP -MF $(DEPDIR)/test_kernel-test-common.Tpo -c -o test_kernel-test-common.o `test -f 'test-common.c' || echo '$(srcdir)/'`test-common.c 922@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-common.Tpo $(DEPDIR)/test_kernel-test-common.Po 923@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-common.c' object='test_kernel-test-common.o' libtool=no @AMDEPBACKSLASH@ 924@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 925@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-common.o `test -f 'test-common.c' || echo '$(srcdir)/'`test-common.c 926 927test_kernel-test-common.obj: test-common.c 928@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT test_kernel-test-common.obj -MD -MP -MF $(DEPDIR)/test_kernel-test-common.Tpo -c -o test_kernel-test-common.obj `if test -f 'test-common.c'; then $(CYGPATH_W) 'test-common.c'; else $(CYGPATH_W) '$(srcdir)/test-common.c'; fi` 929@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_kernel-test-common.Tpo $(DEPDIR)/test_kernel-test-common.Po 930@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-common.c' object='test_kernel-test-common.obj' libtool=no @AMDEPBACKSLASH@ 931@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 932@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o test_kernel-test-common.obj `if test -f 'test-common.c'; then $(CYGPATH_W) 'test-common.c'; else $(CYGPATH_W) '$(srcdir)/test-common.c'; fi` 933 934test_link-test-link.o: test-link.c 935@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-test-link.o -MD -MP -MF $(DEPDIR)/test_link-test-link.Tpo -c -o test_link-test-link.o `test -f 'test-link.c' || echo '$(srcdir)/'`test-link.c 936@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_link-test-link.Tpo $(DEPDIR)/test_link-test-link.Po 937@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-link.c' object='test_link-test-link.o' libtool=no @AMDEPBACKSLASH@ 938@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 939@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-test-link.o `test -f 'test-link.c' || echo '$(srcdir)/'`test-link.c 940 941test_link-test-link.obj: test-link.c 942@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-test-link.obj -MD -MP -MF $(DEPDIR)/test_link-test-link.Tpo -c -o test_link-test-link.obj `if test -f 'test-link.c'; then $(CYGPATH_W) 'test-link.c'; else $(CYGPATH_W) '$(srcdir)/test-link.c'; fi` 943@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_link-test-link.Tpo $(DEPDIR)/test_link-test-link.Po 944@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-link.c' object='test_link-test-link.obj' libtool=no @AMDEPBACKSLASH@ 945@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 946@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-test-link.obj `if test -f 'test-link.c'; then $(CYGPATH_W) 'test-link.c'; else $(CYGPATH_W) '$(srcdir)/test-link.c'; fi` 947 948test_static_link-test-link.o: test-link.c 949@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_static_link_CFLAGS) $(CFLAGS) -MT test_static_link-test-link.o -MD -MP -MF $(DEPDIR)/test_static_link-test-link.Tpo -c -o test_static_link-test-link.o `test -f 'test-link.c' || echo '$(srcdir)/'`test-link.c 950@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_static_link-test-link.Tpo $(DEPDIR)/test_static_link-test-link.Po 951@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-link.c' object='test_static_link-test-link.o' libtool=no @AMDEPBACKSLASH@ 952@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 953@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_static_link_CFLAGS) $(CFLAGS) -c -o test_static_link-test-link.o `test -f 'test-link.c' || echo '$(srcdir)/'`test-link.c 954 955test_static_link-test-link.obj: test-link.c 956@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_static_link_CFLAGS) $(CFLAGS) -MT test_static_link-test-link.obj -MD -MP -MF $(DEPDIR)/test_static_link-test-link.Tpo -c -o test_static_link-test-link.obj `if test -f 'test-link.c'; then $(CYGPATH_W) 'test-link.c'; else $(CYGPATH_W) '$(srcdir)/test-link.c'; fi` 957@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_static_link-test-link.Tpo $(DEPDIR)/test_static_link-test-link.Po 958@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-link.c' object='test_static_link-test-link.obj' libtool=no @AMDEPBACKSLASH@ 959@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 960@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_static_link_CFLAGS) $(CFLAGS) -c -o test_static_link-test-link.obj `if test -f 'test-link.c'; then $(CYGPATH_W) 'test-link.c'; else $(CYGPATH_W) '$(srcdir)/test-link.c'; fi` 961 962mostlyclean-libtool: 963 -rm -f *.lo 964 965clean-libtool: 966 -rm -rf .libs _libs 967 968ID: $(am__tagged_files) 969 $(am__define_uniq_tagged_files); mkid -fID $$unique 970tags: tags-am 971TAGS: tags 972 973tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 974 set x; \ 975 here=`pwd`; \ 976 $(am__define_uniq_tagged_files); \ 977 shift; \ 978 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 979 test -n "$$unique" || unique=$$empty_fix; \ 980 if test $$# -gt 0; then \ 981 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 982 "$$@" $$unique; \ 983 else \ 984 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 985 $$unique; \ 986 fi; \ 987 fi 988ctags: ctags-am 989 990CTAGS: ctags 991ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 992 $(am__define_uniq_tagged_files); \ 993 test -z "$(CTAGS_ARGS)$$unique" \ 994 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 995 $$unique 996 997GTAGS: 998 here=`$(am__cd) $(top_builddir) && pwd` \ 999 && $(am__cd) $(top_srcdir) \ 1000 && gtags -i $(GTAGS_ARGS) "$$here" 1001cscopelist: cscopelist-am 1002 1003cscopelist-am: $(am__tagged_files) 1004 list='$(am__tagged_files)'; \ 1005 case "$(srcdir)" in \ 1006 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1007 *) sdir=$(subdir)/$(srcdir) ;; \ 1008 esac; \ 1009 for i in $$list; do \ 1010 if test -f "$$i"; then \ 1011 echo "$(subdir)/$$i"; \ 1012 else \ 1013 echo "$$sdir/$$i"; \ 1014 fi; \ 1015 done >> $(top_builddir)/cscope.files 1016 1017distclean-tags: 1018 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1019 1020# Recover from deleted '.trs' file; this should ensure that 1021# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1022# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1023# to avoid problems with "make -n". 1024.log.trs: 1025 rm -f $< $@ 1026 $(MAKE) $(AM_MAKEFLAGS) $< 1027 1028# Leading 'am--fnord' is there to ensure the list of targets does not 1029# expand to empty, as could happen e.g. with make check TESTS=''. 1030am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1031am--force-recheck: 1032 @: 1033 1034$(TEST_SUITE_LOG): $(TEST_LOGS) 1035 @$(am__set_TESTS_bases); \ 1036 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1037 redo_bases=`for i in $$bases; do \ 1038 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1039 done`; \ 1040 if test -n "$$redo_bases"; then \ 1041 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1042 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1043 if $(am__make_dryrun); then :; else \ 1044 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1045 fi; \ 1046 fi; \ 1047 if test -n "$$am__remaking_logs"; then \ 1048 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1049 "recursion detected" >&2; \ 1050 elif test -n "$$redo_logs"; then \ 1051 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1052 fi; \ 1053 if $(am__make_dryrun); then :; else \ 1054 st=0; \ 1055 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1056 for i in $$redo_bases; do \ 1057 test -f $$i.trs && test -r $$i.trs \ 1058 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1059 test -f $$i.log && test -r $$i.log \ 1060 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1061 done; \ 1062 test $$st -eq 0 || exit 1; \ 1063 fi 1064 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1065 ws='[ ]'; \ 1066 results=`for b in $$bases; do echo $$b.trs; done`; \ 1067 test -n "$$results" || results=/dev/null; \ 1068 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1069 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1070 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1071 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1072 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1073 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1074 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1075 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1076 success=true; \ 1077 else \ 1078 success=false; \ 1079 fi; \ 1080 br='==================='; br=$$br$$br$$br$$br; \ 1081 result_count () \ 1082 { \ 1083 if test x"$$1" = x"--maybe-color"; then \ 1084 maybe_colorize=yes; \ 1085 elif test x"$$1" = x"--no-color"; then \ 1086 maybe_colorize=no; \ 1087 else \ 1088 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1089 fi; \ 1090 shift; \ 1091 desc=$$1 count=$$2; \ 1092 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1093 color_start=$$3 color_end=$$std; \ 1094 else \ 1095 color_start= color_end=; \ 1096 fi; \ 1097 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1098 }; \ 1099 create_testsuite_report () \ 1100 { \ 1101 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1102 result_count $$1 "PASS: " $$pass "$$grn"; \ 1103 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1104 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1105 result_count $$1 "FAIL: " $$fail "$$red"; \ 1106 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1107 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1108 }; \ 1109 { \ 1110 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1111 $(am__rst_title); \ 1112 create_testsuite_report --no-color; \ 1113 echo; \ 1114 echo ".. contents:: :depth: 2"; \ 1115 echo; \ 1116 for b in $$bases; do echo $$b; done \ 1117 | $(am__create_global_log); \ 1118 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1119 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1120 if $$success; then \ 1121 col="$$grn"; \ 1122 else \ 1123 col="$$red"; \ 1124 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1125 fi; \ 1126 echo "$${col}$$br$${std}"; \ 1127 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1128 echo "$${col}$$br$${std}"; \ 1129 create_testsuite_report --maybe-color; \ 1130 echo "$$col$$br$$std"; \ 1131 if $$success; then :; else \ 1132 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1133 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1134 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1135 fi; \ 1136 echo "$$col$$br$$std"; \ 1137 fi; \ 1138 $$success || exit 1 1139 1140check-TESTS: 1141 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1142 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1143 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1144 @set +e; $(am__set_TESTS_bases); \ 1145 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1146 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1147 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1148 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1149 exit $$?; 1150recheck: all 1151 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1152 @set +e; $(am__set_TESTS_bases); \ 1153 bases=`for i in $$bases; do echo $$i; done \ 1154 | $(am__list_recheck_tests)` || exit 1; \ 1155 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1156 log_list=`echo $$log_list`; \ 1157 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1158 am__force_recheck=am--force-recheck \ 1159 TEST_LOGS="$$log_list"; \ 1160 exit $$? 1161test-libevdev.log: test-libevdev$(EXEEXT) 1162 @p='test-libevdev$(EXEEXT)'; \ 1163 b='test-libevdev'; \ 1164 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1165 --log-file $$b.log --trs-file $$b.trs \ 1166 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1167 "$$tst" $(AM_TESTS_FD_REDIRECT) 1168test-kernel.log: test-kernel$(EXEEXT) 1169 @p='test-kernel$(EXEEXT)'; \ 1170 b='test-kernel'; \ 1171 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1172 --log-file $$b.log --trs-file $$b.trs \ 1173 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1174 "$$tst" $(AM_TESTS_FD_REDIRECT) 1175test-uinput.log: test-uinput$(EXEEXT) 1176 @p='test-uinput$(EXEEXT)'; \ 1177 b='test-uinput'; \ 1178 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1179 --log-file $$b.log --trs-file $$b.trs \ 1180 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1181 "$$tst" $(AM_TESTS_FD_REDIRECT) 1182test-event-codes.log: test-event-codes$(EXEEXT) 1183 @p='test-event-codes$(EXEEXT)'; \ 1184 b='test-event-codes'; \ 1185 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1186 --log-file $$b.log --trs-file $$b.trs \ 1187 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1188 "$$tst" $(AM_TESTS_FD_REDIRECT) 1189test-libevdev-internals.log: test-libevdev-internals$(EXEEXT) 1190 @p='test-libevdev-internals$(EXEEXT)'; \ 1191 b='test-libevdev-internals'; \ 1192 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1193 --log-file $$b.log --trs-file $$b.trs \ 1194 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1195 "$$tst" $(AM_TESTS_FD_REDIRECT) 1196.test.log: 1197 @p='$<'; \ 1198 $(am__set_b); \ 1199 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1200 --log-file $$b.log --trs-file $$b.trs \ 1201 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1202 "$$tst" $(AM_TESTS_FD_REDIRECT) 1203@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1204@am__EXEEXT_TRUE@ @p='$<'; \ 1205@am__EXEEXT_TRUE@ $(am__set_b); \ 1206@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1207@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1208@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1209@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1210distdir: $(BUILT_SOURCES) 1211 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1212 1213distdir-am: $(DISTFILES) 1214 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1215 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1216 list='$(DISTFILES)'; \ 1217 dist_files=`for file in $$list; do echo $$file; done | \ 1218 sed -e "s|^$$srcdirstrip/||;t" \ 1219 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1220 case $$dist_files in \ 1221 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1222 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1223 sort -u` ;; \ 1224 esac; \ 1225 for file in $$dist_files; do \ 1226 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1227 if test -d $$d/$$file; then \ 1228 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1229 if test -d "$(distdir)/$$file"; then \ 1230 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1231 fi; \ 1232 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1233 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1234 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1235 fi; \ 1236 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1237 else \ 1238 test -f "$(distdir)/$$file" \ 1239 || cp -p $$d/$$file "$(distdir)/$$file" \ 1240 || exit 1; \ 1241 fi; \ 1242 done 1243check-am: all-am 1244 $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local 1245check: check-am 1246all-am: Makefile $(PROGRAMS) 1247installdirs: 1248install: install-am 1249install-exec: install-exec-am 1250install-data: install-data-am 1251uninstall: uninstall-am 1252 1253install-am: all-am 1254 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1255 1256installcheck: installcheck-am 1257install-strip: 1258 if test -z '$(STRIP)'; then \ 1259 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1260 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1261 install; \ 1262 else \ 1263 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1264 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1265 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1266 fi 1267mostlyclean-generic: 1268 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1269 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1270 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1271 1272clean-generic: 1273 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1274 1275distclean-generic: 1276 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1277 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1278 1279maintainer-clean-generic: 1280 @echo "This command is intended for maintainers to use" 1281 @echo "it deletes files that may require special tools to rebuild." 1282clean: clean-am 1283 1284clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 1285 mostlyclean-am 1286 1287distclean: distclean-am 1288 -rm -f ./$(DEPDIR)/test-common-uinput.Po 1289 -rm -f ./$(DEPDIR)/test-common.Po 1290 -rm -f ./$(DEPDIR)/test-context.Po 1291 -rm -f ./$(DEPDIR)/test-event-codes.Po 1292 -rm -f ./$(DEPDIR)/test-event-names.Po 1293 -rm -f ./$(DEPDIR)/test-int-queue.Po 1294 -rm -f ./$(DEPDIR)/test-libevdev-events.Po 1295 -rm -f ./$(DEPDIR)/test-libevdev-has-event.Po 1296 -rm -f ./$(DEPDIR)/test-libevdev-init.Po 1297 -rm -f ./$(DEPDIR)/test-main.Po 1298 -rm -f ./$(DEPDIR)/test-uinput.Po 1299 -rm -f ./$(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Po 1300 -rm -f ./$(DEPDIR)/test_kernel-test-common-uinput.Po 1301 -rm -f ./$(DEPDIR)/test_kernel-test-common.Po 1302 -rm -f ./$(DEPDIR)/test_kernel-test-kernel.Po 1303 -rm -f ./$(DEPDIR)/test_kernel-test-main.Po 1304 -rm -f ./$(DEPDIR)/test_link-test-link.Po 1305 -rm -f ./$(DEPDIR)/test_static_link-test-link.Po 1306 -rm -f Makefile 1307distclean-am: clean-am distclean-compile distclean-generic \ 1308 distclean-tags 1309 1310dvi: dvi-am 1311 1312dvi-am: 1313 1314html: html-am 1315 1316html-am: 1317 1318info: info-am 1319 1320info-am: 1321 1322install-data-am: 1323 1324install-dvi: install-dvi-am 1325 1326install-dvi-am: 1327 1328install-exec-am: 1329 1330install-html: install-html-am 1331 1332install-html-am: 1333 1334install-info: install-info-am 1335 1336install-info-am: 1337 1338install-man: 1339 1340install-pdf: install-pdf-am 1341 1342install-pdf-am: 1343 1344install-ps: install-ps-am 1345 1346install-ps-am: 1347 1348installcheck-am: 1349 1350maintainer-clean: maintainer-clean-am 1351 -rm -f ./$(DEPDIR)/test-common-uinput.Po 1352 -rm -f ./$(DEPDIR)/test-common.Po 1353 -rm -f ./$(DEPDIR)/test-context.Po 1354 -rm -f ./$(DEPDIR)/test-event-codes.Po 1355 -rm -f ./$(DEPDIR)/test-event-names.Po 1356 -rm -f ./$(DEPDIR)/test-int-queue.Po 1357 -rm -f ./$(DEPDIR)/test-libevdev-events.Po 1358 -rm -f ./$(DEPDIR)/test-libevdev-has-event.Po 1359 -rm -f ./$(DEPDIR)/test-libevdev-init.Po 1360 -rm -f ./$(DEPDIR)/test-main.Po 1361 -rm -f ./$(DEPDIR)/test-uinput.Po 1362 -rm -f ./$(DEPDIR)/test_compile_pedantic-test-compile-pedantic.Po 1363 -rm -f ./$(DEPDIR)/test_kernel-test-common-uinput.Po 1364 -rm -f ./$(DEPDIR)/test_kernel-test-common.Po 1365 -rm -f ./$(DEPDIR)/test_kernel-test-kernel.Po 1366 -rm -f ./$(DEPDIR)/test_kernel-test-main.Po 1367 -rm -f ./$(DEPDIR)/test_link-test-link.Po 1368 -rm -f ./$(DEPDIR)/test_static_link-test-link.Po 1369 -rm -f Makefile 1370maintainer-clean-am: distclean-am maintainer-clean-generic 1371 1372mostlyclean: mostlyclean-am 1373 1374mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1375 mostlyclean-libtool 1376 1377pdf: pdf-am 1378 1379pdf-am: 1380 1381ps: ps-am 1382 1383ps-am: 1384 1385uninstall-am: 1386 1387.MAKE: check-am install-am install-strip 1388 1389.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1390 check-am check-local clean clean-generic clean-libtool \ 1391 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 1392 distclean-compile distclean-generic distclean-libtool \ 1393 distclean-tags distdir dvi dvi-am html html-am info info-am \ 1394 install install-am install-data install-data-am install-dvi \ 1395 install-dvi-am install-exec install-exec-am install-html \ 1396 install-html-am install-info install-info-am install-man \ 1397 install-pdf install-pdf-am install-ps install-ps-am \ 1398 install-strip installcheck installcheck-am installdirs \ 1399 maintainer-clean maintainer-clean-generic mostlyclean \ 1400 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1401 pdf pdf-am ps ps-am recheck tags tags-am uninstall \ 1402 uninstall-am 1403 1404.PRECIOUS: Makefile 1405 1406 1407@ENABLE_RUNTIME_TESTS_TRUE@.NOTPARALLEL: 1408 1409@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@gcov-report: generate-gcov-report.sh 1410@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@ $(AM_V_GEN)$(srcdir)/generate-gcov-report.sh gcov-reports $(top_builddir)/libevdev $(builddir) 1411 1412@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@gcov: gcov-report 1413@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@ @cat gcov-reports/summary.txt 1414 1415@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_FALSE@gcov-report.txt: 1416@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_FALSE@ @true 1417 1418@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_FALSE@gcov: 1419@ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_FALSE@ @true 1420 1421@ENABLE_RUNTIME_TESTS_TRUE@.PHONY: gcov gcov-clean gcov-report 1422 1423@ENABLE_STATIC_SYMBOL_LEAKS_TEST_TRUE@static-symbol-leaks: test-static-link test-static-symbols-leak.sh 1424@ENABLE_STATIC_SYMBOL_LEAKS_TEST_TRUE@ $(AM_V_GEN) $(srcdir)/test-static-symbols-leak.sh $(builddir) 1425 1426check-local: $(check_local_deps) 1427 1428# Tell versions [3.59,3.63) of GNU make to not export all variables. 1429# Otherwise a system limit (for SysV at least) may be exceeded. 1430.NOEXPORT: 1431