1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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_UNIT_TESTS_TRUE@noinst_PROGRAMS = simple-xinit$(EXEEXT) \ 92@ENABLE_UNIT_TESTS_TRUE@ tests$(EXEEXT) 93@ENABLE_UNIT_TESTS_TRUE@TESTS = tests$(EXEEXT) $(am__EXEEXT_1) \ 94@ENABLE_UNIT_TESTS_TRUE@ $(am__append_8) 95 96# Tests that require at least some DDX functions in order to fully link 97# For now, requires xf86 ddx, could be adjusted to use another 98@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_1 = \ 99@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(srcdir)/xi1 \ 100@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(srcdir)/xi2 \ 101@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(top_srcdir)/hw/xfree86/common \ 102@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(top_srcdir)/hw/xfree86/parser \ 103@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(top_srcdir)/hw/xfree86/ddc \ 104@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(top_srcdir)/hw/xfree86/i2c -I$(top_srcdir)/hw/xfree86/modes \ 105@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(top_srcdir)/hw/xfree86/ramdac -I$(top_srcdir)/hw/xfree86/dri \ 106@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(top_srcdir)/hw/xfree86/dri2 -I$(top_srcdir)/dri3 107 108@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_2 = $(AM_CPPFLAGS) \ 109@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -DXORG_TESTS 110@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_3 = \ 111@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ fixes.c \ 112@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ input.c \ 113@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ misc.c \ 114@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ signal-logging.c \ 115@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ touch.c \ 116@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ xfree86.c \ 117@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ test_xkb.c \ 118@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ xtest.c 119 120@ENABLE_UNIT_TESTS_TRUE@@RES_TRUE@@XORG_TRUE@am__append_4 = hashtabletest.c 121@ENABLE_UNIT_TESTS_TRUE@@RES_TRUE@@XORG_TRUE@am__append_5 = -DRES_TESTS 122@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@am__append_6 = -DLDWRAP_TESTS 123@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@am__append_7 = \ 124@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi1/protocol-xchangedevicecontrol.c \ 125@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-common.c \ 126@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiqueryversion.c \ 127@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerydevice.c \ 128@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiselectevents.c \ 129@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetselectedevents.c \ 130@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xisetclientpointer.c \ 131@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetclientpointer.c \ 132@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerypointer.c \ 133@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xipassivegrabdevice.c \ 134@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiwarppointer.c \ 135@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-eventconvert.c \ 136@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/xi2.c \ 137@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-common.h 138 139 140# Print that xi1-tests were skipped (exit code 77 for automake test harness) 141 142# Print that xi2-tests were skipped (exit code 77 for automake test harness) 143@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@am__append_8 = xi1-tests \ 144@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ xi2-tests 145@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@am__append_9 = xi1-tests \ 146@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ xi2-tests 147@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_10 = \ 148@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/loader/libloader.la \ 149@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/common/libcommon.la \ 150@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/os-support/libxorgos.la \ 151@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/parser/libxf86config.la \ 152@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/dixmods/libdixmods.la \ 153@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/modes/libxf86modes.la \ 154@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/ramdac/libramdac.la \ 155@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/ddc/libddc.la \ 156@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/i2c/libi2c.la \ 157@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/xkb/libxorgxkb.la \ 158@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/Xext/libXvidmode.la \ 159@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(XSERVER_LIBS) \ 160@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(XORG_LIBS) 161 162@ENABLE_UNIT_TESTS_TRUE@@SPECIAL_DTRACE_OBJECTS_FALSE@@XORG_TRUE@am__append_11 = $(top_builddir)/os/libos.la 163@ENABLE_UNIT_TESTS_TRUE@@GLX_TRUE@@XORG_TRUE@am__append_12 = $(top_builddir)/glx/libglxvnd.la 164@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_13 = sdksyms.c 165@DRI_TRUE@@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_14 = $(top_builddir)/hw/xfree86/dri/libdri.la 166@DRI2_TRUE@@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_15 = $(top_builddir)/hw/xfree86/dri2/libdri2.la 167@DRI3_TRUE@@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__append_16 = $(top_builddir)/dri3/libdri3.la 168subdir = test 169ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 170am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 171 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 172 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 173 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 174 $(top_srcdir)/configure.ac 175am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 176 $(ACLOCAL_M4) 177DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 178mkinstalldirs = $(install_sh) -d 179CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \ 180 $(top_builddir)/include/xorg-server.h \ 181 $(top_builddir)/include/dix-config.h \ 182 $(top_builddir)/include/xorg-config.h \ 183 $(top_builddir)/include/xkb-config.h \ 184 $(top_builddir)/include/xwin-config.h \ 185 $(top_builddir)/include/xwayland-config.h \ 186 $(top_builddir)/include/version-config.h 187CONFIG_CLEAN_FILES = 188CONFIG_CLEAN_VPATH_FILES = 189PROGRAMS = $(noinst_PROGRAMS) 190simple_xinit_SOURCES = simple-xinit.c 191simple_xinit_OBJECTS = simple-xinit.$(OBJEXT) 192simple_xinit_LDADD = $(LDADD) 193AM_V_lt = $(am__v_lt_@AM_V@) 194am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 195am__v_lt_0 = --silent 196am__v_lt_1 = 197am__tests_SOURCES_DIST = tests-common.c tests-common.h list.c string.c \ 198 tests.c tests.h fixes.c input.c misc.c signal-logging.c \ 199 touch.c xfree86.c test_xkb.c xtest.c hashtabletest.c \ 200 xi1/protocol-xchangedevicecontrol.c xi2/protocol-common.c \ 201 xi2/protocol-xiqueryversion.c xi2/protocol-xiquerydevice.c \ 202 xi2/protocol-xiselectevents.c \ 203 xi2/protocol-xigetselectedevents.c \ 204 xi2/protocol-xisetclientpointer.c \ 205 xi2/protocol-xigetclientpointer.c \ 206 xi2/protocol-xiquerypointer.c \ 207 xi2/protocol-xipassivegrabdevice.c \ 208 xi2/protocol-xiwarppointer.c xi2/protocol-eventconvert.c \ 209 xi2/xi2.c xi2/protocol-common.h 210@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__objects_1 = \ 211@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-fixes.$(OBJEXT) \ 212@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-input.$(OBJEXT) \ 213@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-misc.$(OBJEXT) \ 214@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-signal-logging.$(OBJEXT) \ 215@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-touch.$(OBJEXT) \ 216@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-xfree86.$(OBJEXT) \ 217@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-test_xkb.$(OBJEXT) \ 218@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-xtest.$(OBJEXT) 219@ENABLE_UNIT_TESTS_TRUE@@RES_TRUE@@XORG_TRUE@am__objects_2 = tests-hashtabletest.$(OBJEXT) 220@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@am__objects_3 = tests-protocol-xchangedevicecontrol.$(OBJEXT) \ 221@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-common.$(OBJEXT) \ 222@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xiqueryversion.$(OBJEXT) \ 223@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xiquerydevice.$(OBJEXT) \ 224@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xiselectevents.$(OBJEXT) \ 225@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xigetselectedevents.$(OBJEXT) \ 226@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xisetclientpointer.$(OBJEXT) \ 227@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xigetclientpointer.$(OBJEXT) \ 228@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xiquerypointer.$(OBJEXT) \ 229@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xipassivegrabdevice.$(OBJEXT) \ 230@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-xiwarppointer.$(OBJEXT) \ 231@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-protocol-eventconvert.$(OBJEXT) \ 232@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ tests-xi2.$(OBJEXT) 233@ENABLE_UNIT_TESTS_TRUE@am_tests_OBJECTS = \ 234@ENABLE_UNIT_TESTS_TRUE@ tests-tests-common.$(OBJEXT) \ 235@ENABLE_UNIT_TESTS_TRUE@ tests-list.$(OBJEXT) \ 236@ENABLE_UNIT_TESTS_TRUE@ tests-string.$(OBJEXT) \ 237@ENABLE_UNIT_TESTS_TRUE@ tests-tests.$(OBJEXT) $(am__objects_1) \ 238@ENABLE_UNIT_TESTS_TRUE@ $(am__objects_2) $(am__objects_3) 239@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@nodist_tests_OBJECTS = \ 240@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ tests-sdksyms.$(OBJEXT) 241tests_OBJECTS = $(am_tests_OBJECTS) $(nodist_tests_OBJECTS) 242am__DEPENDENCIES_1 = 243@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/hw/xfree86/loader/libloader.la \ 244@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/common/libcommon.la \ 245@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/os-support/libxorgos.la \ 246@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/parser/libxf86config.la \ 247@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/dixmods/libdixmods.la \ 248@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/modes/libxf86modes.la \ 249@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/ramdac/libramdac.la \ 250@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/ddc/libddc.la \ 251@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/i2c/libi2c.la \ 252@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/hw/xfree86/xkb/libxorgxkb.la \ 253@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(top_builddir)/Xext/libXvidmode.la \ 254@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(am__DEPENDENCIES_1) \ 255@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(am__DEPENDENCIES_1) 256@ENABLE_UNIT_TESTS_TRUE@tests_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 257@ENABLE_UNIT_TESTS_TRUE@ $(am__append_11) $(am__append_12) \ 258@ENABLE_UNIT_TESTS_TRUE@ $(am__append_14) $(am__append_15) \ 259@ENABLE_UNIT_TESTS_TRUE@ $(am__append_16) $(am__DEPENDENCIES_1) \ 260@ENABLE_UNIT_TESTS_TRUE@ $(am__DEPENDENCIES_1) \ 261@ENABLE_UNIT_TESTS_TRUE@ $(am__DEPENDENCIES_1) 262tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 263 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 264 $(tests_LDFLAGS) $(LDFLAGS) -o $@ 265AM_V_P = $(am__v_P_@AM_V@) 266am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 267am__v_P_0 = false 268am__v_P_1 = : 269AM_V_GEN = $(am__v_GEN_@AM_V@) 270am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 271am__v_GEN_0 = @echo " GEN " $@; 272am__v_GEN_1 = 273AM_V_at = $(am__v_at_@AM_V@) 274am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 275am__v_at_0 = @ 276am__v_at_1 = 277DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include 278depcomp = $(SHELL) $(top_srcdir)/depcomp 279am__maybe_remake_depfiles = depfiles 280am__depfiles_remade = ./$(DEPDIR)/simple-xinit.Po \ 281 ./$(DEPDIR)/tests-fixes.Po ./$(DEPDIR)/tests-hashtabletest.Po \ 282 ./$(DEPDIR)/tests-input.Po ./$(DEPDIR)/tests-list.Po \ 283 ./$(DEPDIR)/tests-misc.Po ./$(DEPDIR)/tests-protocol-common.Po \ 284 ./$(DEPDIR)/tests-protocol-eventconvert.Po \ 285 ./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po \ 286 ./$(DEPDIR)/tests-protocol-xigetclientpointer.Po \ 287 ./$(DEPDIR)/tests-protocol-xigetselectedevents.Po \ 288 ./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po \ 289 ./$(DEPDIR)/tests-protocol-xiquerydevice.Po \ 290 ./$(DEPDIR)/tests-protocol-xiquerypointer.Po \ 291 ./$(DEPDIR)/tests-protocol-xiqueryversion.Po \ 292 ./$(DEPDIR)/tests-protocol-xiselectevents.Po \ 293 ./$(DEPDIR)/tests-protocol-xisetclientpointer.Po \ 294 ./$(DEPDIR)/tests-protocol-xiwarppointer.Po \ 295 ./$(DEPDIR)/tests-sdksyms.Po \ 296 ./$(DEPDIR)/tests-signal-logging.Po \ 297 ./$(DEPDIR)/tests-string.Po ./$(DEPDIR)/tests-test_xkb.Po \ 298 ./$(DEPDIR)/tests-tests-common.Po ./$(DEPDIR)/tests-tests.Po \ 299 ./$(DEPDIR)/tests-touch.Po ./$(DEPDIR)/tests-xfree86.Po \ 300 ./$(DEPDIR)/tests-xi2.Po ./$(DEPDIR)/tests-xtest.Po 301am__mv = mv -f 302COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 303 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 304LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 305 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 306 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 307 $(AM_CFLAGS) $(CFLAGS) 308AM_V_CC = $(am__v_CC_@AM_V@) 309am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 310am__v_CC_0 = @echo " CC " $@; 311am__v_CC_1 = 312CCLD = $(CC) 313LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 314 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 315 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 316AM_V_CCLD = $(am__v_CCLD_@AM_V@) 317am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 318am__v_CCLD_0 = @echo " CCLD " $@; 319am__v_CCLD_1 = 320SOURCES = simple-xinit.c $(tests_SOURCES) $(nodist_tests_SOURCES) 321DIST_SOURCES = simple-xinit.c $(am__tests_SOURCES_DIST) 322RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 323 ctags-recursive dvi-recursive html-recursive info-recursive \ 324 install-data-recursive install-dvi-recursive \ 325 install-exec-recursive install-html-recursive \ 326 install-info-recursive install-pdf-recursive \ 327 install-ps-recursive install-recursive installcheck-recursive \ 328 installdirs-recursive pdf-recursive ps-recursive \ 329 tags-recursive uninstall-recursive 330am__can_run_installinfo = \ 331 case $$AM_UPDATE_INFO_DIR in \ 332 n|no|NO) false;; \ 333 *) (install-info --version) >/dev/null 2>&1;; \ 334 esac 335RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 336 distclean-recursive maintainer-clean-recursive 337am__recursive_targets = \ 338 $(RECURSIVE_TARGETS) \ 339 $(RECURSIVE_CLEAN_TARGETS) \ 340 $(am__extra_recursive_targets) 341AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 342 check recheck distdir distdir-am 343am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 344# Read a list of newline-separated strings from the standard input, 345# and print each of them once, without duplicates. Input order is 346# *not* preserved. 347am__uniquify_input = $(AWK) '\ 348 BEGIN { nonempty = 0; } \ 349 { items[$$0] = 1; nonempty = 1; } \ 350 END { if (nonempty) { for (i in items) print i; }; } \ 351' 352# Make sure the list of sources is unique. This is necessary because, 353# e.g., the same source file might be shared among _SOURCES variables 354# for different programs/libraries. 355am__define_uniq_tagged_files = \ 356 list='$(am__tagged_files)'; \ 357 unique=`for i in $$list; do \ 358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 359 done | $(am__uniquify_input)` 360ETAGS = etags 361CTAGS = ctags 362am__tty_colors_dummy = \ 363 mgn= red= grn= lgn= blu= brg= std=; \ 364 am__color_tests=no 365am__tty_colors = { \ 366 $(am__tty_colors_dummy); \ 367 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 368 am__color_tests=no; \ 369 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 370 am__color_tests=yes; \ 371 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 372 am__color_tests=yes; \ 373 fi; \ 374 if test $$am__color_tests = yes; then \ 375 red='[0;31m'; \ 376 grn='[0;32m'; \ 377 lgn='[1;32m'; \ 378 blu='[1;34m'; \ 379 mgn='[0;35m'; \ 380 brg='[1m'; \ 381 std='[m'; \ 382 fi; \ 383} 384am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 385am__vpath_adj = case $$p in \ 386 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 387 *) f=$$p;; \ 388 esac; 389am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 390am__install_max = 40 391am__nobase_strip_setup = \ 392 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 393am__nobase_strip = \ 394 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 395am__nobase_list = $(am__nobase_strip_setup); \ 396 for p in $$list; do echo "$$p $$p"; done | \ 397 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 398 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 399 if (++n[$$2] == $(am__install_max)) \ 400 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 401 END { for (dir in files) print dir, files[dir] }' 402am__base_list = \ 403 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 404 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 405am__uninstall_files_from_dir = { \ 406 test -z "$$files" \ 407 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 408 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 409 $(am__cd) "$$dir" && rm -f $$files; }; \ 410 } 411am__recheck_rx = ^[ ]*:recheck:[ ]* 412am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 413am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 414# A command that, given a newline-separated list of test names on the 415# standard input, print the name of the tests that are to be re-run 416# upon "make recheck". 417am__list_recheck_tests = $(AWK) '{ \ 418 recheck = 1; \ 419 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 420 { \ 421 if (rc < 0) \ 422 { \ 423 if ((getline line2 < ($$0 ".log")) < 0) \ 424 recheck = 0; \ 425 break; \ 426 } \ 427 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 428 { \ 429 recheck = 0; \ 430 break; \ 431 } \ 432 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 433 { \ 434 break; \ 435 } \ 436 }; \ 437 if (recheck) \ 438 print $$0; \ 439 close ($$0 ".trs"); \ 440 close ($$0 ".log"); \ 441}' 442# A command that, given a newline-separated list of test names on the 443# standard input, create the global log from their .trs and .log files. 444am__create_global_log = $(AWK) ' \ 445function fatal(msg) \ 446{ \ 447 print "fatal: making $@: " msg | "cat >&2"; \ 448 exit 1; \ 449} \ 450function rst_section(header) \ 451{ \ 452 print header; \ 453 len = length(header); \ 454 for (i = 1; i <= len; i = i + 1) \ 455 printf "="; \ 456 printf "\n\n"; \ 457} \ 458{ \ 459 copy_in_global_log = 1; \ 460 global_test_result = "RUN"; \ 461 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 462 { \ 463 if (rc < 0) \ 464 fatal("failed to read from " $$0 ".trs"); \ 465 if (line ~ /$(am__global_test_result_rx)/) \ 466 { \ 467 sub("$(am__global_test_result_rx)", "", line); \ 468 sub("[ ]*$$", "", line); \ 469 global_test_result = line; \ 470 } \ 471 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 472 copy_in_global_log = 0; \ 473 }; \ 474 if (copy_in_global_log) \ 475 { \ 476 rst_section(global_test_result ": " $$0); \ 477 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 478 { \ 479 if (rc < 0) \ 480 fatal("failed to read from " $$0 ".log"); \ 481 print line; \ 482 }; \ 483 printf "\n"; \ 484 }; \ 485 close ($$0 ".trs"); \ 486 close ($$0 ".log"); \ 487}' 488# Restructured Text title. 489am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 490# Solaris 10 'make', and several other traditional 'make' implementations, 491# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 492# by disabling -e (using the XSI extension "set +e") if it's set. 493am__sh_e_setup = case $$- in *e*) set +e;; esac 494# Default flags passed to test drivers. 495am__common_driver_flags = \ 496 --color-tests "$$am__color_tests" \ 497 --enable-hard-errors "$$am__enable_hard_errors" \ 498 --expect-failure "$$am__expect_failure" 499# To be inserted before the command running the test. Creates the 500# directory for the log if needed. Stores in $dir the directory 501# containing $f, in $tst the test, in $log the log. Executes the 502# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 503# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 504# will run the test scripts (or their associated LOG_COMPILER, if 505# thy have one). 506am__check_pre = \ 507$(am__sh_e_setup); \ 508$(am__vpath_adj_setup) $(am__vpath_adj) \ 509$(am__tty_colors); \ 510srcdir=$(srcdir); export srcdir; \ 511case "$@" in \ 512 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 513 *) am__odir=.;; \ 514esac; \ 515test "x$$am__odir" = x"." || test -d "$$am__odir" \ 516 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 517if test -f "./$$f"; then dir=./; \ 518elif test -f "$$f"; then dir=; \ 519else dir="$(srcdir)/"; fi; \ 520tst=$$dir$$f; log='$@'; \ 521if test -n '$(DISABLE_HARD_ERRORS)'; then \ 522 am__enable_hard_errors=no; \ 523else \ 524 am__enable_hard_errors=yes; \ 525fi; \ 526case " $(XFAIL_TESTS) " in \ 527 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 528 am__expect_failure=yes;; \ 529 *) \ 530 am__expect_failure=no;; \ 531esac; \ 532$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 533# A shell command to get the names of the tests scripts with any registered 534# extension removed (i.e., equivalently, the names of the test logs, with 535# the '.log' extension removed). The result is saved in the shell variable 536# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 537# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 538# since that might cause problem with VPATH rewrites for suffix-less tests. 539# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 540am__set_TESTS_bases = \ 541 bases='$(TEST_LOGS)'; \ 542 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 543 bases=`echo $$bases` 544RECHECK_LOGS = $(TEST_LOGS) 545@ENABLE_UNIT_TESTS_TRUE@am__EXEEXT_1 = $(XVFB_TESTS) \ 546@ENABLE_UNIT_TESTS_TRUE@ $(XEPHYR_GLAMOR_TESTS) 547TEST_SUITE_LOG = test-suite.log 548TEST_EXTENSIONS = @EXEEXT@ .test 549LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 550LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 551am__set_b = \ 552 case '$@' in \ 553 */*) \ 554 case '$*' in \ 555 */*) b='$*';; \ 556 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 557 esac;; \ 558 *) \ 559 b='$*';; \ 560 esac 561am__test_logs1 = $(TESTS:=.log) 562am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 563TEST_LOGS = $(am__test_logs2:.test.log=.log) 564TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 565TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 566 $(TEST_LOG_FLAGS) 567DIST_SUBDIRS = . 568am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 569 $(top_srcdir)/test-driver README 570DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 571am__relativize = \ 572 dir0=`pwd`; \ 573 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 574 sed_rest='s,^[^/]*/*,,'; \ 575 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 576 sed_butlast='s,/*[^/]*$$,,'; \ 577 while test -n "$$dir1"; do \ 578 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 579 if test "$$first" != "."; then \ 580 if test "$$first" = ".."; then \ 581 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 582 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 583 else \ 584 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 585 if test "$$first2" = "$$first"; then \ 586 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 587 else \ 588 dir2="../$$dir2"; \ 589 fi; \ 590 dir0="$$dir0"/"$$first"; \ 591 fi; \ 592 fi; \ 593 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 594 done; \ 595 reldir="$$dir2" 596ACLOCAL = @ACLOCAL@ 597ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 598ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 599AMTAR = @AMTAR@ 600AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 601APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@ 602APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@ 603APP_MAN_DIR = @APP_MAN_DIR@ 604APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 605AR = @AR@ 606AS = @AS@ 607AUTOCONF = @AUTOCONF@ 608AUTOHEADER = @AUTOHEADER@ 609AUTOMAKE = @AUTOMAKE@ 610AWK = @AWK@ 611BASE_CFLAGS = @BASE_CFLAGS@ 612BASE_FONT_PATH = @BASE_FONT_PATH@ 613BUILD_DATE = @BUILD_DATE@ 614BUILD_TIME = @BUILD_TIME@ 615BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@ 616BUNDLE_VERSION = @BUNDLE_VERSION@ 617BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@ 618CC = @CC@ 619CCAS = @CCAS@ 620CCASDEPMODE = @CCASDEPMODE@ 621CCASFLAGS = @CCASFLAGS@ 622CCDEPMODE = @CCDEPMODE@ 623CFLAGS = @CFLAGS@ 624CHANGELOG_CMD = @CHANGELOG_CMD@ 625COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@ 626CPP = @CPP@ 627CPPFLAGS = @CPPFLAGS@ 628CWARNFLAGS = @CWARNFLAGS@ 629CYGPATH_W = @CYGPATH_W@ 630DBUS_CFLAGS = @DBUS_CFLAGS@ 631DBUS_LIBS = @DBUS_LIBS@ 632DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@ 633DEFAULT_LOGDIR = @DEFAULT_LOGDIR@ 634DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@ 635DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@ 636DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@ 637DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@ 638DEFS = @DEFS@ 639DEPDIR = @DEPDIR@ 640DGA_CFLAGS = @DGA_CFLAGS@ 641DGA_LIBS = @DGA_LIBS@ 642DIX_CFLAGS = @DIX_CFLAGS@ 643DIX_LIB = @DIX_LIB@ 644DLLTOOL = @DLLTOOL@ 645DLOPEN_LIBS = @DLOPEN_LIBS@ 646DMXEXAMPLES_DEP_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@ 647DMXEXAMPLES_DEP_LIBS = @DMXEXAMPLES_DEP_LIBS@ 648DMXMODULES_CFLAGS = @DMXMODULES_CFLAGS@ 649DMXMODULES_LIBS = @DMXMODULES_LIBS@ 650DMXXIEXAMPLES_DEP_CFLAGS = @DMXXIEXAMPLES_DEP_CFLAGS@ 651DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@ 652DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@ 653DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@ 654DOT = @DOT@ 655DOXYGEN = @DOXYGEN@ 656DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@ 657DRI2PROTO_LIBS = @DRI2PROTO_LIBS@ 658DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@ 659DRI3PROTO_LIBS = @DRI3PROTO_LIBS@ 660DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 661DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 662DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 663DSYMUTIL = @DSYMUTIL@ 664DTRACE = @DTRACE@ 665DUMPBIN = @DUMPBIN@ 666ECHO_C = @ECHO_C@ 667ECHO_N = @ECHO_N@ 668ECHO_T = @ECHO_T@ 669EGREP = @EGREP@ 670EXEEXT = @EXEEXT@ 671FGREP = @FGREP@ 672FILE_MAN_DIR = @FILE_MAN_DIR@ 673FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 674FONT100DPIDIR = @FONT100DPIDIR@ 675FONT75DPIDIR = @FONT75DPIDIR@ 676FONTMISCDIR = @FONTMISCDIR@ 677FONTOTFDIR = @FONTOTFDIR@ 678FONTROOTDIR = @FONTROOTDIR@ 679FONTTTFDIR = @FONTTTFDIR@ 680FONTTYPE1DIR = @FONTTYPE1DIR@ 681FOP = @FOP@ 682GBM_CFLAGS = @GBM_CFLAGS@ 683GBM_LIBS = @GBM_LIBS@ 684GLAMOR_CFLAGS = @GLAMOR_CFLAGS@ 685GLAMOR_LIBS = @GLAMOR_LIBS@ 686GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@ 687GLX_DEFINES = @GLX_DEFINES@ 688GLX_SYS_LIBS = @GLX_SYS_LIBS@ 689GL_CFLAGS = @GL_CFLAGS@ 690GL_LIBS = @GL_LIBS@ 691GREP = @GREP@ 692HAL_CFLAGS = @HAL_CFLAGS@ 693HAL_LIBS = @HAL_LIBS@ 694HAVE_DOT = @HAVE_DOT@ 695INSTALL = @INSTALL@ 696INSTALL_CMD = @INSTALL_CMD@ 697INSTALL_DATA = @INSTALL_DATA@ 698INSTALL_PROGRAM = @INSTALL_PROGRAM@ 699INSTALL_SCRIPT = @INSTALL_SCRIPT@ 700INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 701KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ 702KDRIVE_INCS = @KDRIVE_INCS@ 703KDRIVE_LIBS = @KDRIVE_LIBS@ 704KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@ 705KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@ 706KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@ 707KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@ 708KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@ 709KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@ 710KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@ 711LD = @LD@ 712LDFLAGS = @LDFLAGS@ 713LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@ 714LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ 715LEX = @LEX@ 716LEXLIB = @LEXLIB@ 717LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 718LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 719LIBDRM_LIBS = @LIBDRM_LIBS@ 720LIBOBJS = @LIBOBJS@ 721LIBS = @LIBS@ 722LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@ 723LIBSHA1_LIBS = @LIBSHA1_LIBS@ 724LIBTOOL = @LIBTOOL@ 725LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ 726LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ 727LIB_MAN_DIR = @LIB_MAN_DIR@ 728LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 729LIPO = @LIPO@ 730LN_S = @LN_S@ 731LTLIBOBJS = @LTLIBOBJS@ 732LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 733MAIN_LIB = @MAIN_LIB@ 734MAKEINFO = @MAKEINFO@ 735MANIFEST_TOOL = @MANIFEST_TOOL@ 736MAN_SUBSTS = @MAN_SUBSTS@ 737MISC_MAN_DIR = @MISC_MAN_DIR@ 738MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 739MKDIR_P = @MKDIR_P@ 740NM = @NM@ 741NMEDIT = @NMEDIT@ 742OBJC = @OBJC@ 743OBJCCLD = @OBJCCLD@ 744OBJCDEPMODE = @OBJCDEPMODE@ 745OBJCFLAGS = @OBJCFLAGS@ 746OBJCLINK = @OBJCLINK@ 747OBJDUMP = @OBJDUMP@ 748OBJEXT = @OBJEXT@ 749OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 750OPENSSL_LIBS = @OPENSSL_LIBS@ 751OS_LIB = @OS_LIB@ 752OTOOL = @OTOOL@ 753OTOOL64 = @OTOOL64@ 754PACKAGE = @PACKAGE@ 755PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 756PACKAGE_NAME = @PACKAGE_NAME@ 757PACKAGE_STRING = @PACKAGE_STRING@ 758PACKAGE_TARNAME = @PACKAGE_TARNAME@ 759PACKAGE_URL = @PACKAGE_URL@ 760PACKAGE_VERSION = @PACKAGE_VERSION@ 761PATH_SEPARATOR = @PATH_SEPARATOR@ 762PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 763PCIACCESS_LIBS = @PCIACCESS_LIBS@ 764PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ 765PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 766PIXMAN_LIBS = @PIXMAN_LIBS@ 767PKG_CONFIG = @PKG_CONFIG@ 768PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 769PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 770PROJECTROOT = @PROJECTROOT@ 771PTHREAD_CC = @PTHREAD_CC@ 772PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 773PTHREAD_LIBS = @PTHREAD_LIBS@ 774PYTHON3 = @PYTHON3@ 775RANLIB = @RANLIB@ 776RAWCPP = @RAWCPP@ 777RAWCPPFLAGS = @RAWCPPFLAGS@ 778RELEASE_DATE = @RELEASE_DATE@ 779SCANNER_ARG = @SCANNER_ARG@ 780SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@ 781SED = @SED@ 782SELINUX_CFLAGS = @SELINUX_CFLAGS@ 783SELINUX_LIBS = @SELINUX_LIBS@ 784SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@ 785SET_MAKE = @SET_MAKE@ 786SHA1_CFLAGS = @SHA1_CFLAGS@ 787SHA1_LIBS = @SHA1_LIBS@ 788SHELL = @SHELL@ 789SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@ 790STRICT_CFLAGS = @STRICT_CFLAGS@ 791STRIP = @STRIP@ 792STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 793SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@ 794SYSCONFDIR = @SYSCONFDIR@ 795SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@ 796SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@ 797TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 798UDEV_CFLAGS = @UDEV_CFLAGS@ 799UDEV_LIBS = @UDEV_LIBS@ 800UTILS_SYS_LIBS = @UTILS_SYS_LIBS@ 801VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@ 802VERSION = @VERSION@ 803WAYLAND_EGLSTREAM_CFLAGS = @WAYLAND_EGLSTREAM_CFLAGS@ 804WAYLAND_EGLSTREAM_DATADIR = @WAYLAND_EGLSTREAM_DATADIR@ 805WAYLAND_EGLSTREAM_LIBS = @WAYLAND_EGLSTREAM_LIBS@ 806WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@ 807WAYLAND_SCANNER = @WAYLAND_SCANNER@ 808WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@ 809WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@ 810WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@ 811WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@ 812WINDOWSWM_CFLAGS = @WINDOWSWM_CFLAGS@ 813WINDOWSWM_LIBS = @WINDOWSWM_LIBS@ 814WINDRES = @WINDRES@ 815X11EXAMPLES_DEP_CFLAGS = @X11EXAMPLES_DEP_CFLAGS@ 816X11EXAMPLES_DEP_LIBS = @X11EXAMPLES_DEP_LIBS@ 817XCONFIGDIR = @XCONFIGDIR@ 818XCONFIGFILE = @XCONFIGFILE@ 819XDMCP_CFLAGS = @XDMCP_CFLAGS@ 820XDMCP_LIBS = @XDMCP_LIBS@ 821XDMXCONFIG_DEP_CFLAGS = @XDMXCONFIG_DEP_CFLAGS@ 822XDMXCONFIG_DEP_LIBS = @XDMXCONFIG_DEP_LIBS@ 823XDMX_CFLAGS = @XDMX_CFLAGS@ 824XDMX_LIBS = @XDMX_LIBS@ 825XDMX_SYS_LIBS = @XDMX_SYS_LIBS@ 826XEPHYR_CFLAGS = @XEPHYR_CFLAGS@ 827XEPHYR_INCS = @XEPHYR_INCS@ 828XEPHYR_LIBS = @XEPHYR_LIBS@ 829XF86CONFIGDIR = @XF86CONFIGDIR@ 830XF86CONFIGFILE = @XF86CONFIGFILE@ 831XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@ 832XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@ 833XKB_COMPILED_DIR = @XKB_COMPILED_DIR@ 834XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@ 835XKB_DFLT_MODEL = @XKB_DFLT_MODEL@ 836XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@ 837XKB_DFLT_RULES = @XKB_DFLT_RULES@ 838XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@ 839XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@ 840XLIB_CFLAGS = @XLIB_CFLAGS@ 841XLIB_LIBS = @XLIB_LIBS@ 842XMLTO = @XMLTO@ 843XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@ 844XNESTMODULES_LIBS = @XNESTMODULES_LIBS@ 845XNEST_LIBS = @XNEST_LIBS@ 846XNEST_SYS_LIBS = @XNEST_SYS_LIBS@ 847XORG_CFLAGS = @XORG_CFLAGS@ 848XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@ 849XORG_INCS = @XORG_INCS@ 850XORG_LIBS = @XORG_LIBS@ 851XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 852XORG_MAN_PAGE = @XORG_MAN_PAGE@ 853XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@ 854XORG_MODULES_LIBS = @XORG_MODULES_LIBS@ 855XORG_OS_SUBDIR = @XORG_OS_SUBDIR@ 856XORG_SGML_PATH = @XORG_SGML_PATH@ 857XORG_SYS_LIBS = @XORG_SYS_LIBS@ 858XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@ 859XPBPROXY_LIBS = @XPBPROXY_LIBS@ 860XQUARTZ_LIBS = @XQUARTZ_LIBS@ 861XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@ 862XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@ 863XRESEXAMPLES_DEP_CFLAGS = @XRESEXAMPLES_DEP_CFLAGS@ 864XRESEXAMPLES_DEP_LIBS = @XRESEXAMPLES_DEP_LIBS@ 865XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@ 866XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@ 867XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@ 868XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@ 869XSERVER_LIBS = @XSERVER_LIBS@ 870XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@ 871XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@ 872XSHMFENCE_LIBS = @XSHMFENCE_LIBS@ 873XSLTPROC = @XSLTPROC@ 874XSL_STYLESHEET = @XSL_STYLESHEET@ 875XTSTEXAMPLES_DEP_CFLAGS = @XTSTEXAMPLES_DEP_CFLAGS@ 876XTSTEXAMPLES_DEP_LIBS = @XTSTEXAMPLES_DEP_LIBS@ 877XVFB_LIBS = @XVFB_LIBS@ 878XVFB_SYS_LIBS = @XVFB_SYS_LIBS@ 879XWAYLANDMODULES_CFLAGS = @XWAYLANDMODULES_CFLAGS@ 880XWAYLANDMODULES_LIBS = @XWAYLANDMODULES_LIBS@ 881XWAYLAND_LIBS = @XWAYLAND_LIBS@ 882XWAYLAND_SYS_LIBS = @XWAYLAND_SYS_LIBS@ 883XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@ 884XWINMODULES_LIBS = @XWINMODULES_LIBS@ 885XWIN_LIBS = @XWIN_LIBS@ 886XWIN_SERVER_NAME = @XWIN_SERVER_NAME@ 887XWIN_SYS_LIBS = @XWIN_SYS_LIBS@ 888YACC = @YACC@ 889YFLAGS = @YFLAGS@ 890abi_ansic = @abi_ansic@ 891abi_extension = @abi_extension@ 892abi_videodrv = @abi_videodrv@ 893abi_xinput = @abi_xinput@ 894abs_builddir = @abs_builddir@ 895abs_srcdir = @abs_srcdir@ 896abs_top_builddir = @abs_top_builddir@ 897abs_top_srcdir = @abs_top_srcdir@ 898ac_ct_AR = @ac_ct_AR@ 899ac_ct_CC = @ac_ct_CC@ 900ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 901am__include = @am__include@ 902am__leading_dot = @am__leading_dot@ 903am__quote = @am__quote@ 904am__tar = @am__tar@ 905am__untar = @am__untar@ 906ax_pthread_config = @ax_pthread_config@ 907bindir = @bindir@ 908build = @build@ 909build_alias = @build_alias@ 910build_cpu = @build_cpu@ 911build_os = @build_os@ 912build_vendor = @build_vendor@ 913builddir = @builddir@ 914datadir = @datadir@ 915datarootdir = @datarootdir@ 916docdir = @docdir@ 917driverdir = @driverdir@ 918dvidir = @dvidir@ 919exec_prefix = @exec_prefix@ 920extdir = @extdir@ 921host = @host@ 922host_alias = @host_alias@ 923host_cpu = @host_cpu@ 924host_os = @host_os@ 925host_vendor = @host_vendor@ 926htmldir = @htmldir@ 927includedir = @includedir@ 928infodir = @infodir@ 929install_sh = @install_sh@ 930libdir = @libdir@ 931libexecdir = @libexecdir@ 932localedir = @localedir@ 933localstatedir = @localstatedir@ 934logdir = @logdir@ 935mandir = @mandir@ 936mkdir_p = @mkdir_p@ 937moduledir = @moduledir@ 938oldincludedir = @oldincludedir@ 939pdfdir = @pdfdir@ 940prefix = @prefix@ 941program_transform_name = @program_transform_name@ 942psdir = @psdir@ 943runstatedir = @runstatedir@ 944sbindir = @sbindir@ 945sdkdir = @sdkdir@ 946sharedstatedir = @sharedstatedir@ 947srcdir = @srcdir@ 948symbol_visibility = @symbol_visibility@ 949sysconfdir = @sysconfdir@ 950sysconfigdir = @sysconfigdir@ 951target_alias = @target_alias@ 952top_build_prefix = @top_build_prefix@ 953top_builddir = @top_builddir@ 954top_srcdir = @top_srcdir@ 955@ENABLE_UNIT_TESTS_TRUE@SUBDIRS = . 956@ENABLE_UNIT_TESTS_TRUE@AM_CFLAGS = $(DIX_CFLAGS) @XORG_CFLAGS@ 957@ENABLE_UNIT_TESTS_TRUE@AM_CPPFLAGS = $(XORG_INCS) $(am__append_1) 958@ENABLE_UNIT_TESTS_TRUE@tests_CPPFLAGS = $(am__append_2) \ 959@ENABLE_UNIT_TESTS_TRUE@ $(am__append_5) $(am__append_6) 960@ENABLE_UNIT_TESTS_TRUE@CLEANFILES = $(am__append_9) $(am__append_13) 961@ENABLE_UNIT_TESTS_TRUE@tests_SOURCES = tests-common.c tests-common.h \ 962@ENABLE_UNIT_TESTS_TRUE@ list.c string.c tests.c tests.h \ 963@ENABLE_UNIT_TESTS_TRUE@ $(am__append_3) $(am__append_4) \ 964@ENABLE_UNIT_TESTS_TRUE@ $(am__append_7) 965@ENABLE_UNIT_TESTS_TRUE@@XVFB_TRUE@XVFB_TESTS = scripts/xvfb-piglit.sh 966@ENABLE_UNIT_TESTS_TRUE@@GLAMOR_TRUE@@XEPHYR_TRUE@@XVFB_TRUE@XEPHYR_GLAMOR_TESTS = scripts/xephyr-glamor-piglit.sh 967@ENABLE_UNIT_TESTS_TRUE@SCRIPT_TESTS = \ 968@ENABLE_UNIT_TESTS_TRUE@ $(XVFB_TESTS) \ 969@ENABLE_UNIT_TESTS_TRUE@ $(XEPHYR_GLAMOR_TESTS) \ 970@ENABLE_UNIT_TESTS_TRUE@ $(NULL) 971 972@ENABLE_UNIT_TESTS_TRUE@TESTS_ENVIRONMENT = \ 973@ENABLE_UNIT_TESTS_TRUE@ XSERVER_DIR=$(abs_top_srcdir) \ 974@ENABLE_UNIT_TESTS_TRUE@ XSERVER_BUILDDIR=$(abs_top_builddir) \ 975@ENABLE_UNIT_TESTS_TRUE@ $(XORG_MALLOC_DEBUG_ENV) \ 976@ENABLE_UNIT_TESTS_TRUE@ $(NULL) 977 978 979# GNU LD scans only in one direction, add the following dependencies at the end 980# so as they get picked up by the previously-linked libraries 981@ENABLE_UNIT_TESTS_TRUE@tests_LDADD = $(am__append_10) \ 982@ENABLE_UNIT_TESTS_TRUE@ $(am__append_11) $(am__append_12) \ 983@ENABLE_UNIT_TESTS_TRUE@ $(am__append_14) $(am__append_15) \ 984@ENABLE_UNIT_TESTS_TRUE@ $(am__append_16) $(XORG_SYS_LIBS) \ 985@ENABLE_UNIT_TESTS_TRUE@ $(XSERVER_SYS_LIBS) $(GLX_SYS_LIBS) 986@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@tests_LDFLAGS = \ 987@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupWindow \ 988@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupClient \ 989@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,WriteToClient \ 990@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupWindow \ 991@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,XISetEventMask \ 992@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,AddResource \ 993@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,GrabButton \ 994@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ $() 995 996@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@nodist_tests_SOURCES = sdksyms.c 997@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@BUILT_SOURCES = sdksyms.c 998EXTRA_DIST = \ 999 scripts/xvfb-piglit.sh \ 1000 scripts/xephyr-glamor-piglit.sh \ 1001 scripts/xinit-piglit-session.sh \ 1002 scripts/run-piglit.sh \ 1003 $(NULL) 1004 1005all: $(BUILT_SOURCES) 1006 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1007 1008.SUFFIXES: 1009.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 1010$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 1011 @for dep in $?; do \ 1012 case '$(am__configure_deps)' in \ 1013 *$$dep*) \ 1014 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 1015 && { if test -f $@; then exit 0; else break; fi; }; \ 1016 exit 1;; \ 1017 esac; \ 1018 done; \ 1019 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ 1020 $(am__cd) $(top_srcdir) && \ 1021 $(AUTOMAKE) --foreign test/Makefile 1022Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1023 @case '$?' in \ 1024 *config.status*) \ 1025 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 1026 *) \ 1027 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 1028 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 1029 esac; 1030 1031$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1032 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1033 1034$(top_srcdir)/configure: $(am__configure_deps) 1035 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1036$(ACLOCAL_M4): $(am__aclocal_m4_deps) 1037 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1038$(am__aclocal_m4_deps): 1039 1040clean-noinstPROGRAMS: 1041 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 1042 echo " rm -f" $$list; \ 1043 rm -f $$list || exit $$?; \ 1044 test -n "$(EXEEXT)" || exit 0; \ 1045 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1046 echo " rm -f" $$list; \ 1047 rm -f $$list 1048 1049simple-xinit$(EXEEXT): $(simple_xinit_OBJECTS) $(simple_xinit_DEPENDENCIES) $(EXTRA_simple_xinit_DEPENDENCIES) 1050 @rm -f simple-xinit$(EXEEXT) 1051 $(AM_V_CCLD)$(LINK) $(simple_xinit_OBJECTS) $(simple_xinit_LDADD) $(LIBS) 1052 1053tests$(EXEEXT): $(tests_OBJECTS) $(tests_DEPENDENCIES) $(EXTRA_tests_DEPENDENCIES) 1054 @rm -f tests$(EXEEXT) 1055 $(AM_V_CCLD)$(tests_LINK) $(tests_OBJECTS) $(tests_LDADD) $(LIBS) 1056 1057mostlyclean-compile: 1058 -rm -f *.$(OBJEXT) 1059 1060distclean-compile: 1061 -rm -f *.tab.c 1062 1063@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple-xinit.Po@am__quote@ # am--include-marker 1064@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-fixes.Po@am__quote@ # am--include-marker 1065@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-hashtabletest.Po@am__quote@ # am--include-marker 1066@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-input.Po@am__quote@ # am--include-marker 1067@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-list.Po@am__quote@ # am--include-marker 1068@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-misc.Po@am__quote@ # am--include-marker 1069@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-common.Po@am__quote@ # am--include-marker 1070@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-eventconvert.Po@am__quote@ # am--include-marker 1071@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po@am__quote@ # am--include-marker 1072@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xigetclientpointer.Po@am__quote@ # am--include-marker 1073@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xigetselectedevents.Po@am__quote@ # am--include-marker 1074@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po@am__quote@ # am--include-marker 1075@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiquerydevice.Po@am__quote@ # am--include-marker 1076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiquerypointer.Po@am__quote@ # am--include-marker 1077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiqueryversion.Po@am__quote@ # am--include-marker 1078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiselectevents.Po@am__quote@ # am--include-marker 1079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xisetclientpointer.Po@am__quote@ # am--include-marker 1080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiwarppointer.Po@am__quote@ # am--include-marker 1081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-sdksyms.Po@am__quote@ # am--include-marker 1082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-signal-logging.Po@am__quote@ # am--include-marker 1083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-string.Po@am__quote@ # am--include-marker 1084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-test_xkb.Po@am__quote@ # am--include-marker 1085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-tests-common.Po@am__quote@ # am--include-marker 1086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-tests.Po@am__quote@ # am--include-marker 1087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-touch.Po@am__quote@ # am--include-marker 1088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-xfree86.Po@am__quote@ # am--include-marker 1089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-xi2.Po@am__quote@ # am--include-marker 1090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-xtest.Po@am__quote@ # am--include-marker 1091 1092$(am__depfiles_remade): 1093 @$(MKDIR_P) $(@D) 1094 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 1095 1096am--depfiles: $(am__depfiles_remade) 1097 1098.c.o: 1099@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1100@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1101@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1102@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1103@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1104 1105.c.obj: 1106@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 1107@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1108@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1109@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1110@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1111 1112.c.lo: 1113@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1114@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1115@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1116@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1117@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1118 1119tests-tests-common.o: tests-common.c 1120@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-tests-common.o -MD -MP -MF $(DEPDIR)/tests-tests-common.Tpo -c -o tests-tests-common.o `test -f 'tests-common.c' || echo '$(srcdir)/'`tests-common.c 1121@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests-common.Tpo $(DEPDIR)/tests-tests-common.Po 1122@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests-common.c' object='tests-tests-common.o' libtool=no @AMDEPBACKSLASH@ 1123@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1124@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-tests-common.o `test -f 'tests-common.c' || echo '$(srcdir)/'`tests-common.c 1125 1126tests-tests-common.obj: tests-common.c 1127@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-tests-common.obj -MD -MP -MF $(DEPDIR)/tests-tests-common.Tpo -c -o tests-tests-common.obj `if test -f 'tests-common.c'; then $(CYGPATH_W) 'tests-common.c'; else $(CYGPATH_W) '$(srcdir)/tests-common.c'; fi` 1128@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests-common.Tpo $(DEPDIR)/tests-tests-common.Po 1129@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests-common.c' object='tests-tests-common.obj' libtool=no @AMDEPBACKSLASH@ 1130@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1131@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-tests-common.obj `if test -f 'tests-common.c'; then $(CYGPATH_W) 'tests-common.c'; else $(CYGPATH_W) '$(srcdir)/tests-common.c'; fi` 1132 1133tests-list.o: list.c 1134@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-list.o -MD -MP -MF $(DEPDIR)/tests-list.Tpo -c -o tests-list.o `test -f 'list.c' || echo '$(srcdir)/'`list.c 1135@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-list.Tpo $(DEPDIR)/tests-list.Po 1136@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='list.c' object='tests-list.o' libtool=no @AMDEPBACKSLASH@ 1137@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1138@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-list.o `test -f 'list.c' || echo '$(srcdir)/'`list.c 1139 1140tests-list.obj: list.c 1141@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-list.obj -MD -MP -MF $(DEPDIR)/tests-list.Tpo -c -o tests-list.obj `if test -f 'list.c'; then $(CYGPATH_W) 'list.c'; else $(CYGPATH_W) '$(srcdir)/list.c'; fi` 1142@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-list.Tpo $(DEPDIR)/tests-list.Po 1143@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='list.c' object='tests-list.obj' libtool=no @AMDEPBACKSLASH@ 1144@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1145@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-list.obj `if test -f 'list.c'; then $(CYGPATH_W) 'list.c'; else $(CYGPATH_W) '$(srcdir)/list.c'; fi` 1146 1147tests-string.o: string.c 1148@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-string.o -MD -MP -MF $(DEPDIR)/tests-string.Tpo -c -o tests-string.o `test -f 'string.c' || echo '$(srcdir)/'`string.c 1149@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-string.Tpo $(DEPDIR)/tests-string.Po 1150@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string.c' object='tests-string.o' libtool=no @AMDEPBACKSLASH@ 1151@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1152@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-string.o `test -f 'string.c' || echo '$(srcdir)/'`string.c 1153 1154tests-string.obj: string.c 1155@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-string.obj -MD -MP -MF $(DEPDIR)/tests-string.Tpo -c -o tests-string.obj `if test -f 'string.c'; then $(CYGPATH_W) 'string.c'; else $(CYGPATH_W) '$(srcdir)/string.c'; fi` 1156@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-string.Tpo $(DEPDIR)/tests-string.Po 1157@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string.c' object='tests-string.obj' libtool=no @AMDEPBACKSLASH@ 1158@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1159@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-string.obj `if test -f 'string.c'; then $(CYGPATH_W) 'string.c'; else $(CYGPATH_W) '$(srcdir)/string.c'; fi` 1160 1161tests-tests.o: tests.c 1162@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-tests.o -MD -MP -MF $(DEPDIR)/tests-tests.Tpo -c -o tests-tests.o `test -f 'tests.c' || echo '$(srcdir)/'`tests.c 1163@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests.Tpo $(DEPDIR)/tests-tests.Po 1164@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests.c' object='tests-tests.o' libtool=no @AMDEPBACKSLASH@ 1165@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1166@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-tests.o `test -f 'tests.c' || echo '$(srcdir)/'`tests.c 1167 1168tests-tests.obj: tests.c 1169@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-tests.obj -MD -MP -MF $(DEPDIR)/tests-tests.Tpo -c -o tests-tests.obj `if test -f 'tests.c'; then $(CYGPATH_W) 'tests.c'; else $(CYGPATH_W) '$(srcdir)/tests.c'; fi` 1170@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests.Tpo $(DEPDIR)/tests-tests.Po 1171@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests.c' object='tests-tests.obj' libtool=no @AMDEPBACKSLASH@ 1172@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1173@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-tests.obj `if test -f 'tests.c'; then $(CYGPATH_W) 'tests.c'; else $(CYGPATH_W) '$(srcdir)/tests.c'; fi` 1174 1175tests-fixes.o: fixes.c 1176@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-fixes.o -MD -MP -MF $(DEPDIR)/tests-fixes.Tpo -c -o tests-fixes.o `test -f 'fixes.c' || echo '$(srcdir)/'`fixes.c 1177@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-fixes.Tpo $(DEPDIR)/tests-fixes.Po 1178@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fixes.c' object='tests-fixes.o' libtool=no @AMDEPBACKSLASH@ 1179@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1180@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-fixes.o `test -f 'fixes.c' || echo '$(srcdir)/'`fixes.c 1181 1182tests-fixes.obj: fixes.c 1183@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-fixes.obj -MD -MP -MF $(DEPDIR)/tests-fixes.Tpo -c -o tests-fixes.obj `if test -f 'fixes.c'; then $(CYGPATH_W) 'fixes.c'; else $(CYGPATH_W) '$(srcdir)/fixes.c'; fi` 1184@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-fixes.Tpo $(DEPDIR)/tests-fixes.Po 1185@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fixes.c' object='tests-fixes.obj' libtool=no @AMDEPBACKSLASH@ 1186@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1187@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-fixes.obj `if test -f 'fixes.c'; then $(CYGPATH_W) 'fixes.c'; else $(CYGPATH_W) '$(srcdir)/fixes.c'; fi` 1188 1189tests-input.o: input.c 1190@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-input.o -MD -MP -MF $(DEPDIR)/tests-input.Tpo -c -o tests-input.o `test -f 'input.c' || echo '$(srcdir)/'`input.c 1191@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-input.Tpo $(DEPDIR)/tests-input.Po 1192@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input.c' object='tests-input.o' libtool=no @AMDEPBACKSLASH@ 1193@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1194@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-input.o `test -f 'input.c' || echo '$(srcdir)/'`input.c 1195 1196tests-input.obj: input.c 1197@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-input.obj -MD -MP -MF $(DEPDIR)/tests-input.Tpo -c -o tests-input.obj `if test -f 'input.c'; then $(CYGPATH_W) 'input.c'; else $(CYGPATH_W) '$(srcdir)/input.c'; fi` 1198@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-input.Tpo $(DEPDIR)/tests-input.Po 1199@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input.c' object='tests-input.obj' libtool=no @AMDEPBACKSLASH@ 1200@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1201@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-input.obj `if test -f 'input.c'; then $(CYGPATH_W) 'input.c'; else $(CYGPATH_W) '$(srcdir)/input.c'; fi` 1202 1203tests-misc.o: misc.c 1204@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-misc.o -MD -MP -MF $(DEPDIR)/tests-misc.Tpo -c -o tests-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c 1205@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-misc.Tpo $(DEPDIR)/tests-misc.Po 1206@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc.c' object='tests-misc.o' libtool=no @AMDEPBACKSLASH@ 1207@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1208@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c 1209 1210tests-misc.obj: misc.c 1211@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-misc.obj -MD -MP -MF $(DEPDIR)/tests-misc.Tpo -c -o tests-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi` 1212@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-misc.Tpo $(DEPDIR)/tests-misc.Po 1213@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc.c' object='tests-misc.obj' libtool=no @AMDEPBACKSLASH@ 1214@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1215@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi` 1216 1217tests-signal-logging.o: signal-logging.c 1218@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-signal-logging.o -MD -MP -MF $(DEPDIR)/tests-signal-logging.Tpo -c -o tests-signal-logging.o `test -f 'signal-logging.c' || echo '$(srcdir)/'`signal-logging.c 1219@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-signal-logging.Tpo $(DEPDIR)/tests-signal-logging.Po 1220@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='signal-logging.c' object='tests-signal-logging.o' libtool=no @AMDEPBACKSLASH@ 1221@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1222@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-signal-logging.o `test -f 'signal-logging.c' || echo '$(srcdir)/'`signal-logging.c 1223 1224tests-signal-logging.obj: signal-logging.c 1225@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-signal-logging.obj -MD -MP -MF $(DEPDIR)/tests-signal-logging.Tpo -c -o tests-signal-logging.obj `if test -f 'signal-logging.c'; then $(CYGPATH_W) 'signal-logging.c'; else $(CYGPATH_W) '$(srcdir)/signal-logging.c'; fi` 1226@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-signal-logging.Tpo $(DEPDIR)/tests-signal-logging.Po 1227@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='signal-logging.c' object='tests-signal-logging.obj' libtool=no @AMDEPBACKSLASH@ 1228@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1229@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-signal-logging.obj `if test -f 'signal-logging.c'; then $(CYGPATH_W) 'signal-logging.c'; else $(CYGPATH_W) '$(srcdir)/signal-logging.c'; fi` 1230 1231tests-touch.o: touch.c 1232@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-touch.o -MD -MP -MF $(DEPDIR)/tests-touch.Tpo -c -o tests-touch.o `test -f 'touch.c' || echo '$(srcdir)/'`touch.c 1233@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-touch.Tpo $(DEPDIR)/tests-touch.Po 1234@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='touch.c' object='tests-touch.o' libtool=no @AMDEPBACKSLASH@ 1235@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1236@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-touch.o `test -f 'touch.c' || echo '$(srcdir)/'`touch.c 1237 1238tests-touch.obj: touch.c 1239@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-touch.obj -MD -MP -MF $(DEPDIR)/tests-touch.Tpo -c -o tests-touch.obj `if test -f 'touch.c'; then $(CYGPATH_W) 'touch.c'; else $(CYGPATH_W) '$(srcdir)/touch.c'; fi` 1240@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-touch.Tpo $(DEPDIR)/tests-touch.Po 1241@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='touch.c' object='tests-touch.obj' libtool=no @AMDEPBACKSLASH@ 1242@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1243@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-touch.obj `if test -f 'touch.c'; then $(CYGPATH_W) 'touch.c'; else $(CYGPATH_W) '$(srcdir)/touch.c'; fi` 1244 1245tests-xfree86.o: xfree86.c 1246@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-xfree86.o -MD -MP -MF $(DEPDIR)/tests-xfree86.Tpo -c -o tests-xfree86.o `test -f 'xfree86.c' || echo '$(srcdir)/'`xfree86.c 1247@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xfree86.Tpo $(DEPDIR)/tests-xfree86.Po 1248@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfree86.c' object='tests-xfree86.o' libtool=no @AMDEPBACKSLASH@ 1249@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1250@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-xfree86.o `test -f 'xfree86.c' || echo '$(srcdir)/'`xfree86.c 1251 1252tests-xfree86.obj: xfree86.c 1253@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-xfree86.obj -MD -MP -MF $(DEPDIR)/tests-xfree86.Tpo -c -o tests-xfree86.obj `if test -f 'xfree86.c'; then $(CYGPATH_W) 'xfree86.c'; else $(CYGPATH_W) '$(srcdir)/xfree86.c'; fi` 1254@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xfree86.Tpo $(DEPDIR)/tests-xfree86.Po 1255@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfree86.c' object='tests-xfree86.obj' libtool=no @AMDEPBACKSLASH@ 1256@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1257@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-xfree86.obj `if test -f 'xfree86.c'; then $(CYGPATH_W) 'xfree86.c'; else $(CYGPATH_W) '$(srcdir)/xfree86.c'; fi` 1258 1259tests-test_xkb.o: test_xkb.c 1260@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-test_xkb.o -MD -MP -MF $(DEPDIR)/tests-test_xkb.Tpo -c -o tests-test_xkb.o `test -f 'test_xkb.c' || echo '$(srcdir)/'`test_xkb.c 1261@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-test_xkb.Tpo $(DEPDIR)/tests-test_xkb.Po 1262@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_xkb.c' object='tests-test_xkb.o' libtool=no @AMDEPBACKSLASH@ 1263@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1264@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-test_xkb.o `test -f 'test_xkb.c' || echo '$(srcdir)/'`test_xkb.c 1265 1266tests-test_xkb.obj: test_xkb.c 1267@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-test_xkb.obj -MD -MP -MF $(DEPDIR)/tests-test_xkb.Tpo -c -o tests-test_xkb.obj `if test -f 'test_xkb.c'; then $(CYGPATH_W) 'test_xkb.c'; else $(CYGPATH_W) '$(srcdir)/test_xkb.c'; fi` 1268@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-test_xkb.Tpo $(DEPDIR)/tests-test_xkb.Po 1269@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_xkb.c' object='tests-test_xkb.obj' libtool=no @AMDEPBACKSLASH@ 1270@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1271@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-test_xkb.obj `if test -f 'test_xkb.c'; then $(CYGPATH_W) 'test_xkb.c'; else $(CYGPATH_W) '$(srcdir)/test_xkb.c'; fi` 1272 1273tests-xtest.o: xtest.c 1274@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-xtest.o -MD -MP -MF $(DEPDIR)/tests-xtest.Tpo -c -o tests-xtest.o `test -f 'xtest.c' || echo '$(srcdir)/'`xtest.c 1275@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xtest.Tpo $(DEPDIR)/tests-xtest.Po 1276@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xtest.c' object='tests-xtest.o' libtool=no @AMDEPBACKSLASH@ 1277@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1278@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-xtest.o `test -f 'xtest.c' || echo '$(srcdir)/'`xtest.c 1279 1280tests-xtest.obj: xtest.c 1281@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-xtest.obj -MD -MP -MF $(DEPDIR)/tests-xtest.Tpo -c -o tests-xtest.obj `if test -f 'xtest.c'; then $(CYGPATH_W) 'xtest.c'; else $(CYGPATH_W) '$(srcdir)/xtest.c'; fi` 1282@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xtest.Tpo $(DEPDIR)/tests-xtest.Po 1283@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xtest.c' object='tests-xtest.obj' libtool=no @AMDEPBACKSLASH@ 1284@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1285@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-xtest.obj `if test -f 'xtest.c'; then $(CYGPATH_W) 'xtest.c'; else $(CYGPATH_W) '$(srcdir)/xtest.c'; fi` 1286 1287tests-hashtabletest.o: hashtabletest.c 1288@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-hashtabletest.o -MD -MP -MF $(DEPDIR)/tests-hashtabletest.Tpo -c -o tests-hashtabletest.o `test -f 'hashtabletest.c' || echo '$(srcdir)/'`hashtabletest.c 1289@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-hashtabletest.Tpo $(DEPDIR)/tests-hashtabletest.Po 1290@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashtabletest.c' object='tests-hashtabletest.o' libtool=no @AMDEPBACKSLASH@ 1291@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1292@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-hashtabletest.o `test -f 'hashtabletest.c' || echo '$(srcdir)/'`hashtabletest.c 1293 1294tests-hashtabletest.obj: hashtabletest.c 1295@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-hashtabletest.obj -MD -MP -MF $(DEPDIR)/tests-hashtabletest.Tpo -c -o tests-hashtabletest.obj `if test -f 'hashtabletest.c'; then $(CYGPATH_W) 'hashtabletest.c'; else $(CYGPATH_W) '$(srcdir)/hashtabletest.c'; fi` 1296@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-hashtabletest.Tpo $(DEPDIR)/tests-hashtabletest.Po 1297@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashtabletest.c' object='tests-hashtabletest.obj' libtool=no @AMDEPBACKSLASH@ 1298@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1299@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-hashtabletest.obj `if test -f 'hashtabletest.c'; then $(CYGPATH_W) 'hashtabletest.c'; else $(CYGPATH_W) '$(srcdir)/hashtabletest.c'; fi` 1300 1301tests-protocol-xchangedevicecontrol.o: xi1/protocol-xchangedevicecontrol.c 1302@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xchangedevicecontrol.o -MD -MP -MF $(DEPDIR)/tests-protocol-xchangedevicecontrol.Tpo -c -o tests-protocol-xchangedevicecontrol.o `test -f 'xi1/protocol-xchangedevicecontrol.c' || echo '$(srcdir)/'`xi1/protocol-xchangedevicecontrol.c 1303@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xchangedevicecontrol.Tpo $(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1304@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi1/protocol-xchangedevicecontrol.c' object='tests-protocol-xchangedevicecontrol.o' libtool=no @AMDEPBACKSLASH@ 1305@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1306@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xchangedevicecontrol.o `test -f 'xi1/protocol-xchangedevicecontrol.c' || echo '$(srcdir)/'`xi1/protocol-xchangedevicecontrol.c 1307 1308tests-protocol-xchangedevicecontrol.obj: xi1/protocol-xchangedevicecontrol.c 1309@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xchangedevicecontrol.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xchangedevicecontrol.Tpo -c -o tests-protocol-xchangedevicecontrol.obj `if test -f 'xi1/protocol-xchangedevicecontrol.c'; then $(CYGPATH_W) 'xi1/protocol-xchangedevicecontrol.c'; else $(CYGPATH_W) '$(srcdir)/xi1/protocol-xchangedevicecontrol.c'; fi` 1310@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xchangedevicecontrol.Tpo $(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1311@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi1/protocol-xchangedevicecontrol.c' object='tests-protocol-xchangedevicecontrol.obj' libtool=no @AMDEPBACKSLASH@ 1312@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1313@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xchangedevicecontrol.obj `if test -f 'xi1/protocol-xchangedevicecontrol.c'; then $(CYGPATH_W) 'xi1/protocol-xchangedevicecontrol.c'; else $(CYGPATH_W) '$(srcdir)/xi1/protocol-xchangedevicecontrol.c'; fi` 1314 1315tests-protocol-common.o: xi2/protocol-common.c 1316@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-common.o -MD -MP -MF $(DEPDIR)/tests-protocol-common.Tpo -c -o tests-protocol-common.o `test -f 'xi2/protocol-common.c' || echo '$(srcdir)/'`xi2/protocol-common.c 1317@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-common.Tpo $(DEPDIR)/tests-protocol-common.Po 1318@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-common.c' object='tests-protocol-common.o' libtool=no @AMDEPBACKSLASH@ 1319@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1320@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-common.o `test -f 'xi2/protocol-common.c' || echo '$(srcdir)/'`xi2/protocol-common.c 1321 1322tests-protocol-common.obj: xi2/protocol-common.c 1323@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-common.obj -MD -MP -MF $(DEPDIR)/tests-protocol-common.Tpo -c -o tests-protocol-common.obj `if test -f 'xi2/protocol-common.c'; then $(CYGPATH_W) 'xi2/protocol-common.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-common.c'; fi` 1324@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-common.Tpo $(DEPDIR)/tests-protocol-common.Po 1325@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-common.c' object='tests-protocol-common.obj' libtool=no @AMDEPBACKSLASH@ 1326@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1327@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-common.obj `if test -f 'xi2/protocol-common.c'; then $(CYGPATH_W) 'xi2/protocol-common.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-common.c'; fi` 1328 1329tests-protocol-xiqueryversion.o: xi2/protocol-xiqueryversion.c 1330@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiqueryversion.o -MD -MP -MF $(DEPDIR)/tests-protocol-xiqueryversion.Tpo -c -o tests-protocol-xiqueryversion.o `test -f 'xi2/protocol-xiqueryversion.c' || echo '$(srcdir)/'`xi2/protocol-xiqueryversion.c 1331@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiqueryversion.Tpo $(DEPDIR)/tests-protocol-xiqueryversion.Po 1332@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiqueryversion.c' object='tests-protocol-xiqueryversion.o' libtool=no @AMDEPBACKSLASH@ 1333@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1334@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiqueryversion.o `test -f 'xi2/protocol-xiqueryversion.c' || echo '$(srcdir)/'`xi2/protocol-xiqueryversion.c 1335 1336tests-protocol-xiqueryversion.obj: xi2/protocol-xiqueryversion.c 1337@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiqueryversion.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xiqueryversion.Tpo -c -o tests-protocol-xiqueryversion.obj `if test -f 'xi2/protocol-xiqueryversion.c'; then $(CYGPATH_W) 'xi2/protocol-xiqueryversion.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiqueryversion.c'; fi` 1338@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiqueryversion.Tpo $(DEPDIR)/tests-protocol-xiqueryversion.Po 1339@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiqueryversion.c' object='tests-protocol-xiqueryversion.obj' libtool=no @AMDEPBACKSLASH@ 1340@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1341@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiqueryversion.obj `if test -f 'xi2/protocol-xiqueryversion.c'; then $(CYGPATH_W) 'xi2/protocol-xiqueryversion.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiqueryversion.c'; fi` 1342 1343tests-protocol-xiquerydevice.o: xi2/protocol-xiquerydevice.c 1344@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiquerydevice.o -MD -MP -MF $(DEPDIR)/tests-protocol-xiquerydevice.Tpo -c -o tests-protocol-xiquerydevice.o `test -f 'xi2/protocol-xiquerydevice.c' || echo '$(srcdir)/'`xi2/protocol-xiquerydevice.c 1345@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerydevice.Tpo $(DEPDIR)/tests-protocol-xiquerydevice.Po 1346@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerydevice.c' object='tests-protocol-xiquerydevice.o' libtool=no @AMDEPBACKSLASH@ 1347@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1348@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiquerydevice.o `test -f 'xi2/protocol-xiquerydevice.c' || echo '$(srcdir)/'`xi2/protocol-xiquerydevice.c 1349 1350tests-protocol-xiquerydevice.obj: xi2/protocol-xiquerydevice.c 1351@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiquerydevice.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xiquerydevice.Tpo -c -o tests-protocol-xiquerydevice.obj `if test -f 'xi2/protocol-xiquerydevice.c'; then $(CYGPATH_W) 'xi2/protocol-xiquerydevice.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiquerydevice.c'; fi` 1352@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerydevice.Tpo $(DEPDIR)/tests-protocol-xiquerydevice.Po 1353@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerydevice.c' object='tests-protocol-xiquerydevice.obj' libtool=no @AMDEPBACKSLASH@ 1354@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1355@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiquerydevice.obj `if test -f 'xi2/protocol-xiquerydevice.c'; then $(CYGPATH_W) 'xi2/protocol-xiquerydevice.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiquerydevice.c'; fi` 1356 1357tests-protocol-xiselectevents.o: xi2/protocol-xiselectevents.c 1358@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiselectevents.o -MD -MP -MF $(DEPDIR)/tests-protocol-xiselectevents.Tpo -c -o tests-protocol-xiselectevents.o `test -f 'xi2/protocol-xiselectevents.c' || echo '$(srcdir)/'`xi2/protocol-xiselectevents.c 1359@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiselectevents.Tpo $(DEPDIR)/tests-protocol-xiselectevents.Po 1360@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiselectevents.c' object='tests-protocol-xiselectevents.o' libtool=no @AMDEPBACKSLASH@ 1361@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1362@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiselectevents.o `test -f 'xi2/protocol-xiselectevents.c' || echo '$(srcdir)/'`xi2/protocol-xiselectevents.c 1363 1364tests-protocol-xiselectevents.obj: xi2/protocol-xiselectevents.c 1365@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiselectevents.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xiselectevents.Tpo -c -o tests-protocol-xiselectevents.obj `if test -f 'xi2/protocol-xiselectevents.c'; then $(CYGPATH_W) 'xi2/protocol-xiselectevents.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiselectevents.c'; fi` 1366@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiselectevents.Tpo $(DEPDIR)/tests-protocol-xiselectevents.Po 1367@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiselectevents.c' object='tests-protocol-xiselectevents.obj' libtool=no @AMDEPBACKSLASH@ 1368@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1369@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiselectevents.obj `if test -f 'xi2/protocol-xiselectevents.c'; then $(CYGPATH_W) 'xi2/protocol-xiselectevents.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiselectevents.c'; fi` 1370 1371tests-protocol-xigetselectedevents.o: xi2/protocol-xigetselectedevents.c 1372@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xigetselectedevents.o -MD -MP -MF $(DEPDIR)/tests-protocol-xigetselectedevents.Tpo -c -o tests-protocol-xigetselectedevents.o `test -f 'xi2/protocol-xigetselectedevents.c' || echo '$(srcdir)/'`xi2/protocol-xigetselectedevents.c 1373@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetselectedevents.Tpo $(DEPDIR)/tests-protocol-xigetselectedevents.Po 1374@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetselectedevents.c' object='tests-protocol-xigetselectedevents.o' libtool=no @AMDEPBACKSLASH@ 1375@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1376@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xigetselectedevents.o `test -f 'xi2/protocol-xigetselectedevents.c' || echo '$(srcdir)/'`xi2/protocol-xigetselectedevents.c 1377 1378tests-protocol-xigetselectedevents.obj: xi2/protocol-xigetselectedevents.c 1379@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xigetselectedevents.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xigetselectedevents.Tpo -c -o tests-protocol-xigetselectedevents.obj `if test -f 'xi2/protocol-xigetselectedevents.c'; then $(CYGPATH_W) 'xi2/protocol-xigetselectedevents.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xigetselectedevents.c'; fi` 1380@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetselectedevents.Tpo $(DEPDIR)/tests-protocol-xigetselectedevents.Po 1381@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetselectedevents.c' object='tests-protocol-xigetselectedevents.obj' libtool=no @AMDEPBACKSLASH@ 1382@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1383@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xigetselectedevents.obj `if test -f 'xi2/protocol-xigetselectedevents.c'; then $(CYGPATH_W) 'xi2/protocol-xigetselectedevents.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xigetselectedevents.c'; fi` 1384 1385tests-protocol-xisetclientpointer.o: xi2/protocol-xisetclientpointer.c 1386@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xisetclientpointer.o -MD -MP -MF $(DEPDIR)/tests-protocol-xisetclientpointer.Tpo -c -o tests-protocol-xisetclientpointer.o `test -f 'xi2/protocol-xisetclientpointer.c' || echo '$(srcdir)/'`xi2/protocol-xisetclientpointer.c 1387@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xisetclientpointer.Tpo $(DEPDIR)/tests-protocol-xisetclientpointer.Po 1388@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xisetclientpointer.c' object='tests-protocol-xisetclientpointer.o' libtool=no @AMDEPBACKSLASH@ 1389@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1390@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xisetclientpointer.o `test -f 'xi2/protocol-xisetclientpointer.c' || echo '$(srcdir)/'`xi2/protocol-xisetclientpointer.c 1391 1392tests-protocol-xisetclientpointer.obj: xi2/protocol-xisetclientpointer.c 1393@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xisetclientpointer.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xisetclientpointer.Tpo -c -o tests-protocol-xisetclientpointer.obj `if test -f 'xi2/protocol-xisetclientpointer.c'; then $(CYGPATH_W) 'xi2/protocol-xisetclientpointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xisetclientpointer.c'; fi` 1394@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xisetclientpointer.Tpo $(DEPDIR)/tests-protocol-xisetclientpointer.Po 1395@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xisetclientpointer.c' object='tests-protocol-xisetclientpointer.obj' libtool=no @AMDEPBACKSLASH@ 1396@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1397@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xisetclientpointer.obj `if test -f 'xi2/protocol-xisetclientpointer.c'; then $(CYGPATH_W) 'xi2/protocol-xisetclientpointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xisetclientpointer.c'; fi` 1398 1399tests-protocol-xigetclientpointer.o: xi2/protocol-xigetclientpointer.c 1400@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xigetclientpointer.o -MD -MP -MF $(DEPDIR)/tests-protocol-xigetclientpointer.Tpo -c -o tests-protocol-xigetclientpointer.o `test -f 'xi2/protocol-xigetclientpointer.c' || echo '$(srcdir)/'`xi2/protocol-xigetclientpointer.c 1401@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetclientpointer.Tpo $(DEPDIR)/tests-protocol-xigetclientpointer.Po 1402@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetclientpointer.c' object='tests-protocol-xigetclientpointer.o' libtool=no @AMDEPBACKSLASH@ 1403@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1404@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xigetclientpointer.o `test -f 'xi2/protocol-xigetclientpointer.c' || echo '$(srcdir)/'`xi2/protocol-xigetclientpointer.c 1405 1406tests-protocol-xigetclientpointer.obj: xi2/protocol-xigetclientpointer.c 1407@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xigetclientpointer.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xigetclientpointer.Tpo -c -o tests-protocol-xigetclientpointer.obj `if test -f 'xi2/protocol-xigetclientpointer.c'; then $(CYGPATH_W) 'xi2/protocol-xigetclientpointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xigetclientpointer.c'; fi` 1408@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetclientpointer.Tpo $(DEPDIR)/tests-protocol-xigetclientpointer.Po 1409@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetclientpointer.c' object='tests-protocol-xigetclientpointer.obj' libtool=no @AMDEPBACKSLASH@ 1410@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1411@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xigetclientpointer.obj `if test -f 'xi2/protocol-xigetclientpointer.c'; then $(CYGPATH_W) 'xi2/protocol-xigetclientpointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xigetclientpointer.c'; fi` 1412 1413tests-protocol-xiquerypointer.o: xi2/protocol-xiquerypointer.c 1414@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiquerypointer.o -MD -MP -MF $(DEPDIR)/tests-protocol-xiquerypointer.Tpo -c -o tests-protocol-xiquerypointer.o `test -f 'xi2/protocol-xiquerypointer.c' || echo '$(srcdir)/'`xi2/protocol-xiquerypointer.c 1415@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerypointer.Tpo $(DEPDIR)/tests-protocol-xiquerypointer.Po 1416@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerypointer.c' object='tests-protocol-xiquerypointer.o' libtool=no @AMDEPBACKSLASH@ 1417@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1418@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiquerypointer.o `test -f 'xi2/protocol-xiquerypointer.c' || echo '$(srcdir)/'`xi2/protocol-xiquerypointer.c 1419 1420tests-protocol-xiquerypointer.obj: xi2/protocol-xiquerypointer.c 1421@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiquerypointer.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xiquerypointer.Tpo -c -o tests-protocol-xiquerypointer.obj `if test -f 'xi2/protocol-xiquerypointer.c'; then $(CYGPATH_W) 'xi2/protocol-xiquerypointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiquerypointer.c'; fi` 1422@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerypointer.Tpo $(DEPDIR)/tests-protocol-xiquerypointer.Po 1423@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerypointer.c' object='tests-protocol-xiquerypointer.obj' libtool=no @AMDEPBACKSLASH@ 1424@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1425@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiquerypointer.obj `if test -f 'xi2/protocol-xiquerypointer.c'; then $(CYGPATH_W) 'xi2/protocol-xiquerypointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiquerypointer.c'; fi` 1426 1427tests-protocol-xipassivegrabdevice.o: xi2/protocol-xipassivegrabdevice.c 1428@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xipassivegrabdevice.o -MD -MP -MF $(DEPDIR)/tests-protocol-xipassivegrabdevice.Tpo -c -o tests-protocol-xipassivegrabdevice.o `test -f 'xi2/protocol-xipassivegrabdevice.c' || echo '$(srcdir)/'`xi2/protocol-xipassivegrabdevice.c 1429@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xipassivegrabdevice.Tpo $(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1430@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xipassivegrabdevice.c' object='tests-protocol-xipassivegrabdevice.o' libtool=no @AMDEPBACKSLASH@ 1431@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1432@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xipassivegrabdevice.o `test -f 'xi2/protocol-xipassivegrabdevice.c' || echo '$(srcdir)/'`xi2/protocol-xipassivegrabdevice.c 1433 1434tests-protocol-xipassivegrabdevice.obj: xi2/protocol-xipassivegrabdevice.c 1435@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xipassivegrabdevice.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xipassivegrabdevice.Tpo -c -o tests-protocol-xipassivegrabdevice.obj `if test -f 'xi2/protocol-xipassivegrabdevice.c'; then $(CYGPATH_W) 'xi2/protocol-xipassivegrabdevice.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xipassivegrabdevice.c'; fi` 1436@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xipassivegrabdevice.Tpo $(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1437@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xipassivegrabdevice.c' object='tests-protocol-xipassivegrabdevice.obj' libtool=no @AMDEPBACKSLASH@ 1438@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1439@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xipassivegrabdevice.obj `if test -f 'xi2/protocol-xipassivegrabdevice.c'; then $(CYGPATH_W) 'xi2/protocol-xipassivegrabdevice.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xipassivegrabdevice.c'; fi` 1440 1441tests-protocol-xiwarppointer.o: xi2/protocol-xiwarppointer.c 1442@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiwarppointer.o -MD -MP -MF $(DEPDIR)/tests-protocol-xiwarppointer.Tpo -c -o tests-protocol-xiwarppointer.o `test -f 'xi2/protocol-xiwarppointer.c' || echo '$(srcdir)/'`xi2/protocol-xiwarppointer.c 1443@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiwarppointer.Tpo $(DEPDIR)/tests-protocol-xiwarppointer.Po 1444@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiwarppointer.c' object='tests-protocol-xiwarppointer.o' libtool=no @AMDEPBACKSLASH@ 1445@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1446@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiwarppointer.o `test -f 'xi2/protocol-xiwarppointer.c' || echo '$(srcdir)/'`xi2/protocol-xiwarppointer.c 1447 1448tests-protocol-xiwarppointer.obj: xi2/protocol-xiwarppointer.c 1449@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-xiwarppointer.obj -MD -MP -MF $(DEPDIR)/tests-protocol-xiwarppointer.Tpo -c -o tests-protocol-xiwarppointer.obj `if test -f 'xi2/protocol-xiwarppointer.c'; then $(CYGPATH_W) 'xi2/protocol-xiwarppointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiwarppointer.c'; fi` 1450@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiwarppointer.Tpo $(DEPDIR)/tests-protocol-xiwarppointer.Po 1451@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiwarppointer.c' object='tests-protocol-xiwarppointer.obj' libtool=no @AMDEPBACKSLASH@ 1452@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1453@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-xiwarppointer.obj `if test -f 'xi2/protocol-xiwarppointer.c'; then $(CYGPATH_W) 'xi2/protocol-xiwarppointer.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-xiwarppointer.c'; fi` 1454 1455tests-protocol-eventconvert.o: xi2/protocol-eventconvert.c 1456@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-eventconvert.o -MD -MP -MF $(DEPDIR)/tests-protocol-eventconvert.Tpo -c -o tests-protocol-eventconvert.o `test -f 'xi2/protocol-eventconvert.c' || echo '$(srcdir)/'`xi2/protocol-eventconvert.c 1457@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-eventconvert.Tpo $(DEPDIR)/tests-protocol-eventconvert.Po 1458@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-eventconvert.c' object='tests-protocol-eventconvert.o' libtool=no @AMDEPBACKSLASH@ 1459@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1460@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-eventconvert.o `test -f 'xi2/protocol-eventconvert.c' || echo '$(srcdir)/'`xi2/protocol-eventconvert.c 1461 1462tests-protocol-eventconvert.obj: xi2/protocol-eventconvert.c 1463@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-protocol-eventconvert.obj -MD -MP -MF $(DEPDIR)/tests-protocol-eventconvert.Tpo -c -o tests-protocol-eventconvert.obj `if test -f 'xi2/protocol-eventconvert.c'; then $(CYGPATH_W) 'xi2/protocol-eventconvert.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-eventconvert.c'; fi` 1464@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-eventconvert.Tpo $(DEPDIR)/tests-protocol-eventconvert.Po 1465@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-eventconvert.c' object='tests-protocol-eventconvert.obj' libtool=no @AMDEPBACKSLASH@ 1466@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1467@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-protocol-eventconvert.obj `if test -f 'xi2/protocol-eventconvert.c'; then $(CYGPATH_W) 'xi2/protocol-eventconvert.c'; else $(CYGPATH_W) '$(srcdir)/xi2/protocol-eventconvert.c'; fi` 1468 1469tests-xi2.o: xi2/xi2.c 1470@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-xi2.o -MD -MP -MF $(DEPDIR)/tests-xi2.Tpo -c -o tests-xi2.o `test -f 'xi2/xi2.c' || echo '$(srcdir)/'`xi2/xi2.c 1471@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xi2.Tpo $(DEPDIR)/tests-xi2.Po 1472@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/xi2.c' object='tests-xi2.o' libtool=no @AMDEPBACKSLASH@ 1473@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1474@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-xi2.o `test -f 'xi2/xi2.c' || echo '$(srcdir)/'`xi2/xi2.c 1475 1476tests-xi2.obj: xi2/xi2.c 1477@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-xi2.obj -MD -MP -MF $(DEPDIR)/tests-xi2.Tpo -c -o tests-xi2.obj `if test -f 'xi2/xi2.c'; then $(CYGPATH_W) 'xi2/xi2.c'; else $(CYGPATH_W) '$(srcdir)/xi2/xi2.c'; fi` 1478@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xi2.Tpo $(DEPDIR)/tests-xi2.Po 1479@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/xi2.c' object='tests-xi2.obj' libtool=no @AMDEPBACKSLASH@ 1480@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1481@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-xi2.obj `if test -f 'xi2/xi2.c'; then $(CYGPATH_W) 'xi2/xi2.c'; else $(CYGPATH_W) '$(srcdir)/xi2/xi2.c'; fi` 1482 1483tests-sdksyms.o: sdksyms.c 1484@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-sdksyms.o -MD -MP -MF $(DEPDIR)/tests-sdksyms.Tpo -c -o tests-sdksyms.o `test -f 'sdksyms.c' || echo '$(srcdir)/'`sdksyms.c 1485@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-sdksyms.Tpo $(DEPDIR)/tests-sdksyms.Po 1486@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sdksyms.c' object='tests-sdksyms.o' libtool=no @AMDEPBACKSLASH@ 1487@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1488@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-sdksyms.o `test -f 'sdksyms.c' || echo '$(srcdir)/'`sdksyms.c 1489 1490tests-sdksyms.obj: sdksyms.c 1491@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests-sdksyms.obj -MD -MP -MF $(DEPDIR)/tests-sdksyms.Tpo -c -o tests-sdksyms.obj `if test -f 'sdksyms.c'; then $(CYGPATH_W) 'sdksyms.c'; else $(CYGPATH_W) '$(srcdir)/sdksyms.c'; fi` 1492@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-sdksyms.Tpo $(DEPDIR)/tests-sdksyms.Po 1493@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sdksyms.c' object='tests-sdksyms.obj' libtool=no @AMDEPBACKSLASH@ 1494@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1495@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests-sdksyms.obj `if test -f 'sdksyms.c'; then $(CYGPATH_W) 'sdksyms.c'; else $(CYGPATH_W) '$(srcdir)/sdksyms.c'; fi` 1496 1497mostlyclean-libtool: 1498 -rm -f *.lo 1499 1500clean-libtool: 1501 -rm -rf .libs _libs 1502 1503# This directory's subdirectories are mostly independent; you can cd 1504# into them and run 'make' without going through this Makefile. 1505# To change the values of 'make' variables: instead of editing Makefiles, 1506# (1) if the variable is set in 'config.status', edit 'config.status' 1507# (which will cause the Makefiles to be regenerated when you run 'make'); 1508# (2) otherwise, pass the desired values on the 'make' command line. 1509$(am__recursive_targets): 1510 @fail=; \ 1511 if $(am__make_keepgoing); then \ 1512 failcom='fail=yes'; \ 1513 else \ 1514 failcom='exit 1'; \ 1515 fi; \ 1516 dot_seen=no; \ 1517 target=`echo $@ | sed s/-recursive//`; \ 1518 case "$@" in \ 1519 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1520 *) list='$(SUBDIRS)' ;; \ 1521 esac; \ 1522 for subdir in $$list; do \ 1523 echo "Making $$target in $$subdir"; \ 1524 if test "$$subdir" = "."; then \ 1525 dot_seen=yes; \ 1526 local_target="$$target-am"; \ 1527 else \ 1528 local_target="$$target"; \ 1529 fi; \ 1530 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1531 || eval $$failcom; \ 1532 done; \ 1533 if test "$$dot_seen" = "no"; then \ 1534 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1535 fi; test -z "$$fail" 1536 1537ID: $(am__tagged_files) 1538 $(am__define_uniq_tagged_files); mkid -fID $$unique 1539tags: tags-recursive 1540TAGS: tags 1541 1542tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1543 set x; \ 1544 here=`pwd`; \ 1545 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1546 include_option=--etags-include; \ 1547 empty_fix=.; \ 1548 else \ 1549 include_option=--include; \ 1550 empty_fix=; \ 1551 fi; \ 1552 list='$(SUBDIRS)'; for subdir in $$list; do \ 1553 if test "$$subdir" = .; then :; else \ 1554 test ! -f $$subdir/TAGS || \ 1555 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1556 fi; \ 1557 done; \ 1558 $(am__define_uniq_tagged_files); \ 1559 shift; \ 1560 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1561 test -n "$$unique" || unique=$$empty_fix; \ 1562 if test $$# -gt 0; then \ 1563 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1564 "$$@" $$unique; \ 1565 else \ 1566 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1567 $$unique; \ 1568 fi; \ 1569 fi 1570ctags: ctags-recursive 1571 1572CTAGS: ctags 1573ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1574 $(am__define_uniq_tagged_files); \ 1575 test -z "$(CTAGS_ARGS)$$unique" \ 1576 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1577 $$unique 1578 1579GTAGS: 1580 here=`$(am__cd) $(top_builddir) && pwd` \ 1581 && $(am__cd) $(top_srcdir) \ 1582 && gtags -i $(GTAGS_ARGS) "$$here" 1583cscopelist: cscopelist-recursive 1584 1585cscopelist-am: $(am__tagged_files) 1586 list='$(am__tagged_files)'; \ 1587 case "$(srcdir)" in \ 1588 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1589 *) sdir=$(subdir)/$(srcdir) ;; \ 1590 esac; \ 1591 for i in $$list; do \ 1592 if test -f "$$i"; then \ 1593 echo "$(subdir)/$$i"; \ 1594 else \ 1595 echo "$$sdir/$$i"; \ 1596 fi; \ 1597 done >> $(top_builddir)/cscope.files 1598 1599distclean-tags: 1600 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1601 1602# Recover from deleted '.trs' file; this should ensure that 1603# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1604# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1605# to avoid problems with "make -n". 1606.log.trs: 1607 rm -f $< $@ 1608 $(MAKE) $(AM_MAKEFLAGS) $< 1609 1610# Leading 'am--fnord' is there to ensure the list of targets does not 1611# expand to empty, as could happen e.g. with make check TESTS=''. 1612am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1613am--force-recheck: 1614 @: 1615 1616$(TEST_SUITE_LOG): $(TEST_LOGS) 1617 @$(am__set_TESTS_bases); \ 1618 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1619 redo_bases=`for i in $$bases; do \ 1620 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1621 done`; \ 1622 if test -n "$$redo_bases"; then \ 1623 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1624 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1625 if $(am__make_dryrun); then :; else \ 1626 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1627 fi; \ 1628 fi; \ 1629 if test -n "$$am__remaking_logs"; then \ 1630 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1631 "recursion detected" >&2; \ 1632 elif test -n "$$redo_logs"; then \ 1633 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1634 fi; \ 1635 if $(am__make_dryrun); then :; else \ 1636 st=0; \ 1637 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1638 for i in $$redo_bases; do \ 1639 test -f $$i.trs && test -r $$i.trs \ 1640 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1641 test -f $$i.log && test -r $$i.log \ 1642 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1643 done; \ 1644 test $$st -eq 0 || exit 1; \ 1645 fi 1646 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1647 ws='[ ]'; \ 1648 results=`for b in $$bases; do echo $$b.trs; done`; \ 1649 test -n "$$results" || results=/dev/null; \ 1650 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1651 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1652 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1653 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1654 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1655 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1656 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1657 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1658 success=true; \ 1659 else \ 1660 success=false; \ 1661 fi; \ 1662 br='==================='; br=$$br$$br$$br$$br; \ 1663 result_count () \ 1664 { \ 1665 if test x"$$1" = x"--maybe-color"; then \ 1666 maybe_colorize=yes; \ 1667 elif test x"$$1" = x"--no-color"; then \ 1668 maybe_colorize=no; \ 1669 else \ 1670 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1671 fi; \ 1672 shift; \ 1673 desc=$$1 count=$$2; \ 1674 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1675 color_start=$$3 color_end=$$std; \ 1676 else \ 1677 color_start= color_end=; \ 1678 fi; \ 1679 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1680 }; \ 1681 create_testsuite_report () \ 1682 { \ 1683 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1684 result_count $$1 "PASS: " $$pass "$$grn"; \ 1685 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1686 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1687 result_count $$1 "FAIL: " $$fail "$$red"; \ 1688 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1689 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1690 }; \ 1691 { \ 1692 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1693 $(am__rst_title); \ 1694 create_testsuite_report --no-color; \ 1695 echo; \ 1696 echo ".. contents:: :depth: 2"; \ 1697 echo; \ 1698 for b in $$bases; do echo $$b; done \ 1699 | $(am__create_global_log); \ 1700 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1701 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1702 if $$success; then \ 1703 col="$$grn"; \ 1704 else \ 1705 col="$$red"; \ 1706 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1707 fi; \ 1708 echo "$${col}$$br$${std}"; \ 1709 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ 1710 echo "$${col}$$br$${std}"; \ 1711 create_testsuite_report --maybe-color; \ 1712 echo "$$col$$br$$std"; \ 1713 if $$success; then :; else \ 1714 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1715 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1716 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1717 fi; \ 1718 echo "$$col$$br$$std"; \ 1719 fi; \ 1720 $$success || exit 1 1721 1722check-TESTS: 1723 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1724 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1725 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1726 @set +e; $(am__set_TESTS_bases); \ 1727 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1728 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1729 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1730 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1731 exit $$?; 1732recheck: all 1733 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1734 @set +e; $(am__set_TESTS_bases); \ 1735 bases=`for i in $$bases; do echo $$i; done \ 1736 | $(am__list_recheck_tests)` || exit 1; \ 1737 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1738 log_list=`echo $$log_list`; \ 1739 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1740 am__force_recheck=am--force-recheck \ 1741 TEST_LOGS="$$log_list"; \ 1742 exit $$? 1743tests.log: tests$(EXEEXT) 1744 @p='tests$(EXEEXT)'; \ 1745 b='tests'; \ 1746 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1747 --log-file $$b.log --trs-file $$b.trs \ 1748 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1749 "$$tst" $(AM_TESTS_FD_REDIRECT) 1750scripts/xvfb-piglit.sh.log: scripts/xvfb-piglit.sh 1751 @p='scripts/xvfb-piglit.sh'; \ 1752 b='scripts/xvfb-piglit.sh'; \ 1753 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1754 --log-file $$b.log --trs-file $$b.trs \ 1755 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1756 "$$tst" $(AM_TESTS_FD_REDIRECT) 1757scripts/xephyr-glamor-piglit.sh.log: scripts/xephyr-glamor-piglit.sh 1758 @p='scripts/xephyr-glamor-piglit.sh'; \ 1759 b='scripts/xephyr-glamor-piglit.sh'; \ 1760 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1761 --log-file $$b.log --trs-file $$b.trs \ 1762 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1763 "$$tst" $(AM_TESTS_FD_REDIRECT) 1764xi1-tests.log: xi1-tests 1765 @p='xi1-tests'; \ 1766 b='xi1-tests'; \ 1767 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1768 --log-file $$b.log --trs-file $$b.trs \ 1769 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1770 "$$tst" $(AM_TESTS_FD_REDIRECT) 1771xi2-tests.log: xi2-tests 1772 @p='xi2-tests'; \ 1773 b='xi2-tests'; \ 1774 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1775 --log-file $$b.log --trs-file $$b.trs \ 1776 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1777 "$$tst" $(AM_TESTS_FD_REDIRECT) 1778.test.log: 1779 @p='$<'; \ 1780 $(am__set_b); \ 1781 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1782 --log-file $$b.log --trs-file $$b.trs \ 1783 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1784 "$$tst" $(AM_TESTS_FD_REDIRECT) 1785@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1786@am__EXEEXT_TRUE@ @p='$<'; \ 1787@am__EXEEXT_TRUE@ $(am__set_b); \ 1788@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1789@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1790@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1791@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1792 1793distdir: $(BUILT_SOURCES) 1794 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1795 1796distdir-am: $(DISTFILES) 1797 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1798 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1799 list='$(DISTFILES)'; \ 1800 dist_files=`for file in $$list; do echo $$file; done | \ 1801 sed -e "s|^$$srcdirstrip/||;t" \ 1802 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1803 case $$dist_files in \ 1804 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1805 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1806 sort -u` ;; \ 1807 esac; \ 1808 for file in $$dist_files; do \ 1809 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1810 if test -d $$d/$$file; then \ 1811 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1812 if test -d "$(distdir)/$$file"; then \ 1813 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1814 fi; \ 1815 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1816 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1817 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1818 fi; \ 1819 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1820 else \ 1821 test -f "$(distdir)/$$file" \ 1822 || cp -p $$d/$$file "$(distdir)/$$file" \ 1823 || exit 1; \ 1824 fi; \ 1825 done 1826 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1827 if test "$$subdir" = .; then :; else \ 1828 $(am__make_dryrun) \ 1829 || test -d "$(distdir)/$$subdir" \ 1830 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1831 || exit 1; \ 1832 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1833 $(am__relativize); \ 1834 new_distdir=$$reldir; \ 1835 dir1=$$subdir; dir2="$(top_distdir)"; \ 1836 $(am__relativize); \ 1837 new_top_distdir=$$reldir; \ 1838 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1839 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1840 ($(am__cd) $$subdir && \ 1841 $(MAKE) $(AM_MAKEFLAGS) \ 1842 top_distdir="$$new_top_distdir" \ 1843 distdir="$$new_distdir" \ 1844 am__remove_distdir=: \ 1845 am__skip_length_check=: \ 1846 am__skip_mode_fix=: \ 1847 distdir) \ 1848 || exit 1; \ 1849 fi; \ 1850 done 1851check-am: all-am 1852 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1853check: $(BUILT_SOURCES) 1854 $(MAKE) $(AM_MAKEFLAGS) check-recursive 1855all-am: Makefile $(PROGRAMS) 1856installdirs: installdirs-recursive 1857installdirs-am: 1858install: $(BUILT_SOURCES) 1859 $(MAKE) $(AM_MAKEFLAGS) install-recursive 1860install-exec: install-exec-recursive 1861install-data: install-data-recursive 1862uninstall: uninstall-recursive 1863 1864install-am: all-am 1865 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1866 1867installcheck: installcheck-recursive 1868install-strip: 1869 if test -z '$(STRIP)'; then \ 1870 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1871 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1872 install; \ 1873 else \ 1874 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1875 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1876 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1877 fi 1878mostlyclean-generic: 1879 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1880 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1881 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1882 1883clean-generic: 1884 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1885 1886distclean-generic: 1887 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1888 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1889 1890maintainer-clean-generic: 1891 @echo "This command is intended for maintainers to use" 1892 @echo "it deletes files that may require special tools to rebuild." 1893 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1894clean: clean-recursive 1895 1896clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 1897 mostlyclean-am 1898 1899distclean: distclean-recursive 1900 -rm -f ./$(DEPDIR)/simple-xinit.Po 1901 -rm -f ./$(DEPDIR)/tests-fixes.Po 1902 -rm -f ./$(DEPDIR)/tests-hashtabletest.Po 1903 -rm -f ./$(DEPDIR)/tests-input.Po 1904 -rm -f ./$(DEPDIR)/tests-list.Po 1905 -rm -f ./$(DEPDIR)/tests-misc.Po 1906 -rm -f ./$(DEPDIR)/tests-protocol-common.Po 1907 -rm -f ./$(DEPDIR)/tests-protocol-eventconvert.Po 1908 -rm -f ./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1909 -rm -f ./$(DEPDIR)/tests-protocol-xigetclientpointer.Po 1910 -rm -f ./$(DEPDIR)/tests-protocol-xigetselectedevents.Po 1911 -rm -f ./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1912 -rm -f ./$(DEPDIR)/tests-protocol-xiquerydevice.Po 1913 -rm -f ./$(DEPDIR)/tests-protocol-xiquerypointer.Po 1914 -rm -f ./$(DEPDIR)/tests-protocol-xiqueryversion.Po 1915 -rm -f ./$(DEPDIR)/tests-protocol-xiselectevents.Po 1916 -rm -f ./$(DEPDIR)/tests-protocol-xisetclientpointer.Po 1917 -rm -f ./$(DEPDIR)/tests-protocol-xiwarppointer.Po 1918 -rm -f ./$(DEPDIR)/tests-sdksyms.Po 1919 -rm -f ./$(DEPDIR)/tests-signal-logging.Po 1920 -rm -f ./$(DEPDIR)/tests-string.Po 1921 -rm -f ./$(DEPDIR)/tests-test_xkb.Po 1922 -rm -f ./$(DEPDIR)/tests-tests-common.Po 1923 -rm -f ./$(DEPDIR)/tests-tests.Po 1924 -rm -f ./$(DEPDIR)/tests-touch.Po 1925 -rm -f ./$(DEPDIR)/tests-xfree86.Po 1926 -rm -f ./$(DEPDIR)/tests-xi2.Po 1927 -rm -f ./$(DEPDIR)/tests-xtest.Po 1928 -rm -f Makefile 1929distclean-am: clean-am distclean-compile distclean-generic \ 1930 distclean-tags 1931 1932dvi: dvi-recursive 1933 1934dvi-am: 1935 1936html: html-recursive 1937 1938html-am: 1939 1940info: info-recursive 1941 1942info-am: 1943 1944install-data-am: 1945 1946install-dvi: install-dvi-recursive 1947 1948install-dvi-am: 1949 1950install-exec-am: 1951 1952install-html: install-html-recursive 1953 1954install-html-am: 1955 1956install-info: install-info-recursive 1957 1958install-info-am: 1959 1960install-man: 1961 1962install-pdf: install-pdf-recursive 1963 1964install-pdf-am: 1965 1966install-ps: install-ps-recursive 1967 1968install-ps-am: 1969 1970installcheck-am: 1971 1972maintainer-clean: maintainer-clean-recursive 1973 -rm -f ./$(DEPDIR)/simple-xinit.Po 1974 -rm -f ./$(DEPDIR)/tests-fixes.Po 1975 -rm -f ./$(DEPDIR)/tests-hashtabletest.Po 1976 -rm -f ./$(DEPDIR)/tests-input.Po 1977 -rm -f ./$(DEPDIR)/tests-list.Po 1978 -rm -f ./$(DEPDIR)/tests-misc.Po 1979 -rm -f ./$(DEPDIR)/tests-protocol-common.Po 1980 -rm -f ./$(DEPDIR)/tests-protocol-eventconvert.Po 1981 -rm -f ./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1982 -rm -f ./$(DEPDIR)/tests-protocol-xigetclientpointer.Po 1983 -rm -f ./$(DEPDIR)/tests-protocol-xigetselectedevents.Po 1984 -rm -f ./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1985 -rm -f ./$(DEPDIR)/tests-protocol-xiquerydevice.Po 1986 -rm -f ./$(DEPDIR)/tests-protocol-xiquerypointer.Po 1987 -rm -f ./$(DEPDIR)/tests-protocol-xiqueryversion.Po 1988 -rm -f ./$(DEPDIR)/tests-protocol-xiselectevents.Po 1989 -rm -f ./$(DEPDIR)/tests-protocol-xisetclientpointer.Po 1990 -rm -f ./$(DEPDIR)/tests-protocol-xiwarppointer.Po 1991 -rm -f ./$(DEPDIR)/tests-sdksyms.Po 1992 -rm -f ./$(DEPDIR)/tests-signal-logging.Po 1993 -rm -f ./$(DEPDIR)/tests-string.Po 1994 -rm -f ./$(DEPDIR)/tests-test_xkb.Po 1995 -rm -f ./$(DEPDIR)/tests-tests-common.Po 1996 -rm -f ./$(DEPDIR)/tests-tests.Po 1997 -rm -f ./$(DEPDIR)/tests-touch.Po 1998 -rm -f ./$(DEPDIR)/tests-xfree86.Po 1999 -rm -f ./$(DEPDIR)/tests-xi2.Po 2000 -rm -f ./$(DEPDIR)/tests-xtest.Po 2001 -rm -f Makefile 2002maintainer-clean-am: distclean-am maintainer-clean-generic 2003 2004mostlyclean: mostlyclean-recursive 2005 2006mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 2007 mostlyclean-libtool 2008 2009pdf: pdf-recursive 2010 2011pdf-am: 2012 2013ps: ps-recursive 2014 2015ps-am: 2016 2017uninstall-am: 2018 2019.MAKE: $(am__recursive_targets) all check check-am install install-am \ 2020 install-strip 2021 2022.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 2023 am--depfiles check check-TESTS check-am clean clean-generic \ 2024 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 2025 ctags-am distclean distclean-compile distclean-generic \ 2026 distclean-libtool distclean-tags distdir dvi dvi-am html \ 2027 html-am info info-am install install-am install-data \ 2028 install-data-am install-dvi install-dvi-am install-exec \ 2029 install-exec-am install-html install-html-am install-info \ 2030 install-info-am install-man install-pdf install-pdf-am \ 2031 install-ps install-ps-am install-strip installcheck \ 2032 installcheck-am installdirs installdirs-am maintainer-clean \ 2033 maintainer-clean-generic mostlyclean mostlyclean-compile \ 2034 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 2035 recheck tags tags-am uninstall uninstall-am 2036 2037.PRECIOUS: Makefile 2038 2039 2040@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@xi1-tests: 2041@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'echo "ld -wrap support required for xi1 unit tests, skipping"' > $@ 2042@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'exit 77' >> $@ 2043@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ $(AM_V_GEN)chmod +x $@ 2044 2045@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@xi2-tests: 2046@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'echo "ld -wrap support required for xi2 unit tests, skipping"' > $@ 2047@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'exit 77' >> $@ 2048@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ $(AM_V_GEN)chmod +x $@ 2049 2050@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@sdksyms.c: $(top_builddir)/hw/xfree86/sdksyms.c 2051@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(AM_V_GEN)$(LN_S) $(top_builddir)/hw/xfree86/sdksyms.c 2052 2053# Tell versions [3.59,3.63) of GNU make to not export all variables. 2054# Otherwise a system limit (for SysV at least) may be exceeded. 2055.NOEXPORT: 2056