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