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