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