Makefile.in revision 5a81ca49
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  Copyright 2005 Adam Jackson.
18#  Copyright 2005 Red Hat, Inc.
19#
20#  Permission is hereby granted, free of charge, to any person obtaining a
21#  copy of this software and associated documentation files (the "Software"),
22#  to deal in the Software without restriction, including without limitation
23#  on the rights to use, copy, modify, merge, publish, distribute, sub
24#  license, and/or sell copies of the Software, and to permit persons to whom
25#  the Software is furnished to do so, subject to the following conditions:
26#
27#  The above copyright notice and this permission notice (including the next
28#  paragraph) shall be included in all copies or substantial portions of the
29#  Software.
30#
31#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
34#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
35#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37
38# this is obnoxious:
39# -module lets us name the module exactly how we want
40# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
41# _ladir passes a dummy rpath to libtool so the thing will actually link
42# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
43
44VPATH = @srcdir@
45am__is_gnu_make = { \
46  if test -z '$(MAKELEVEL)'; then \
47    false; \
48  elif test -n '$(MAKE_HOST)'; then \
49    true; \
50  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
51    true; \
52  else \
53    false; \
54  fi; \
55}
56am__make_running_with_option = \
57  case $${target_option-} in \
58      ?) ;; \
59      *) echo "am__make_running_with_option: internal error: invalid" \
60              "target option '$${target_option-}' specified" >&2; \
61         exit 1;; \
62  esac; \
63  has_opt=no; \
64  sane_makeflags=$$MAKEFLAGS; \
65  if $(am__is_gnu_make); then \
66    sane_makeflags=$$MFLAGS; \
67  else \
68    case $$MAKEFLAGS in \
69      *\\[\ \	]*) \
70        bs=\\; \
71        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
72          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
73    esac; \
74  fi; \
75  skip_next=no; \
76  strip_trailopt () \
77  { \
78    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
79  }; \
80  for flg in $$sane_makeflags; do \
81    test $$skip_next = yes && { skip_next=no; continue; }; \
82    case $$flg in \
83      *=*|--*) continue;; \
84        -*I) strip_trailopt 'I'; skip_next=yes;; \
85      -*I?*) strip_trailopt 'I';; \
86        -*O) strip_trailopt 'O'; skip_next=yes;; \
87      -*O?*) strip_trailopt 'O';; \
88        -*l) strip_trailopt 'l'; skip_next=yes;; \
89      -*l?*) strip_trailopt 'l';; \
90      -[dEDm]) skip_next=yes;; \
91      -[JT]) skip_next=yes;; \
92    esac; \
93    case $$flg in \
94      *$$target_option*) has_opt=yes; break;; \
95    esac; \
96  done; \
97  test $$has_opt = yes
98am__make_dryrun = (target_option=n; $(am__make_running_with_option))
99am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
100pkgdatadir = $(datadir)/@PACKAGE@
101pkgincludedir = $(includedir)/@PACKAGE@
102pkglibdir = $(libdir)/@PACKAGE@
103pkglibexecdir = $(libexecdir)/@PACKAGE@
104am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
105install_sh_DATA = $(install_sh) -c -m 644
106install_sh_PROGRAM = $(install_sh) -c
107install_sh_SCRIPT = $(install_sh) -c
108INSTALL_HEADER = $(INSTALL_DATA)
109transform = $(program_transform_name)
110NORMAL_INSTALL = :
111PRE_INSTALL = :
112POST_INSTALL = :
113NORMAL_UNINSTALL = :
114PRE_UNINSTALL = :
115POST_UNINSTALL = :
116build_triplet = @build@
117host_triplet = @host@
118subdir = src
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131    *) f=$$p;; \
132  esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140  for p in $$list; do echo "$$p $$p"; done | \
141  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143    if (++n[$$2] == $(am__install_max)) \
144      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145    END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149am__uninstall_files_from_dir = { \
150  test -z "$$files" \
151    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153         $(am__cd) "$$dir" && rm -f $$files; }; \
154  }
155am__installdirs = "$(DESTDIR)$(mach64_drv_ladir)"
156LTLIBRARIES = $(mach64_drv_la_LTLIBRARIES)
157mach64_drv_la_LIBADD =
158am__mach64_drv_la_SOURCES_DIST = atibus.c atichip.c atiprobe.c \
159	atividmem.c atiadjust.c aticlock.c aticonfig.c aticonsole.c \
160	atidac.c atidsp.c atii2c.c atilock.c atimach64.c \
161	atimach64accel.c atimach64cursor.c atimach64i2c.c \
162	atimach64io.c atimach64xv.c atimode.c atipreinit.c atiprint.c \
163	atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \
164	atiload.c atimisc.c atimach64probe.c ativga.c ativgaio.c \
165	atibank.c atiwonder.c atiwonderio.c atidga.c atidri.c \
166	atimach64exa.c
167@ATIMISC_CPIO_TRUE@am__objects_1 = ativga.lo ativgaio.lo atibank.lo \
168@ATIMISC_CPIO_TRUE@	atiwonder.lo atiwonderio.lo
169@ATIMISC_DGA_TRUE@am__objects_2 = atidga.lo
170@DRI_TRUE@am__objects_3 = atidri.lo
171@USE_EXA_TRUE@am__objects_4 = atimach64exa.lo
172am_mach64_drv_la_OBJECTS = atibus.lo atichip.lo atiprobe.lo \
173	atividmem.lo atiadjust.lo aticlock.lo aticonfig.lo \
174	aticonsole.lo atidac.lo atidsp.lo atii2c.lo atilock.lo \
175	atimach64.lo atimach64accel.lo atimach64cursor.lo \
176	atimach64i2c.lo atimach64io.lo atimach64xv.lo atimode.lo \
177	atipreinit.lo atiprint.lo atirgb514.lo atiscreen.lo \
178	atituner.lo atiutil.lo ativalid.lo atiload.lo atimisc.lo \
179	atimach64probe.lo $(am__objects_1) $(am__objects_2) \
180	$(am__objects_3) $(am__objects_4)
181mach64_drv_la_OBJECTS = $(am_mach64_drv_la_OBJECTS)
182AM_V_lt = $(am__v_lt_@AM_V@)
183am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
184am__v_lt_0 = --silent
185am__v_lt_1 = 
186mach64_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188	$(mach64_drv_la_LDFLAGS) $(LDFLAGS) -o $@
189AM_V_P = $(am__v_P_@AM_V@)
190am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
191am__v_P_0 = false
192am__v_P_1 = :
193AM_V_GEN = $(am__v_GEN_@AM_V@)
194am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
195am__v_GEN_0 = @echo "  GEN     " $@;
196am__v_GEN_1 = 
197AM_V_at = $(am__v_at_@AM_V@)
198am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
199am__v_at_0 = @
200am__v_at_1 = 
201DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
202depcomp = $(SHELL) $(top_srcdir)/depcomp
203am__depfiles_maybe = depfiles
204am__mv = mv -f
205COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
206	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
207LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
209	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
210	$(AM_CFLAGS) $(CFLAGS)
211AM_V_CC = $(am__v_CC_@AM_V@)
212am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
213am__v_CC_0 = @echo "  CC      " $@;
214am__v_CC_1 = 
215CCLD = $(CC)
216LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218	$(AM_LDFLAGS) $(LDFLAGS) -o $@
219AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221am__v_CCLD_0 = @echo "  CCLD    " $@;
222am__v_CCLD_1 = 
223SOURCES = $(mach64_drv_la_SOURCES)
224DIST_SOURCES = $(am__mach64_drv_la_SOURCES_DIST)
225am__can_run_installinfo = \
226  case $$AM_UPDATE_INFO_DIR in \
227    n|no|NO) false;; \
228    *) (install-info --version) >/dev/null 2>&1;; \
229  esac
230am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
231# Read a list of newline-separated strings from the standard input,
232# and print each of them once, without duplicates.  Input order is
233# *not* preserved.
234am__uniquify_input = $(AWK) '\
235  BEGIN { nonempty = 0; } \
236  { items[$$0] = 1; nonempty = 1; } \
237  END { if (nonempty) { for (i in items) print i; }; } \
238'
239# Make sure the list of sources is unique.  This is necessary because,
240# e.g., the same source file might be shared among _SOURCES variables
241# for different programs/libraries.
242am__define_uniq_tagged_files = \
243  list='$(am__tagged_files)'; \
244  unique=`for i in $$list; do \
245    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246  done | $(am__uniquify_input)`
247ETAGS = etags
248CTAGS = ctags
249am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
250DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
251ACLOCAL = @ACLOCAL@
252ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
253ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
254AMTAR = @AMTAR@
255AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
256APP_MAN_DIR = @APP_MAN_DIR@
257APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
258AR = @AR@
259AUTOCONF = @AUTOCONF@
260AUTOHEADER = @AUTOHEADER@
261AUTOMAKE = @AUTOMAKE@
262AWK = @AWK@
263BASE_CFLAGS = @BASE_CFLAGS@
264CC = @CC@
265CCDEPMODE = @CCDEPMODE@
266CFLAGS = @CFLAGS@
267CHANGELOG_CMD = @CHANGELOG_CMD@
268CPP = @CPP@
269CPPFLAGS = @CPPFLAGS@
270CWARNFLAGS = @CWARNFLAGS@
271CYGPATH_W = @CYGPATH_W@
272DEFS = @DEFS@
273DEPDIR = @DEPDIR@
274DLLTOOL = @DLLTOOL@
275DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
276DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
277DRIVER_NAME = @DRIVER_NAME@
278DRI_CFLAGS = @DRI_CFLAGS@
279DRI_LIBS = @DRI_LIBS@
280DSYMUTIL = @DSYMUTIL@
281DUMPBIN = @DUMPBIN@
282ECHO_C = @ECHO_C@
283ECHO_N = @ECHO_N@
284ECHO_T = @ECHO_T@
285EGREP = @EGREP@
286EXEEXT = @EXEEXT@
287FGREP = @FGREP@
288FILE_MAN_DIR = @FILE_MAN_DIR@
289FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
290GREP = @GREP@
291INSTALL = @INSTALL@
292INSTALL_CMD = @INSTALL_CMD@
293INSTALL_DATA = @INSTALL_DATA@
294INSTALL_PROGRAM = @INSTALL_PROGRAM@
295INSTALL_SCRIPT = @INSTALL_SCRIPT@
296INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
297LD = @LD@
298LDFLAGS = @LDFLAGS@
299LIBOBJS = @LIBOBJS@
300LIBS = @LIBS@
301LIBTOOL = @LIBTOOL@
302LIB_MAN_DIR = @LIB_MAN_DIR@
303LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
304LIPO = @LIPO@
305LN_S = @LN_S@
306LTLIBOBJS = @LTLIBOBJS@
307MAINT = @MAINT@
308MAKEINFO = @MAKEINFO@
309MANIFEST_TOOL = @MANIFEST_TOOL@
310MAN_SUBSTS = @MAN_SUBSTS@
311MISC_MAN_DIR = @MISC_MAN_DIR@
312MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
313MKDIR_P = @MKDIR_P@
314NM = @NM@
315NMEDIT = @NMEDIT@
316OBJDUMP = @OBJDUMP@
317OBJEXT = @OBJEXT@
318OTOOL = @OTOOL@
319OTOOL64 = @OTOOL64@
320PACKAGE = @PACKAGE@
321PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
322PACKAGE_NAME = @PACKAGE_NAME@
323PACKAGE_STRING = @PACKAGE_STRING@
324PACKAGE_TARNAME = @PACKAGE_TARNAME@
325PACKAGE_URL = @PACKAGE_URL@
326PACKAGE_VERSION = @PACKAGE_VERSION@
327PATH_SEPARATOR = @PATH_SEPARATOR@
328PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
329PCIACCESS_LIBS = @PCIACCESS_LIBS@
330PKG_CONFIG = @PKG_CONFIG@
331PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
332PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
333RANLIB = @RANLIB@
334SED = @SED@
335SET_MAKE = @SET_MAKE@
336SHELL = @SHELL@
337STRICT_CFLAGS = @STRICT_CFLAGS@
338STRIP = @STRIP@
339VERSION = @VERSION@
340XEXT_CFLAGS = @XEXT_CFLAGS@
341XEXT_LIBS = @XEXT_LIBS@
342XORG_CFLAGS = @XORG_CFLAGS@
343XORG_LIBS = @XORG_LIBS@
344XORG_MAN_PAGE = @XORG_MAN_PAGE@
345abs_builddir = @abs_builddir@
346abs_srcdir = @abs_srcdir@
347abs_top_builddir = @abs_top_builddir@
348abs_top_srcdir = @abs_top_srcdir@
349ac_ct_AR = @ac_ct_AR@
350ac_ct_CC = @ac_ct_CC@
351ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352am__include = @am__include@
353am__leading_dot = @am__leading_dot@
354am__quote = @am__quote@
355am__tar = @am__tar@
356am__untar = @am__untar@
357bindir = @bindir@
358build = @build@
359build_alias = @build_alias@
360build_cpu = @build_cpu@
361build_os = @build_os@
362build_vendor = @build_vendor@
363builddir = @builddir@
364datadir = @datadir@
365datarootdir = @datarootdir@
366docdir = @docdir@
367dvidir = @dvidir@
368exec_prefix = @exec_prefix@
369host = @host@
370host_alias = @host_alias@
371host_cpu = @host_cpu@
372host_os = @host_os@
373host_vendor = @host_vendor@
374htmldir = @htmldir@
375includedir = @includedir@
376infodir = @infodir@
377install_sh = @install_sh@
378libdir = @libdir@
379libexecdir = @libexecdir@
380localedir = @localedir@
381localstatedir = @localstatedir@
382mandir = @mandir@
383mkdir_p = @mkdir_p@
384moduledir = @moduledir@
385oldincludedir = @oldincludedir@
386pdfdir = @pdfdir@
387prefix = @prefix@
388program_transform_name = @program_transform_name@
389psdir = @psdir@
390sbindir = @sbindir@
391sharedstatedir = @sharedstatedir@
392srcdir = @srcdir@
393sysconfdir = @sysconfdir@
394target_alias = @target_alias@
395top_build_prefix = @top_build_prefix@
396top_builddir = @top_builddir@
397top_srcdir = @top_srcdir@
398@DRI_TRUE@ATIMISC_DRI_SRCS = atidri.c
399@ATIMISC_CPIO_TRUE@ATIMISC_CPIO_SOURCES = ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
400@ATIMISC_DGA_TRUE@ATIMISC_DGA_SOURCES = atidga.c
401@USE_EXA_TRUE@ATIMISC_EXA_SOURCES = atimach64exa.c
402AM_CFLAGS = $(CWARNFLAGS) @XORG_CFLAGS@ @DRI_CFLAGS@
403mach64_drv_la_LTLIBRARIES = mach64_drv.la
404mach64_drv_la_LDFLAGS = -module -avoid-version
405mach64_drv_ladir = @moduledir@/drivers
406mach64_drv_la_SOURCES = \
407	atibus.c atichip.c atiprobe.c atividmem.c \
408	atiadjust.c aticlock.c aticonfig.c aticonsole.c \
409	atidac.c atidsp.c atii2c.c \
410	atilock.c atimach64.c atimach64accel.c atimach64cursor.c \
411	atimach64i2c.c atimach64io.c atimach64xv.c atimode.c atipreinit.c \
412	atiprint.c atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \
413	atiload.c atimisc.c atimach64probe.c $(ATIMISC_CPIO_SOURCES) \
414	$(ATIMISC_DGA_SOURCES) $(ATIMISC_DRI_SRCS) $(ATIMISC_EXA_SOURCES)
415
416EXTRA_DIST = \
417	atimach64render.c \
418	\
419	atiadjust.h \
420	atiaudio.h \
421	atibank.h \
422	atibus.h \
423	atichip.h \
424	aticlock.h \
425	aticonsole.h \
426	aticrtc.h \
427	aticursor.h \
428	atidac.h \
429	atidga.h \
430	atidri.h \
431	atidripriv.h \
432	atidsp.h \
433	ati.h \
434	atii2c.h \
435	atiload.h \
436	atilock.h \
437	atimach64accel.h \
438	atimach64.h \
439	atimach64i2c.h \
440	atimach64io.h \
441	atimach64probe.h \
442	atimach64version.h \
443	atimode.h \
444	atioption.h \
445	atipreinit.h \
446	atiprint.h \
447	atipriv.h \
448	atiprobe.h \
449	atiregs.h \
450	atirgb514.h \
451	atiscreen.h \
452	atistruct.h \
453	atituner.h \
454	atiutil.h \
455	ativalid.h \
456	ativga.h \
457	ativgaio.h \
458	atividmem.h \
459	atiwonder.h \
460	atiwonderio.h \
461	atixv.h \
462	mach64_common.h \
463	mach64_dri.h \
464	mach64_sarea.h \
465	atipcirename.h \
466	compat-api.h
467
468all: all-am
469
470.SUFFIXES:
471.SUFFIXES: .c .lo .o .obj
472$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
473	@for dep in $?; do \
474	  case '$(am__configure_deps)' in \
475	    *$$dep*) \
476	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
477	        && { if test -f $@; then exit 0; else break; fi; }; \
478	      exit 1;; \
479	  esac; \
480	done; \
481	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
482	$(am__cd) $(top_srcdir) && \
483	  $(AUTOMAKE) --foreign src/Makefile
484Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
485	@case '$?' in \
486	  *config.status*) \
487	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
488	  *) \
489	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
490	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
491	esac;
492
493$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
494	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495
496$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
497	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
499	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500$(am__aclocal_m4_deps):
501
502install-mach64_drv_laLTLIBRARIES: $(mach64_drv_la_LTLIBRARIES)
503	@$(NORMAL_INSTALL)
504	@list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \
505	list2=; for p in $$list; do \
506	  if test -f $$p; then \
507	    list2="$$list2 $$p"; \
508	  else :; fi; \
509	done; \
510	test -z "$$list2" || { \
511	  echo " $(MKDIR_P) '$(DESTDIR)$(mach64_drv_ladir)'"; \
512	  $(MKDIR_P) "$(DESTDIR)$(mach64_drv_ladir)" || exit 1; \
513	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(mach64_drv_ladir)'"; \
514	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(mach64_drv_ladir)"; \
515	}
516
517uninstall-mach64_drv_laLTLIBRARIES:
518	@$(NORMAL_UNINSTALL)
519	@list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \
520	for p in $$list; do \
521	  $(am__strip_dir) \
522	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(mach64_drv_ladir)/$$f'"; \
523	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(mach64_drv_ladir)/$$f"; \
524	done
525
526clean-mach64_drv_laLTLIBRARIES:
527	-test -z "$(mach64_drv_la_LTLIBRARIES)" || rm -f $(mach64_drv_la_LTLIBRARIES)
528	@list='$(mach64_drv_la_LTLIBRARIES)'; \
529	locs=`for p in $$list; do echo $$p; done | \
530	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
531	      sort -u`; \
532	test -z "$$locs" || { \
533	  echo rm -f $${locs}; \
534	  rm -f $${locs}; \
535	}
536
537mach64_drv.la: $(mach64_drv_la_OBJECTS) $(mach64_drv_la_DEPENDENCIES) $(EXTRA_mach64_drv_la_DEPENDENCIES) 
538	$(AM_V_CCLD)$(mach64_drv_la_LINK) -rpath $(mach64_drv_ladir) $(mach64_drv_la_OBJECTS) $(mach64_drv_la_LIBADD) $(LIBS)
539
540mostlyclean-compile:
541	-rm -f *.$(OBJEXT)
542
543distclean-compile:
544	-rm -f *.tab.c
545
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiadjust.Plo@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibank.Plo@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibus.Plo@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atichip.Plo@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticlock.Plo@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonfig.Plo@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonsole.Plo@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidac.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidga.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidri.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidsp.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atii2c.Plo@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiload.Plo@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atilock.Plo@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64.Plo@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64accel.Plo@am__quote@
562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64cursor.Plo@am__quote@
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64exa.Plo@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64i2c.Plo@am__quote@
565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64io.Plo@am__quote@
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64probe.Plo@am__quote@
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64xv.Plo@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimisc.Plo@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimode.Plo@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atipreinit.Plo@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprint.Plo@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprobe.Plo@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atirgb514.Plo@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiscreen.Plo@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atituner.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiutil.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativalid.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativga.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativgaio.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atividmem.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonder.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonderio.Plo@am__quote@
583
584.c.o:
585@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
586@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
590
591.c.obj:
592@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
593@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
594@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
597
598.c.lo:
599@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
600@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
601@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
602@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
604
605mostlyclean-libtool:
606	-rm -f *.lo
607
608clean-libtool:
609	-rm -rf .libs _libs
610
611ID: $(am__tagged_files)
612	$(am__define_uniq_tagged_files); mkid -fID $$unique
613tags: tags-am
614TAGS: tags
615
616tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
617	set x; \
618	here=`pwd`; \
619	$(am__define_uniq_tagged_files); \
620	shift; \
621	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
622	  test -n "$$unique" || unique=$$empty_fix; \
623	  if test $$# -gt 0; then \
624	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
625	      "$$@" $$unique; \
626	  else \
627	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628	      $$unique; \
629	  fi; \
630	fi
631ctags: ctags-am
632
633CTAGS: ctags
634ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
635	$(am__define_uniq_tagged_files); \
636	test -z "$(CTAGS_ARGS)$$unique" \
637	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
638	     $$unique
639
640GTAGS:
641	here=`$(am__cd) $(top_builddir) && pwd` \
642	  && $(am__cd) $(top_srcdir) \
643	  && gtags -i $(GTAGS_ARGS) "$$here"
644cscopelist: cscopelist-am
645
646cscopelist-am: $(am__tagged_files)
647	list='$(am__tagged_files)'; \
648	case "$(srcdir)" in \
649	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
650	  *) sdir=$(subdir)/$(srcdir) ;; \
651	esac; \
652	for i in $$list; do \
653	  if test -f "$$i"; then \
654	    echo "$(subdir)/$$i"; \
655	  else \
656	    echo "$$sdir/$$i"; \
657	  fi; \
658	done >> $(top_builddir)/cscope.files
659
660distclean-tags:
661	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662
663distdir: $(DISTFILES)
664	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
665	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
666	list='$(DISTFILES)'; \
667	  dist_files=`for file in $$list; do echo $$file; done | \
668	  sed -e "s|^$$srcdirstrip/||;t" \
669	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
670	case $$dist_files in \
671	  */*) $(MKDIR_P) `echo "$$dist_files" | \
672			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
673			   sort -u` ;; \
674	esac; \
675	for file in $$dist_files; do \
676	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
677	  if test -d $$d/$$file; then \
678	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
679	    if test -d "$(distdir)/$$file"; then \
680	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681	    fi; \
682	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
683	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
684	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
685	    fi; \
686	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
687	  else \
688	    test -f "$(distdir)/$$file" \
689	    || cp -p $$d/$$file "$(distdir)/$$file" \
690	    || exit 1; \
691	  fi; \
692	done
693check-am: all-am
694check: check-am
695all-am: Makefile $(LTLIBRARIES)
696installdirs:
697	for dir in "$(DESTDIR)$(mach64_drv_ladir)"; do \
698	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
699	done
700install: install-am
701install-exec: install-exec-am
702install-data: install-data-am
703uninstall: uninstall-am
704
705install-am: all-am
706	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708installcheck: installcheck-am
709install-strip:
710	if test -z '$(STRIP)'; then \
711	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713	      install; \
714	else \
715	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
718	fi
719mostlyclean-generic:
720
721clean-generic:
722
723distclean-generic:
724	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
725	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
726
727maintainer-clean-generic:
728	@echo "This command is intended for maintainers to use"
729	@echo "it deletes files that may require special tools to rebuild."
730clean: clean-am
731
732clean-am: clean-generic clean-libtool clean-mach64_drv_laLTLIBRARIES \
733	mostlyclean-am
734
735distclean: distclean-am
736	-rm -rf ./$(DEPDIR)
737	-rm -f Makefile
738distclean-am: clean-am distclean-compile distclean-generic \
739	distclean-tags
740
741dvi: dvi-am
742
743dvi-am:
744
745html: html-am
746
747html-am:
748
749info: info-am
750
751info-am:
752
753install-data-am: install-mach64_drv_laLTLIBRARIES
754
755install-dvi: install-dvi-am
756
757install-dvi-am:
758
759install-exec-am:
760
761install-html: install-html-am
762
763install-html-am:
764
765install-info: install-info-am
766
767install-info-am:
768
769install-man:
770
771install-pdf: install-pdf-am
772
773install-pdf-am:
774
775install-ps: install-ps-am
776
777install-ps-am:
778
779installcheck-am:
780
781maintainer-clean: maintainer-clean-am
782	-rm -rf ./$(DEPDIR)
783	-rm -f Makefile
784maintainer-clean-am: distclean-am maintainer-clean-generic
785
786mostlyclean: mostlyclean-am
787
788mostlyclean-am: mostlyclean-compile mostlyclean-generic \
789	mostlyclean-libtool
790
791pdf: pdf-am
792
793pdf-am:
794
795ps: ps-am
796
797ps-am:
798
799uninstall-am: uninstall-mach64_drv_laLTLIBRARIES
800
801.MAKE: install-am install-strip
802
803.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
804	clean-libtool clean-mach64_drv_laLTLIBRARIES cscopelist-am \
805	ctags ctags-am distclean distclean-compile distclean-generic \
806	distclean-libtool distclean-tags distdir dvi dvi-am html \
807	html-am info info-am install install-am install-data \
808	install-data-am install-dvi install-dvi-am install-exec \
809	install-exec-am install-html install-html-am install-info \
810	install-info-am install-mach64_drv_laLTLIBRARIES install-man \
811	install-pdf install-pdf-am install-ps install-ps-am \
812	install-strip installcheck installcheck-am installdirs \
813	maintainer-clean maintainer-clean-generic mostlyclean \
814	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
815	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
816	uninstall-mach64_drv_laLTLIBRARIES
817
818.PRECIOUS: Makefile
819
820
821# Tell versions [3.59,3.63) of GNU make to not export all variables.
822# Otherwise a system limit (for SysV at least) may be exceeded.
823.NOEXPORT:
824