Makefile.in revision 40732134
1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Copyright 2005 Adam Jackson. 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission is hereby granted, free of charge, to any person obtaining a 22# copy of this software and associated documentation files (the "Software"), 23# to deal in the Software without restriction, including without limitation 24# on the rights to use, copy, modify, merge, publish, distribute, sub 25# license, and/or sell copies of the Software, and to permit persons to whom 26# the Software is furnished to do so, subject to the following conditions: 27# 28# The above copyright notice and this permission notice (including the next 29# paragraph) shall be included in all copies or substantial portions of the 30# Software. 31# 32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 34# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 35# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 36# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 37# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38 39# this is obnoxious: 40# -module lets us name the module exactly how we want 41# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 42# _ladir passes a dummy rpath to libtool so the thing will actually link 43# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 44 45VPATH = @srcdir@ 46pkgdatadir = $(datadir)/@PACKAGE@ 47pkgincludedir = $(includedir)/@PACKAGE@ 48pkglibdir = $(libdir)/@PACKAGE@ 49pkglibexecdir = $(libexecdir)/@PACKAGE@ 50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 51install_sh_DATA = $(install_sh) -c -m 644 52install_sh_PROGRAM = $(install_sh) -c 53install_sh_SCRIPT = $(install_sh) -c 54INSTALL_HEADER = $(INSTALL_DATA) 55transform = $(program_transform_name) 56NORMAL_INSTALL = : 57PRE_INSTALL = : 58POST_INSTALL = : 59NORMAL_UNINSTALL = : 60PRE_UNINSTALL = : 61POST_UNINSTALL = : 62build_triplet = @build@ 63host_triplet = @host@ 64@DRI_TRUE@am__append_1 = $(DRI_LIBS) 65@XSERVER_LIBPCIACCESS_TRUE@am__append_2 = $(PCIACCESS_LIBS) 66@LIBUDEV_TRUE@am__append_3 = $(LIBUDEV_LIBS) 67subdir = src 68DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 69ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 70am__aclocal_m4_deps = $(top_srcdir)/configure.ac 71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 72 $(ACLOCAL_M4) 73mkinstalldirs = $(install_sh) -d 74CONFIG_HEADER = $(top_builddir)/config.h 75CONFIG_CLEAN_FILES = 76CONFIG_CLEAN_VPATH_FILES = 77am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 78am__vpath_adj = case $$p in \ 79 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 80 *) f=$$p;; \ 81 esac; 82am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 83am__install_max = 40 84am__nobase_strip_setup = \ 85 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 86am__nobase_strip = \ 87 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 88am__nobase_list = $(am__nobase_strip_setup); \ 89 for p in $$list; do echo "$$p $$p"; done | \ 90 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 91 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 92 if (++n[$$2] == $(am__install_max)) \ 93 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 94 END { for (dir in files) print dir, files[dir] }' 95am__base_list = \ 96 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 97 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 98am__installdirs = "$(DESTDIR)$(ati_drv_ladir)" \ 99 "$(DESTDIR)$(radeon_drv_ladir)" \ 100 "$(DESTDIR)$(theatre200_drv_ladir)" \ 101 "$(DESTDIR)$(theatre_detect_drv_ladir)" \ 102 "$(DESTDIR)$(theatre_drv_ladir)" 103LTLIBRARIES = $(ati_drv_la_LTLIBRARIES) $(radeon_drv_la_LTLIBRARIES) \ 104 $(theatre200_drv_la_LTLIBRARIES) \ 105 $(theatre_detect_drv_la_LTLIBRARIES) \ 106 $(theatre_drv_la_LTLIBRARIES) 107am__DEPENDENCIES_1 = 108@XSERVER_LIBPCIACCESS_TRUE@ati_drv_la_DEPENDENCIES = \ 109@XSERVER_LIBPCIACCESS_TRUE@ $(am__DEPENDENCIES_1) 110am_ati_drv_la_OBJECTS = ati.lo atimodule.lo 111ati_drv_la_OBJECTS = $(am_ati_drv_la_OBJECTS) 112AM_V_lt = $(am__v_lt_$(V)) 113am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 114am__v_lt_0 = --silent 115ati_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 116 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 117 $(ati_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 118@DRI_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) 119@XSERVER_LIBPCIACCESS_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) 120@LIBUDEV_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1) 121radeon_drv_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 122 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) \ 123 $(am__DEPENDENCIES_4) 124am__radeon_drv_la_SOURCES_DIST = radeon_accel.c radeon_cursor.c \ 125 radeon_legacy_memory.c radeon_driver.c radeon_video.c \ 126 radeon_bios.c radeon_mm_i2c.c radeon_vip.c radeon_misc.c \ 127 radeon_probe.c legacy_crtc.c legacy_output.c \ 128 radeon_textured_video.c radeon_xvmc.c radeon_pm.c \ 129 radeon_crtc.c radeon_output.c radeon_modes.c radeon_tv.c \ 130 AtomBios/CD_Operations.c AtomBios/Decoder.c \ 131 AtomBios/hwserv_drv.c AtomBios/includes/atombios.h \ 132 AtomBios/includes/CD_binding.h \ 133 AtomBios/includes/CD_Common_Types.h \ 134 AtomBios/includes/CD_Definitions.h \ 135 AtomBios/includes/CD_hw_services.h \ 136 AtomBios/includes/CD_Opcodes.h AtomBios/includes/CD_Structs.h \ 137 AtomBios/includes/Decoder.h AtomBios/includes/ObjectID.h \ 138 AtomBios/includes/regsdef.h radeon_atombios.c \ 139 radeon_atomwrapper.c radeon_dri.c radeon_exa.c r600_exa.c \ 140 r6xx_accel.c r600_textured_videofuncs.c r600_shader.c \ 141 radeon_exa_shared.c evergreen_exa.c evergreen_accel.c \ 142 evergreen_shader.c evergreen_textured_videofuncs.c \ 143 cayman_accel.c cayman_shader.c atombios_output.c \ 144 atombios_crtc.c radeon_dri2.c radeon_kms.c drmmode_display.c \ 145 radeon_vbo.c 146am__objects_1 = CD_Operations.lo Decoder.lo hwserv_drv.lo 147@DRI_TRUE@am__objects_2 = radeon_dri.lo 148@USE_EXA_TRUE@am__objects_3 = radeon_exa.lo r600_exa.lo r6xx_accel.lo \ 149@USE_EXA_TRUE@ r600_textured_videofuncs.lo r600_shader.lo \ 150@USE_EXA_TRUE@ radeon_exa_shared.lo evergreen_exa.lo \ 151@USE_EXA_TRUE@ evergreen_accel.lo evergreen_shader.lo \ 152@USE_EXA_TRUE@ evergreen_textured_videofuncs.lo cayman_accel.lo \ 153@USE_EXA_TRUE@ cayman_shader.lo 154@XF86DRM_MODE_TRUE@am__objects_4 = radeon_dri2.lo radeon_kms.lo \ 155@XF86DRM_MODE_TRUE@ drmmode_display.lo radeon_vbo.lo 156am_radeon_drv_la_OBJECTS = radeon_accel.lo radeon_cursor.lo \ 157 radeon_legacy_memory.lo radeon_driver.lo radeon_video.lo \ 158 radeon_bios.lo radeon_mm_i2c.lo radeon_vip.lo radeon_misc.lo \ 159 radeon_probe.lo legacy_crtc.lo legacy_output.lo \ 160 radeon_textured_video.lo radeon_xvmc.lo radeon_pm.lo \ 161 radeon_crtc.lo radeon_output.lo radeon_modes.lo radeon_tv.lo \ 162 $(am__objects_1) radeon_atombios.lo radeon_atomwrapper.lo \ 163 $(am__objects_2) $(am__objects_3) atombios_output.lo \ 164 atombios_crtc.lo $(am__objects_4) 165radeon_drv_la_OBJECTS = $(am_radeon_drv_la_OBJECTS) 166radeon_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 168 $(radeon_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 169theatre200_drv_la_LIBADD = 170am_theatre200_drv_la_OBJECTS = theatre200_drv_la-theatre200.lo \ 171 theatre200_drv_la-theatre200_module.lo 172theatre200_drv_la_OBJECTS = $(am_theatre200_drv_la_OBJECTS) 173theatre200_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 174 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 175 $(theatre200_drv_la_CFLAGS) $(CFLAGS) \ 176 $(theatre200_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 177theatre_detect_drv_la_LIBADD = 178am_theatre_detect_drv_la_OBJECTS = theatre_detect.lo \ 179 theatre_detect_module.lo 180theatre_detect_drv_la_OBJECTS = $(am_theatre_detect_drv_la_OBJECTS) 181theatre_detect_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 182 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 183 $(AM_CFLAGS) $(CFLAGS) $(theatre_detect_drv_la_LDFLAGS) \ 184 $(LDFLAGS) -o $@ 185theatre_drv_la_LIBADD = 186am_theatre_drv_la_OBJECTS = theatre.lo theatre_module.lo 187theatre_drv_la_OBJECTS = $(am_theatre_drv_la_OBJECTS) 188theatre_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 189 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 190 $(AM_CFLAGS) $(CFLAGS) $(theatre_drv_la_LDFLAGS) $(LDFLAGS) -o \ 191 $@ 192DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 193depcomp = $(SHELL) $(top_srcdir)/depcomp 194am__depfiles_maybe = depfiles 195am__mv = mv -f 196COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 197 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 198LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 199 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 200 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 201 $(AM_CFLAGS) $(CFLAGS) 202AM_V_CC = $(am__v_CC_$(V)) 203am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 204am__v_CC_0 = @echo " CC " $@; 205AM_V_at = $(am__v_at_$(V)) 206am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 207am__v_at_0 = @ 208CCLD = $(CC) 209LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 210 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 211 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 212AM_V_CCLD = $(am__v_CCLD_$(V)) 213am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 214am__v_CCLD_0 = @echo " CCLD " $@; 215AM_V_GEN = $(am__v_GEN_$(V)) 216am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 217am__v_GEN_0 = @echo " GEN " $@; 218SOURCES = $(ati_drv_la_SOURCES) $(radeon_drv_la_SOURCES) \ 219 $(theatre200_drv_la_SOURCES) $(theatre_detect_drv_la_SOURCES) \ 220 $(theatre_drv_la_SOURCES) 221DIST_SOURCES = $(ati_drv_la_SOURCES) $(am__radeon_drv_la_SOURCES_DIST) \ 222 $(theatre200_drv_la_SOURCES) $(theatre_detect_drv_la_SOURCES) \ 223 $(theatre_drv_la_SOURCES) 224ETAGS = etags 225CTAGS = ctags 226DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 227ACLOCAL = @ACLOCAL@ 228ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 229ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 230AMTAR = @AMTAR@ 231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 232APP_MAN_DIR = @APP_MAN_DIR@ 233APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 234AR = @AR@ 235AUTOCONF = @AUTOCONF@ 236AUTOHEADER = @AUTOHEADER@ 237AUTOMAKE = @AUTOMAKE@ 238AWK = @AWK@ 239CC = @CC@ 240CCDEPMODE = @CCDEPMODE@ 241CFLAGS = @CFLAGS@ 242CHANGELOG_CMD = @CHANGELOG_CMD@ 243CPP = @CPP@ 244CPPFLAGS = @CPPFLAGS@ 245CWARNFLAGS = @CWARNFLAGS@ 246CYGPATH_W = @CYGPATH_W@ 247DEFS = @DEFS@ 248DEPDIR = @DEPDIR@ 249DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 250DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 251DRIVER_NAME = @DRIVER_NAME@ 252DRI_CFLAGS = @DRI_CFLAGS@ 253DRI_LIBS = @DRI_LIBS@ 254DSYMUTIL = @DSYMUTIL@ 255DUMPBIN = @DUMPBIN@ 256ECHO_C = @ECHO_C@ 257ECHO_N = @ECHO_N@ 258ECHO_T = @ECHO_T@ 259EGREP = @EGREP@ 260EXEEXT = @EXEEXT@ 261FGREP = @FGREP@ 262FILE_MAN_DIR = @FILE_MAN_DIR@ 263FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 264GREP = @GREP@ 265INSTALL = @INSTALL@ 266INSTALL_CMD = @INSTALL_CMD@ 267INSTALL_DATA = @INSTALL_DATA@ 268INSTALL_PROGRAM = @INSTALL_PROGRAM@ 269INSTALL_SCRIPT = @INSTALL_SCRIPT@ 270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 271LD = @LD@ 272LDFLAGS = @LDFLAGS@ 273LIBDRM_RADEON_CFLAGS = @LIBDRM_RADEON_CFLAGS@ 274LIBDRM_RADEON_LIBS = @LIBDRM_RADEON_LIBS@ 275LIBOBJS = @LIBOBJS@ 276LIBS = @LIBS@ 277LIBTOOL = @LIBTOOL@ 278LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 279LIBUDEV_LIBS = @LIBUDEV_LIBS@ 280LIB_MAN_DIR = @LIB_MAN_DIR@ 281LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 282LIPO = @LIPO@ 283LN_S = @LN_S@ 284LTLIBOBJS = @LTLIBOBJS@ 285MAINT = @MAINT@ 286MAKEINFO = @MAKEINFO@ 287MAN_SUBSTS = @MAN_SUBSTS@ 288MISC_MAN_DIR = @MISC_MAN_DIR@ 289MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 290MKDIR_P = @MKDIR_P@ 291NM = @NM@ 292NMEDIT = @NMEDIT@ 293OBJDUMP = @OBJDUMP@ 294OBJEXT = @OBJEXT@ 295OTOOL = @OTOOL@ 296OTOOL64 = @OTOOL64@ 297PACKAGE = @PACKAGE@ 298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 299PACKAGE_NAME = @PACKAGE_NAME@ 300PACKAGE_STRING = @PACKAGE_STRING@ 301PACKAGE_TARNAME = @PACKAGE_TARNAME@ 302PACKAGE_URL = @PACKAGE_URL@ 303PACKAGE_VERSION = @PACKAGE_VERSION@ 304PATH_SEPARATOR = @PATH_SEPARATOR@ 305PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 306PCIACCESS_LIBS = @PCIACCESS_LIBS@ 307PKG_CONFIG = @PKG_CONFIG@ 308RANLIB = @RANLIB@ 309SED = @SED@ 310SET_MAKE = @SET_MAKE@ 311SHELL = @SHELL@ 312STRIP = @STRIP@ 313VERSION = @VERSION@ 314XEXT_CFLAGS = @XEXT_CFLAGS@ 315XEXT_LIBS = @XEXT_LIBS@ 316XORG_CFLAGS = @XORG_CFLAGS@ 317XORG_LIBS = @XORG_LIBS@ 318XORG_MAN_PAGE = @XORG_MAN_PAGE@ 319abs_builddir = @abs_builddir@ 320abs_srcdir = @abs_srcdir@ 321abs_top_builddir = @abs_top_builddir@ 322abs_top_srcdir = @abs_top_srcdir@ 323ac_ct_CC = @ac_ct_CC@ 324ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 325am__include = @am__include@ 326am__leading_dot = @am__leading_dot@ 327am__quote = @am__quote@ 328am__tar = @am__tar@ 329am__untar = @am__untar@ 330bindir = @bindir@ 331build = @build@ 332build_alias = @build_alias@ 333build_cpu = @build_cpu@ 334build_os = @build_os@ 335build_vendor = @build_vendor@ 336builddir = @builddir@ 337datadir = @datadir@ 338datarootdir = @datarootdir@ 339docdir = @docdir@ 340dvidir = @dvidir@ 341exec_prefix = @exec_prefix@ 342host = @host@ 343host_alias = @host_alias@ 344host_cpu = @host_cpu@ 345host_os = @host_os@ 346host_vendor = @host_vendor@ 347htmldir = @htmldir@ 348includedir = @includedir@ 349infodir = @infodir@ 350install_sh = @install_sh@ 351libdir = @libdir@ 352libexecdir = @libexecdir@ 353localedir = @localedir@ 354localstatedir = @localstatedir@ 355lt_ECHO = @lt_ECHO@ 356mandir = @mandir@ 357mkdir_p = @mkdir_p@ 358moduledir = @moduledir@ 359oldincludedir = @oldincludedir@ 360pdfdir = @pdfdir@ 361prefix = @prefix@ 362program_transform_name = @program_transform_name@ 363psdir = @psdir@ 364sbindir = @sbindir@ 365sharedstatedir = @sharedstatedir@ 366srcdir = @srcdir@ 367sysconfdir = @sysconfdir@ 368target_alias = @target_alias@ 369top_build_prefix = @top_build_prefix@ 370top_builddir = @top_builddir@ 371top_srcdir = @top_srcdir@ 372radeon_drv_la_LIBADD = $(LIBDRM_RADEON_LIBS) $(am__append_1) \ 373 $(am__append_2) $(am__append_3) 374@DRI_TRUE@RADEON_DRI_SRCS = radeon_dri.c 375RADEON_ATOMBIOS_SOURCES = \ 376 AtomBios/CD_Operations.c \ 377 AtomBios/Decoder.c \ 378 AtomBios/hwserv_drv.c \ 379 AtomBios/includes/atombios.h \ 380 AtomBios/includes/CD_binding.h \ 381 AtomBios/includes/CD_Common_Types.h \ 382 AtomBios/includes/CD_Definitions.h \ 383 AtomBios/includes/CD_hw_services.h \ 384 AtomBios/includes/CD_Opcodes.h \ 385 AtomBios/includes/CD_Structs.h \ 386 AtomBios/includes/Decoder.h \ 387 AtomBios/includes/ObjectID.h \ 388 AtomBios/includes/regsdef.h 389 390@XF86DRM_MODE_TRUE@RADEON_KMS_SRCS = radeon_dri2.c radeon_kms.c drmmode_display.c radeon_vbo.c 391@USE_EXA_TRUE@RADEON_EXA_SOURCES = radeon_exa.c r600_exa.c r6xx_accel.c r600_textured_videofuncs.c r600_shader.c radeon_exa_shared.c \ 392@USE_EXA_TRUE@ evergreen_exa.c evergreen_accel.c evergreen_shader.c evergreen_textured_videofuncs.c cayman_accel.c cayman_shader.c 393 394AM_CFLAGS = \ 395 @LIBDRM_RADEON_CFLAGS@ \ 396 @XORG_CFLAGS@ \ 397 @DRI_CFLAGS@ \ 398 @LIBUDEV_CFLAGS@ \ 399 -DDISABLE_EASF \ 400 -DENABLE_ALL_SERVICE_FUNCTIONS \ 401 -DATOM_BIOS \ 402 -DATOM_BIOS_PARSER \ 403 -DDRIVER_PARSER 404 405INCLUDES = -I$(srcdir)/AtomBios/includes 406@XSERVER_LIBPCIACCESS_TRUE@ati_drv_la_LIBADD = $(PCIACCESS_LIBS) 407ati_drv_la_LTLIBRARIES = ati_drv.la 408ati_drv_la_LDFLAGS = -module -avoid-version 409ati_drv_ladir = @moduledir@/drivers 410ati_drv_la_SOURCES = \ 411 ati.c atimodule.c 412 413radeon_drv_la_LTLIBRARIES = radeon_drv.la 414radeon_drv_la_LDFLAGS = -module -avoid-version 415radeon_drv_ladir = @moduledir@/drivers 416radeon_drv_la_SOURCES = \ 417 radeon_accel.c radeon_cursor.c radeon_legacy_memory.c \ 418 radeon_driver.c radeon_video.c radeon_bios.c radeon_mm_i2c.c \ 419 radeon_vip.c radeon_misc.c radeon_probe.c \ 420 legacy_crtc.c legacy_output.c \ 421 radeon_textured_video.c radeon_xvmc.c radeon_pm.c \ 422 radeon_crtc.c radeon_output.c radeon_modes.c radeon_tv.c \ 423 $(RADEON_ATOMBIOS_SOURCES) radeon_atombios.c radeon_atomwrapper.c \ 424 $(RADEON_DRI_SRCS) $(RADEON_EXA_SOURCES) atombios_output.c atombios_crtc.c \ 425 $(RADEON_KMS_SRCS) 426 427theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la 428theatre_detect_drv_la_LDFLAGS = -module -avoid-version 429theatre_detect_drv_ladir = @moduledir@/multimedia 430theatre_detect_drv_la_SOURCES = \ 431 theatre_detect.c theatre_detect_module.c 432 433theatre_drv_la_LTLIBRARIES = theatre_drv.la 434theatre_drv_la_LDFLAGS = -module -avoid-version 435theatre_drv_ladir = @moduledir@/multimedia 436theatre_drv_la_SOURCES = \ 437 theatre.c theatre_module.c 438 439theatre200_drv_la_LTLIBRARIES = theatre200_drv.la 440theatre200_drv_la_LDFLAGS = -module -avoid-version 441theatre200_drv_ladir = @moduledir@/multimedia 442theatre200_drv_la_CFLAGS = \ 443 $(AM_CFLAGS) -DMICROC_DIR=\"$(theatre200_drv_ladir)\" 444 445theatre200_drv_la_SOURCES = \ 446 theatre200.c theatre200_module.c 447 448EXTRA_DIST = \ 449 radeon_render.c \ 450 radeon_accelfuncs.c \ 451 radeon_textured_videofuncs.c \ 452 r600_reg.h \ 453 r600_reg_auto_r6xx.h \ 454 r600_reg_r6xx.h \ 455 r600_reg_r7xx.h \ 456 r600_shader.h \ 457 r600_state.h \ 458 evergreen_reg.h \ 459 evergreen_reg_auto.h \ 460 evergreen_shader.h \ 461 evergreen_state.h \ 462 cayman_reg.h \ 463 cayman_reg_auto.h \ 464 cayman_shader.h \ 465 ati.h \ 466 ativersion.h \ 467 bicubic_table.h \ 468 generic_bus.h \ 469 radeon_commonfuncs.c \ 470 radeon_dri.h \ 471 radeon_drm.h \ 472 radeon_dummy_bufmgr.h \ 473 radeon_exa_render.c \ 474 radeon_exa_funcs.c \ 475 radeon_exa_shared.h \ 476 radeon.h \ 477 radeon_macros.h \ 478 radeon_probe.h \ 479 radeon_reg.h \ 480 radeon_version.h \ 481 radeon_vbo.h \ 482 radeon_video.h \ 483 radeon_tv.h \ 484 radeon_atomwrapper.h \ 485 simple_list.h \ 486 theatre200.h \ 487 theatre_detect.h \ 488 theatre.h \ 489 theatre_reg.h \ 490 atipciids.h \ 491 atipcirename.h \ 492 ati_pciids_gen.h \ 493 radeon_chipinfo_gen.h \ 494 radeon_chipset_gen.h \ 495 radeon_pci_chipset_gen.h \ 496 radeon_pci_device_match_gen.h \ 497 pcidb/ati_pciids.csv \ 498 pcidb/parse_pci_ids.pl \ 499 radeon_atombios.h \ 500 radeon_dri2.h \ 501 drmmode_display.h 502 503all: all-am 504 505.SUFFIXES: 506.SUFFIXES: .c .lo .o .obj 507$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 508 @for dep in $?; do \ 509 case '$(am__configure_deps)' in \ 510 *$$dep*) \ 511 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 512 && { if test -f $@; then exit 0; else break; fi; }; \ 513 exit 1;; \ 514 esac; \ 515 done; \ 516 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 517 $(am__cd) $(top_srcdir) && \ 518 $(AUTOMAKE) --foreign src/Makefile 519.PRECIOUS: Makefile 520Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 521 @case '$?' in \ 522 *config.status*) \ 523 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 524 *) \ 525 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 526 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 527 esac; 528 529$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 530 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 531 532$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 533 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 534$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 536$(am__aclocal_m4_deps): 537install-ati_drv_laLTLIBRARIES: $(ati_drv_la_LTLIBRARIES) 538 @$(NORMAL_INSTALL) 539 test -z "$(ati_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(ati_drv_ladir)" 540 @list='$(ati_drv_la_LTLIBRARIES)'; test -n "$(ati_drv_ladir)" || list=; \ 541 list2=; for p in $$list; do \ 542 if test -f $$p; then \ 543 list2="$$list2 $$p"; \ 544 else :; fi; \ 545 done; \ 546 test -z "$$list2" || { \ 547 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ati_drv_ladir)'"; \ 548 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ati_drv_ladir)"; \ 549 } 550 551uninstall-ati_drv_laLTLIBRARIES: 552 @$(NORMAL_UNINSTALL) 553 @list='$(ati_drv_la_LTLIBRARIES)'; test -n "$(ati_drv_ladir)" || list=; \ 554 for p in $$list; do \ 555 $(am__strip_dir) \ 556 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ati_drv_ladir)/$$f'"; \ 557 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ati_drv_ladir)/$$f"; \ 558 done 559 560clean-ati_drv_laLTLIBRARIES: 561 -test -z "$(ati_drv_la_LTLIBRARIES)" || rm -f $(ati_drv_la_LTLIBRARIES) 562 @list='$(ati_drv_la_LTLIBRARIES)'; for p in $$list; do \ 563 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 564 test "$$dir" != "$$p" || dir=.; \ 565 echo "rm -f \"$${dir}/so_locations\""; \ 566 rm -f "$${dir}/so_locations"; \ 567 done 568install-radeon_drv_laLTLIBRARIES: $(radeon_drv_la_LTLIBRARIES) 569 @$(NORMAL_INSTALL) 570 test -z "$(radeon_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(radeon_drv_ladir)" 571 @list='$(radeon_drv_la_LTLIBRARIES)'; test -n "$(radeon_drv_ladir)" || list=; \ 572 list2=; for p in $$list; do \ 573 if test -f $$p; then \ 574 list2="$$list2 $$p"; \ 575 else :; fi; \ 576 done; \ 577 test -z "$$list2" || { \ 578 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(radeon_drv_ladir)'"; \ 579 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(radeon_drv_ladir)"; \ 580 } 581 582uninstall-radeon_drv_laLTLIBRARIES: 583 @$(NORMAL_UNINSTALL) 584 @list='$(radeon_drv_la_LTLIBRARIES)'; test -n "$(radeon_drv_ladir)" || list=; \ 585 for p in $$list; do \ 586 $(am__strip_dir) \ 587 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(radeon_drv_ladir)/$$f'"; \ 588 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(radeon_drv_ladir)/$$f"; \ 589 done 590 591clean-radeon_drv_laLTLIBRARIES: 592 -test -z "$(radeon_drv_la_LTLIBRARIES)" || rm -f $(radeon_drv_la_LTLIBRARIES) 593 @list='$(radeon_drv_la_LTLIBRARIES)'; for p in $$list; do \ 594 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 595 test "$$dir" != "$$p" || dir=.; \ 596 echo "rm -f \"$${dir}/so_locations\""; \ 597 rm -f "$${dir}/so_locations"; \ 598 done 599install-theatre200_drv_laLTLIBRARIES: $(theatre200_drv_la_LTLIBRARIES) 600 @$(NORMAL_INSTALL) 601 test -z "$(theatre200_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(theatre200_drv_ladir)" 602 @list='$(theatre200_drv_la_LTLIBRARIES)'; test -n "$(theatre200_drv_ladir)" || list=; \ 603 list2=; for p in $$list; do \ 604 if test -f $$p; then \ 605 list2="$$list2 $$p"; \ 606 else :; fi; \ 607 done; \ 608 test -z "$$list2" || { \ 609 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(theatre200_drv_ladir)'"; \ 610 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(theatre200_drv_ladir)"; \ 611 } 612 613uninstall-theatre200_drv_laLTLIBRARIES: 614 @$(NORMAL_UNINSTALL) 615 @list='$(theatre200_drv_la_LTLIBRARIES)'; test -n "$(theatre200_drv_ladir)" || list=; \ 616 for p in $$list; do \ 617 $(am__strip_dir) \ 618 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(theatre200_drv_ladir)/$$f'"; \ 619 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(theatre200_drv_ladir)/$$f"; \ 620 done 621 622clean-theatre200_drv_laLTLIBRARIES: 623 -test -z "$(theatre200_drv_la_LTLIBRARIES)" || rm -f $(theatre200_drv_la_LTLIBRARIES) 624 @list='$(theatre200_drv_la_LTLIBRARIES)'; for p in $$list; do \ 625 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 626 test "$$dir" != "$$p" || dir=.; \ 627 echo "rm -f \"$${dir}/so_locations\""; \ 628 rm -f "$${dir}/so_locations"; \ 629 done 630install-theatre_detect_drv_laLTLIBRARIES: $(theatre_detect_drv_la_LTLIBRARIES) 631 @$(NORMAL_INSTALL) 632 test -z "$(theatre_detect_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(theatre_detect_drv_ladir)" 633 @list='$(theatre_detect_drv_la_LTLIBRARIES)'; test -n "$(theatre_detect_drv_ladir)" || list=; \ 634 list2=; for p in $$list; do \ 635 if test -f $$p; then \ 636 list2="$$list2 $$p"; \ 637 else :; fi; \ 638 done; \ 639 test -z "$$list2" || { \ 640 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(theatre_detect_drv_ladir)'"; \ 641 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(theatre_detect_drv_ladir)"; \ 642 } 643 644uninstall-theatre_detect_drv_laLTLIBRARIES: 645 @$(NORMAL_UNINSTALL) 646 @list='$(theatre_detect_drv_la_LTLIBRARIES)'; test -n "$(theatre_detect_drv_ladir)" || list=; \ 647 for p in $$list; do \ 648 $(am__strip_dir) \ 649 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(theatre_detect_drv_ladir)/$$f'"; \ 650 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(theatre_detect_drv_ladir)/$$f"; \ 651 done 652 653clean-theatre_detect_drv_laLTLIBRARIES: 654 -test -z "$(theatre_detect_drv_la_LTLIBRARIES)" || rm -f $(theatre_detect_drv_la_LTLIBRARIES) 655 @list='$(theatre_detect_drv_la_LTLIBRARIES)'; for p in $$list; do \ 656 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 657 test "$$dir" != "$$p" || dir=.; \ 658 echo "rm -f \"$${dir}/so_locations\""; \ 659 rm -f "$${dir}/so_locations"; \ 660 done 661install-theatre_drv_laLTLIBRARIES: $(theatre_drv_la_LTLIBRARIES) 662 @$(NORMAL_INSTALL) 663 test -z "$(theatre_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(theatre_drv_ladir)" 664 @list='$(theatre_drv_la_LTLIBRARIES)'; test -n "$(theatre_drv_ladir)" || list=; \ 665 list2=; for p in $$list; do \ 666 if test -f $$p; then \ 667 list2="$$list2 $$p"; \ 668 else :; fi; \ 669 done; \ 670 test -z "$$list2" || { \ 671 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(theatre_drv_ladir)'"; \ 672 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(theatre_drv_ladir)"; \ 673 } 674 675uninstall-theatre_drv_laLTLIBRARIES: 676 @$(NORMAL_UNINSTALL) 677 @list='$(theatre_drv_la_LTLIBRARIES)'; test -n "$(theatre_drv_ladir)" || list=; \ 678 for p in $$list; do \ 679 $(am__strip_dir) \ 680 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(theatre_drv_ladir)/$$f'"; \ 681 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(theatre_drv_ladir)/$$f"; \ 682 done 683 684clean-theatre_drv_laLTLIBRARIES: 685 -test -z "$(theatre_drv_la_LTLIBRARIES)" || rm -f $(theatre_drv_la_LTLIBRARIES) 686 @list='$(theatre_drv_la_LTLIBRARIES)'; for p in $$list; do \ 687 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 688 test "$$dir" != "$$p" || dir=.; \ 689 echo "rm -f \"$${dir}/so_locations\""; \ 690 rm -f "$${dir}/so_locations"; \ 691 done 692ati_drv.la: $(ati_drv_la_OBJECTS) $(ati_drv_la_DEPENDENCIES) 693 $(AM_V_CCLD)$(ati_drv_la_LINK) -rpath $(ati_drv_ladir) $(ati_drv_la_OBJECTS) $(ati_drv_la_LIBADD) $(LIBS) 694radeon_drv.la: $(radeon_drv_la_OBJECTS) $(radeon_drv_la_DEPENDENCIES) 695 $(AM_V_CCLD)$(radeon_drv_la_LINK) -rpath $(radeon_drv_ladir) $(radeon_drv_la_OBJECTS) $(radeon_drv_la_LIBADD) $(LIBS) 696theatre200_drv.la: $(theatre200_drv_la_OBJECTS) $(theatre200_drv_la_DEPENDENCIES) 697 $(AM_V_CCLD)$(theatre200_drv_la_LINK) -rpath $(theatre200_drv_ladir) $(theatre200_drv_la_OBJECTS) $(theatre200_drv_la_LIBADD) $(LIBS) 698theatre_detect_drv.la: $(theatre_detect_drv_la_OBJECTS) $(theatre_detect_drv_la_DEPENDENCIES) 699 $(AM_V_CCLD)$(theatre_detect_drv_la_LINK) -rpath $(theatre_detect_drv_ladir) $(theatre_detect_drv_la_OBJECTS) $(theatre_detect_drv_la_LIBADD) $(LIBS) 700theatre_drv.la: $(theatre_drv_la_OBJECTS) $(theatre_drv_la_DEPENDENCIES) 701 $(AM_V_CCLD)$(theatre_drv_la_LINK) -rpath $(theatre_drv_ladir) $(theatre_drv_la_OBJECTS) $(theatre_drv_la_LIBADD) $(LIBS) 702 703mostlyclean-compile: 704 -rm -f *.$(OBJEXT) 705 706distclean-compile: 707 -rm -f *.tab.c 708 709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CD_Operations.Plo@am__quote@ 710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decoder.Plo@am__quote@ 711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ati.Plo@am__quote@ 712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimodule.Plo@am__quote@ 713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atombios_crtc.Plo@am__quote@ 714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atombios_output.Plo@am__quote@ 715@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cayman_accel.Plo@am__quote@ 716@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cayman_shader.Plo@am__quote@ 717@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drmmode_display.Plo@am__quote@ 718@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evergreen_accel.Plo@am__quote@ 719@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evergreen_exa.Plo@am__quote@ 720@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evergreen_shader.Plo@am__quote@ 721@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evergreen_textured_videofuncs.Plo@am__quote@ 722@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwserv_drv.Plo@am__quote@ 723@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/legacy_crtc.Plo@am__quote@ 724@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/legacy_output.Plo@am__quote@ 725@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r600_exa.Plo@am__quote@ 726@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r600_shader.Plo@am__quote@ 727@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r600_textured_videofuncs.Plo@am__quote@ 728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r6xx_accel.Plo@am__quote@ 729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_accel.Plo@am__quote@ 730@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_atombios.Plo@am__quote@ 731@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_atomwrapper.Plo@am__quote@ 732@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_bios.Plo@am__quote@ 733@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_crtc.Plo@am__quote@ 734@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_cursor.Plo@am__quote@ 735@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_dri.Plo@am__quote@ 736@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_dri2.Plo@am__quote@ 737@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_driver.Plo@am__quote@ 738@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_exa.Plo@am__quote@ 739@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_exa_shared.Plo@am__quote@ 740@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_kms.Plo@am__quote@ 741@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_legacy_memory.Plo@am__quote@ 742@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_misc.Plo@am__quote@ 743@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_mm_i2c.Plo@am__quote@ 744@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_modes.Plo@am__quote@ 745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_output.Plo@am__quote@ 746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_pm.Plo@am__quote@ 747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_probe.Plo@am__quote@ 748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_textured_video.Plo@am__quote@ 749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_tv.Plo@am__quote@ 750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_vbo.Plo@am__quote@ 751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_video.Plo@am__quote@ 752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_vip.Plo@am__quote@ 753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radeon_xvmc.Plo@am__quote@ 754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theatre.Plo@am__quote@ 755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theatre200_drv_la-theatre200.Plo@am__quote@ 756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theatre200_drv_la-theatre200_module.Plo@am__quote@ 757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theatre_detect.Plo@am__quote@ 758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theatre_detect_module.Plo@am__quote@ 759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theatre_module.Plo@am__quote@ 760 761.c.o: 762@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 763@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 764@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 765@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 766@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 767@am__fastdepCC_FALSE@ $(COMPILE) -c $< 768 769.c.obj: 770@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 771@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 772@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 773@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 774@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 775@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 776 777.c.lo: 778@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 779@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 780@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 781@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 782@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 783@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 784 785CD_Operations.lo: AtomBios/CD_Operations.c 786@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT CD_Operations.lo -MD -MP -MF $(DEPDIR)/CD_Operations.Tpo -c -o CD_Operations.lo `test -f 'AtomBios/CD_Operations.c' || echo '$(srcdir)/'`AtomBios/CD_Operations.c 787@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CD_Operations.Tpo $(DEPDIR)/CD_Operations.Plo 788@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 789@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='AtomBios/CD_Operations.c' object='CD_Operations.lo' libtool=yes @AMDEPBACKSLASH@ 790@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 791@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o CD_Operations.lo `test -f 'AtomBios/CD_Operations.c' || echo '$(srcdir)/'`AtomBios/CD_Operations.c 792 793Decoder.lo: AtomBios/Decoder.c 794@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Decoder.lo -MD -MP -MF $(DEPDIR)/Decoder.Tpo -c -o Decoder.lo `test -f 'AtomBios/Decoder.c' || echo '$(srcdir)/'`AtomBios/Decoder.c 795@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/Decoder.Tpo $(DEPDIR)/Decoder.Plo 796@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 797@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='AtomBios/Decoder.c' object='Decoder.lo' libtool=yes @AMDEPBACKSLASH@ 798@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 799@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Decoder.lo `test -f 'AtomBios/Decoder.c' || echo '$(srcdir)/'`AtomBios/Decoder.c 800 801hwserv_drv.lo: AtomBios/hwserv_drv.c 802@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwserv_drv.lo -MD -MP -MF $(DEPDIR)/hwserv_drv.Tpo -c -o hwserv_drv.lo `test -f 'AtomBios/hwserv_drv.c' || echo '$(srcdir)/'`AtomBios/hwserv_drv.c 803@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hwserv_drv.Tpo $(DEPDIR)/hwserv_drv.Plo 804@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 805@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='AtomBios/hwserv_drv.c' object='hwserv_drv.lo' libtool=yes @AMDEPBACKSLASH@ 806@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 807@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwserv_drv.lo `test -f 'AtomBios/hwserv_drv.c' || echo '$(srcdir)/'`AtomBios/hwserv_drv.c 808 809theatre200_drv_la-theatre200.lo: theatre200.c 810@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(theatre200_drv_la_CFLAGS) $(CFLAGS) -MT theatre200_drv_la-theatre200.lo -MD -MP -MF $(DEPDIR)/theatre200_drv_la-theatre200.Tpo -c -o theatre200_drv_la-theatre200.lo `test -f 'theatre200.c' || echo '$(srcdir)/'`theatre200.c 811@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/theatre200_drv_la-theatre200.Tpo $(DEPDIR)/theatre200_drv_la-theatre200.Plo 812@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 813@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='theatre200.c' object='theatre200_drv_la-theatre200.lo' libtool=yes @AMDEPBACKSLASH@ 814@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 815@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(theatre200_drv_la_CFLAGS) $(CFLAGS) -c -o theatre200_drv_la-theatre200.lo `test -f 'theatre200.c' || echo '$(srcdir)/'`theatre200.c 816 817theatre200_drv_la-theatre200_module.lo: theatre200_module.c 818@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(theatre200_drv_la_CFLAGS) $(CFLAGS) -MT theatre200_drv_la-theatre200_module.lo -MD -MP -MF $(DEPDIR)/theatre200_drv_la-theatre200_module.Tpo -c -o theatre200_drv_la-theatre200_module.lo `test -f 'theatre200_module.c' || echo '$(srcdir)/'`theatre200_module.c 819@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/theatre200_drv_la-theatre200_module.Tpo $(DEPDIR)/theatre200_drv_la-theatre200_module.Plo 820@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 821@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='theatre200_module.c' object='theatre200_drv_la-theatre200_module.lo' libtool=yes @AMDEPBACKSLASH@ 822@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 823@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(theatre200_drv_la_CFLAGS) $(CFLAGS) -c -o theatre200_drv_la-theatre200_module.lo `test -f 'theatre200_module.c' || echo '$(srcdir)/'`theatre200_module.c 824 825mostlyclean-libtool: 826 -rm -f *.lo 827 828clean-libtool: 829 -rm -rf .libs _libs 830 831ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 832 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 833 unique=`for i in $$list; do \ 834 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 835 done | \ 836 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 837 END { if (nonempty) { for (i in files) print i; }; }'`; \ 838 mkid -fID $$unique 839tags: TAGS 840 841TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 842 $(TAGS_FILES) $(LISP) 843 set x; \ 844 here=`pwd`; \ 845 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 846 unique=`for i in $$list; do \ 847 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 848 done | \ 849 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 850 END { if (nonempty) { for (i in files) print i; }; }'`; \ 851 shift; \ 852 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 853 test -n "$$unique" || unique=$$empty_fix; \ 854 if test $$# -gt 0; then \ 855 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 856 "$$@" $$unique; \ 857 else \ 858 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 859 $$unique; \ 860 fi; \ 861 fi 862ctags: CTAGS 863CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 864 $(TAGS_FILES) $(LISP) 865 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 866 unique=`for i in $$list; do \ 867 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 868 done | \ 869 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 870 END { if (nonempty) { for (i in files) print i; }; }'`; \ 871 test -z "$(CTAGS_ARGS)$$unique" \ 872 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 873 $$unique 874 875GTAGS: 876 here=`$(am__cd) $(top_builddir) && pwd` \ 877 && $(am__cd) $(top_srcdir) \ 878 && gtags -i $(GTAGS_ARGS) "$$here" 879 880distclean-tags: 881 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 882 883distdir: $(DISTFILES) 884 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 885 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 886 list='$(DISTFILES)'; \ 887 dist_files=`for file in $$list; do echo $$file; done | \ 888 sed -e "s|^$$srcdirstrip/||;t" \ 889 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 890 case $$dist_files in \ 891 */*) $(MKDIR_P) `echo "$$dist_files" | \ 892 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 893 sort -u` ;; \ 894 esac; \ 895 for file in $$dist_files; do \ 896 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 897 if test -d $$d/$$file; then \ 898 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 899 if test -d "$(distdir)/$$file"; then \ 900 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 901 fi; \ 902 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 903 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 904 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 905 fi; \ 906 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 907 else \ 908 test -f "$(distdir)/$$file" \ 909 || cp -p $$d/$$file "$(distdir)/$$file" \ 910 || exit 1; \ 911 fi; \ 912 done 913check-am: all-am 914check: check-am 915all-am: Makefile $(LTLIBRARIES) 916installdirs: 917 for dir in "$(DESTDIR)$(ati_drv_ladir)" "$(DESTDIR)$(radeon_drv_ladir)" "$(DESTDIR)$(theatre200_drv_ladir)" "$(DESTDIR)$(theatre_detect_drv_ladir)" "$(DESTDIR)$(theatre_drv_ladir)"; do \ 918 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 919 done 920install: install-am 921install-exec: install-exec-am 922install-data: install-data-am 923uninstall: uninstall-am 924 925install-am: all-am 926 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 927 928installcheck: installcheck-am 929install-strip: 930 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 931 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 932 `test -z '$(STRIP)' || \ 933 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 934mostlyclean-generic: 935 936clean-generic: 937 938distclean-generic: 939 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 940 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 941 942maintainer-clean-generic: 943 @echo "This command is intended for maintainers to use" 944 @echo "it deletes files that may require special tools to rebuild." 945clean: clean-am 946 947clean-am: clean-ati_drv_laLTLIBRARIES clean-generic clean-libtool \ 948 clean-radeon_drv_laLTLIBRARIES \ 949 clean-theatre200_drv_laLTLIBRARIES \ 950 clean-theatre_detect_drv_laLTLIBRARIES \ 951 clean-theatre_drv_laLTLIBRARIES mostlyclean-am 952 953distclean: distclean-am 954 -rm -rf ./$(DEPDIR) 955 -rm -f Makefile 956distclean-am: clean-am distclean-compile distclean-generic \ 957 distclean-tags 958 959dvi: dvi-am 960 961dvi-am: 962 963html: html-am 964 965html-am: 966 967info: info-am 968 969info-am: 970 971install-data-am: install-ati_drv_laLTLIBRARIES \ 972 install-radeon_drv_laLTLIBRARIES \ 973 install-theatre200_drv_laLTLIBRARIES \ 974 install-theatre_detect_drv_laLTLIBRARIES \ 975 install-theatre_drv_laLTLIBRARIES 976 977install-dvi: install-dvi-am 978 979install-dvi-am: 980 981install-exec-am: 982 983install-html: install-html-am 984 985install-html-am: 986 987install-info: install-info-am 988 989install-info-am: 990 991install-man: 992 993install-pdf: install-pdf-am 994 995install-pdf-am: 996 997install-ps: install-ps-am 998 999install-ps-am: 1000 1001installcheck-am: 1002 1003maintainer-clean: maintainer-clean-am 1004 -rm -rf ./$(DEPDIR) 1005 -rm -f Makefile 1006maintainer-clean-am: distclean-am maintainer-clean-generic 1007 1008mostlyclean: mostlyclean-am 1009 1010mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1011 mostlyclean-libtool 1012 1013pdf: pdf-am 1014 1015pdf-am: 1016 1017ps: ps-am 1018 1019ps-am: 1020 1021uninstall-am: uninstall-ati_drv_laLTLIBRARIES \ 1022 uninstall-radeon_drv_laLTLIBRARIES \ 1023 uninstall-theatre200_drv_laLTLIBRARIES \ 1024 uninstall-theatre_detect_drv_laLTLIBRARIES \ 1025 uninstall-theatre_drv_laLTLIBRARIES 1026 1027.MAKE: install-am install-strip 1028 1029.PHONY: CTAGS GTAGS all all-am check check-am clean \ 1030 clean-ati_drv_laLTLIBRARIES clean-generic clean-libtool \ 1031 clean-radeon_drv_laLTLIBRARIES \ 1032 clean-theatre200_drv_laLTLIBRARIES \ 1033 clean-theatre_detect_drv_laLTLIBRARIES \ 1034 clean-theatre_drv_laLTLIBRARIES ctags distclean \ 1035 distclean-compile distclean-generic distclean-libtool \ 1036 distclean-tags distdir dvi dvi-am html html-am info info-am \ 1037 install install-am install-ati_drv_laLTLIBRARIES install-data \ 1038 install-data-am install-dvi install-dvi-am install-exec \ 1039 install-exec-am install-html install-html-am install-info \ 1040 install-info-am install-man install-pdf install-pdf-am \ 1041 install-ps install-ps-am install-radeon_drv_laLTLIBRARIES \ 1042 install-strip install-theatre200_drv_laLTLIBRARIES \ 1043 install-theatre_detect_drv_laLTLIBRARIES \ 1044 install-theatre_drv_laLTLIBRARIES installcheck installcheck-am \ 1045 installdirs maintainer-clean maintainer-clean-generic \ 1046 mostlyclean mostlyclean-compile mostlyclean-generic \ 1047 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 1048 uninstall-am uninstall-ati_drv_laLTLIBRARIES \ 1049 uninstall-radeon_drv_laLTLIBRARIES \ 1050 uninstall-theatre200_drv_laLTLIBRARIES \ 1051 uninstall-theatre_detect_drv_laLTLIBRARIES \ 1052 uninstall-theatre_drv_laLTLIBRARIES 1053 1054 1055# Tell versions [3.59,3.63) of GNU make to not export all variables. 1056# Otherwise a system limit (for SysV at least) may be exceeded. 1057.NOEXPORT: 1058