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