1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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 2005 Adam Jackson.
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#  ADAM JACKSON 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
37VPATH = @srcdir@
38am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101@DRI2_TRUE@am__append_1 = $(DRI2_CFLAGS)
102@DRI2_TRUE@am__append_2 = \
103@DRI2_TRUE@	intel_dri.c \
104@DRI2_TRUE@	$(NULL)
105
106@DRI2_TRUE@am__append_3 = \
107@DRI2_TRUE@	$(DRI2_LIBS) \
108@DRI2_TRUE@	$(CLOCK_GETTIME_LIBS) \
109@DRI2_TRUE@	$(NULL)
110
111@DRI3_TRUE@am__append_4 = \
112@DRI3_TRUE@	intel_dri3.c \
113@DRI3_TRUE@	intel_sync.c \
114@DRI3_TRUE@	$(NULL)
115
116@PRESENT_TRUE@am__append_5 = \
117@PRESENT_TRUE@	intel_present.c \
118@PRESENT_TRUE@	$(NULL)
119
120@XVMC_TRUE@am__append_6 = -I$(top_srcdir)/xvmc
121@XVMC_TRUE@am__append_7 = \
122@XVMC_TRUE@	intel_hwmc.c \
123@XVMC_TRUE@	$(NULL)
124
125subdir = src/uxa
126DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
127	$(top_srcdir)/depcomp
128ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
130	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
131	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
132	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
133am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134	$(ACLOCAL_M4)
135mkinstalldirs = $(install_sh) -d
136CONFIG_HEADER = $(top_builddir)/config.h
137CONFIG_CLEAN_FILES =
138CONFIG_CLEAN_VPATH_FILES =
139LTLIBRARIES = $(noinst_LTLIBRARIES)
140am__DEPENDENCIES_1 =
141@DRI2_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
142@DRI2_TRUE@	$(am__DEPENDENCIES_1)
143libuxa_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
144	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
145am__libuxa_la_SOURCES_DIST = intel_uxa.h brw_defines.h brw_structs.h \
146	common.h intel.h intel_batchbuffer.c intel_batchbuffer.h \
147	intel_display.c intel_driver.c intel_memory.c intel_uxa.c \
148	intel_video.c intel_video.h intel_video_overlay.c \
149	intel_video_overlay.h intel_uxa_video.c i830_3d.c \
150	i830_render.c i830_reg.h i915_3d.h i915_reg.h i915_3d.c \
151	i915_render.c i915_video.c i965_reg.h i965_3d.c i965_video.c \
152	i965_render.c uxa_module.h uxa.c uxa.h uxa-accel.c \
153	uxa-glyphs.c uxa-render.c uxa-priv.h uxa-unaccel.c intel_dri.c \
154	intel_dri3.c intel_sync.c intel_present.c intel_hwmc.c
155@DRI2_TRUE@am__objects_1 = intel_dri.lo
156@DRI3_TRUE@am__objects_2 = intel_dri3.lo intel_sync.lo
157@PRESENT_TRUE@am__objects_3 = intel_present.lo
158@XVMC_TRUE@am__objects_4 = intel_hwmc.lo
159am_libuxa_la_OBJECTS = intel_batchbuffer.lo intel_display.lo \
160	intel_driver.lo intel_memory.lo intel_uxa.lo intel_video.lo \
161	intel_video_overlay.lo intel_uxa_video.lo i830_3d.lo \
162	i830_render.lo i915_3d.lo i915_render.lo i915_video.lo \
163	i965_3d.lo i965_video.lo i965_render.lo uxa.lo uxa-accel.lo \
164	uxa-glyphs.lo uxa-render.lo uxa-unaccel.lo $(am__objects_1) \
165	$(am__objects_2) $(am__objects_3) $(am__objects_4)
166libuxa_la_OBJECTS = $(am_libuxa_la_OBJECTS)
167AM_V_lt = $(am__v_lt_@AM_V@)
168am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
169am__v_lt_0 = --silent
170am__v_lt_1 = 
171AM_V_P = $(am__v_P_@AM_V@)
172am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173am__v_P_0 = false
174am__v_P_1 = :
175AM_V_GEN = $(am__v_GEN_@AM_V@)
176am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177am__v_GEN_0 = @echo "  GEN     " $@;
178am__v_GEN_1 = 
179AM_V_at = $(am__v_at_@AM_V@)
180am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181am__v_at_0 = @
182am__v_at_1 = 
183DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
184depcomp = $(SHELL) $(top_srcdir)/depcomp
185am__depfiles_maybe = depfiles
186am__mv = mv -f
187COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
188	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
189LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
191	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
192	$(AM_CFLAGS) $(CFLAGS)
193AM_V_CC = $(am__v_CC_@AM_V@)
194am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
195am__v_CC_0 = @echo "  CC      " $@;
196am__v_CC_1 = 
197CCLD = $(CC)
198LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
199	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
200	$(AM_LDFLAGS) $(LDFLAGS) -o $@
201AM_V_CCLD = $(am__v_CCLD_@AM_V@)
202am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
203am__v_CCLD_0 = @echo "  CCLD    " $@;
204am__v_CCLD_1 = 
205SOURCES = $(libuxa_la_SOURCES)
206DIST_SOURCES = $(am__libuxa_la_SOURCES_DIST)
207am__can_run_installinfo = \
208  case $$AM_UPDATE_INFO_DIR in \
209    n|no|NO) false;; \
210    *) (install-info --version) >/dev/null 2>&1;; \
211  esac
212am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
213# Read a list of newline-separated strings from the standard input,
214# and print each of them once, without duplicates.  Input order is
215# *not* preserved.
216am__uniquify_input = $(AWK) '\
217  BEGIN { nonempty = 0; } \
218  { items[$$0] = 1; nonempty = 1; } \
219  END { if (nonempty) { for (i in items) print i; }; } \
220'
221# Make sure the list of sources is unique.  This is necessary because,
222# e.g., the same source file might be shared among _SOURCES variables
223# for different programs/libraries.
224am__define_uniq_tagged_files = \
225  list='$(am__tagged_files)'; \
226  unique=`for i in $$list; do \
227    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228  done | $(am__uniquify_input)`
229ETAGS = etags
230CTAGS = ctags
231DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232ACLOCAL = @ACLOCAL@
233ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
234ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
235AMTAR = @AMTAR@
236AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237APP_MAN_DIR = @APP_MAN_DIR@
238APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
239AR = @AR@
240AUTOCONF = @AUTOCONF@
241AUTOHEADER = @AUTOHEADER@
242AUTOMAKE = @AUTOMAKE@
243AWK = @AWK@
244BASE_CFLAGS = @BASE_CFLAGS@
245CC = @CC@
246CCDEPMODE = @CCDEPMODE@
247CFLAGS = @CFLAGS@
248CHANGELOG_CMD = @CHANGELOG_CMD@
249CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@
250CPP = @CPP@
251CPPFLAGS = @CPPFLAGS@
252CWARNFLAGS = @CWARNFLAGS@
253CYGPATH_W = @CYGPATH_W@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256DLLTOOL = @DLLTOOL@
257DRI1_CFLAGS = @DRI1_CFLAGS@
258DRI1_LIBS = @DRI1_LIBS@
259DRI2_CFLAGS = @DRI2_CFLAGS@
260DRI2_LIBS = @DRI2_LIBS@
261DRI3_CFLAGS = @DRI3_CFLAGS@
262DRI3_LIBS = @DRI3_LIBS@
263DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
264DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
265DRIVER_NAME = @DRIVER_NAME@
266DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
267DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@
268DRMINTEL_LIBS = @DRMINTEL_LIBS@
269DRM_CFLAGS = @DRM_CFLAGS@
270DRM_LIBS = @DRM_LIBS@
271DSYMUTIL = @DSYMUTIL@
272DUMPBIN = @DUMPBIN@
273ECHO_C = @ECHO_C@
274ECHO_N = @ECHO_N@
275ECHO_T = @ECHO_T@
276EGREP = @EGREP@
277EXEEXT = @EXEEXT@
278FGREP = @FGREP@
279FILE_MAN_DIR = @FILE_MAN_DIR@
280FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
281GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
282GEN4ASM_LIBS = @GEN4ASM_LIBS@
283GREP = @GREP@
284INSTALL = @INSTALL@
285INSTALL_CMD = @INSTALL_CMD@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290INTEL_GEN4ASM = @INTEL_GEN4ASM@
291IVO_CFLAGS = @IVO_CFLAGS@
292IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@
293IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@
294IVO_LIBS = @IVO_LIBS@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBEXEC_PATH = @LIBEXEC_PATH@
298LIBOBJS = @LIBOBJS@
299LIBS = @LIBS@
300LIBTOOL = @LIBTOOL@
301LIB_MAN_DIR = @LIB_MAN_DIR@
302LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
303LIPO = @LIPO@
304LN_S = @LN_S@
305LTLIBOBJS = @LTLIBOBJS@
306MAKEINFO = @MAKEINFO@
307MANIFEST_TOOL = @MANIFEST_TOOL@
308MAN_SUBSTS = @MAN_SUBSTS@
309MISC_MAN_DIR = @MISC_MAN_DIR@
310MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
311MKDIR_P = @MKDIR_P@
312NM = @NM@
313NMEDIT = @NMEDIT@
314NOWARNFLAGS = @NOWARNFLAGS@
315OBJDUMP = @OBJDUMP@
316OBJEXT = @OBJEXT@
317OTOOL = @OTOOL@
318OTOOL64 = @OTOOL64@
319PACKAGE = @PACKAGE@
320PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
321PACKAGE_NAME = @PACKAGE_NAME@
322PACKAGE_STRING = @PACKAGE_STRING@
323PACKAGE_TARNAME = @PACKAGE_TARNAME@
324PACKAGE_URL = @PACKAGE_URL@
325PACKAGE_VERSION = @PACKAGE_VERSION@
326PATH_SEPARATOR = @PATH_SEPARATOR@
327PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
328PCIACCESS_LIBS = @PCIACCESS_LIBS@
329PKG_CONFIG = @PKG_CONFIG@
330PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
331PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
332PREFIX_PATH = @PREFIX_PATH@
333PRESENT_CFLAGS = @PRESENT_CFLAGS@
334PRESENT_LIBS = @PRESENT_LIBS@
335RANLIB = @RANLIB@
336SED = @SED@
337SET_MAKE = @SET_MAKE@
338SHELL = @SHELL@
339STRICT_CFLAGS = @STRICT_CFLAGS@
340STRIP = @STRIP@
341UDEV_CFLAGS = @UDEV_CFLAGS@
342UDEV_LIBS = @UDEV_LIBS@
343VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
344VALGRIND_LIBS = @VALGRIND_LIBS@
345VERSION = @VERSION@
346X11_CFLAGS = @X11_CFLAGS@
347X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@
348X11_DRI3_LIBS = @X11_DRI3_LIBS@
349X11_LIBS = @X11_LIBS@
350XORG_CFLAGS = @XORG_CFLAGS@
351XORG_LIBS = @XORG_LIBS@
352XORG_MAN_PAGE = @XORG_MAN_PAGE@
353XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
354XVMCLIB_LIBS = @XVMCLIB_LIBS@
355abs_builddir = @abs_builddir@
356abs_srcdir = @abs_srcdir@
357abs_top_builddir = @abs_top_builddir@
358abs_top_srcdir = @abs_top_srcdir@
359ac_ct_AR = @ac_ct_AR@
360ac_ct_CC = @ac_ct_CC@
361ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362am__include = @am__include@
363am__leading_dot = @am__leading_dot@
364am__quote = @am__quote@
365am__tar = @am__tar@
366am__untar = @am__untar@
367bindir = @bindir@
368build = @build@
369build_alias = @build_alias@
370build_cpu = @build_cpu@
371build_os = @build_os@
372build_vendor = @build_vendor@
373builddir = @builddir@
374datadir = @datadir@
375datarootdir = @datarootdir@
376docdir = @docdir@
377dvidir = @dvidir@
378exec_prefix = @exec_prefix@
379host = @host@
380host_alias = @host_alias@
381host_cpu = @host_cpu@
382host_os = @host_os@
383host_vendor = @host_vendor@
384htmldir = @htmldir@
385includedir = @includedir@
386infodir = @infodir@
387install_sh = @install_sh@
388libdir = @libdir@
389libexecdir = @libexecdir@
390localedir = @localedir@
391localstatedir = @localstatedir@
392mandir = @mandir@
393mkdir_p = @mkdir_p@
394moduledir = @moduledir@
395oldincludedir = @oldincludedir@
396pdfdir = @pdfdir@
397prefix = @prefix@
398program_transform_name = @program_transform_name@
399psdir = @psdir@
400sbindir = @sbindir@
401sharedstatedir = @sharedstatedir@
402srcdir = @srcdir@
403sysconfdir = @sysconfdir@
404target_alias = @target_alias@
405top_build_prefix = @top_build_prefix@
406top_builddir = @top_builddir@
407top_srcdir = @top_srcdir@
408AM_CFLAGS = @CWARNFLAGS@ $(XORG_CFLAGS) $(DRM_CFLAGS) \
409	$(PCIACCESS_CFLAGS) $(UDEV_CFLAGS) $(DRM_CFLAGS) \
410	$(DRMINTEL_CFLAGS) -I$(top_srcdir)/xvmc -I$(top_srcdir)/src \
411	-I$(top_srcdir)/src/render_program $(am__append_1) \
412	$(am__append_6)
413noinst_LTLIBRARIES = libuxa.la
414libuxa_la_LIBADD = $(UDEV_LIBS) $(DRMINTEL_LIBS) $(DRM_LIBS) \
415	$(am__append_3)
416libuxa_la_SOURCES = intel_uxa.h brw_defines.h brw_structs.h common.h \
417	intel.h intel_batchbuffer.c intel_batchbuffer.h \
418	intel_display.c intel_driver.c intel_memory.c intel_uxa.c \
419	intel_video.c intel_video.h intel_video_overlay.c \
420	intel_video_overlay.h intel_uxa_video.c i830_3d.c \
421	i830_render.c i830_reg.h i915_3d.h i915_reg.h i915_3d.c \
422	i915_render.c i915_video.c i965_reg.h i965_3d.c i965_video.c \
423	i965_render.c uxa_module.h uxa.c uxa.h uxa-accel.c \
424	uxa-glyphs.c uxa-render.c uxa-priv.h uxa-unaccel.c \
425	$(am__append_2) $(am__append_4) $(am__append_5) \
426	$(am__append_7)
427all: all-am
428
429.SUFFIXES:
430.SUFFIXES: .c .lo .o .obj
431$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
432	@for dep in $?; do \
433	  case '$(am__configure_deps)' in \
434	    *$$dep*) \
435	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436	        && { if test -f $@; then exit 0; else break; fi; }; \
437	      exit 1;; \
438	  esac; \
439	done; \
440	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/uxa/Makefile'; \
441	$(am__cd) $(top_srcdir) && \
442	  $(AUTOMAKE) --foreign src/uxa/Makefile
443.PRECIOUS: Makefile
444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445	@case '$?' in \
446	  *config.status*) \
447	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448	  *) \
449	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
450	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
451	esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456$(top_srcdir)/configure:  $(am__configure_deps)
457	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
459	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(am__aclocal_m4_deps):
461
462clean-noinstLTLIBRARIES:
463	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
464	@list='$(noinst_LTLIBRARIES)'; \
465	locs=`for p in $$list; do echo $$p; done | \
466	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
467	      sort -u`; \
468	test -z "$$locs" || { \
469	  echo rm -f $${locs}; \
470	  rm -f $${locs}; \
471	}
472
473libuxa.la: $(libuxa_la_OBJECTS) $(libuxa_la_DEPENDENCIES) $(EXTRA_libuxa_la_DEPENDENCIES) 
474	$(AM_V_CCLD)$(LINK)  $(libuxa_la_OBJECTS) $(libuxa_la_LIBADD) $(LIBS)
475
476mostlyclean-compile:
477	-rm -f *.$(OBJEXT)
478
479distclean-compile:
480	-rm -f *.tab.c
481
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_3d.Plo@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_render.Plo@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_3d.Plo@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_render.Plo@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_video.Plo@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i965_3d.Plo@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i965_render.Plo@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i965_video.Plo@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_batchbuffer.Plo@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_display.Plo@am__quote@
492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_dri.Plo@am__quote@
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_dri3.Plo@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_driver.Plo@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_hwmc.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_memory.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_present.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_sync.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_uxa.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_uxa_video.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_video.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_video_overlay.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-accel.Plo@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-glyphs.Plo@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-render.Plo@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa-unaccel.Plo@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uxa.Plo@am__quote@
508
509.c.o:
510@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
511@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
515
516.c.obj:
517@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
518@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
522
523.c.lo:
524@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
526@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
527@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
529
530mostlyclean-libtool:
531	-rm -f *.lo
532
533clean-libtool:
534	-rm -rf .libs _libs
535
536ID: $(am__tagged_files)
537	$(am__define_uniq_tagged_files); mkid -fID $$unique
538tags: tags-am
539TAGS: tags
540
541tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542	set x; \
543	here=`pwd`; \
544	$(am__define_uniq_tagged_files); \
545	shift; \
546	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
547	  test -n "$$unique" || unique=$$empty_fix; \
548	  if test $$# -gt 0; then \
549	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550	      "$$@" $$unique; \
551	  else \
552	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553	      $$unique; \
554	  fi; \
555	fi
556ctags: ctags-am
557
558CTAGS: ctags
559ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560	$(am__define_uniq_tagged_files); \
561	test -z "$(CTAGS_ARGS)$$unique" \
562	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
563	     $$unique
564
565GTAGS:
566	here=`$(am__cd) $(top_builddir) && pwd` \
567	  && $(am__cd) $(top_srcdir) \
568	  && gtags -i $(GTAGS_ARGS) "$$here"
569cscopelist: cscopelist-am
570
571cscopelist-am: $(am__tagged_files)
572	list='$(am__tagged_files)'; \
573	case "$(srcdir)" in \
574	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
575	  *) sdir=$(subdir)/$(srcdir) ;; \
576	esac; \
577	for i in $$list; do \
578	  if test -f "$$i"; then \
579	    echo "$(subdir)/$$i"; \
580	  else \
581	    echo "$$sdir/$$i"; \
582	  fi; \
583	done >> $(top_builddir)/cscope.files
584
585distclean-tags:
586	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
587
588distdir: $(DISTFILES)
589	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591	list='$(DISTFILES)'; \
592	  dist_files=`for file in $$list; do echo $$file; done | \
593	  sed -e "s|^$$srcdirstrip/||;t" \
594	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
595	case $$dist_files in \
596	  */*) $(MKDIR_P) `echo "$$dist_files" | \
597			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598			   sort -u` ;; \
599	esac; \
600	for file in $$dist_files; do \
601	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602	  if test -d $$d/$$file; then \
603	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604	    if test -d "$(distdir)/$$file"; then \
605	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606	    fi; \
607	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610	    fi; \
611	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
612	  else \
613	    test -f "$(distdir)/$$file" \
614	    || cp -p $$d/$$file "$(distdir)/$$file" \
615	    || exit 1; \
616	  fi; \
617	done
618check-am: all-am
619check: check-am
620all-am: Makefile $(LTLIBRARIES)
621installdirs:
622install: install-am
623install-exec: install-exec-am
624install-data: install-data-am
625uninstall: uninstall-am
626
627install-am: all-am
628	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
629
630installcheck: installcheck-am
631install-strip:
632	if test -z '$(STRIP)'; then \
633	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
634	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
635	      install; \
636	else \
637	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
639	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
640	fi
641mostlyclean-generic:
642
643clean-generic:
644
645distclean-generic:
646	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
647	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
648
649maintainer-clean-generic:
650	@echo "This command is intended for maintainers to use"
651	@echo "it deletes files that may require special tools to rebuild."
652clean: clean-am
653
654clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
655	mostlyclean-am
656
657distclean: distclean-am
658	-rm -rf ./$(DEPDIR)
659	-rm -f Makefile
660distclean-am: clean-am distclean-compile distclean-generic \
661	distclean-tags
662
663dvi: dvi-am
664
665dvi-am:
666
667html: html-am
668
669html-am:
670
671info: info-am
672
673info-am:
674
675install-data-am:
676
677install-dvi: install-dvi-am
678
679install-dvi-am:
680
681install-exec-am:
682
683install-html: install-html-am
684
685install-html-am:
686
687install-info: install-info-am
688
689install-info-am:
690
691install-man:
692
693install-pdf: install-pdf-am
694
695install-pdf-am:
696
697install-ps: install-ps-am
698
699install-ps-am:
700
701installcheck-am:
702
703maintainer-clean: maintainer-clean-am
704	-rm -rf ./$(DEPDIR)
705	-rm -f Makefile
706maintainer-clean-am: distclean-am maintainer-clean-generic
707
708mostlyclean: mostlyclean-am
709
710mostlyclean-am: mostlyclean-compile mostlyclean-generic \
711	mostlyclean-libtool
712
713pdf: pdf-am
714
715pdf-am:
716
717ps: ps-am
718
719ps-am:
720
721uninstall-am:
722
723.MAKE: install-am install-strip
724
725.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
726	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
727	ctags-am distclean distclean-compile distclean-generic \
728	distclean-libtool distclean-tags distdir dvi dvi-am html \
729	html-am info info-am install install-am install-data \
730	install-data-am install-dvi install-dvi-am install-exec \
731	install-exec-am install-html install-html-am install-info \
732	install-info-am install-man install-pdf install-pdf-am \
733	install-ps install-ps-am install-strip installcheck \
734	installcheck-am installdirs maintainer-clean \
735	maintainer-clean-generic mostlyclean mostlyclean-compile \
736	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
737	tags tags-am uninstall uninstall-am
738
739	$(NULL)
740
741# Tell versions [3.59,3.63) of GNU make to not export all variables.
742# Otherwise a system limit (for SysV at least) may be exceeded.
743.NOEXPORT:
744