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