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