1# Makefile.in generated by automake 1.16.3 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` 544AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 545RECHECK_LOGS = $(TEST_LOGS) 546@ENABLE_UNIT_TESTS_TRUE@am__EXEEXT_1 = $(XVFB_TESTS) \ 547@ENABLE_UNIT_TESTS_TRUE@ $(XEPHYR_GLAMOR_TESTS) 548TEST_SUITE_LOG = test-suite.log 549TEST_EXTENSIONS = @EXEEXT@ .test 550LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 551LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 552am__set_b = \ 553 case '$@' in \ 554 */*) \ 555 case '$*' in \ 556 */*) b='$*';; \ 557 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 558 esac;; \ 559 *) \ 560 b='$*';; \ 561 esac 562am__test_logs1 = $(TESTS:=.log) 563am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 564TEST_LOGS = $(am__test_logs2:.test.log=.log) 565TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 566TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 567 $(TEST_LOG_FLAGS) 568DIST_SUBDIRS = . 569am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 570 $(top_srcdir)/test-driver README 571DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 572am__relativize = \ 573 dir0=`pwd`; \ 574 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 575 sed_rest='s,^[^/]*/*,,'; \ 576 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 577 sed_butlast='s,/*[^/]*$$,,'; \ 578 while test -n "$$dir1"; do \ 579 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 580 if test "$$first" != "."; then \ 581 if test "$$first" = ".."; then \ 582 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 583 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 584 else \ 585 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 586 if test "$$first2" = "$$first"; then \ 587 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 588 else \ 589 dir2="../$$dir2"; \ 590 fi; \ 591 dir0="$$dir0"/"$$first"; \ 592 fi; \ 593 fi; \ 594 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 595 done; \ 596 reldir="$$dir2" 597ACLOCAL = @ACLOCAL@ 598ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 599ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 600AMTAR = @AMTAR@ 601AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 602APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@ 603APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@ 604APP_MAN_DIR = @APP_MAN_DIR@ 605APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 606AR = @AR@ 607AS = @AS@ 608AUTOCONF = @AUTOCONF@ 609AUTOHEADER = @AUTOHEADER@ 610AUTOMAKE = @AUTOMAKE@ 611AWK = @AWK@ 612BASE_CFLAGS = @BASE_CFLAGS@ 613BASE_FONT_PATH = @BASE_FONT_PATH@ 614BUILD_DATE = @BUILD_DATE@ 615BUILD_TIME = @BUILD_TIME@ 616BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@ 617BUNDLE_VERSION = @BUNDLE_VERSION@ 618BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@ 619CC = @CC@ 620CCAS = @CCAS@ 621CCASDEPMODE = @CCASDEPMODE@ 622CCASFLAGS = @CCASFLAGS@ 623CCDEPMODE = @CCDEPMODE@ 624CFLAGS = @CFLAGS@ 625CHANGELOG_CMD = @CHANGELOG_CMD@ 626COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@ 627CPP = @CPP@ 628CPPFLAGS = @CPPFLAGS@ 629CWARNFLAGS = @CWARNFLAGS@ 630CYGPATH_W = @CYGPATH_W@ 631DBUS_CFLAGS = @DBUS_CFLAGS@ 632DBUS_LIBS = @DBUS_LIBS@ 633DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@ 634DEFAULT_LOGDIR = @DEFAULT_LOGDIR@ 635DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@ 636DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@ 637DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@ 638DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@ 639DEFS = @DEFS@ 640DEPDIR = @DEPDIR@ 641DGA_CFLAGS = @DGA_CFLAGS@ 642DGA_LIBS = @DGA_LIBS@ 643DIX_CFLAGS = @DIX_CFLAGS@ 644DIX_LIB = @DIX_LIB@ 645DLLTOOL = @DLLTOOL@ 646DLOPEN_LIBS = @DLOPEN_LIBS@ 647DMXEXAMPLES_DEP_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@ 648DMXEXAMPLES_DEP_LIBS = @DMXEXAMPLES_DEP_LIBS@ 649DMXMODULES_CFLAGS = @DMXMODULES_CFLAGS@ 650DMXMODULES_LIBS = @DMXMODULES_LIBS@ 651DMXXIEXAMPLES_DEP_CFLAGS = @DMXXIEXAMPLES_DEP_CFLAGS@ 652DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@ 653DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@ 654DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@ 655DOT = @DOT@ 656DOXYGEN = @DOXYGEN@ 657DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@ 658DRI2PROTO_LIBS = @DRI2PROTO_LIBS@ 659DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@ 660DRI3PROTO_LIBS = @DRI3PROTO_LIBS@ 661DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 662DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 663DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 664DSYMUTIL = @DSYMUTIL@ 665DTRACE = @DTRACE@ 666DUMPBIN = @DUMPBIN@ 667ECHO_C = @ECHO_C@ 668ECHO_N = @ECHO_N@ 669ECHO_T = @ECHO_T@ 670EGREP = @EGREP@ 671EXEEXT = @EXEEXT@ 672FGREP = @FGREP@ 673FILE_MAN_DIR = @FILE_MAN_DIR@ 674FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 675FONT100DPIDIR = @FONT100DPIDIR@ 676FONT75DPIDIR = @FONT75DPIDIR@ 677FONTMISCDIR = @FONTMISCDIR@ 678FONTOTFDIR = @FONTOTFDIR@ 679FONTROOTDIR = @FONTROOTDIR@ 680FONTTTFDIR = @FONTTTFDIR@ 681FONTTYPE1DIR = @FONTTYPE1DIR@ 682FOP = @FOP@ 683GBM_CFLAGS = @GBM_CFLAGS@ 684GBM_LIBS = @GBM_LIBS@ 685GLAMOR_CFLAGS = @GLAMOR_CFLAGS@ 686GLAMOR_LIBS = @GLAMOR_LIBS@ 687GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@ 688GLX_DEFINES = @GLX_DEFINES@ 689GLX_SYS_LIBS = @GLX_SYS_LIBS@ 690GL_CFLAGS = @GL_CFLAGS@ 691GL_LIBS = @GL_LIBS@ 692GREP = @GREP@ 693HAL_CFLAGS = @HAL_CFLAGS@ 694HAL_LIBS = @HAL_LIBS@ 695HAVE_DOT = @HAVE_DOT@ 696INSTALL = @INSTALL@ 697INSTALL_CMD = @INSTALL_CMD@ 698INSTALL_DATA = @INSTALL_DATA@ 699INSTALL_PROGRAM = @INSTALL_PROGRAM@ 700INSTALL_SCRIPT = @INSTALL_SCRIPT@ 701INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 702KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ 703KDRIVE_INCS = @KDRIVE_INCS@ 704KDRIVE_LIBS = @KDRIVE_LIBS@ 705KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@ 706KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@ 707KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@ 708KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@ 709KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@ 710KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@ 711KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@ 712LD = @LD@ 713LDFLAGS = @LDFLAGS@ 714LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@ 715LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ 716LEX = @LEX@ 717LEXLIB = @LEXLIB@ 718LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 719LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 720LIBDRM_LIBS = @LIBDRM_LIBS@ 721LIBOBJS = @LIBOBJS@ 722LIBS = @LIBS@ 723LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@ 724LIBSHA1_LIBS = @LIBSHA1_LIBS@ 725LIBTOOL = @LIBTOOL@ 726LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ 727LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ 728LIB_MAN_DIR = @LIB_MAN_DIR@ 729LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 730LIPO = @LIPO@ 731LN_S = @LN_S@ 732LTLIBOBJS = @LTLIBOBJS@ 733LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 734MAIN_LIB = @MAIN_LIB@ 735MAKEINFO = @MAKEINFO@ 736MANIFEST_TOOL = @MANIFEST_TOOL@ 737MAN_SUBSTS = @MAN_SUBSTS@ 738MISC_MAN_DIR = @MISC_MAN_DIR@ 739MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 740MKDIR_P = @MKDIR_P@ 741NM = @NM@ 742NMEDIT = @NMEDIT@ 743OBJC = @OBJC@ 744OBJCCLD = @OBJCCLD@ 745OBJCDEPMODE = @OBJCDEPMODE@ 746OBJCFLAGS = @OBJCFLAGS@ 747OBJCLINK = @OBJCLINK@ 748OBJDUMP = @OBJDUMP@ 749OBJEXT = @OBJEXT@ 750OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 751OPENSSL_LIBS = @OPENSSL_LIBS@ 752OS_LIB = @OS_LIB@ 753OTOOL = @OTOOL@ 754OTOOL64 = @OTOOL64@ 755PACKAGE = @PACKAGE@ 756PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 757PACKAGE_NAME = @PACKAGE_NAME@ 758PACKAGE_STRING = @PACKAGE_STRING@ 759PACKAGE_TARNAME = @PACKAGE_TARNAME@ 760PACKAGE_URL = @PACKAGE_URL@ 761PACKAGE_VERSION = @PACKAGE_VERSION@ 762PATH_SEPARATOR = @PATH_SEPARATOR@ 763PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 764PCIACCESS_LIBS = @PCIACCESS_LIBS@ 765PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ 766PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 767PIXMAN_LIBS = @PIXMAN_LIBS@ 768PKG_CONFIG = @PKG_CONFIG@ 769PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 770PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 771PROJECTROOT = @PROJECTROOT@ 772PTHREAD_CC = @PTHREAD_CC@ 773PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 774PTHREAD_LIBS = @PTHREAD_LIBS@ 775PYTHON3 = @PYTHON3@ 776RANLIB = @RANLIB@ 777RAWCPP = @RAWCPP@ 778RAWCPPFLAGS = @RAWCPPFLAGS@ 779RELEASE_DATE = @RELEASE_DATE@ 780SCANNER_ARG = @SCANNER_ARG@ 781SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@ 782SED = @SED@ 783SELINUX_CFLAGS = @SELINUX_CFLAGS@ 784SELINUX_LIBS = @SELINUX_LIBS@ 785SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@ 786SET_MAKE = @SET_MAKE@ 787SHA1_CFLAGS = @SHA1_CFLAGS@ 788SHA1_LIBS = @SHA1_LIBS@ 789SHELL = @SHELL@ 790SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@ 791STRICT_CFLAGS = @STRICT_CFLAGS@ 792STRIP = @STRIP@ 793STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 794SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@ 795SYSCONFDIR = @SYSCONFDIR@ 796SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@ 797SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@ 798TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 799UDEV_CFLAGS = @UDEV_CFLAGS@ 800UDEV_LIBS = @UDEV_LIBS@ 801UTILS_SYS_LIBS = @UTILS_SYS_LIBS@ 802VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@ 803VERSION = @VERSION@ 804WAYLAND_EGLSTREAM_CFLAGS = @WAYLAND_EGLSTREAM_CFLAGS@ 805WAYLAND_EGLSTREAM_DATADIR = @WAYLAND_EGLSTREAM_DATADIR@ 806WAYLAND_EGLSTREAM_LIBS = @WAYLAND_EGLSTREAM_LIBS@ 807WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@ 808WAYLAND_SCANNER = @WAYLAND_SCANNER@ 809WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@ 810WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@ 811WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@ 812WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@ 813WINDOWSWM_CFLAGS = @WINDOWSWM_CFLAGS@ 814WINDOWSWM_LIBS = @WINDOWSWM_LIBS@ 815WINDRES = @WINDRES@ 816X11EXAMPLES_DEP_CFLAGS = @X11EXAMPLES_DEP_CFLAGS@ 817X11EXAMPLES_DEP_LIBS = @X11EXAMPLES_DEP_LIBS@ 818XCONFIGDIR = @XCONFIGDIR@ 819XCONFIGFILE = @XCONFIGFILE@ 820XDMCP_CFLAGS = @XDMCP_CFLAGS@ 821XDMCP_LIBS = @XDMCP_LIBS@ 822XDMXCONFIG_DEP_CFLAGS = @XDMXCONFIG_DEP_CFLAGS@ 823XDMXCONFIG_DEP_LIBS = @XDMXCONFIG_DEP_LIBS@ 824XDMX_CFLAGS = @XDMX_CFLAGS@ 825XDMX_LIBS = @XDMX_LIBS@ 826XDMX_SYS_LIBS = @XDMX_SYS_LIBS@ 827XEPHYR_CFLAGS = @XEPHYR_CFLAGS@ 828XEPHYR_INCS = @XEPHYR_INCS@ 829XEPHYR_LIBS = @XEPHYR_LIBS@ 830XF86CONFIGDIR = @XF86CONFIGDIR@ 831XF86CONFIGFILE = @XF86CONFIGFILE@ 832XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@ 833XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@ 834XKB_COMPILED_DIR = @XKB_COMPILED_DIR@ 835XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@ 836XKB_DFLT_MODEL = @XKB_DFLT_MODEL@ 837XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@ 838XKB_DFLT_RULES = @XKB_DFLT_RULES@ 839XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@ 840XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@ 841XLIB_CFLAGS = @XLIB_CFLAGS@ 842XLIB_LIBS = @XLIB_LIBS@ 843XMLTO = @XMLTO@ 844XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@ 845XNESTMODULES_LIBS = @XNESTMODULES_LIBS@ 846XNEST_LIBS = @XNEST_LIBS@ 847XNEST_SYS_LIBS = @XNEST_SYS_LIBS@ 848XORG_CFLAGS = @XORG_CFLAGS@ 849XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@ 850XORG_INCS = @XORG_INCS@ 851XORG_LIBS = @XORG_LIBS@ 852XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 853XORG_MAN_PAGE = @XORG_MAN_PAGE@ 854XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@ 855XORG_MODULES_LIBS = @XORG_MODULES_LIBS@ 856XORG_OS_SUBDIR = @XORG_OS_SUBDIR@ 857XORG_SGML_PATH = @XORG_SGML_PATH@ 858XORG_SYS_LIBS = @XORG_SYS_LIBS@ 859XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@ 860XPBPROXY_LIBS = @XPBPROXY_LIBS@ 861XQUARTZ_LIBS = @XQUARTZ_LIBS@ 862XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@ 863XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@ 864XRESEXAMPLES_DEP_CFLAGS = @XRESEXAMPLES_DEP_CFLAGS@ 865XRESEXAMPLES_DEP_LIBS = @XRESEXAMPLES_DEP_LIBS@ 866XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@ 867XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@ 868XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@ 869XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@ 870XSERVER_LIBS = @XSERVER_LIBS@ 871XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@ 872XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@ 873XSHMFENCE_LIBS = @XSHMFENCE_LIBS@ 874XSLTPROC = @XSLTPROC@ 875XSL_STYLESHEET = @XSL_STYLESHEET@ 876XTSTEXAMPLES_DEP_CFLAGS = @XTSTEXAMPLES_DEP_CFLAGS@ 877XTSTEXAMPLES_DEP_LIBS = @XTSTEXAMPLES_DEP_LIBS@ 878XVFB_LIBS = @XVFB_LIBS@ 879XVFB_SYS_LIBS = @XVFB_SYS_LIBS@ 880XWAYLANDMODULES_CFLAGS = @XWAYLANDMODULES_CFLAGS@ 881XWAYLANDMODULES_LIBS = @XWAYLANDMODULES_LIBS@ 882XWAYLAND_LIBS = @XWAYLAND_LIBS@ 883XWAYLAND_SYS_LIBS = @XWAYLAND_SYS_LIBS@ 884XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@ 885XWINMODULES_LIBS = @XWINMODULES_LIBS@ 886XWIN_LIBS = @XWIN_LIBS@ 887XWIN_SERVER_NAME = @XWIN_SERVER_NAME@ 888XWIN_SYS_LIBS = @XWIN_SYS_LIBS@ 889YACC = @YACC@ 890YFLAGS = @YFLAGS@ 891abi_ansic = @abi_ansic@ 892abi_extension = @abi_extension@ 893abi_videodrv = @abi_videodrv@ 894abi_xinput = @abi_xinput@ 895abs_builddir = @abs_builddir@ 896abs_srcdir = @abs_srcdir@ 897abs_top_builddir = @abs_top_builddir@ 898abs_top_srcdir = @abs_top_srcdir@ 899ac_ct_AR = @ac_ct_AR@ 900ac_ct_CC = @ac_ct_CC@ 901ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 902am__include = @am__include@ 903am__leading_dot = @am__leading_dot@ 904am__quote = @am__quote@ 905am__tar = @am__tar@ 906am__untar = @am__untar@ 907ax_pthread_config = @ax_pthread_config@ 908bindir = @bindir@ 909build = @build@ 910build_alias = @build_alias@ 911build_cpu = @build_cpu@ 912build_os = @build_os@ 913build_vendor = @build_vendor@ 914builddir = @builddir@ 915datadir = @datadir@ 916datarootdir = @datarootdir@ 917docdir = @docdir@ 918driverdir = @driverdir@ 919dvidir = @dvidir@ 920exec_prefix = @exec_prefix@ 921extdir = @extdir@ 922host = @host@ 923host_alias = @host_alias@ 924host_cpu = @host_cpu@ 925host_os = @host_os@ 926host_vendor = @host_vendor@ 927htmldir = @htmldir@ 928includedir = @includedir@ 929infodir = @infodir@ 930install_sh = @install_sh@ 931libdir = @libdir@ 932libexecdir = @libexecdir@ 933localedir = @localedir@ 934localstatedir = @localstatedir@ 935logdir = @logdir@ 936mandir = @mandir@ 937mkdir_p = @mkdir_p@ 938moduledir = @moduledir@ 939oldincludedir = @oldincludedir@ 940pdfdir = @pdfdir@ 941prefix = @prefix@ 942program_transform_name = @program_transform_name@ 943psdir = @psdir@ 944runstatedir = @runstatedir@ 945sbindir = @sbindir@ 946sdkdir = @sdkdir@ 947sharedstatedir = @sharedstatedir@ 948srcdir = @srcdir@ 949symbol_visibility = @symbol_visibility@ 950sysconfdir = @sysconfdir@ 951sysconfigdir = @sysconfigdir@ 952target_alias = @target_alias@ 953top_build_prefix = @top_build_prefix@ 954top_builddir = @top_builddir@ 955top_srcdir = @top_srcdir@ 956@ENABLE_UNIT_TESTS_TRUE@SUBDIRS = . 957@ENABLE_UNIT_TESTS_TRUE@AM_CFLAGS = $(DIX_CFLAGS) @XORG_CFLAGS@ 958@ENABLE_UNIT_TESTS_TRUE@AM_CPPFLAGS = $(XORG_INCS) $(am__append_1) 959@ENABLE_UNIT_TESTS_TRUE@tests_CPPFLAGS = $(am__append_2) \ 960@ENABLE_UNIT_TESTS_TRUE@ $(am__append_5) $(am__append_6) 961@ENABLE_UNIT_TESTS_TRUE@CLEANFILES = $(am__append_9) $(am__append_13) 962@ENABLE_UNIT_TESTS_TRUE@tests_SOURCES = tests-common.c tests-common.h \ 963@ENABLE_UNIT_TESTS_TRUE@ list.c string.c tests.c tests.h \ 964@ENABLE_UNIT_TESTS_TRUE@ $(am__append_3) $(am__append_4) \ 965@ENABLE_UNIT_TESTS_TRUE@ $(am__append_7) 966@ENABLE_UNIT_TESTS_TRUE@@XVFB_TRUE@XVFB_TESTS = scripts/xvfb-piglit.sh 967@ENABLE_UNIT_TESTS_TRUE@@GLAMOR_TRUE@@XEPHYR_TRUE@@XVFB_TRUE@XEPHYR_GLAMOR_TESTS = scripts/xephyr-glamor-piglit.sh 968@ENABLE_UNIT_TESTS_TRUE@SCRIPT_TESTS = \ 969@ENABLE_UNIT_TESTS_TRUE@ $(XVFB_TESTS) \ 970@ENABLE_UNIT_TESTS_TRUE@ $(XEPHYR_GLAMOR_TESTS) \ 971@ENABLE_UNIT_TESTS_TRUE@ $(NULL) 972 973@ENABLE_UNIT_TESTS_TRUE@TESTS_ENVIRONMENT = \ 974@ENABLE_UNIT_TESTS_TRUE@ XSERVER_DIR=$(abs_top_srcdir) \ 975@ENABLE_UNIT_TESTS_TRUE@ XSERVER_BUILDDIR=$(abs_top_builddir) \ 976@ENABLE_UNIT_TESTS_TRUE@ $(XORG_MALLOC_DEBUG_ENV) \ 977@ENABLE_UNIT_TESTS_TRUE@ $(NULL) 978 979 980# GNU LD scans only in one direction, add the following dependencies at the end 981# so as they get picked up by the previously-linked libraries 982@ENABLE_UNIT_TESTS_TRUE@tests_LDADD = $(am__append_10) \ 983@ENABLE_UNIT_TESTS_TRUE@ $(am__append_11) $(am__append_12) \ 984@ENABLE_UNIT_TESTS_TRUE@ $(am__append_14) $(am__append_15) \ 985@ENABLE_UNIT_TESTS_TRUE@ $(am__append_16) $(XORG_SYS_LIBS) \ 986@ENABLE_UNIT_TESTS_TRUE@ $(XSERVER_SYS_LIBS) $(GLX_SYS_LIBS) 987@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@tests_LDFLAGS = \ 988@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupWindow \ 989@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupClient \ 990@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,WriteToClient \ 991@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupWindow \ 992@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,XISetEventMask \ 993@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,AddResource \ 994@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,GrabButton \ 995@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ $() 996 997@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@nodist_tests_SOURCES = sdksyms.c 998@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@BUILT_SOURCES = sdksyms.c 999EXTRA_DIST = \ 1000 scripts/xvfb-piglit.sh \ 1001 scripts/xephyr-glamor-piglit.sh \ 1002 scripts/xinit-piglit-session.sh \ 1003 scripts/run-piglit.sh \ 1004 $(NULL) 1005 1006all: $(BUILT_SOURCES) 1007 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1008 1009.SUFFIXES: 1010.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 1011$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 1012 @for dep in $?; do \ 1013 case '$(am__configure_deps)' in \ 1014 *$$dep*) \ 1015 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 1016 && { if test -f $@; then exit 0; else break; fi; }; \ 1017 exit 1;; \ 1018 esac; \ 1019 done; \ 1020 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ 1021 $(am__cd) $(top_srcdir) && \ 1022 $(AUTOMAKE) --foreign test/Makefile 1023Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1024 @case '$?' in \ 1025 *config.status*) \ 1026 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 1027 *) \ 1028 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 1029 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 1030 esac; 1031 1032$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1033 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1034 1035$(top_srcdir)/configure: $(am__configure_deps) 1036 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1037$(ACLOCAL_M4): $(am__aclocal_m4_deps) 1038 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1039$(am__aclocal_m4_deps): 1040 1041clean-noinstPROGRAMS: 1042 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 1043 echo " rm -f" $$list; \ 1044 rm -f $$list || exit $$?; \ 1045 test -n "$(EXEEXT)" || exit 0; \ 1046 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1047 echo " rm -f" $$list; \ 1048 rm -f $$list 1049 1050simple-xinit$(EXEEXT): $(simple_xinit_OBJECTS) $(simple_xinit_DEPENDENCIES) $(EXTRA_simple_xinit_DEPENDENCIES) 1051 @rm -f simple-xinit$(EXEEXT) 1052 $(AM_V_CCLD)$(LINK) $(simple_xinit_OBJECTS) $(simple_xinit_LDADD) $(LIBS) 1053 1054tests$(EXEEXT): $(tests_OBJECTS) $(tests_DEPENDENCIES) $(EXTRA_tests_DEPENDENCIES) 1055 @rm -f tests$(EXEEXT) 1056 $(AM_V_CCLD)$(tests_LINK) $(tests_OBJECTS) $(tests_LDADD) $(LIBS) 1057 1058mostlyclean-compile: 1059 -rm -f *.$(OBJEXT) 1060 1061distclean-compile: 1062 -rm -f *.tab.c 1063 1064@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple-xinit.Po@am__quote@ # am--include-marker 1065@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-fixes.Po@am__quote@ # am--include-marker 1066@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-hashtabletest.Po@am__quote@ # am--include-marker 1067@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-input.Po@am__quote@ # am--include-marker 1068@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-list.Po@am__quote@ # am--include-marker 1069@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-misc.Po@am__quote@ # am--include-marker 1070@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-common.Po@am__quote@ # am--include-marker 1071@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-eventconvert.Po@am__quote@ # am--include-marker 1072@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po@am__quote@ # am--include-marker 1073@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xigetclientpointer.Po@am__quote@ # am--include-marker 1074@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xigetselectedevents.Po@am__quote@ # am--include-marker 1075@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po@am__quote@ # am--include-marker 1076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiquerydevice.Po@am__quote@ # am--include-marker 1077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiquerypointer.Po@am__quote@ # am--include-marker 1078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiqueryversion.Po@am__quote@ # am--include-marker 1079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiselectevents.Po@am__quote@ # am--include-marker 1080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xisetclientpointer.Po@am__quote@ # am--include-marker 1081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-protocol-xiwarppointer.Po@am__quote@ # am--include-marker 1082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-sdksyms.Po@am__quote@ # am--include-marker 1083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-signal-logging.Po@am__quote@ # am--include-marker 1084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-string.Po@am__quote@ # am--include-marker 1085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-test_xkb.Po@am__quote@ # am--include-marker 1086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-tests-common.Po@am__quote@ # am--include-marker 1087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-tests.Po@am__quote@ # am--include-marker 1088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-touch.Po@am__quote@ # am--include-marker 1089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-xfree86.Po@am__quote@ # am--include-marker 1090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-xi2.Po@am__quote@ # am--include-marker 1091@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-xtest.Po@am__quote@ # am--include-marker 1092 1093$(am__depfiles_remade): 1094 @$(MKDIR_P) $(@D) 1095 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 1096 1097am--depfiles: $(am__depfiles_remade) 1098 1099.c.o: 1100@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1101@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1102@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1103@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1104@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1105 1106.c.obj: 1107@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 1108@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1109@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1110@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1111@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1112 1113.c.lo: 1114@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1115@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1116@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1117@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1118@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1119 1120tests-tests-common.o: tests-common.c 1121@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 1122@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests-common.Tpo $(DEPDIR)/tests-tests-common.Po 1123@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests-common.c' object='tests-tests-common.o' libtool=no @AMDEPBACKSLASH@ 1124@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1125@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 1126 1127tests-tests-common.obj: tests-common.c 1128@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` 1129@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests-common.Tpo $(DEPDIR)/tests-tests-common.Po 1130@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests-common.c' object='tests-tests-common.obj' libtool=no @AMDEPBACKSLASH@ 1131@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1132@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` 1133 1134tests-list.o: list.c 1135@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 1136@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-list.Tpo $(DEPDIR)/tests-list.Po 1137@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='list.c' object='tests-list.o' libtool=no @AMDEPBACKSLASH@ 1138@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1139@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 1140 1141tests-list.obj: list.c 1142@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` 1143@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-list.Tpo $(DEPDIR)/tests-list.Po 1144@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='list.c' object='tests-list.obj' libtool=no @AMDEPBACKSLASH@ 1145@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1146@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` 1147 1148tests-string.o: string.c 1149@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 1150@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-string.Tpo $(DEPDIR)/tests-string.Po 1151@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string.c' object='tests-string.o' libtool=no @AMDEPBACKSLASH@ 1152@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1153@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 1154 1155tests-string.obj: string.c 1156@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` 1157@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-string.Tpo $(DEPDIR)/tests-string.Po 1158@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string.c' object='tests-string.obj' libtool=no @AMDEPBACKSLASH@ 1159@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1160@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` 1161 1162tests-tests.o: tests.c 1163@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 1164@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests.Tpo $(DEPDIR)/tests-tests.Po 1165@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests.c' object='tests-tests.o' libtool=no @AMDEPBACKSLASH@ 1166@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1167@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 1168 1169tests-tests.obj: tests.c 1170@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` 1171@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-tests.Tpo $(DEPDIR)/tests-tests.Po 1172@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tests.c' object='tests-tests.obj' libtool=no @AMDEPBACKSLASH@ 1173@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1174@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` 1175 1176tests-fixes.o: fixes.c 1177@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 1178@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-fixes.Tpo $(DEPDIR)/tests-fixes.Po 1179@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fixes.c' object='tests-fixes.o' libtool=no @AMDEPBACKSLASH@ 1180@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1181@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 1182 1183tests-fixes.obj: fixes.c 1184@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` 1185@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-fixes.Tpo $(DEPDIR)/tests-fixes.Po 1186@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fixes.c' object='tests-fixes.obj' libtool=no @AMDEPBACKSLASH@ 1187@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1188@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` 1189 1190tests-input.o: input.c 1191@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 1192@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-input.Tpo $(DEPDIR)/tests-input.Po 1193@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input.c' object='tests-input.o' libtool=no @AMDEPBACKSLASH@ 1194@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1195@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 1196 1197tests-input.obj: input.c 1198@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` 1199@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-input.Tpo $(DEPDIR)/tests-input.Po 1200@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input.c' object='tests-input.obj' libtool=no @AMDEPBACKSLASH@ 1201@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1202@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` 1203 1204tests-misc.o: misc.c 1205@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 1206@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-misc.Tpo $(DEPDIR)/tests-misc.Po 1207@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc.c' object='tests-misc.o' libtool=no @AMDEPBACKSLASH@ 1208@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1209@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 1210 1211tests-misc.obj: misc.c 1212@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` 1213@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-misc.Tpo $(DEPDIR)/tests-misc.Po 1214@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc.c' object='tests-misc.obj' libtool=no @AMDEPBACKSLASH@ 1215@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1216@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` 1217 1218tests-signal-logging.o: signal-logging.c 1219@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 1220@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-signal-logging.Tpo $(DEPDIR)/tests-signal-logging.Po 1221@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='signal-logging.c' object='tests-signal-logging.o' libtool=no @AMDEPBACKSLASH@ 1222@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1223@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 1224 1225tests-signal-logging.obj: signal-logging.c 1226@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` 1227@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-signal-logging.Tpo $(DEPDIR)/tests-signal-logging.Po 1228@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='signal-logging.c' object='tests-signal-logging.obj' libtool=no @AMDEPBACKSLASH@ 1229@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1230@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` 1231 1232tests-touch.o: touch.c 1233@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 1234@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-touch.Tpo $(DEPDIR)/tests-touch.Po 1235@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='touch.c' object='tests-touch.o' libtool=no @AMDEPBACKSLASH@ 1236@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1237@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 1238 1239tests-touch.obj: touch.c 1240@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` 1241@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-touch.Tpo $(DEPDIR)/tests-touch.Po 1242@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='touch.c' object='tests-touch.obj' libtool=no @AMDEPBACKSLASH@ 1243@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1244@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` 1245 1246tests-xfree86.o: xfree86.c 1247@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 1248@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xfree86.Tpo $(DEPDIR)/tests-xfree86.Po 1249@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfree86.c' object='tests-xfree86.o' libtool=no @AMDEPBACKSLASH@ 1250@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1251@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 1252 1253tests-xfree86.obj: xfree86.c 1254@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` 1255@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xfree86.Tpo $(DEPDIR)/tests-xfree86.Po 1256@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfree86.c' object='tests-xfree86.obj' libtool=no @AMDEPBACKSLASH@ 1257@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1258@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` 1259 1260tests-test_xkb.o: test_xkb.c 1261@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 1262@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-test_xkb.Tpo $(DEPDIR)/tests-test_xkb.Po 1263@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_xkb.c' object='tests-test_xkb.o' libtool=no @AMDEPBACKSLASH@ 1264@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1265@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 1266 1267tests-test_xkb.obj: test_xkb.c 1268@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` 1269@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-test_xkb.Tpo $(DEPDIR)/tests-test_xkb.Po 1270@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_xkb.c' object='tests-test_xkb.obj' libtool=no @AMDEPBACKSLASH@ 1271@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1272@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` 1273 1274tests-xtest.o: xtest.c 1275@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 1276@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xtest.Tpo $(DEPDIR)/tests-xtest.Po 1277@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xtest.c' object='tests-xtest.o' libtool=no @AMDEPBACKSLASH@ 1278@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1279@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 1280 1281tests-xtest.obj: xtest.c 1282@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` 1283@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xtest.Tpo $(DEPDIR)/tests-xtest.Po 1284@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xtest.c' object='tests-xtest.obj' libtool=no @AMDEPBACKSLASH@ 1285@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1286@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` 1287 1288tests-hashtabletest.o: hashtabletest.c 1289@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 1290@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-hashtabletest.Tpo $(DEPDIR)/tests-hashtabletest.Po 1291@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashtabletest.c' object='tests-hashtabletest.o' libtool=no @AMDEPBACKSLASH@ 1292@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1293@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 1294 1295tests-hashtabletest.obj: hashtabletest.c 1296@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` 1297@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-hashtabletest.Tpo $(DEPDIR)/tests-hashtabletest.Po 1298@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashtabletest.c' object='tests-hashtabletest.obj' libtool=no @AMDEPBACKSLASH@ 1299@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1300@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` 1301 1302tests-protocol-xchangedevicecontrol.o: xi1/protocol-xchangedevicecontrol.c 1303@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 1304@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xchangedevicecontrol.Tpo $(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1305@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi1/protocol-xchangedevicecontrol.c' object='tests-protocol-xchangedevicecontrol.o' libtool=no @AMDEPBACKSLASH@ 1306@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1307@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 1308 1309tests-protocol-xchangedevicecontrol.obj: xi1/protocol-xchangedevicecontrol.c 1310@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` 1311@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xchangedevicecontrol.Tpo $(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1312@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi1/protocol-xchangedevicecontrol.c' object='tests-protocol-xchangedevicecontrol.obj' libtool=no @AMDEPBACKSLASH@ 1313@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1314@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` 1315 1316tests-protocol-common.o: xi2/protocol-common.c 1317@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 1318@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-common.Tpo $(DEPDIR)/tests-protocol-common.Po 1319@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-common.c' object='tests-protocol-common.o' libtool=no @AMDEPBACKSLASH@ 1320@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1321@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 1322 1323tests-protocol-common.obj: xi2/protocol-common.c 1324@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` 1325@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-common.Tpo $(DEPDIR)/tests-protocol-common.Po 1326@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-common.c' object='tests-protocol-common.obj' libtool=no @AMDEPBACKSLASH@ 1327@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1328@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` 1329 1330tests-protocol-xiqueryversion.o: xi2/protocol-xiqueryversion.c 1331@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 1332@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiqueryversion.Tpo $(DEPDIR)/tests-protocol-xiqueryversion.Po 1333@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiqueryversion.c' object='tests-protocol-xiqueryversion.o' libtool=no @AMDEPBACKSLASH@ 1334@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1335@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 1336 1337tests-protocol-xiqueryversion.obj: xi2/protocol-xiqueryversion.c 1338@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` 1339@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiqueryversion.Tpo $(DEPDIR)/tests-protocol-xiqueryversion.Po 1340@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiqueryversion.c' object='tests-protocol-xiqueryversion.obj' libtool=no @AMDEPBACKSLASH@ 1341@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1342@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` 1343 1344tests-protocol-xiquerydevice.o: xi2/protocol-xiquerydevice.c 1345@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 1346@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerydevice.Tpo $(DEPDIR)/tests-protocol-xiquerydevice.Po 1347@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerydevice.c' object='tests-protocol-xiquerydevice.o' libtool=no @AMDEPBACKSLASH@ 1348@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1349@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 1350 1351tests-protocol-xiquerydevice.obj: xi2/protocol-xiquerydevice.c 1352@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` 1353@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerydevice.Tpo $(DEPDIR)/tests-protocol-xiquerydevice.Po 1354@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerydevice.c' object='tests-protocol-xiquerydevice.obj' libtool=no @AMDEPBACKSLASH@ 1355@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1356@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` 1357 1358tests-protocol-xiselectevents.o: xi2/protocol-xiselectevents.c 1359@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 1360@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiselectevents.Tpo $(DEPDIR)/tests-protocol-xiselectevents.Po 1361@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiselectevents.c' object='tests-protocol-xiselectevents.o' libtool=no @AMDEPBACKSLASH@ 1362@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1363@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 1364 1365tests-protocol-xiselectevents.obj: xi2/protocol-xiselectevents.c 1366@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` 1367@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiselectevents.Tpo $(DEPDIR)/tests-protocol-xiselectevents.Po 1368@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiselectevents.c' object='tests-protocol-xiselectevents.obj' libtool=no @AMDEPBACKSLASH@ 1369@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1370@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` 1371 1372tests-protocol-xigetselectedevents.o: xi2/protocol-xigetselectedevents.c 1373@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 1374@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetselectedevents.Tpo $(DEPDIR)/tests-protocol-xigetselectedevents.Po 1375@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetselectedevents.c' object='tests-protocol-xigetselectedevents.o' libtool=no @AMDEPBACKSLASH@ 1376@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1377@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 1378 1379tests-protocol-xigetselectedevents.obj: xi2/protocol-xigetselectedevents.c 1380@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` 1381@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetselectedevents.Tpo $(DEPDIR)/tests-protocol-xigetselectedevents.Po 1382@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetselectedevents.c' object='tests-protocol-xigetselectedevents.obj' libtool=no @AMDEPBACKSLASH@ 1383@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1384@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` 1385 1386tests-protocol-xisetclientpointer.o: xi2/protocol-xisetclientpointer.c 1387@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 1388@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xisetclientpointer.Tpo $(DEPDIR)/tests-protocol-xisetclientpointer.Po 1389@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xisetclientpointer.c' object='tests-protocol-xisetclientpointer.o' libtool=no @AMDEPBACKSLASH@ 1390@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1391@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 1392 1393tests-protocol-xisetclientpointer.obj: xi2/protocol-xisetclientpointer.c 1394@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` 1395@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xisetclientpointer.Tpo $(DEPDIR)/tests-protocol-xisetclientpointer.Po 1396@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xisetclientpointer.c' object='tests-protocol-xisetclientpointer.obj' libtool=no @AMDEPBACKSLASH@ 1397@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1398@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` 1399 1400tests-protocol-xigetclientpointer.o: xi2/protocol-xigetclientpointer.c 1401@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 1402@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetclientpointer.Tpo $(DEPDIR)/tests-protocol-xigetclientpointer.Po 1403@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetclientpointer.c' object='tests-protocol-xigetclientpointer.o' libtool=no @AMDEPBACKSLASH@ 1404@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1405@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 1406 1407tests-protocol-xigetclientpointer.obj: xi2/protocol-xigetclientpointer.c 1408@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` 1409@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xigetclientpointer.Tpo $(DEPDIR)/tests-protocol-xigetclientpointer.Po 1410@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xigetclientpointer.c' object='tests-protocol-xigetclientpointer.obj' libtool=no @AMDEPBACKSLASH@ 1411@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1412@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` 1413 1414tests-protocol-xiquerypointer.o: xi2/protocol-xiquerypointer.c 1415@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 1416@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerypointer.Tpo $(DEPDIR)/tests-protocol-xiquerypointer.Po 1417@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerypointer.c' object='tests-protocol-xiquerypointer.o' libtool=no @AMDEPBACKSLASH@ 1418@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1419@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 1420 1421tests-protocol-xiquerypointer.obj: xi2/protocol-xiquerypointer.c 1422@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` 1423@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiquerypointer.Tpo $(DEPDIR)/tests-protocol-xiquerypointer.Po 1424@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiquerypointer.c' object='tests-protocol-xiquerypointer.obj' libtool=no @AMDEPBACKSLASH@ 1425@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1426@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` 1427 1428tests-protocol-xipassivegrabdevice.o: xi2/protocol-xipassivegrabdevice.c 1429@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 1430@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xipassivegrabdevice.Tpo $(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1431@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xipassivegrabdevice.c' object='tests-protocol-xipassivegrabdevice.o' libtool=no @AMDEPBACKSLASH@ 1432@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1433@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 1434 1435tests-protocol-xipassivegrabdevice.obj: xi2/protocol-xipassivegrabdevice.c 1436@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` 1437@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xipassivegrabdevice.Tpo $(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1438@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xipassivegrabdevice.c' object='tests-protocol-xipassivegrabdevice.obj' libtool=no @AMDEPBACKSLASH@ 1439@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1440@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` 1441 1442tests-protocol-xiwarppointer.o: xi2/protocol-xiwarppointer.c 1443@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 1444@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiwarppointer.Tpo $(DEPDIR)/tests-protocol-xiwarppointer.Po 1445@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiwarppointer.c' object='tests-protocol-xiwarppointer.o' libtool=no @AMDEPBACKSLASH@ 1446@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1447@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 1448 1449tests-protocol-xiwarppointer.obj: xi2/protocol-xiwarppointer.c 1450@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` 1451@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-xiwarppointer.Tpo $(DEPDIR)/tests-protocol-xiwarppointer.Po 1452@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-xiwarppointer.c' object='tests-protocol-xiwarppointer.obj' libtool=no @AMDEPBACKSLASH@ 1453@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1454@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` 1455 1456tests-protocol-eventconvert.o: xi2/protocol-eventconvert.c 1457@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 1458@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-eventconvert.Tpo $(DEPDIR)/tests-protocol-eventconvert.Po 1459@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-eventconvert.c' object='tests-protocol-eventconvert.o' libtool=no @AMDEPBACKSLASH@ 1460@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1461@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 1462 1463tests-protocol-eventconvert.obj: xi2/protocol-eventconvert.c 1464@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` 1465@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-protocol-eventconvert.Tpo $(DEPDIR)/tests-protocol-eventconvert.Po 1466@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/protocol-eventconvert.c' object='tests-protocol-eventconvert.obj' libtool=no @AMDEPBACKSLASH@ 1467@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1468@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` 1469 1470tests-xi2.o: xi2/xi2.c 1471@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 1472@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xi2.Tpo $(DEPDIR)/tests-xi2.Po 1473@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/xi2.c' object='tests-xi2.o' libtool=no @AMDEPBACKSLASH@ 1474@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1475@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 1476 1477tests-xi2.obj: xi2/xi2.c 1478@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` 1479@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-xi2.Tpo $(DEPDIR)/tests-xi2.Po 1480@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xi2/xi2.c' object='tests-xi2.obj' libtool=no @AMDEPBACKSLASH@ 1481@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1482@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` 1483 1484tests-sdksyms.o: sdksyms.c 1485@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 1486@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-sdksyms.Tpo $(DEPDIR)/tests-sdksyms.Po 1487@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sdksyms.c' object='tests-sdksyms.o' libtool=no @AMDEPBACKSLASH@ 1488@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1489@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 1490 1491tests-sdksyms.obj: sdksyms.c 1492@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` 1493@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tests-sdksyms.Tpo $(DEPDIR)/tests-sdksyms.Po 1494@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sdksyms.c' object='tests-sdksyms.obj' libtool=no @AMDEPBACKSLASH@ 1495@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1496@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` 1497 1498mostlyclean-libtool: 1499 -rm -f *.lo 1500 1501clean-libtool: 1502 -rm -rf .libs _libs 1503 1504# This directory's subdirectories are mostly independent; you can cd 1505# into them and run 'make' without going through this Makefile. 1506# To change the values of 'make' variables: instead of editing Makefiles, 1507# (1) if the variable is set in 'config.status', edit 'config.status' 1508# (which will cause the Makefiles to be regenerated when you run 'make'); 1509# (2) otherwise, pass the desired values on the 'make' command line. 1510$(am__recursive_targets): 1511 @fail=; \ 1512 if $(am__make_keepgoing); then \ 1513 failcom='fail=yes'; \ 1514 else \ 1515 failcom='exit 1'; \ 1516 fi; \ 1517 dot_seen=no; \ 1518 target=`echo $@ | sed s/-recursive//`; \ 1519 case "$@" in \ 1520 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1521 *) list='$(SUBDIRS)' ;; \ 1522 esac; \ 1523 for subdir in $$list; do \ 1524 echo "Making $$target in $$subdir"; \ 1525 if test "$$subdir" = "."; then \ 1526 dot_seen=yes; \ 1527 local_target="$$target-am"; \ 1528 else \ 1529 local_target="$$target"; \ 1530 fi; \ 1531 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1532 || eval $$failcom; \ 1533 done; \ 1534 if test "$$dot_seen" = "no"; then \ 1535 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1536 fi; test -z "$$fail" 1537 1538ID: $(am__tagged_files) 1539 $(am__define_uniq_tagged_files); mkid -fID $$unique 1540tags: tags-recursive 1541TAGS: tags 1542 1543tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1544 set x; \ 1545 here=`pwd`; \ 1546 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1547 include_option=--etags-include; \ 1548 empty_fix=.; \ 1549 else \ 1550 include_option=--include; \ 1551 empty_fix=; \ 1552 fi; \ 1553 list='$(SUBDIRS)'; for subdir in $$list; do \ 1554 if test "$$subdir" = .; then :; else \ 1555 test ! -f $$subdir/TAGS || \ 1556 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1557 fi; \ 1558 done; \ 1559 $(am__define_uniq_tagged_files); \ 1560 shift; \ 1561 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1562 test -n "$$unique" || unique=$$empty_fix; \ 1563 if test $$# -gt 0; then \ 1564 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1565 "$$@" $$unique; \ 1566 else \ 1567 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1568 $$unique; \ 1569 fi; \ 1570 fi 1571ctags: ctags-recursive 1572 1573CTAGS: ctags 1574ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1575 $(am__define_uniq_tagged_files); \ 1576 test -z "$(CTAGS_ARGS)$$unique" \ 1577 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1578 $$unique 1579 1580GTAGS: 1581 here=`$(am__cd) $(top_builddir) && pwd` \ 1582 && $(am__cd) $(top_srcdir) \ 1583 && gtags -i $(GTAGS_ARGS) "$$here" 1584cscopelist: cscopelist-recursive 1585 1586cscopelist-am: $(am__tagged_files) 1587 list='$(am__tagged_files)'; \ 1588 case "$(srcdir)" in \ 1589 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1590 *) sdir=$(subdir)/$(srcdir) ;; \ 1591 esac; \ 1592 for i in $$list; do \ 1593 if test -f "$$i"; then \ 1594 echo "$(subdir)/$$i"; \ 1595 else \ 1596 echo "$$sdir/$$i"; \ 1597 fi; \ 1598 done >> $(top_builddir)/cscope.files 1599 1600distclean-tags: 1601 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1602 1603# Recover from deleted '.trs' file; this should ensure that 1604# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1605# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1606# to avoid problems with "make -n". 1607.log.trs: 1608 rm -f $< $@ 1609 $(MAKE) $(AM_MAKEFLAGS) $< 1610 1611# Leading 'am--fnord' is there to ensure the list of targets does not 1612# expand to empty, as could happen e.g. with make check TESTS=''. 1613am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1614am--force-recheck: 1615 @: 1616 1617$(TEST_SUITE_LOG): $(TEST_LOGS) 1618 @$(am__set_TESTS_bases); \ 1619 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1620 redo_bases=`for i in $$bases; do \ 1621 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1622 done`; \ 1623 if test -n "$$redo_bases"; then \ 1624 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1625 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1626 if $(am__make_dryrun); then :; else \ 1627 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1628 fi; \ 1629 fi; \ 1630 if test -n "$$am__remaking_logs"; then \ 1631 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1632 "recursion detected" >&2; \ 1633 elif test -n "$$redo_logs"; then \ 1634 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1635 fi; \ 1636 if $(am__make_dryrun); then :; else \ 1637 st=0; \ 1638 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1639 for i in $$redo_bases; do \ 1640 test -f $$i.trs && test -r $$i.trs \ 1641 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1642 test -f $$i.log && test -r $$i.log \ 1643 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1644 done; \ 1645 test $$st -eq 0 || exit 1; \ 1646 fi 1647 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1648 ws='[ ]'; \ 1649 results=`for b in $$bases; do echo $$b.trs; done`; \ 1650 test -n "$$results" || results=/dev/null; \ 1651 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1652 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1653 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1654 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1655 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1656 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1657 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1658 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1659 success=true; \ 1660 else \ 1661 success=false; \ 1662 fi; \ 1663 br='==================='; br=$$br$$br$$br$$br; \ 1664 result_count () \ 1665 { \ 1666 if test x"$$1" = x"--maybe-color"; then \ 1667 maybe_colorize=yes; \ 1668 elif test x"$$1" = x"--no-color"; then \ 1669 maybe_colorize=no; \ 1670 else \ 1671 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1672 fi; \ 1673 shift; \ 1674 desc=$$1 count=$$2; \ 1675 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1676 color_start=$$3 color_end=$$std; \ 1677 else \ 1678 color_start= color_end=; \ 1679 fi; \ 1680 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1681 }; \ 1682 create_testsuite_report () \ 1683 { \ 1684 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1685 result_count $$1 "PASS: " $$pass "$$grn"; \ 1686 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1687 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1688 result_count $$1 "FAIL: " $$fail "$$red"; \ 1689 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1690 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1691 }; \ 1692 { \ 1693 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1694 $(am__rst_title); \ 1695 create_testsuite_report --no-color; \ 1696 echo; \ 1697 echo ".. contents:: :depth: 2"; \ 1698 echo; \ 1699 for b in $$bases; do echo $$b; done \ 1700 | $(am__create_global_log); \ 1701 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1702 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1703 if $$success; then \ 1704 col="$$grn"; \ 1705 else \ 1706 col="$$red"; \ 1707 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1708 fi; \ 1709 echo "$${col}$$br$${std}"; \ 1710 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1711 echo "$${col}$$br$${std}"; \ 1712 create_testsuite_report --maybe-color; \ 1713 echo "$$col$$br$$std"; \ 1714 if $$success; then :; else \ 1715 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1716 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1717 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1718 fi; \ 1719 echo "$$col$$br$$std"; \ 1720 fi; \ 1721 $$success || exit 1 1722 1723check-TESTS: 1724 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1725 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1726 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1727 @set +e; $(am__set_TESTS_bases); \ 1728 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1729 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1730 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1731 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1732 exit $$?; 1733recheck: all 1734 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1735 @set +e; $(am__set_TESTS_bases); \ 1736 bases=`for i in $$bases; do echo $$i; done \ 1737 | $(am__list_recheck_tests)` || exit 1; \ 1738 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1739 log_list=`echo $$log_list`; \ 1740 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1741 am__force_recheck=am--force-recheck \ 1742 TEST_LOGS="$$log_list"; \ 1743 exit $$? 1744tests.log: tests$(EXEEXT) 1745 @p='tests$(EXEEXT)'; \ 1746 b='tests'; \ 1747 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1748 --log-file $$b.log --trs-file $$b.trs \ 1749 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1750 "$$tst" $(AM_TESTS_FD_REDIRECT) 1751scripts/xvfb-piglit.sh.log: scripts/xvfb-piglit.sh 1752 @p='scripts/xvfb-piglit.sh'; \ 1753 b='scripts/xvfb-piglit.sh'; \ 1754 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1755 --log-file $$b.log --trs-file $$b.trs \ 1756 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1757 "$$tst" $(AM_TESTS_FD_REDIRECT) 1758scripts/xephyr-glamor-piglit.sh.log: scripts/xephyr-glamor-piglit.sh 1759 @p='scripts/xephyr-glamor-piglit.sh'; \ 1760 b='scripts/xephyr-glamor-piglit.sh'; \ 1761 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1762 --log-file $$b.log --trs-file $$b.trs \ 1763 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1764 "$$tst" $(AM_TESTS_FD_REDIRECT) 1765xi1-tests.log: xi1-tests 1766 @p='xi1-tests'; \ 1767 b='xi1-tests'; \ 1768 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1769 --log-file $$b.log --trs-file $$b.trs \ 1770 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1771 "$$tst" $(AM_TESTS_FD_REDIRECT) 1772xi2-tests.log: xi2-tests 1773 @p='xi2-tests'; \ 1774 b='xi2-tests'; \ 1775 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1776 --log-file $$b.log --trs-file $$b.trs \ 1777 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1778 "$$tst" $(AM_TESTS_FD_REDIRECT) 1779.test.log: 1780 @p='$<'; \ 1781 $(am__set_b); \ 1782 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1783 --log-file $$b.log --trs-file $$b.trs \ 1784 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1785 "$$tst" $(AM_TESTS_FD_REDIRECT) 1786@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1787@am__EXEEXT_TRUE@ @p='$<'; \ 1788@am__EXEEXT_TRUE@ $(am__set_b); \ 1789@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1790@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1791@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1792@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1793 1794distdir: $(BUILT_SOURCES) 1795 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1796 1797distdir-am: $(DISTFILES) 1798 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1799 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1800 list='$(DISTFILES)'; \ 1801 dist_files=`for file in $$list; do echo $$file; done | \ 1802 sed -e "s|^$$srcdirstrip/||;t" \ 1803 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1804 case $$dist_files in \ 1805 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1806 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1807 sort -u` ;; \ 1808 esac; \ 1809 for file in $$dist_files; do \ 1810 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1811 if test -d $$d/$$file; then \ 1812 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1813 if test -d "$(distdir)/$$file"; then \ 1814 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1815 fi; \ 1816 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1817 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1818 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1819 fi; \ 1820 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1821 else \ 1822 test -f "$(distdir)/$$file" \ 1823 || cp -p $$d/$$file "$(distdir)/$$file" \ 1824 || exit 1; \ 1825 fi; \ 1826 done 1827 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1828 if test "$$subdir" = .; then :; else \ 1829 $(am__make_dryrun) \ 1830 || test -d "$(distdir)/$$subdir" \ 1831 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1832 || exit 1; \ 1833 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1834 $(am__relativize); \ 1835 new_distdir=$$reldir; \ 1836 dir1=$$subdir; dir2="$(top_distdir)"; \ 1837 $(am__relativize); \ 1838 new_top_distdir=$$reldir; \ 1839 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1840 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1841 ($(am__cd) $$subdir && \ 1842 $(MAKE) $(AM_MAKEFLAGS) \ 1843 top_distdir="$$new_top_distdir" \ 1844 distdir="$$new_distdir" \ 1845 am__remove_distdir=: \ 1846 am__skip_length_check=: \ 1847 am__skip_mode_fix=: \ 1848 distdir) \ 1849 || exit 1; \ 1850 fi; \ 1851 done 1852check-am: all-am 1853 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1854check: $(BUILT_SOURCES) 1855 $(MAKE) $(AM_MAKEFLAGS) check-recursive 1856all-am: Makefile $(PROGRAMS) 1857installdirs: installdirs-recursive 1858installdirs-am: 1859install: $(BUILT_SOURCES) 1860 $(MAKE) $(AM_MAKEFLAGS) install-recursive 1861install-exec: $(BUILT_SOURCES) 1862 $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive 1863install-data: install-data-recursive 1864uninstall: uninstall-recursive 1865 1866install-am: all-am 1867 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1868 1869installcheck: installcheck-recursive 1870install-strip: 1871 if test -z '$(STRIP)'; then \ 1872 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1873 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1874 install; \ 1875 else \ 1876 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1877 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1878 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1879 fi 1880mostlyclean-generic: 1881 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1882 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1883 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1884 1885clean-generic: 1886 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1887 1888distclean-generic: 1889 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1890 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1891 1892maintainer-clean-generic: 1893 @echo "This command is intended for maintainers to use" 1894 @echo "it deletes files that may require special tools to rebuild." 1895 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1896clean: clean-recursive 1897 1898clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 1899 mostlyclean-am 1900 1901distclean: distclean-recursive 1902 -rm -f ./$(DEPDIR)/simple-xinit.Po 1903 -rm -f ./$(DEPDIR)/tests-fixes.Po 1904 -rm -f ./$(DEPDIR)/tests-hashtabletest.Po 1905 -rm -f ./$(DEPDIR)/tests-input.Po 1906 -rm -f ./$(DEPDIR)/tests-list.Po 1907 -rm -f ./$(DEPDIR)/tests-misc.Po 1908 -rm -f ./$(DEPDIR)/tests-protocol-common.Po 1909 -rm -f ./$(DEPDIR)/tests-protocol-eventconvert.Po 1910 -rm -f ./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1911 -rm -f ./$(DEPDIR)/tests-protocol-xigetclientpointer.Po 1912 -rm -f ./$(DEPDIR)/tests-protocol-xigetselectedevents.Po 1913 -rm -f ./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1914 -rm -f ./$(DEPDIR)/tests-protocol-xiquerydevice.Po 1915 -rm -f ./$(DEPDIR)/tests-protocol-xiquerypointer.Po 1916 -rm -f ./$(DEPDIR)/tests-protocol-xiqueryversion.Po 1917 -rm -f ./$(DEPDIR)/tests-protocol-xiselectevents.Po 1918 -rm -f ./$(DEPDIR)/tests-protocol-xisetclientpointer.Po 1919 -rm -f ./$(DEPDIR)/tests-protocol-xiwarppointer.Po 1920 -rm -f ./$(DEPDIR)/tests-sdksyms.Po 1921 -rm -f ./$(DEPDIR)/tests-signal-logging.Po 1922 -rm -f ./$(DEPDIR)/tests-string.Po 1923 -rm -f ./$(DEPDIR)/tests-test_xkb.Po 1924 -rm -f ./$(DEPDIR)/tests-tests-common.Po 1925 -rm -f ./$(DEPDIR)/tests-tests.Po 1926 -rm -f ./$(DEPDIR)/tests-touch.Po 1927 -rm -f ./$(DEPDIR)/tests-xfree86.Po 1928 -rm -f ./$(DEPDIR)/tests-xi2.Po 1929 -rm -f ./$(DEPDIR)/tests-xtest.Po 1930 -rm -f Makefile 1931distclean-am: clean-am distclean-compile distclean-generic \ 1932 distclean-tags 1933 1934dvi: dvi-recursive 1935 1936dvi-am: 1937 1938html: html-recursive 1939 1940html-am: 1941 1942info: info-recursive 1943 1944info-am: 1945 1946install-data-am: 1947 1948install-dvi: install-dvi-recursive 1949 1950install-dvi-am: 1951 1952install-exec-am: 1953 1954install-html: install-html-recursive 1955 1956install-html-am: 1957 1958install-info: install-info-recursive 1959 1960install-info-am: 1961 1962install-man: 1963 1964install-pdf: install-pdf-recursive 1965 1966install-pdf-am: 1967 1968install-ps: install-ps-recursive 1969 1970install-ps-am: 1971 1972installcheck-am: 1973 1974maintainer-clean: maintainer-clean-recursive 1975 -rm -f ./$(DEPDIR)/simple-xinit.Po 1976 -rm -f ./$(DEPDIR)/tests-fixes.Po 1977 -rm -f ./$(DEPDIR)/tests-hashtabletest.Po 1978 -rm -f ./$(DEPDIR)/tests-input.Po 1979 -rm -f ./$(DEPDIR)/tests-list.Po 1980 -rm -f ./$(DEPDIR)/tests-misc.Po 1981 -rm -f ./$(DEPDIR)/tests-protocol-common.Po 1982 -rm -f ./$(DEPDIR)/tests-protocol-eventconvert.Po 1983 -rm -f ./$(DEPDIR)/tests-protocol-xchangedevicecontrol.Po 1984 -rm -f ./$(DEPDIR)/tests-protocol-xigetclientpointer.Po 1985 -rm -f ./$(DEPDIR)/tests-protocol-xigetselectedevents.Po 1986 -rm -f ./$(DEPDIR)/tests-protocol-xipassivegrabdevice.Po 1987 -rm -f ./$(DEPDIR)/tests-protocol-xiquerydevice.Po 1988 -rm -f ./$(DEPDIR)/tests-protocol-xiquerypointer.Po 1989 -rm -f ./$(DEPDIR)/tests-protocol-xiqueryversion.Po 1990 -rm -f ./$(DEPDIR)/tests-protocol-xiselectevents.Po 1991 -rm -f ./$(DEPDIR)/tests-protocol-xisetclientpointer.Po 1992 -rm -f ./$(DEPDIR)/tests-protocol-xiwarppointer.Po 1993 -rm -f ./$(DEPDIR)/tests-sdksyms.Po 1994 -rm -f ./$(DEPDIR)/tests-signal-logging.Po 1995 -rm -f ./$(DEPDIR)/tests-string.Po 1996 -rm -f ./$(DEPDIR)/tests-test_xkb.Po 1997 -rm -f ./$(DEPDIR)/tests-tests-common.Po 1998 -rm -f ./$(DEPDIR)/tests-tests.Po 1999 -rm -f ./$(DEPDIR)/tests-touch.Po 2000 -rm -f ./$(DEPDIR)/tests-xfree86.Po 2001 -rm -f ./$(DEPDIR)/tests-xi2.Po 2002 -rm -f ./$(DEPDIR)/tests-xtest.Po 2003 -rm -f Makefile 2004maintainer-clean-am: distclean-am maintainer-clean-generic 2005 2006mostlyclean: mostlyclean-recursive 2007 2008mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 2009 mostlyclean-libtool 2010 2011pdf: pdf-recursive 2012 2013pdf-am: 2014 2015ps: ps-recursive 2016 2017ps-am: 2018 2019uninstall-am: 2020 2021.MAKE: $(am__recursive_targets) all check check-am install install-am \ 2022 install-exec install-strip 2023 2024.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 2025 am--depfiles check check-TESTS check-am clean clean-generic \ 2026 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 2027 ctags-am distclean distclean-compile distclean-generic \ 2028 distclean-libtool distclean-tags distdir dvi dvi-am html \ 2029 html-am info info-am install install-am install-data \ 2030 install-data-am install-dvi install-dvi-am install-exec \ 2031 install-exec-am install-html install-html-am install-info \ 2032 install-info-am install-man install-pdf install-pdf-am \ 2033 install-ps install-ps-am install-strip installcheck \ 2034 installcheck-am installdirs installdirs-am maintainer-clean \ 2035 maintainer-clean-generic mostlyclean mostlyclean-compile \ 2036 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 2037 recheck tags tags-am uninstall uninstall-am 2038 2039.PRECIOUS: Makefile 2040 2041 2042@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@xi1-tests: 2043@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'echo "ld -wrap support required for xi1 unit tests, skipping"' > $@ 2044@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'exit 77' >> $@ 2045@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ $(AM_V_GEN)chmod +x $@ 2046 2047@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@xi2-tests: 2048@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'echo "ld -wrap support required for xi2 unit tests, skipping"' > $@ 2049@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ @echo 'exit 77' >> $@ 2050@ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_FALSE@ $(AM_V_GEN)chmod +x $@ 2051 2052@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@sdksyms.c: $(top_builddir)/hw/xfree86/sdksyms.c 2053@ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ $(AM_V_GEN)$(LN_S) $(top_builddir)/hw/xfree86/sdksyms.c 2054 2055# Tell versions [3.59,3.63) of GNU make to not export all variables. 2056# Otherwise a system limit (for SysV at least) may be exceeded. 2057.NOEXPORT: 2058