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