Makefile.in revision 2a51b5be
1# Makefile.in generated by automake 1.11 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@
64subdir = src
65DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70mkinstalldirs = $(install_sh) -d
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES =
73CONFIG_CLEAN_VPATH_FILES =
74am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75am__vpath_adj = case $$p in \
76    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77    *) f=$$p;; \
78  esac;
79am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80am__install_max = 40
81am__nobase_strip_setup = \
82  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83am__nobase_strip = \
84  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85am__nobase_list = $(am__nobase_strip_setup); \
86  for p in $$list; do echo "$$p $$p"; done | \
87  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89    if (++n[$$2] == $(am__install_max)) \
90      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91    END { for (dir in files) print dir, files[dir] }'
92am__base_list = \
93  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95am__installdirs = "$(DESTDIR)$(mach64_drv_ladir)"
96LTLIBRARIES = $(mach64_drv_la_LTLIBRARIES)
97mach64_drv_la_LIBADD =
98am__mach64_drv_la_SOURCES_DIST = atibus.c atichip.c atiprobe.c \
99	atividmem.c atiadjust.c atiaudio.c aticlock.c aticonfig.c \
100	aticonsole.c atidac.c atidecoder.c atidsp.c atii2c.c atilock.c \
101	atimach64.c atimach64accel.c atimach64cursor.c atimach64i2c.c \
102	atimach64io.c atimach64xv.c atimode.c atipreinit.c atiprint.c \
103	atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \
104	atiload.c atimisc.c atimach64probe.c ativga.c ativgaio.c \
105	atibank.c atiwonder.c atiwonderio.c atidga.c atidri.c \
106	atimach64exa.c
107@ATIMISC_CPIO_TRUE@am__objects_1 = ativga.lo ativgaio.lo atibank.lo \
108@ATIMISC_CPIO_TRUE@	atiwonder.lo atiwonderio.lo
109@ATIMISC_DGA_TRUE@am__objects_2 = atidga.lo
110@DRI_TRUE@am__objects_3 = atidri.lo
111@USE_EXA_TRUE@am__objects_4 = atimach64exa.lo
112am_mach64_drv_la_OBJECTS = atibus.lo atichip.lo atiprobe.lo \
113	atividmem.lo atiadjust.lo atiaudio.lo aticlock.lo aticonfig.lo \
114	aticonsole.lo atidac.lo atidecoder.lo atidsp.lo atii2c.lo \
115	atilock.lo atimach64.lo atimach64accel.lo atimach64cursor.lo \
116	atimach64i2c.lo atimach64io.lo atimach64xv.lo atimode.lo \
117	atipreinit.lo atiprint.lo atirgb514.lo atiscreen.lo \
118	atituner.lo atiutil.lo ativalid.lo atiload.lo atimisc.lo \
119	atimach64probe.lo $(am__objects_1) $(am__objects_2) \
120	$(am__objects_3) $(am__objects_4)
121mach64_drv_la_OBJECTS = $(am_mach64_drv_la_OBJECTS)
122mach64_drv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
123	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
124	$(mach64_drv_la_LDFLAGS) $(LDFLAGS) -o $@
125DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
126depcomp = $(SHELL) $(top_srcdir)/depcomp
127am__depfiles_maybe = depfiles
128am__mv = mv -f
129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134CCLD = $(CC)
135LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
137	$(LDFLAGS) -o $@
138SOURCES = $(mach64_drv_la_SOURCES)
139DIST_SOURCES = $(am__mach64_drv_la_SOURCES_DIST)
140ETAGS = etags
141CTAGS = ctags
142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143ACLOCAL = @ACLOCAL@
144ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
145ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
146AMTAR = @AMTAR@
147APP_MAN_DIR = @APP_MAN_DIR@
148APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
149AR = @AR@
150AUTOCONF = @AUTOCONF@
151AUTOHEADER = @AUTOHEADER@
152AUTOMAKE = @AUTOMAKE@
153AWK = @AWK@
154CC = @CC@
155CCDEPMODE = @CCDEPMODE@
156CFLAGS = @CFLAGS@
157CHANGELOG_CMD = @CHANGELOG_CMD@
158CPP = @CPP@
159CPPFLAGS = @CPPFLAGS@
160CWARNFLAGS = @CWARNFLAGS@
161CXX = @CXX@
162CXXCPP = @CXXCPP@
163CXXDEPMODE = @CXXDEPMODE@
164CXXFLAGS = @CXXFLAGS@
165CYGPATH_W = @CYGPATH_W@
166DEFS = @DEFS@
167DEPDIR = @DEPDIR@
168DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
169DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
170DRIVER_NAME = @DRIVER_NAME@
171DRI_CFLAGS = @DRI_CFLAGS@
172DRI_LIBS = @DRI_LIBS@
173DSYMUTIL = @DSYMUTIL@
174ECHO = @ECHO@
175ECHO_C = @ECHO_C@
176ECHO_N = @ECHO_N@
177ECHO_T = @ECHO_T@
178EGREP = @EGREP@
179EXEEXT = @EXEEXT@
180F77 = @F77@
181FFLAGS = @FFLAGS@
182FILE_MAN_DIR = @FILE_MAN_DIR@
183FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
184GREP = @GREP@
185INSTALL = @INSTALL@
186INSTALL_DATA = @INSTALL_DATA@
187INSTALL_PROGRAM = @INSTALL_PROGRAM@
188INSTALL_SCRIPT = @INSTALL_SCRIPT@
189INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190LDFLAGS = @LDFLAGS@
191LIBOBJS = @LIBOBJS@
192LIBS = @LIBS@
193LIBTOOL = @LIBTOOL@
194LIB_MAN_DIR = @LIB_MAN_DIR@
195LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
196LINUXDOC = @LINUXDOC@
197LN_S = @LN_S@
198LTLIBOBJS = @LTLIBOBJS@
199MAINT = @MAINT@
200MAKEINFO = @MAKEINFO@
201MAKE_HTML = @MAKE_HTML@
202MAKE_PDF = @MAKE_PDF@
203MAKE_PS = @MAKE_PS@
204MAKE_TEXT = @MAKE_TEXT@
205MISC_MAN_DIR = @MISC_MAN_DIR@
206MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
207MKDIR_P = @MKDIR_P@
208NMEDIT = @NMEDIT@
209OBJEXT = @OBJEXT@
210PACKAGE = @PACKAGE@
211PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212PACKAGE_NAME = @PACKAGE_NAME@
213PACKAGE_STRING = @PACKAGE_STRING@
214PACKAGE_TARNAME = @PACKAGE_TARNAME@
215PACKAGE_VERSION = @PACKAGE_VERSION@
216PATH_SEPARATOR = @PATH_SEPARATOR@
217PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
218PCIACCESS_LIBS = @PCIACCESS_LIBS@
219PKG_CONFIG = @PKG_CONFIG@
220PS2PDF = @PS2PDF@
221RANLIB = @RANLIB@
222SED = @SED@
223SET_MAKE = @SET_MAKE@
224SHELL = @SHELL@
225STRIP = @STRIP@
226VERSION = @VERSION@
227XEXT_CFLAGS = @XEXT_CFLAGS@
228XEXT_LIBS = @XEXT_LIBS@
229XORG_CFLAGS = @XORG_CFLAGS@
230XORG_LIBS = @XORG_LIBS@
231abs_builddir = @abs_builddir@
232abs_srcdir = @abs_srcdir@
233abs_top_builddir = @abs_top_builddir@
234abs_top_srcdir = @abs_top_srcdir@
235ac_ct_CC = @ac_ct_CC@
236ac_ct_CXX = @ac_ct_CXX@
237ac_ct_F77 = @ac_ct_F77@
238am__include = @am__include@
239am__leading_dot = @am__leading_dot@
240am__quote = @am__quote@
241am__tar = @am__tar@
242am__untar = @am__untar@
243bindir = @bindir@
244build = @build@
245build_alias = @build_alias@
246build_cpu = @build_cpu@
247build_os = @build_os@
248build_vendor = @build_vendor@
249builddir = @builddir@
250datadir = @datadir@
251datarootdir = @datarootdir@
252distcleancheck_listfiles = @distcleancheck_listfiles@
253docdir = @docdir@
254dvidir = @dvidir@
255exec_prefix = @exec_prefix@
256host = @host@
257host_alias = @host_alias@
258host_cpu = @host_cpu@
259host_os = @host_os@
260host_vendor = @host_vendor@
261htmldir = @htmldir@
262includedir = @includedir@
263infodir = @infodir@
264install_sh = @install_sh@
265libdir = @libdir@
266libexecdir = @libexecdir@
267localedir = @localedir@
268localstatedir = @localstatedir@
269mandir = @mandir@
270mkdir_p = @mkdir_p@
271moduledir = @moduledir@
272oldincludedir = @oldincludedir@
273pdfdir = @pdfdir@
274prefix = @prefix@
275program_transform_name = @program_transform_name@
276psdir = @psdir@
277sbindir = @sbindir@
278sharedstatedir = @sharedstatedir@
279srcdir = @srcdir@
280sysconfdir = @sysconfdir@
281target_alias = @target_alias@
282top_build_prefix = @top_build_prefix@
283top_builddir = @top_builddir@
284top_srcdir = @top_srcdir@
285@DRI_TRUE@ATIMISC_DRI_SRCS = atidri.c
286@ATIMISC_CPIO_TRUE@ATIMISC_CPIO_SOURCES = ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
287@ATIMISC_DGA_TRUE@ATIMISC_DGA_SOURCES = atidga.c
288@USE_EXA_TRUE@ATIMISC_EXA_SOURCES = atimach64exa.c
289AM_CFLAGS = $(CWARNFLAGS) @XORG_CFLAGS@ @DRI_CFLAGS@
290mach64_drv_la_LTLIBRARIES = mach64_drv.la
291mach64_drv_la_LDFLAGS = -module -avoid-version
292mach64_drv_ladir = @moduledir@/drivers
293mach64_drv_la_SOURCES = \
294	atibus.c atichip.c atiprobe.c atividmem.c \
295	atiadjust.c atiaudio.c aticlock.c aticonfig.c aticonsole.c \
296	atidac.c atidecoder.c atidsp.c atii2c.c \
297	atilock.c atimach64.c atimach64accel.c atimach64cursor.c \
298	atimach64i2c.c atimach64io.c atimach64xv.c atimode.c atipreinit.c \
299	atiprint.c atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \
300	atiload.c atimisc.c atimach64probe.c $(ATIMISC_CPIO_SOURCES) \
301	$(ATIMISC_DGA_SOURCES) $(ATIMISC_DRI_SRCS) $(ATIMISC_EXA_SOURCES)
302
303EXTRA_DIST = \
304	atimach64render.c \
305	\
306	atiadjust.h \
307	atiaudio.h \
308	atibank.h \
309	atibus.h \
310	atichip.h \
311	aticlock.h \
312	aticonsole.h \
313	aticrtc.h \
314	aticursor.h \
315	atidac.h \
316	atidecoder.h \
317	atidga.h \
318	atidri.h \
319	atidripriv.h \
320	atidsp.h \
321	ati.h \
322	atii2c.h \
323	atiload.h \
324	atilock.h \
325	atimach64accel.h \
326	atimach64.h \
327	atimach64i2c.h \
328	atimach64io.h \
329	atimach64probe.h \
330	atimach64version.h \
331	atimode.h \
332	atioption.h \
333	atipreinit.h \
334	atiprint.h \
335	atipriv.h \
336	atiprobe.h \
337	atiregs.h \
338	atirgb514.h \
339	atiscreen.h \
340	atistruct.h \
341	atituner.h \
342	atiutil.h \
343	ativalid.h \
344	ativga.h \
345	ativgaio.h \
346	atividmem.h \
347	atiwonder.h \
348	atiwonderio.h \
349	atixv.h \
350	mach64_common.h \
351	mach64_dri.h \
352	mach64_sarea.h \
353	atipcirename.h
354
355all: all-am
356
357.SUFFIXES:
358.SUFFIXES: .c .lo .o .obj
359$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --foreign src/Makefile
371.PRECIOUS: Makefile
372Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373	@case '$?' in \
374	  *config.status*) \
375	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376	  *) \
377	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
379	esac;
380
381$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
384$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
387	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388$(am__aclocal_m4_deps):
389install-mach64_drv_laLTLIBRARIES: $(mach64_drv_la_LTLIBRARIES)
390	@$(NORMAL_INSTALL)
391	test -z "$(mach64_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(mach64_drv_ladir)"
392	@list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \
393	list2=; for p in $$list; do \
394	  if test -f $$p; then \
395	    list2="$$list2 $$p"; \
396	  else :; fi; \
397	done; \
398	test -z "$$list2" || { \
399	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(mach64_drv_ladir)'"; \
400	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(mach64_drv_ladir)"; \
401	}
402
403uninstall-mach64_drv_laLTLIBRARIES:
404	@$(NORMAL_UNINSTALL)
405	@list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \
406	for p in $$list; do \
407	  $(am__strip_dir) \
408	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(mach64_drv_ladir)/$$f'"; \
409	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(mach64_drv_ladir)/$$f"; \
410	done
411
412clean-mach64_drv_laLTLIBRARIES:
413	-test -z "$(mach64_drv_la_LTLIBRARIES)" || rm -f $(mach64_drv_la_LTLIBRARIES)
414	@list='$(mach64_drv_la_LTLIBRARIES)'; for p in $$list; do \
415	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
416	  test "$$dir" != "$$p" || dir=.; \
417	  echo "rm -f \"$${dir}/so_locations\""; \
418	  rm -f "$${dir}/so_locations"; \
419	done
420mach64_drv.la: $(mach64_drv_la_OBJECTS) $(mach64_drv_la_DEPENDENCIES) 
421	$(mach64_drv_la_LINK) -rpath $(mach64_drv_ladir) $(mach64_drv_la_OBJECTS) $(mach64_drv_la_LIBADD) $(LIBS)
422
423mostlyclean-compile:
424	-rm -f *.$(OBJEXT)
425
426distclean-compile:
427	-rm -f *.tab.c
428
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiadjust.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiaudio.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibank.Plo@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibus.Plo@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atichip.Plo@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticlock.Plo@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonfig.Plo@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonsole.Plo@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidac.Plo@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidecoder.Plo@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidga.Plo@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidri.Plo@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidsp.Plo@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atii2c.Plo@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiload.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atilock.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64accel.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64cursor.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64exa.Plo@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64i2c.Plo@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64io.Plo@am__quote@
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64probe.Plo@am__quote@
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64xv.Plo@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimisc.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimode.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atipreinit.Plo@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprint.Plo@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprobe.Plo@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atirgb514.Plo@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiscreen.Plo@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atituner.Plo@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiutil.Plo@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativalid.Plo@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativga.Plo@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativgaio.Plo@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atividmem.Plo@am__quote@
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonder.Plo@am__quote@
467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonderio.Plo@am__quote@
468
469.c.o:
470@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
471@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
472@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
473@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474@am__fastdepCC_FALSE@	$(COMPILE) -c $<
475
476.c.obj:
477@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
478@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
479@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
480@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
482
483.c.lo:
484@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
485@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
486@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
487@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
489
490mostlyclean-libtool:
491	-rm -f *.lo
492
493clean-libtool:
494	-rm -rf .libs _libs
495
496ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
497	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498	unique=`for i in $$list; do \
499	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500	  done | \
501	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502	      END { if (nonempty) { for (i in files) print i; }; }'`; \
503	mkid -fID $$unique
504tags: TAGS
505
506TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507		$(TAGS_FILES) $(LISP)
508	set x; \
509	here=`pwd`; \
510	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
511	unique=`for i in $$list; do \
512	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513	  done | \
514	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515	      END { if (nonempty) { for (i in files) print i; }; }'`; \
516	shift; \
517	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518	  test -n "$$unique" || unique=$$empty_fix; \
519	  if test $$# -gt 0; then \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      "$$@" $$unique; \
522	  else \
523	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524	      $$unique; \
525	  fi; \
526	fi
527ctags: CTAGS
528CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
529		$(TAGS_FILES) $(LISP)
530	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
531	unique=`for i in $$list; do \
532	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533	  done | \
534	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535	      END { if (nonempty) { for (i in files) print i; }; }'`; \
536	test -z "$(CTAGS_ARGS)$$unique" \
537	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538	     $$unique
539
540GTAGS:
541	here=`$(am__cd) $(top_builddir) && pwd` \
542	  && $(am__cd) $(top_srcdir) \
543	  && gtags -i $(GTAGS_ARGS) "$$here"
544
545distclean-tags:
546	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547
548distdir: $(DISTFILES)
549	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551	list='$(DISTFILES)'; \
552	  dist_files=`for file in $$list; do echo $$file; done | \
553	  sed -e "s|^$$srcdirstrip/||;t" \
554	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555	case $$dist_files in \
556	  */*) $(MKDIR_P) `echo "$$dist_files" | \
557			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558			   sort -u` ;; \
559	esac; \
560	for file in $$dist_files; do \
561	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
562	  if test -d $$d/$$file; then \
563	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564	    if test -d "$(distdir)/$$file"; then \
565	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566	    fi; \
567	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570	    fi; \
571	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
572	  else \
573	    test -f "$(distdir)/$$file" \
574	    || cp -p $$d/$$file "$(distdir)/$$file" \
575	    || exit 1; \
576	  fi; \
577	done
578check-am: all-am
579check: check-am
580all-am: Makefile $(LTLIBRARIES)
581installdirs:
582	for dir in "$(DESTDIR)$(mach64_drv_ladir)"; do \
583	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
584	done
585install: install-am
586install-exec: install-exec-am
587install-data: install-data-am
588uninstall: uninstall-am
589
590install-am: all-am
591	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592
593installcheck: installcheck-am
594install-strip:
595	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597	  `test -z '$(STRIP)' || \
598	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
599mostlyclean-generic:
600
601clean-generic:
602
603distclean-generic:
604	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606
607maintainer-clean-generic:
608	@echo "This command is intended for maintainers to use"
609	@echo "it deletes files that may require special tools to rebuild."
610clean: clean-am
611
612clean-am: clean-generic clean-libtool clean-mach64_drv_laLTLIBRARIES \
613	mostlyclean-am
614
615distclean: distclean-am
616	-rm -rf ./$(DEPDIR)
617	-rm -f Makefile
618distclean-am: clean-am distclean-compile distclean-generic \
619	distclean-tags
620
621dvi: dvi-am
622
623dvi-am:
624
625html: html-am
626
627html-am:
628
629info: info-am
630
631info-am:
632
633install-data-am: install-mach64_drv_laLTLIBRARIES
634
635install-dvi: install-dvi-am
636
637install-dvi-am:
638
639install-exec-am:
640
641install-html: install-html-am
642
643install-html-am:
644
645install-info: install-info-am
646
647install-info-am:
648
649install-man:
650
651install-pdf: install-pdf-am
652
653install-pdf-am:
654
655install-ps: install-ps-am
656
657install-ps-am:
658
659installcheck-am:
660
661maintainer-clean: maintainer-clean-am
662	-rm -rf ./$(DEPDIR)
663	-rm -f Makefile
664maintainer-clean-am: distclean-am maintainer-clean-generic
665
666mostlyclean: mostlyclean-am
667
668mostlyclean-am: mostlyclean-compile mostlyclean-generic \
669	mostlyclean-libtool
670
671pdf: pdf-am
672
673pdf-am:
674
675ps: ps-am
676
677ps-am:
678
679uninstall-am: uninstall-mach64_drv_laLTLIBRARIES
680
681.MAKE: install-am install-strip
682
683.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
684	clean-libtool clean-mach64_drv_laLTLIBRARIES ctags distclean \
685	distclean-compile distclean-generic distclean-libtool \
686	distclean-tags distdir dvi dvi-am html html-am info info-am \
687	install install-am install-data install-data-am install-dvi \
688	install-dvi-am install-exec install-exec-am install-html \
689	install-html-am install-info install-info-am \
690	install-mach64_drv_laLTLIBRARIES install-man install-pdf \
691	install-pdf-am install-ps install-ps-am install-strip \
692	installcheck installcheck-am installdirs maintainer-clean \
693	maintainer-clean-generic mostlyclean mostlyclean-compile \
694	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
695	tags uninstall uninstall-am uninstall-mach64_drv_laLTLIBRARIES
696
697
698# Tell versions [3.59,3.63) of GNU make to not export all variables.
699# Otherwise a system limit (for SysV at least) may be exceeded.
700.NOEXPORT:
701