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