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