1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  Copyright 2008 Red Hat, Inc.
18#
19#  Permission is hereby granted, free of charge, to any person obtaining a
20#  copy of this software and associated documentation files (the "Software"),
21#  to deal in the Software without restriction, including without limitation
22#  on the rights to use, copy, modify, merge, publish, distribute, sub
23#  license, and/or sell copies of the Software, and to permit persons to whom
24#  the Software is furnished to do so, subject to the following conditions:
25#
26#  The above copyright notice and this permission notice (including the next
27#  paragraph) shall be included in all copies or substantial portions of the
28#  Software.
29#
30#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
33#  THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
37# this is obnoxious:
38# -module lets us name the module exactly how we want
39# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
40# _ladir passes a dummy rpath to libtool so the thing will actually link
41# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
42
43VPATH = @srcdir@
44am__is_gnu_make = { \
45  if test -z '$(MAKELEVEL)'; then \
46    false; \
47  elif test -n '$(MAKE_HOST)'; then \
48    true; \
49  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
50    true; \
51  else \
52    false; \
53  fi; \
54}
55am__make_running_with_option = \
56  case $${target_option-} in \
57      ?) ;; \
58      *) echo "am__make_running_with_option: internal error: invalid" \
59              "target option '$${target_option-}' specified" >&2; \
60         exit 1;; \
61  esac; \
62  has_opt=no; \
63  sane_makeflags=$$MAKEFLAGS; \
64  if $(am__is_gnu_make); then \
65    sane_makeflags=$$MFLAGS; \
66  else \
67    case $$MAKEFLAGS in \
68      *\\[\ \	]*) \
69        bs=\\; \
70        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
71          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
72    esac; \
73  fi; \
74  skip_next=no; \
75  strip_trailopt () \
76  { \
77    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
78  }; \
79  for flg in $$sane_makeflags; do \
80    test $$skip_next = yes && { skip_next=no; continue; }; \
81    case $$flg in \
82      *=*|--*) continue;; \
83        -*I) strip_trailopt 'I'; skip_next=yes;; \
84      -*I?*) strip_trailopt 'I';; \
85        -*O) strip_trailopt 'O'; skip_next=yes;; \
86      -*O?*) strip_trailopt 'O';; \
87        -*l) strip_trailopt 'l'; skip_next=yes;; \
88      -*l?*) strip_trailopt 'l';; \
89      -[dEDm]) skip_next=yes;; \
90      -[JT]) skip_next=yes;; \
91    esac; \
92    case $$flg in \
93      *$$target_option*) has_opt=yes; break;; \
94    esac; \
95  done; \
96  test $$has_opt = yes
97am__make_dryrun = (target_option=n; $(am__make_running_with_option))
98am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
99pkgdatadir = $(datadir)/@PACKAGE@
100pkgincludedir = $(includedir)/@PACKAGE@
101pkglibdir = $(libdir)/@PACKAGE@
102pkglibexecdir = $(libexecdir)/@PACKAGE@
103am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
104install_sh_DATA = $(install_sh) -c -m 644
105install_sh_PROGRAM = $(install_sh) -c
106install_sh_SCRIPT = $(install_sh) -c
107INSTALL_HEADER = $(INSTALL_DATA)
108transform = $(program_transform_name)
109NORMAL_INSTALL = :
110PRE_INSTALL = :
111POST_INSTALL = :
112NORMAL_UNINSTALL = :
113PRE_UNINSTALL = :
114POST_UNINSTALL = :
115build_triplet = @build@
116host_triplet = @host@
117@BUILD_QXL_TRUE@@LIBUDEV_TRUE@am__append_1 = $(LIBUDEV_LIBS)
118subdir = src
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131    *) f=$$p;; \
132  esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140  for p in $$list; do echo "$$p $$p"; done | \
141  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143    if (++n[$$2] == $(am__install_max)) \
144      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145    END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149am__uninstall_files_from_dir = { \
150  test -z "$$files" \
151    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153         $(am__cd) "$$dir" && rm -f $$files; }; \
154  }
155am__installdirs = "$(DESTDIR)$(qxl_drv_ladir)" \
156	"$(DESTDIR)$(spiceqxl_drv_ladir)"
157LTLIBRARIES = $(qxl_drv_la_LTLIBRARIES) $(spiceqxl_drv_la_LTLIBRARIES)
158am__DEPENDENCIES_1 =
159@BUILD_QXL_TRUE@@LIBUDEV_TRUE@am__DEPENDENCIES_2 =  \
160@BUILD_QXL_TRUE@@LIBUDEV_TRUE@	$(am__DEPENDENCIES_1)
161@BUILD_QXL_TRUE@qxl_drv_la_DEPENDENCIES = uxa/libuxa.la \
162@BUILD_QXL_TRUE@	$(am__DEPENDENCIES_2)
163am__qxl_drv_la_SOURCES_DIST = qxl.h qxl_driver.c qxl_image.c \
164	qxl_surface.c qxl_surface_ums.c qxl_surface.h qxl_ring.c \
165	qxl_mem.c mspace.c mspace.h murmurhash3.c murmurhash3.h \
166	qxl_cursor.c qxl_option_helpers.c qxl_option_helpers.h \
167	qxl_uxa.c qxl_ums_mode.c qxl_io.c dfps.c qxl_kms.c \
168	qxl_drmmode.c qxl_drmmode.h compat-api.h
169@BUILD_QXL_TRUE@am_qxl_drv_la_OBJECTS = qxl_driver.lo qxl_image.lo \
170@BUILD_QXL_TRUE@	qxl_surface.lo qxl_surface_ums.lo qxl_ring.lo \
171@BUILD_QXL_TRUE@	qxl_mem.lo mspace.lo murmurhash3.lo \
172@BUILD_QXL_TRUE@	qxl_cursor.lo qxl_option_helpers.lo qxl_uxa.lo \
173@BUILD_QXL_TRUE@	qxl_ums_mode.lo qxl_io.lo dfps.lo qxl_kms.lo \
174@BUILD_QXL_TRUE@	qxl_drmmode.lo
175qxl_drv_la_OBJECTS = $(am_qxl_drv_la_OBJECTS)
176AM_V_lt = $(am__v_lt_@AM_V@)
177am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
178am__v_lt_0 = --silent
179am__v_lt_1 = 
180qxl_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
182	$(qxl_drv_la_LDFLAGS) $(LDFLAGS) -o $@
183@BUILD_QXL_TRUE@am_qxl_drv_la_rpath = -rpath $(qxl_drv_ladir)
184@BUILD_XSPICE_TRUE@spiceqxl_drv_la_DEPENDENCIES = uxa/libuxa.la \
185@BUILD_XSPICE_TRUE@	$(am__DEPENDENCIES_1)
186am__spiceqxl_drv_la_SOURCES_DIST = qxl.h qxl_option_helpers.c \
187	qxl_option_helpers.h spiceqxl_util.h spiceqxl_util.c \
188	spiceqxl_spice_server.c spiceqxl_spice_server.h \
189	spiceqxl_io_port.c spiceqxl_io_port.h spiceqxl_driver.c \
190	spiceqxl_driver.h spiceqxl_main_loop.c spiceqxl_main_loop.h \
191	spiceqxl_display.c spiceqxl_display.h spiceqxl_vdagent.c \
192	spiceqxl_vdagent.h spiceqxl_uinput.c spiceqxl_uinput.h \
193	spiceqxl_audio.c spiceqxl_smartcard.c spiceqxl_smartcard.h \
194	spiceqxl_audio.h spiceqxl_inputs.c spiceqxl_inputs.h \
195	qxl_driver.c qxl_image.c qxl_surface.c qxl_surface_ums.c \
196	qxl_surface.h qxl_ring.c qxl_mem.c mspace.c mspace.h \
197	murmurhash3.c murmurhash3.h qxl_cursor.c dfps.c dfps.h \
198	qxl_uxa.c qxl_ums_mode.c qxl_io.c compat-api.h
199@BUILD_XSPICE_TRUE@am_spiceqxl_drv_la_OBJECTS =  \
200@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_option_helpers.lo \
201@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_util.lo \
202@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_spice_server.lo \
203@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_io_port.lo \
204@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_driver.lo \
205@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_main_loop.lo \
206@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_display.lo \
207@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_vdagent.lo \
208@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_uinput.lo \
209@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_audio.lo \
210@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_smartcard.lo \
211@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-spiceqxl_inputs.lo \
212@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_driver.lo \
213@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_image.lo \
214@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_surface.lo \
215@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_surface_ums.lo \
216@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_ring.lo \
217@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_mem.lo \
218@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-mspace.lo \
219@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-murmurhash3.lo \
220@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_cursor.lo \
221@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-dfps.lo \
222@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_uxa.lo \
223@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_ums_mode.lo \
224@BUILD_XSPICE_TRUE@	spiceqxl_drv_la-qxl_io.lo
225spiceqxl_drv_la_OBJECTS = $(am_spiceqxl_drv_la_OBJECTS)
226spiceqxl_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
227	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
228	$(spiceqxl_drv_la_CFLAGS) $(CFLAGS) $(spiceqxl_drv_la_LDFLAGS) \
229	$(LDFLAGS) -o $@
230@BUILD_XSPICE_TRUE@am_spiceqxl_drv_la_rpath = -rpath \
231@BUILD_XSPICE_TRUE@	$(spiceqxl_drv_ladir)
232AM_V_P = $(am__v_P_@AM_V@)
233am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
234am__v_P_0 = false
235am__v_P_1 = :
236AM_V_GEN = $(am__v_GEN_@AM_V@)
237am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
238am__v_GEN_0 = @echo "  GEN     " $@;
239am__v_GEN_1 = 
240AM_V_at = $(am__v_at_@AM_V@)
241am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
242am__v_at_0 = @
243am__v_at_1 = 
244DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
245depcomp = $(SHELL) $(top_srcdir)/depcomp
246am__maybe_remake_depfiles = depfiles
247am__depfiles_remade = ./$(DEPDIR)/dfps.Plo ./$(DEPDIR)/mspace.Plo \
248	./$(DEPDIR)/murmurhash3.Plo ./$(DEPDIR)/qxl_cursor.Plo \
249	./$(DEPDIR)/qxl_driver.Plo ./$(DEPDIR)/qxl_drmmode.Plo \
250	./$(DEPDIR)/qxl_image.Plo ./$(DEPDIR)/qxl_io.Plo \
251	./$(DEPDIR)/qxl_kms.Plo ./$(DEPDIR)/qxl_mem.Plo \
252	./$(DEPDIR)/qxl_option_helpers.Plo ./$(DEPDIR)/qxl_ring.Plo \
253	./$(DEPDIR)/qxl_surface.Plo ./$(DEPDIR)/qxl_surface_ums.Plo \
254	./$(DEPDIR)/qxl_ums_mode.Plo ./$(DEPDIR)/qxl_uxa.Plo \
255	./$(DEPDIR)/spiceqxl_drv_la-dfps.Plo \
256	./$(DEPDIR)/spiceqxl_drv_la-mspace.Plo \
257	./$(DEPDIR)/spiceqxl_drv_la-murmurhash3.Plo \
258	./$(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Plo \
259	./$(DEPDIR)/spiceqxl_drv_la-qxl_driver.Plo \
260	./$(DEPDIR)/spiceqxl_drv_la-qxl_image.Plo \
261	./$(DEPDIR)/spiceqxl_drv_la-qxl_io.Plo \
262	./$(DEPDIR)/spiceqxl_drv_la-qxl_mem.Plo \
263	./$(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Plo \
264	./$(DEPDIR)/spiceqxl_drv_la-qxl_ring.Plo \
265	./$(DEPDIR)/spiceqxl_drv_la-qxl_surface.Plo \
266	./$(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Plo \
267	./$(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Plo \
268	./$(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Plo \
269	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Plo \
270	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Plo \
271	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Plo \
272	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Plo \
273	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Plo \
274	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Plo \
275	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Plo \
276	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Plo \
277	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Plo \
278	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Plo \
279	./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Plo
280am__mv = mv -f
281COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
282	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
283LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
284	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
285	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
286	$(AM_CFLAGS) $(CFLAGS)
287AM_V_CC = $(am__v_CC_@AM_V@)
288am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
289am__v_CC_0 = @echo "  CC      " $@;
290am__v_CC_1 = 
291CCLD = $(CC)
292LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
293	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
294	$(AM_LDFLAGS) $(LDFLAGS) -o $@
295AM_V_CCLD = $(am__v_CCLD_@AM_V@)
296am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
297am__v_CCLD_0 = @echo "  CCLD    " $@;
298am__v_CCLD_1 = 
299SOURCES = $(qxl_drv_la_SOURCES) $(spiceqxl_drv_la_SOURCES)
300DIST_SOURCES = $(am__qxl_drv_la_SOURCES_DIST) \
301	$(am__spiceqxl_drv_la_SOURCES_DIST)
302RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
303	ctags-recursive dvi-recursive html-recursive info-recursive \
304	install-data-recursive install-dvi-recursive \
305	install-exec-recursive install-html-recursive \
306	install-info-recursive install-pdf-recursive \
307	install-ps-recursive install-recursive installcheck-recursive \
308	installdirs-recursive pdf-recursive ps-recursive \
309	tags-recursive uninstall-recursive
310am__can_run_installinfo = \
311  case $$AM_UPDATE_INFO_DIR in \
312    n|no|NO) false;; \
313    *) (install-info --version) >/dev/null 2>&1;; \
314  esac
315RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
316  distclean-recursive maintainer-clean-recursive
317am__recursive_targets = \
318  $(RECURSIVE_TARGETS) \
319  $(RECURSIVE_CLEAN_TARGETS) \
320  $(am__extra_recursive_targets)
321AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
322	distdir distdir-am
323am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
324# Read a list of newline-separated strings from the standard input,
325# and print each of them once, without duplicates.  Input order is
326# *not* preserved.
327am__uniquify_input = $(AWK) '\
328  BEGIN { nonempty = 0; } \
329  { items[$$0] = 1; nonempty = 1; } \
330  END { if (nonempty) { for (i in items) print i; }; } \
331'
332# Make sure the list of sources is unique.  This is necessary because,
333# e.g., the same source file might be shared among _SOURCES variables
334# for different programs/libraries.
335am__define_uniq_tagged_files = \
336  list='$(am__tagged_files)'; \
337  unique=`for i in $$list; do \
338    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339  done | $(am__uniquify_input)`
340DIST_SUBDIRS = $(SUBDIRS)
341am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
342DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
343am__relativize = \
344  dir0=`pwd`; \
345  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
346  sed_rest='s,^[^/]*/*,,'; \
347  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
348  sed_butlast='s,/*[^/]*$$,,'; \
349  while test -n "$$dir1"; do \
350    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
351    if test "$$first" != "."; then \
352      if test "$$first" = ".."; then \
353        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
354        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
355      else \
356        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
357        if test "$$first2" = "$$first"; then \
358          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
359        else \
360          dir2="../$$dir2"; \
361        fi; \
362        dir0="$$dir0"/"$$first"; \
363      fi; \
364    fi; \
365    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
366  done; \
367  reldir="$$dir2"
368ACLOCAL = @ACLOCAL@
369ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
370ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
371AMTAR = @AMTAR@
372AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
373APP_MAN_DIR = @APP_MAN_DIR@
374APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
375AR = @AR@
376AUTOCONF = @AUTOCONF@
377AUTOHEADER = @AUTOHEADER@
378AUTOMAKE = @AUTOMAKE@
379AWK = @AWK@
380BASE_CFLAGS = @BASE_CFLAGS@
381CC = @CC@
382CCDEPMODE = @CCDEPMODE@
383CFLAGS = @CFLAGS@
384CHANGELOG_CMD = @CHANGELOG_CMD@
385CPPFLAGS = @CPPFLAGS@
386CSCOPE = @CSCOPE@
387CTAGS = @CTAGS@
388CWARNFLAGS = @CWARNFLAGS@
389CYGPATH_W = @CYGPATH_W@
390DEFS = @DEFS@
391DEPDIR = @DEPDIR@
392DLLTOOL = @DLLTOOL@
393DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
394DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
395DRM_CFLAGS = @DRM_CFLAGS@
396DRM_LIBS = @DRM_LIBS@
397DSYMUTIL = @DSYMUTIL@
398DUMPBIN = @DUMPBIN@
399ECHO_C = @ECHO_C@
400ECHO_N = @ECHO_N@
401ECHO_T = @ECHO_T@
402EGREP = @EGREP@
403ETAGS = @ETAGS@
404EXEEXT = @EXEEXT@
405FGREP = @FGREP@
406FILECMD = @FILECMD@
407FILE_MAN_DIR = @FILE_MAN_DIR@
408FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
409GREP = @GREP@
410INSTALL = @INSTALL@
411INSTALL_CMD = @INSTALL_CMD@
412INSTALL_DATA = @INSTALL_DATA@
413INSTALL_PROGRAM = @INSTALL_PROGRAM@
414INSTALL_SCRIPT = @INSTALL_SCRIPT@
415INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
416LD = @LD@
417LDFLAGS = @LDFLAGS@
418LIBCACARD_CFLAGS = @LIBCACARD_CFLAGS@
419LIBCACARD_LIBS = @LIBCACARD_LIBS@
420LIBOBJS = @LIBOBJS@
421LIBPCSCLITE_CFLAGS = @LIBPCSCLITE_CFLAGS@
422LIBPCSCLITE_LIBS = @LIBPCSCLITE_LIBS@
423LIBS = @LIBS@
424LIBTOOL = @LIBTOOL@
425LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
426LIBUDEV_LIBS = @LIBUDEV_LIBS@
427LIB_MAN_DIR = @LIB_MAN_DIR@
428LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
429LIPO = @LIPO@
430LN_S = @LN_S@
431LTLIBOBJS = @LTLIBOBJS@
432LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
433MAINT = @MAINT@
434MAKEINFO = @MAKEINFO@
435MANIFEST_TOOL = @MANIFEST_TOOL@
436MAN_SUBSTS = @MAN_SUBSTS@
437MISC_MAN_DIR = @MISC_MAN_DIR@
438MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
439MKDIR_P = @MKDIR_P@
440NM = @NM@
441NMEDIT = @NMEDIT@
442OBJDUMP = @OBJDUMP@
443OBJEXT = @OBJEXT@
444OTOOL = @OTOOL@
445OTOOL64 = @OTOOL64@
446PACKAGE = @PACKAGE@
447PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
448PACKAGE_NAME = @PACKAGE_NAME@
449PACKAGE_STRING = @PACKAGE_STRING@
450PACKAGE_TARNAME = @PACKAGE_TARNAME@
451PACKAGE_URL = @PACKAGE_URL@
452PACKAGE_VERSION = @PACKAGE_VERSION@
453PATH_SEPARATOR = @PATH_SEPARATOR@
454PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
455PCIACCESS_LIBS = @PCIACCESS_LIBS@
456PKG_CONFIG = @PKG_CONFIG@
457PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
458PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
459RANLIB = @RANLIB@
460SED = @SED@
461SET_MAKE = @SET_MAKE@
462SHELL = @SHELL@
463SPICE_CFLAGS = @SPICE_CFLAGS@
464SPICE_LIBS = @SPICE_LIBS@
465SPICE_PROTOCOL_CFLAGS = @SPICE_PROTOCOL_CFLAGS@
466SPICE_PROTOCOL_LIBS = @SPICE_PROTOCOL_LIBS@
467STRICT_CFLAGS = @STRICT_CFLAGS@
468STRIP = @STRIP@
469VERSION = @VERSION@
470XORG_CFLAGS = @XORG_CFLAGS@
471XORG_LIBS = @XORG_LIBS@
472XORG_MAN_PAGE = @XORG_MAN_PAGE@
473abs_builddir = @abs_builddir@
474abs_srcdir = @abs_srcdir@
475abs_top_builddir = @abs_top_builddir@
476abs_top_srcdir = @abs_top_srcdir@
477ac_ct_AR = @ac_ct_AR@
478ac_ct_CC = @ac_ct_CC@
479ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
480am__include = @am__include@
481am__leading_dot = @am__leading_dot@
482am__quote = @am__quote@
483am__tar = @am__tar@
484am__untar = @am__untar@
485bindir = @bindir@
486build = @build@
487build_alias = @build_alias@
488build_cpu = @build_cpu@
489build_os = @build_os@
490build_vendor = @build_vendor@
491builddir = @builddir@
492cciddir = @cciddir@
493datadir = @datadir@
494datarootdir = @datarootdir@
495docdir = @docdir@
496dvidir = @dvidir@
497exec_prefix = @exec_prefix@
498host = @host@
499host_alias = @host_alias@
500host_cpu = @host_cpu@
501host_os = @host_os@
502host_vendor = @host_vendor@
503htmldir = @htmldir@
504includedir = @includedir@
505infodir = @infodir@
506install_sh = @install_sh@
507libdir = @libdir@
508libexecdir = @libexecdir@
509localedir = @localedir@
510localstatedir = @localstatedir@
511mandir = @mandir@
512mkdir_p = @mkdir_p@
513moduledir = @moduledir@
514oldincludedir = @oldincludedir@
515pdfdir = @pdfdir@
516prefix = @prefix@
517program_transform_name = @program_transform_name@
518psdir = @psdir@
519runstatedir = @runstatedir@
520sbindir = @sbindir@
521sharedstatedir = @sharedstatedir@
522srcdir = @srcdir@
523sysconfdir = @sysconfdir@
524target_alias = @target_alias@
525top_build_prefix = @top_build_prefix@
526top_builddir = @top_builddir@
527top_srcdir = @top_srcdir@
528SUBDIRS = uxa spiceccid
529AM_CFLAGS = \
530	$(SPICE_PROTOCOL_CFLAGS)		\
531	$(XORG_CFLAGS)				\
532	$(PCIACCESS_CFLAGS)			\
533	$(CWARNFLAGS)				\
534	$(DRM_CFLAGS)				\
535	$(LIBUDEV_CFLAGS)
536
537@BUILD_QXL_TRUE@qxl_drv_la_LTLIBRARIES = qxl_drv.la
538@BUILD_QXL_TRUE@qxl_drv_la_LDFLAGS = -module -avoid-version
539@BUILD_QXL_TRUE@qxl_drv_ladir = @moduledir@/drivers
540@BUILD_QXL_TRUE@qxl_drv_la_LIBADD = uxa/libuxa.la $(am__append_1)
541@BUILD_QXL_TRUE@qxl_drv_la_SOURCES = \
542@BUILD_QXL_TRUE@	qxl.h				\
543@BUILD_QXL_TRUE@	qxl_driver.c			\
544@BUILD_QXL_TRUE@	qxl_image.c			\
545@BUILD_QXL_TRUE@	qxl_surface.c			\
546@BUILD_QXL_TRUE@	qxl_surface_ums.c		\
547@BUILD_QXL_TRUE@	qxl_surface.h			\
548@BUILD_QXL_TRUE@	qxl_ring.c			\
549@BUILD_QXL_TRUE@	qxl_mem.c			\
550@BUILD_QXL_TRUE@	mspace.c			\
551@BUILD_QXL_TRUE@	mspace.h			\
552@BUILD_QXL_TRUE@	murmurhash3.c			\
553@BUILD_QXL_TRUE@	murmurhash3.h			\
554@BUILD_QXL_TRUE@	qxl_cursor.c			\
555@BUILD_QXL_TRUE@	qxl_option_helpers.c		\
556@BUILD_QXL_TRUE@	qxl_option_helpers.h		\
557@BUILD_QXL_TRUE@	qxl_uxa.c			\
558@BUILD_QXL_TRUE@	qxl_ums_mode.c			\
559@BUILD_QXL_TRUE@	qxl_io.c			\
560@BUILD_QXL_TRUE@	dfps.c				\
561@BUILD_QXL_TRUE@	qxl_kms.c			\
562@BUILD_QXL_TRUE@	qxl_drmmode.c			\
563@BUILD_QXL_TRUE@	qxl_drmmode.h			\
564@BUILD_QXL_TRUE@	compat-api.h
565
566@BUILD_XSPICE_TRUE@spiceqxl_drv_la_LTLIBRARIES = spiceqxl_drv.la
567@BUILD_XSPICE_TRUE@spiceqxl_drv_la_LDFLAGS = -module -avoid-version $(SPICE_LIBS)
568@BUILD_XSPICE_TRUE@spiceqxl_drv_ladir = @moduledir@/drivers
569@BUILD_XSPICE_TRUE@spiceqxl_drv_la_CFLAGS = -DXSPICE $(AM_CFLAGS) $(SPICE_CFLAGS)
570@BUILD_XSPICE_TRUE@spiceqxl_drv_la_LIBADD = uxa/libuxa.la $(XORG_LIBS)
571@BUILD_XSPICE_TRUE@spiceqxl_drv_la_SOURCES = \
572@BUILD_XSPICE_TRUE@	qxl.h				\
573@BUILD_XSPICE_TRUE@	qxl_option_helpers.c		\
574@BUILD_XSPICE_TRUE@	qxl_option_helpers.h		\
575@BUILD_XSPICE_TRUE@	spiceqxl_util.h			\
576@BUILD_XSPICE_TRUE@	spiceqxl_util.c			\
577@BUILD_XSPICE_TRUE@	spiceqxl_spice_server.c		\
578@BUILD_XSPICE_TRUE@	spiceqxl_spice_server.h		\
579@BUILD_XSPICE_TRUE@	spiceqxl_io_port.c		\
580@BUILD_XSPICE_TRUE@	spiceqxl_io_port.h		\
581@BUILD_XSPICE_TRUE@	spiceqxl_driver.c		\
582@BUILD_XSPICE_TRUE@	spiceqxl_driver.h		\
583@BUILD_XSPICE_TRUE@	spiceqxl_main_loop.c		\
584@BUILD_XSPICE_TRUE@	spiceqxl_main_loop.h		\
585@BUILD_XSPICE_TRUE@	spiceqxl_display.c		\
586@BUILD_XSPICE_TRUE@	spiceqxl_display.h		\
587@BUILD_XSPICE_TRUE@	spiceqxl_vdagent.c		\
588@BUILD_XSPICE_TRUE@	spiceqxl_vdagent.h		\
589@BUILD_XSPICE_TRUE@	spiceqxl_uinput.c		\
590@BUILD_XSPICE_TRUE@	spiceqxl_uinput.h		\
591@BUILD_XSPICE_TRUE@	spiceqxl_audio.c		\
592@BUILD_XSPICE_TRUE@	spiceqxl_smartcard.c		\
593@BUILD_XSPICE_TRUE@	spiceqxl_smartcard.h		\
594@BUILD_XSPICE_TRUE@	spiceqxl_audio.h		\
595@BUILD_XSPICE_TRUE@	spiceqxl_inputs.c		\
596@BUILD_XSPICE_TRUE@	spiceqxl_inputs.h		\
597@BUILD_XSPICE_TRUE@	qxl_driver.c			\
598@BUILD_XSPICE_TRUE@	qxl_image.c			\
599@BUILD_XSPICE_TRUE@	qxl_surface.c			\
600@BUILD_XSPICE_TRUE@	qxl_surface_ums.c		\
601@BUILD_XSPICE_TRUE@	qxl_surface.h			\
602@BUILD_XSPICE_TRUE@	qxl_ring.c			\
603@BUILD_XSPICE_TRUE@	qxl_mem.c			\
604@BUILD_XSPICE_TRUE@	mspace.c			\
605@BUILD_XSPICE_TRUE@	mspace.h			\
606@BUILD_XSPICE_TRUE@	murmurhash3.c			\
607@BUILD_XSPICE_TRUE@	murmurhash3.h			\
608@BUILD_XSPICE_TRUE@	qxl_cursor.c			\
609@BUILD_XSPICE_TRUE@	dfps.c				\
610@BUILD_XSPICE_TRUE@	dfps.h				\
611@BUILD_XSPICE_TRUE@	qxl_uxa.c			\
612@BUILD_XSPICE_TRUE@	qxl_ums_mode.c			\
613@BUILD_XSPICE_TRUE@	qxl_io.c			\
614@BUILD_XSPICE_TRUE@	compat-api.h
615
616all: all-recursive
617
618.SUFFIXES:
619.SUFFIXES: .c .lo .o .obj
620$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
621	@for dep in $?; do \
622	  case '$(am__configure_deps)' in \
623	    *$$dep*) \
624	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
625	        && { if test -f $@; then exit 0; else break; fi; }; \
626	      exit 1;; \
627	  esac; \
628	done; \
629	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
630	$(am__cd) $(top_srcdir) && \
631	  $(AUTOMAKE) --foreign src/Makefile
632Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
633	@case '$?' in \
634	  *config.status*) \
635	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
636	  *) \
637	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
638	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
639	esac;
640
641$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
642	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
643
644$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
645	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
646$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
647	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
648$(am__aclocal_m4_deps):
649
650install-qxl_drv_laLTLIBRARIES: $(qxl_drv_la_LTLIBRARIES)
651	@$(NORMAL_INSTALL)
652	@list='$(qxl_drv_la_LTLIBRARIES)'; test -n "$(qxl_drv_ladir)" || list=; \
653	list2=; for p in $$list; do \
654	  if test -f $$p; then \
655	    list2="$$list2 $$p"; \
656	  else :; fi; \
657	done; \
658	test -z "$$list2" || { \
659	  echo " $(MKDIR_P) '$(DESTDIR)$(qxl_drv_ladir)'"; \
660	  $(MKDIR_P) "$(DESTDIR)$(qxl_drv_ladir)" || exit 1; \
661	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(qxl_drv_ladir)'"; \
662	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(qxl_drv_ladir)"; \
663	}
664
665uninstall-qxl_drv_laLTLIBRARIES:
666	@$(NORMAL_UNINSTALL)
667	@list='$(qxl_drv_la_LTLIBRARIES)'; test -n "$(qxl_drv_ladir)" || list=; \
668	for p in $$list; do \
669	  $(am__strip_dir) \
670	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(qxl_drv_ladir)/$$f'"; \
671	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(qxl_drv_ladir)/$$f"; \
672	done
673
674clean-qxl_drv_laLTLIBRARIES:
675	-test -z "$(qxl_drv_la_LTLIBRARIES)" || rm -f $(qxl_drv_la_LTLIBRARIES)
676	@list='$(qxl_drv_la_LTLIBRARIES)'; \
677	locs=`for p in $$list; do echo $$p; done | \
678	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
679	      sort -u`; \
680	test -z "$$locs" || { \
681	  echo rm -f $${locs}; \
682	  rm -f $${locs}; \
683	}
684
685install-spiceqxl_drv_laLTLIBRARIES: $(spiceqxl_drv_la_LTLIBRARIES)
686	@$(NORMAL_INSTALL)
687	@list='$(spiceqxl_drv_la_LTLIBRARIES)'; test -n "$(spiceqxl_drv_ladir)" || list=; \
688	list2=; for p in $$list; do \
689	  if test -f $$p; then \
690	    list2="$$list2 $$p"; \
691	  else :; fi; \
692	done; \
693	test -z "$$list2" || { \
694	  echo " $(MKDIR_P) '$(DESTDIR)$(spiceqxl_drv_ladir)'"; \
695	  $(MKDIR_P) "$(DESTDIR)$(spiceqxl_drv_ladir)" || exit 1; \
696	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(spiceqxl_drv_ladir)'"; \
697	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(spiceqxl_drv_ladir)"; \
698	}
699
700uninstall-spiceqxl_drv_laLTLIBRARIES:
701	@$(NORMAL_UNINSTALL)
702	@list='$(spiceqxl_drv_la_LTLIBRARIES)'; test -n "$(spiceqxl_drv_ladir)" || list=; \
703	for p in $$list; do \
704	  $(am__strip_dir) \
705	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(spiceqxl_drv_ladir)/$$f'"; \
706	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(spiceqxl_drv_ladir)/$$f"; \
707	done
708
709clean-spiceqxl_drv_laLTLIBRARIES:
710	-test -z "$(spiceqxl_drv_la_LTLIBRARIES)" || rm -f $(spiceqxl_drv_la_LTLIBRARIES)
711	@list='$(spiceqxl_drv_la_LTLIBRARIES)'; \
712	locs=`for p in $$list; do echo $$p; done | \
713	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
714	      sort -u`; \
715	test -z "$$locs" || { \
716	  echo rm -f $${locs}; \
717	  rm -f $${locs}; \
718	}
719
720qxl_drv.la: $(qxl_drv_la_OBJECTS) $(qxl_drv_la_DEPENDENCIES) $(EXTRA_qxl_drv_la_DEPENDENCIES) 
721	$(AM_V_CCLD)$(qxl_drv_la_LINK) $(am_qxl_drv_la_rpath) $(qxl_drv_la_OBJECTS) $(qxl_drv_la_LIBADD) $(LIBS)
722
723spiceqxl_drv.la: $(spiceqxl_drv_la_OBJECTS) $(spiceqxl_drv_la_DEPENDENCIES) $(EXTRA_spiceqxl_drv_la_DEPENDENCIES) 
724	$(AM_V_CCLD)$(spiceqxl_drv_la_LINK) $(am_spiceqxl_drv_la_rpath) $(spiceqxl_drv_la_OBJECTS) $(spiceqxl_drv_la_LIBADD) $(LIBS)
725
726mostlyclean-compile:
727	-rm -f *.$(OBJEXT)
728
729distclean-compile:
730	-rm -f *.tab.c
731
732@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dfps.Plo@am__quote@ # am--include-marker
733@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mspace.Plo@am__quote@ # am--include-marker
734@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/murmurhash3.Plo@am__quote@ # am--include-marker
735@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_cursor.Plo@am__quote@ # am--include-marker
736@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_driver.Plo@am__quote@ # am--include-marker
737@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_drmmode.Plo@am__quote@ # am--include-marker
738@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_image.Plo@am__quote@ # am--include-marker
739@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_io.Plo@am__quote@ # am--include-marker
740@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_kms.Plo@am__quote@ # am--include-marker
741@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_mem.Plo@am__quote@ # am--include-marker
742@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_option_helpers.Plo@am__quote@ # am--include-marker
743@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_ring.Plo@am__quote@ # am--include-marker
744@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_surface.Plo@am__quote@ # am--include-marker
745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_surface_ums.Plo@am__quote@ # am--include-marker
746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_ums_mode.Plo@am__quote@ # am--include-marker
747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qxl_uxa.Plo@am__quote@ # am--include-marker
748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-dfps.Plo@am__quote@ # am--include-marker
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-mspace.Plo@am__quote@ # am--include-marker
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-murmurhash3.Plo@am__quote@ # am--include-marker
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Plo@am__quote@ # am--include-marker
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_driver.Plo@am__quote@ # am--include-marker
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_image.Plo@am__quote@ # am--include-marker
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_io.Plo@am__quote@ # am--include-marker
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_mem.Plo@am__quote@ # am--include-marker
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Plo@am__quote@ # am--include-marker
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_ring.Plo@am__quote@ # am--include-marker
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_surface.Plo@am__quote@ # am--include-marker
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Plo@am__quote@ # am--include-marker
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Plo@am__quote@ # am--include-marker
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Plo@am__quote@ # am--include-marker
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Plo@am__quote@ # am--include-marker
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Plo@am__quote@ # am--include-marker
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Plo@am__quote@ # am--include-marker
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Plo@am__quote@ # am--include-marker
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Plo@am__quote@ # am--include-marker
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Plo@am__quote@ # am--include-marker
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Plo@am__quote@ # am--include-marker
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Plo@am__quote@ # am--include-marker
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Plo@am__quote@ # am--include-marker
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Plo@am__quote@ # am--include-marker
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Plo@am__quote@ # am--include-marker
773
774$(am__depfiles_remade):
775	@$(MKDIR_P) $(@D)
776	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
777
778am--depfiles: $(am__depfiles_remade)
779
780.c.o:
781@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
782@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
783@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
784@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
786
787.c.obj:
788@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
789@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
790@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
791@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
793
794.c.lo:
795@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
796@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
797@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
798@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
800
801spiceqxl_drv_la-qxl_option_helpers.lo: qxl_option_helpers.c
802@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_option_helpers.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Tpo -c -o spiceqxl_drv_la-qxl_option_helpers.lo `test -f 'qxl_option_helpers.c' || echo '$(srcdir)/'`qxl_option_helpers.c
803@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Plo
804@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_option_helpers.c' object='spiceqxl_drv_la-qxl_option_helpers.lo' libtool=yes @AMDEPBACKSLASH@
805@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_option_helpers.lo `test -f 'qxl_option_helpers.c' || echo '$(srcdir)/'`qxl_option_helpers.c
807
808spiceqxl_drv_la-spiceqxl_util.lo: spiceqxl_util.c
809@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_util.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Tpo -c -o spiceqxl_drv_la-spiceqxl_util.lo `test -f 'spiceqxl_util.c' || echo '$(srcdir)/'`spiceqxl_util.c
810@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Plo
811@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_util.c' object='spiceqxl_drv_la-spiceqxl_util.lo' libtool=yes @AMDEPBACKSLASH@
812@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_util.lo `test -f 'spiceqxl_util.c' || echo '$(srcdir)/'`spiceqxl_util.c
814
815spiceqxl_drv_la-spiceqxl_spice_server.lo: spiceqxl_spice_server.c
816@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_spice_server.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Tpo -c -o spiceqxl_drv_la-spiceqxl_spice_server.lo `test -f 'spiceqxl_spice_server.c' || echo '$(srcdir)/'`spiceqxl_spice_server.c
817@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Plo
818@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_spice_server.c' object='spiceqxl_drv_la-spiceqxl_spice_server.lo' libtool=yes @AMDEPBACKSLASH@
819@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_spice_server.lo `test -f 'spiceqxl_spice_server.c' || echo '$(srcdir)/'`spiceqxl_spice_server.c
821
822spiceqxl_drv_la-spiceqxl_io_port.lo: spiceqxl_io_port.c
823@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_io_port.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Tpo -c -o spiceqxl_drv_la-spiceqxl_io_port.lo `test -f 'spiceqxl_io_port.c' || echo '$(srcdir)/'`spiceqxl_io_port.c
824@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Plo
825@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_io_port.c' object='spiceqxl_drv_la-spiceqxl_io_port.lo' libtool=yes @AMDEPBACKSLASH@
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_io_port.lo `test -f 'spiceqxl_io_port.c' || echo '$(srcdir)/'`spiceqxl_io_port.c
828
829spiceqxl_drv_la-spiceqxl_driver.lo: spiceqxl_driver.c
830@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_driver.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Tpo -c -o spiceqxl_drv_la-spiceqxl_driver.lo `test -f 'spiceqxl_driver.c' || echo '$(srcdir)/'`spiceqxl_driver.c
831@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Plo
832@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_driver.c' object='spiceqxl_drv_la-spiceqxl_driver.lo' libtool=yes @AMDEPBACKSLASH@
833@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_driver.lo `test -f 'spiceqxl_driver.c' || echo '$(srcdir)/'`spiceqxl_driver.c
835
836spiceqxl_drv_la-spiceqxl_main_loop.lo: spiceqxl_main_loop.c
837@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_main_loop.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Tpo -c -o spiceqxl_drv_la-spiceqxl_main_loop.lo `test -f 'spiceqxl_main_loop.c' || echo '$(srcdir)/'`spiceqxl_main_loop.c
838@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Plo
839@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_main_loop.c' object='spiceqxl_drv_la-spiceqxl_main_loop.lo' libtool=yes @AMDEPBACKSLASH@
840@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_main_loop.lo `test -f 'spiceqxl_main_loop.c' || echo '$(srcdir)/'`spiceqxl_main_loop.c
842
843spiceqxl_drv_la-spiceqxl_display.lo: spiceqxl_display.c
844@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_display.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Tpo -c -o spiceqxl_drv_la-spiceqxl_display.lo `test -f 'spiceqxl_display.c' || echo '$(srcdir)/'`spiceqxl_display.c
845@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Plo
846@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_display.c' object='spiceqxl_drv_la-spiceqxl_display.lo' libtool=yes @AMDEPBACKSLASH@
847@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_display.lo `test -f 'spiceqxl_display.c' || echo '$(srcdir)/'`spiceqxl_display.c
849
850spiceqxl_drv_la-spiceqxl_vdagent.lo: spiceqxl_vdagent.c
851@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_vdagent.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Tpo -c -o spiceqxl_drv_la-spiceqxl_vdagent.lo `test -f 'spiceqxl_vdagent.c' || echo '$(srcdir)/'`spiceqxl_vdagent.c
852@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Plo
853@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_vdagent.c' object='spiceqxl_drv_la-spiceqxl_vdagent.lo' libtool=yes @AMDEPBACKSLASH@
854@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_vdagent.lo `test -f 'spiceqxl_vdagent.c' || echo '$(srcdir)/'`spiceqxl_vdagent.c
856
857spiceqxl_drv_la-spiceqxl_uinput.lo: spiceqxl_uinput.c
858@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_uinput.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Tpo -c -o spiceqxl_drv_la-spiceqxl_uinput.lo `test -f 'spiceqxl_uinput.c' || echo '$(srcdir)/'`spiceqxl_uinput.c
859@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Plo
860@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_uinput.c' object='spiceqxl_drv_la-spiceqxl_uinput.lo' libtool=yes @AMDEPBACKSLASH@
861@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_uinput.lo `test -f 'spiceqxl_uinput.c' || echo '$(srcdir)/'`spiceqxl_uinput.c
863
864spiceqxl_drv_la-spiceqxl_audio.lo: spiceqxl_audio.c
865@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_audio.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Tpo -c -o spiceqxl_drv_la-spiceqxl_audio.lo `test -f 'spiceqxl_audio.c' || echo '$(srcdir)/'`spiceqxl_audio.c
866@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Plo
867@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_audio.c' object='spiceqxl_drv_la-spiceqxl_audio.lo' libtool=yes @AMDEPBACKSLASH@
868@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_audio.lo `test -f 'spiceqxl_audio.c' || echo '$(srcdir)/'`spiceqxl_audio.c
870
871spiceqxl_drv_la-spiceqxl_smartcard.lo: spiceqxl_smartcard.c
872@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_smartcard.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Tpo -c -o spiceqxl_drv_la-spiceqxl_smartcard.lo `test -f 'spiceqxl_smartcard.c' || echo '$(srcdir)/'`spiceqxl_smartcard.c
873@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Plo
874@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_smartcard.c' object='spiceqxl_drv_la-spiceqxl_smartcard.lo' libtool=yes @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_smartcard.lo `test -f 'spiceqxl_smartcard.c' || echo '$(srcdir)/'`spiceqxl_smartcard.c
877
878spiceqxl_drv_la-spiceqxl_inputs.lo: spiceqxl_inputs.c
879@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-spiceqxl_inputs.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Tpo -c -o spiceqxl_drv_la-spiceqxl_inputs.lo `test -f 'spiceqxl_inputs.c' || echo '$(srcdir)/'`spiceqxl_inputs.c
880@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Tpo $(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Plo
881@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spiceqxl_inputs.c' object='spiceqxl_drv_la-spiceqxl_inputs.lo' libtool=yes @AMDEPBACKSLASH@
882@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-spiceqxl_inputs.lo `test -f 'spiceqxl_inputs.c' || echo '$(srcdir)/'`spiceqxl_inputs.c
884
885spiceqxl_drv_la-qxl_driver.lo: qxl_driver.c
886@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_driver.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_driver.Tpo -c -o spiceqxl_drv_la-qxl_driver.lo `test -f 'qxl_driver.c' || echo '$(srcdir)/'`qxl_driver.c
887@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_driver.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_driver.Plo
888@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_driver.c' object='spiceqxl_drv_la-qxl_driver.lo' libtool=yes @AMDEPBACKSLASH@
889@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_driver.lo `test -f 'qxl_driver.c' || echo '$(srcdir)/'`qxl_driver.c
891
892spiceqxl_drv_la-qxl_image.lo: qxl_image.c
893@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_image.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_image.Tpo -c -o spiceqxl_drv_la-qxl_image.lo `test -f 'qxl_image.c' || echo '$(srcdir)/'`qxl_image.c
894@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_image.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_image.Plo
895@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_image.c' object='spiceqxl_drv_la-qxl_image.lo' libtool=yes @AMDEPBACKSLASH@
896@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_image.lo `test -f 'qxl_image.c' || echo '$(srcdir)/'`qxl_image.c
898
899spiceqxl_drv_la-qxl_surface.lo: qxl_surface.c
900@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_surface.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_surface.Tpo -c -o spiceqxl_drv_la-qxl_surface.lo `test -f 'qxl_surface.c' || echo '$(srcdir)/'`qxl_surface.c
901@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_surface.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_surface.Plo
902@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_surface.c' object='spiceqxl_drv_la-qxl_surface.lo' libtool=yes @AMDEPBACKSLASH@
903@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_surface.lo `test -f 'qxl_surface.c' || echo '$(srcdir)/'`qxl_surface.c
905
906spiceqxl_drv_la-qxl_surface_ums.lo: qxl_surface_ums.c
907@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_surface_ums.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Tpo -c -o spiceqxl_drv_la-qxl_surface_ums.lo `test -f 'qxl_surface_ums.c' || echo '$(srcdir)/'`qxl_surface_ums.c
908@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Plo
909@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_surface_ums.c' object='spiceqxl_drv_la-qxl_surface_ums.lo' libtool=yes @AMDEPBACKSLASH@
910@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_surface_ums.lo `test -f 'qxl_surface_ums.c' || echo '$(srcdir)/'`qxl_surface_ums.c
912
913spiceqxl_drv_la-qxl_ring.lo: qxl_ring.c
914@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_ring.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_ring.Tpo -c -o spiceqxl_drv_la-qxl_ring.lo `test -f 'qxl_ring.c' || echo '$(srcdir)/'`qxl_ring.c
915@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_ring.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_ring.Plo
916@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_ring.c' object='spiceqxl_drv_la-qxl_ring.lo' libtool=yes @AMDEPBACKSLASH@
917@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_ring.lo `test -f 'qxl_ring.c' || echo '$(srcdir)/'`qxl_ring.c
919
920spiceqxl_drv_la-qxl_mem.lo: qxl_mem.c
921@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_mem.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_mem.Tpo -c -o spiceqxl_drv_la-qxl_mem.lo `test -f 'qxl_mem.c' || echo '$(srcdir)/'`qxl_mem.c
922@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_mem.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_mem.Plo
923@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_mem.c' object='spiceqxl_drv_la-qxl_mem.lo' libtool=yes @AMDEPBACKSLASH@
924@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
925@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_mem.lo `test -f 'qxl_mem.c' || echo '$(srcdir)/'`qxl_mem.c
926
927spiceqxl_drv_la-mspace.lo: mspace.c
928@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-mspace.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-mspace.Tpo -c -o spiceqxl_drv_la-mspace.lo `test -f 'mspace.c' || echo '$(srcdir)/'`mspace.c
929@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-mspace.Tpo $(DEPDIR)/spiceqxl_drv_la-mspace.Plo
930@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mspace.c' object='spiceqxl_drv_la-mspace.lo' libtool=yes @AMDEPBACKSLASH@
931@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-mspace.lo `test -f 'mspace.c' || echo '$(srcdir)/'`mspace.c
933
934spiceqxl_drv_la-murmurhash3.lo: murmurhash3.c
935@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-murmurhash3.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-murmurhash3.Tpo -c -o spiceqxl_drv_la-murmurhash3.lo `test -f 'murmurhash3.c' || echo '$(srcdir)/'`murmurhash3.c
936@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-murmurhash3.Tpo $(DEPDIR)/spiceqxl_drv_la-murmurhash3.Plo
937@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='murmurhash3.c' object='spiceqxl_drv_la-murmurhash3.lo' libtool=yes @AMDEPBACKSLASH@
938@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
939@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-murmurhash3.lo `test -f 'murmurhash3.c' || echo '$(srcdir)/'`murmurhash3.c
940
941spiceqxl_drv_la-qxl_cursor.lo: qxl_cursor.c
942@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_cursor.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Tpo -c -o spiceqxl_drv_la-qxl_cursor.lo `test -f 'qxl_cursor.c' || echo '$(srcdir)/'`qxl_cursor.c
943@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Plo
944@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_cursor.c' object='spiceqxl_drv_la-qxl_cursor.lo' libtool=yes @AMDEPBACKSLASH@
945@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
946@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_cursor.lo `test -f 'qxl_cursor.c' || echo '$(srcdir)/'`qxl_cursor.c
947
948spiceqxl_drv_la-dfps.lo: dfps.c
949@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-dfps.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-dfps.Tpo -c -o spiceqxl_drv_la-dfps.lo `test -f 'dfps.c' || echo '$(srcdir)/'`dfps.c
950@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-dfps.Tpo $(DEPDIR)/spiceqxl_drv_la-dfps.Plo
951@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dfps.c' object='spiceqxl_drv_la-dfps.lo' libtool=yes @AMDEPBACKSLASH@
952@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
953@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-dfps.lo `test -f 'dfps.c' || echo '$(srcdir)/'`dfps.c
954
955spiceqxl_drv_la-qxl_uxa.lo: qxl_uxa.c
956@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_uxa.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Tpo -c -o spiceqxl_drv_la-qxl_uxa.lo `test -f 'qxl_uxa.c' || echo '$(srcdir)/'`qxl_uxa.c
957@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Plo
958@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_uxa.c' object='spiceqxl_drv_la-qxl_uxa.lo' libtool=yes @AMDEPBACKSLASH@
959@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
960@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_uxa.lo `test -f 'qxl_uxa.c' || echo '$(srcdir)/'`qxl_uxa.c
961
962spiceqxl_drv_la-qxl_ums_mode.lo: qxl_ums_mode.c
963@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_ums_mode.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Tpo -c -o spiceqxl_drv_la-qxl_ums_mode.lo `test -f 'qxl_ums_mode.c' || echo '$(srcdir)/'`qxl_ums_mode.c
964@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Plo
965@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_ums_mode.c' object='spiceqxl_drv_la-qxl_ums_mode.lo' libtool=yes @AMDEPBACKSLASH@
966@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
967@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_ums_mode.lo `test -f 'qxl_ums_mode.c' || echo '$(srcdir)/'`qxl_ums_mode.c
968
969spiceqxl_drv_la-qxl_io.lo: qxl_io.c
970@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -MT spiceqxl_drv_la-qxl_io.lo -MD -MP -MF $(DEPDIR)/spiceqxl_drv_la-qxl_io.Tpo -c -o spiceqxl_drv_la-qxl_io.lo `test -f 'qxl_io.c' || echo '$(srcdir)/'`qxl_io.c
971@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/spiceqxl_drv_la-qxl_io.Tpo $(DEPDIR)/spiceqxl_drv_la-qxl_io.Plo
972@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='qxl_io.c' object='spiceqxl_drv_la-qxl_io.lo' libtool=yes @AMDEPBACKSLASH@
973@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
974@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spiceqxl_drv_la_CFLAGS) $(CFLAGS) -c -o spiceqxl_drv_la-qxl_io.lo `test -f 'qxl_io.c' || echo '$(srcdir)/'`qxl_io.c
975
976mostlyclean-libtool:
977	-rm -f *.lo
978
979clean-libtool:
980	-rm -rf .libs _libs
981
982# This directory's subdirectories are mostly independent; you can cd
983# into them and run 'make' without going through this Makefile.
984# To change the values of 'make' variables: instead of editing Makefiles,
985# (1) if the variable is set in 'config.status', edit 'config.status'
986#     (which will cause the Makefiles to be regenerated when you run 'make');
987# (2) otherwise, pass the desired values on the 'make' command line.
988$(am__recursive_targets):
989	@fail=; \
990	if $(am__make_keepgoing); then \
991	  failcom='fail=yes'; \
992	else \
993	  failcom='exit 1'; \
994	fi; \
995	dot_seen=no; \
996	target=`echo $@ | sed s/-recursive//`; \
997	case "$@" in \
998	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
999	  *) list='$(SUBDIRS)' ;; \
1000	esac; \
1001	for subdir in $$list; do \
1002	  echo "Making $$target in $$subdir"; \
1003	  if test "$$subdir" = "."; then \
1004	    dot_seen=yes; \
1005	    local_target="$$target-am"; \
1006	  else \
1007	    local_target="$$target"; \
1008	  fi; \
1009	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1010	  || eval $$failcom; \
1011	done; \
1012	if test "$$dot_seen" = "no"; then \
1013	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1014	fi; test -z "$$fail"
1015
1016ID: $(am__tagged_files)
1017	$(am__define_uniq_tagged_files); mkid -fID $$unique
1018tags: tags-recursive
1019TAGS: tags
1020
1021tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1022	set x; \
1023	here=`pwd`; \
1024	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1025	  include_option=--etags-include; \
1026	  empty_fix=.; \
1027	else \
1028	  include_option=--include; \
1029	  empty_fix=; \
1030	fi; \
1031	list='$(SUBDIRS)'; for subdir in $$list; do \
1032	  if test "$$subdir" = .; then :; else \
1033	    test ! -f $$subdir/TAGS || \
1034	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1035	  fi; \
1036	done; \
1037	$(am__define_uniq_tagged_files); \
1038	shift; \
1039	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1040	  test -n "$$unique" || unique=$$empty_fix; \
1041	  if test $$# -gt 0; then \
1042	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1043	      "$$@" $$unique; \
1044	  else \
1045	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1046	      $$unique; \
1047	  fi; \
1048	fi
1049ctags: ctags-recursive
1050
1051CTAGS: ctags
1052ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1053	$(am__define_uniq_tagged_files); \
1054	test -z "$(CTAGS_ARGS)$$unique" \
1055	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1056	     $$unique
1057
1058GTAGS:
1059	here=`$(am__cd) $(top_builddir) && pwd` \
1060	  && $(am__cd) $(top_srcdir) \
1061	  && gtags -i $(GTAGS_ARGS) "$$here"
1062cscopelist: cscopelist-recursive
1063
1064cscopelist-am: $(am__tagged_files)
1065	list='$(am__tagged_files)'; \
1066	case "$(srcdir)" in \
1067	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1068	  *) sdir=$(subdir)/$(srcdir) ;; \
1069	esac; \
1070	for i in $$list; do \
1071	  if test -f "$$i"; then \
1072	    echo "$(subdir)/$$i"; \
1073	  else \
1074	    echo "$$sdir/$$i"; \
1075	  fi; \
1076	done >> $(top_builddir)/cscope.files
1077
1078distclean-tags:
1079	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1080distdir: $(BUILT_SOURCES)
1081	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1082
1083distdir-am: $(DISTFILES)
1084	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1085	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1086	list='$(DISTFILES)'; \
1087	  dist_files=`for file in $$list; do echo $$file; done | \
1088	  sed -e "s|^$$srcdirstrip/||;t" \
1089	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1090	case $$dist_files in \
1091	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1092			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1093			   sort -u` ;; \
1094	esac; \
1095	for file in $$dist_files; do \
1096	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1097	  if test -d $$d/$$file; then \
1098	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1099	    if test -d "$(distdir)/$$file"; then \
1100	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1101	    fi; \
1102	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1103	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1104	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1105	    fi; \
1106	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1107	  else \
1108	    test -f "$(distdir)/$$file" \
1109	    || cp -p $$d/$$file "$(distdir)/$$file" \
1110	    || exit 1; \
1111	  fi; \
1112	done
1113	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1114	  if test "$$subdir" = .; then :; else \
1115	    $(am__make_dryrun) \
1116	      || test -d "$(distdir)/$$subdir" \
1117	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1118	      || exit 1; \
1119	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1120	    $(am__relativize); \
1121	    new_distdir=$$reldir; \
1122	    dir1=$$subdir; dir2="$(top_distdir)"; \
1123	    $(am__relativize); \
1124	    new_top_distdir=$$reldir; \
1125	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1126	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1127	    ($(am__cd) $$subdir && \
1128	      $(MAKE) $(AM_MAKEFLAGS) \
1129	        top_distdir="$$new_top_distdir" \
1130	        distdir="$$new_distdir" \
1131		am__remove_distdir=: \
1132		am__skip_length_check=: \
1133		am__skip_mode_fix=: \
1134	        distdir) \
1135	      || exit 1; \
1136	  fi; \
1137	done
1138check-am: all-am
1139check: check-recursive
1140all-am: Makefile $(LTLIBRARIES)
1141installdirs: installdirs-recursive
1142installdirs-am:
1143	for dir in "$(DESTDIR)$(qxl_drv_ladir)" "$(DESTDIR)$(spiceqxl_drv_ladir)"; do \
1144	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1145	done
1146install: install-recursive
1147install-exec: install-exec-recursive
1148install-data: install-data-recursive
1149uninstall: uninstall-recursive
1150
1151install-am: all-am
1152	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1153
1154installcheck: installcheck-recursive
1155install-strip:
1156	if test -z '$(STRIP)'; then \
1157	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1158	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1159	      install; \
1160	else \
1161	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1162	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1163	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1164	fi
1165mostlyclean-generic:
1166
1167clean-generic:
1168
1169distclean-generic:
1170	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1171	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1172
1173maintainer-clean-generic:
1174	@echo "This command is intended for maintainers to use"
1175	@echo "it deletes files that may require special tools to rebuild."
1176clean: clean-recursive
1177
1178clean-am: clean-generic clean-libtool clean-qxl_drv_laLTLIBRARIES \
1179	clean-spiceqxl_drv_laLTLIBRARIES mostlyclean-am
1180
1181distclean: distclean-recursive
1182		-rm -f ./$(DEPDIR)/dfps.Plo
1183	-rm -f ./$(DEPDIR)/mspace.Plo
1184	-rm -f ./$(DEPDIR)/murmurhash3.Plo
1185	-rm -f ./$(DEPDIR)/qxl_cursor.Plo
1186	-rm -f ./$(DEPDIR)/qxl_driver.Plo
1187	-rm -f ./$(DEPDIR)/qxl_drmmode.Plo
1188	-rm -f ./$(DEPDIR)/qxl_image.Plo
1189	-rm -f ./$(DEPDIR)/qxl_io.Plo
1190	-rm -f ./$(DEPDIR)/qxl_kms.Plo
1191	-rm -f ./$(DEPDIR)/qxl_mem.Plo
1192	-rm -f ./$(DEPDIR)/qxl_option_helpers.Plo
1193	-rm -f ./$(DEPDIR)/qxl_ring.Plo
1194	-rm -f ./$(DEPDIR)/qxl_surface.Plo
1195	-rm -f ./$(DEPDIR)/qxl_surface_ums.Plo
1196	-rm -f ./$(DEPDIR)/qxl_ums_mode.Plo
1197	-rm -f ./$(DEPDIR)/qxl_uxa.Plo
1198	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-dfps.Plo
1199	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-mspace.Plo
1200	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-murmurhash3.Plo
1201	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Plo
1202	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_driver.Plo
1203	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_image.Plo
1204	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_io.Plo
1205	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_mem.Plo
1206	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Plo
1207	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_ring.Plo
1208	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_surface.Plo
1209	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Plo
1210	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Plo
1211	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Plo
1212	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Plo
1213	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Plo
1214	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Plo
1215	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Plo
1216	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Plo
1217	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Plo
1218	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Plo
1219	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Plo
1220	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Plo
1221	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Plo
1222	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Plo
1223	-rm -f Makefile
1224distclean-am: clean-am distclean-compile distclean-generic \
1225	distclean-tags
1226
1227dvi: dvi-recursive
1228
1229dvi-am:
1230
1231html: html-recursive
1232
1233html-am:
1234
1235info: info-recursive
1236
1237info-am:
1238
1239install-data-am: install-qxl_drv_laLTLIBRARIES \
1240	install-spiceqxl_drv_laLTLIBRARIES
1241
1242install-dvi: install-dvi-recursive
1243
1244install-dvi-am:
1245
1246install-exec-am:
1247
1248install-html: install-html-recursive
1249
1250install-html-am:
1251
1252install-info: install-info-recursive
1253
1254install-info-am:
1255
1256install-man:
1257
1258install-pdf: install-pdf-recursive
1259
1260install-pdf-am:
1261
1262install-ps: install-ps-recursive
1263
1264install-ps-am:
1265
1266installcheck-am:
1267
1268maintainer-clean: maintainer-clean-recursive
1269		-rm -f ./$(DEPDIR)/dfps.Plo
1270	-rm -f ./$(DEPDIR)/mspace.Plo
1271	-rm -f ./$(DEPDIR)/murmurhash3.Plo
1272	-rm -f ./$(DEPDIR)/qxl_cursor.Plo
1273	-rm -f ./$(DEPDIR)/qxl_driver.Plo
1274	-rm -f ./$(DEPDIR)/qxl_drmmode.Plo
1275	-rm -f ./$(DEPDIR)/qxl_image.Plo
1276	-rm -f ./$(DEPDIR)/qxl_io.Plo
1277	-rm -f ./$(DEPDIR)/qxl_kms.Plo
1278	-rm -f ./$(DEPDIR)/qxl_mem.Plo
1279	-rm -f ./$(DEPDIR)/qxl_option_helpers.Plo
1280	-rm -f ./$(DEPDIR)/qxl_ring.Plo
1281	-rm -f ./$(DEPDIR)/qxl_surface.Plo
1282	-rm -f ./$(DEPDIR)/qxl_surface_ums.Plo
1283	-rm -f ./$(DEPDIR)/qxl_ums_mode.Plo
1284	-rm -f ./$(DEPDIR)/qxl_uxa.Plo
1285	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-dfps.Plo
1286	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-mspace.Plo
1287	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-murmurhash3.Plo
1288	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_cursor.Plo
1289	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_driver.Plo
1290	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_image.Plo
1291	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_io.Plo
1292	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_mem.Plo
1293	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_option_helpers.Plo
1294	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_ring.Plo
1295	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_surface.Plo
1296	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_surface_ums.Plo
1297	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_ums_mode.Plo
1298	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-qxl_uxa.Plo
1299	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_audio.Plo
1300	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_display.Plo
1301	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_driver.Plo
1302	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_inputs.Plo
1303	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_io_port.Plo
1304	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_main_loop.Plo
1305	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_smartcard.Plo
1306	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_spice_server.Plo
1307	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_uinput.Plo
1308	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_util.Plo
1309	-rm -f ./$(DEPDIR)/spiceqxl_drv_la-spiceqxl_vdagent.Plo
1310	-rm -f Makefile
1311maintainer-clean-am: distclean-am maintainer-clean-generic
1312
1313mostlyclean: mostlyclean-recursive
1314
1315mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1316	mostlyclean-libtool
1317
1318pdf: pdf-recursive
1319
1320pdf-am:
1321
1322ps: ps-recursive
1323
1324ps-am:
1325
1326uninstall-am: uninstall-qxl_drv_laLTLIBRARIES \
1327	uninstall-spiceqxl_drv_laLTLIBRARIES
1328
1329.MAKE: $(am__recursive_targets) install-am install-strip
1330
1331.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1332	am--depfiles check check-am clean clean-generic clean-libtool \
1333	clean-qxl_drv_laLTLIBRARIES clean-spiceqxl_drv_laLTLIBRARIES \
1334	cscopelist-am ctags ctags-am distclean distclean-compile \
1335	distclean-generic distclean-libtool distclean-tags distdir dvi \
1336	dvi-am html html-am info info-am install install-am \
1337	install-data install-data-am install-dvi install-dvi-am \
1338	install-exec install-exec-am install-html install-html-am \
1339	install-info install-info-am install-man install-pdf \
1340	install-pdf-am install-ps install-ps-am \
1341	install-qxl_drv_laLTLIBRARIES \
1342	install-spiceqxl_drv_laLTLIBRARIES install-strip installcheck \
1343	installcheck-am installdirs installdirs-am maintainer-clean \
1344	maintainer-clean-generic mostlyclean mostlyclean-compile \
1345	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1346	tags tags-am uninstall uninstall-am \
1347	uninstall-qxl_drv_laLTLIBRARIES \
1348	uninstall-spiceqxl_drv_laLTLIBRARIES
1349
1350.PRECIOUS: Makefile
1351
1352
1353# Tell versions [3.59,3.63) of GNU make to not export all variables.
1354# Otherwise a system limit (for SysV at least) may be exceeded.
1355.NOEXPORT:
1356