Makefile.in revision 0b0ce0bf
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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__maybe_remake_depfiles = depfiles 204am__depfiles_remade = ./$(DEPDIR)/atiadjust.Plo \ 205 ./$(DEPDIR)/atibank.Plo ./$(DEPDIR)/atibus.Plo \ 206 ./$(DEPDIR)/atichip.Plo ./$(DEPDIR)/aticlock.Plo \ 207 ./$(DEPDIR)/aticonfig.Plo ./$(DEPDIR)/aticonsole.Plo \ 208 ./$(DEPDIR)/atidac.Plo ./$(DEPDIR)/atidga.Plo \ 209 ./$(DEPDIR)/atidri.Plo ./$(DEPDIR)/atidsp.Plo \ 210 ./$(DEPDIR)/atii2c.Plo ./$(DEPDIR)/atiload.Plo \ 211 ./$(DEPDIR)/atilock.Plo ./$(DEPDIR)/atimach64.Plo \ 212 ./$(DEPDIR)/atimach64accel.Plo ./$(DEPDIR)/atimach64cursor.Plo \ 213 ./$(DEPDIR)/atimach64exa.Plo ./$(DEPDIR)/atimach64i2c.Plo \ 214 ./$(DEPDIR)/atimach64io.Plo ./$(DEPDIR)/atimach64probe.Plo \ 215 ./$(DEPDIR)/atimach64xv.Plo ./$(DEPDIR)/atimisc.Plo \ 216 ./$(DEPDIR)/atimode.Plo ./$(DEPDIR)/atipreinit.Plo \ 217 ./$(DEPDIR)/atiprint.Plo ./$(DEPDIR)/atiprobe.Plo \ 218 ./$(DEPDIR)/atirgb514.Plo ./$(DEPDIR)/atiscreen.Plo \ 219 ./$(DEPDIR)/atituner.Plo ./$(DEPDIR)/atiutil.Plo \ 220 ./$(DEPDIR)/ativalid.Plo ./$(DEPDIR)/ativga.Plo \ 221 ./$(DEPDIR)/ativgaio.Plo ./$(DEPDIR)/atividmem.Plo \ 222 ./$(DEPDIR)/atiwonder.Plo ./$(DEPDIR)/atiwonderio.Plo 223am__mv = mv -f 224COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 225 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 226LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 227 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 228 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 229 $(AM_CFLAGS) $(CFLAGS) 230AM_V_CC = $(am__v_CC_@AM_V@) 231am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 232am__v_CC_0 = @echo " CC " $@; 233am__v_CC_1 = 234CCLD = $(CC) 235LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 236 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 237 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 238AM_V_CCLD = $(am__v_CCLD_@AM_V@) 239am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 240am__v_CCLD_0 = @echo " CCLD " $@; 241am__v_CCLD_1 = 242SOURCES = $(mach64_drv_la_SOURCES) 243DIST_SOURCES = $(am__mach64_drv_la_SOURCES_DIST) 244am__can_run_installinfo = \ 245 case $$AM_UPDATE_INFO_DIR in \ 246 n|no|NO) false;; \ 247 *) (install-info --version) >/dev/null 2>&1;; \ 248 esac 249am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 250# Read a list of newline-separated strings from the standard input, 251# and print each of them once, without duplicates. Input order is 252# *not* preserved. 253am__uniquify_input = $(AWK) '\ 254 BEGIN { nonempty = 0; } \ 255 { items[$$0] = 1; nonempty = 1; } \ 256 END { if (nonempty) { for (i in items) print i; }; } \ 257' 258# Make sure the list of sources is unique. This is necessary because, 259# e.g., the same source file might be shared among _SOURCES variables 260# for different programs/libraries. 261am__define_uniq_tagged_files = \ 262 list='$(am__tagged_files)'; \ 263 unique=`for i in $$list; do \ 264 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 265 done | $(am__uniquify_input)` 266am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 267DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 268ACLOCAL = @ACLOCAL@ 269ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 270ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 271AMTAR = @AMTAR@ 272AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 273APP_MAN_DIR = @APP_MAN_DIR@ 274APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 275AR = @AR@ 276AUTOCONF = @AUTOCONF@ 277AUTOHEADER = @AUTOHEADER@ 278AUTOMAKE = @AUTOMAKE@ 279AWK = @AWK@ 280BASE_CFLAGS = @BASE_CFLAGS@ 281CC = @CC@ 282CCDEPMODE = @CCDEPMODE@ 283CFLAGS = @CFLAGS@ 284CHANGELOG_CMD = @CHANGELOG_CMD@ 285CPP = @CPP@ 286CPPFLAGS = @CPPFLAGS@ 287CSCOPE = @CSCOPE@ 288CTAGS = @CTAGS@ 289CWARNFLAGS = @CWARNFLAGS@ 290CYGPATH_W = @CYGPATH_W@ 291DEFS = @DEFS@ 292DEPDIR = @DEPDIR@ 293DLLTOOL = @DLLTOOL@ 294DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 295DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 296DRIVER_NAME = @DRIVER_NAME@ 297DRI_CFLAGS = @DRI_CFLAGS@ 298DRI_LIBS = @DRI_LIBS@ 299DSYMUTIL = @DSYMUTIL@ 300DUMPBIN = @DUMPBIN@ 301ECHO_C = @ECHO_C@ 302ECHO_N = @ECHO_N@ 303ECHO_T = @ECHO_T@ 304EGREP = @EGREP@ 305ETAGS = @ETAGS@ 306EXEEXT = @EXEEXT@ 307FGREP = @FGREP@ 308FILECMD = @FILECMD@ 309FILE_MAN_DIR = @FILE_MAN_DIR@ 310FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 311GREP = @GREP@ 312INSTALL = @INSTALL@ 313INSTALL_CMD = @INSTALL_CMD@ 314INSTALL_DATA = @INSTALL_DATA@ 315INSTALL_PROGRAM = @INSTALL_PROGRAM@ 316INSTALL_SCRIPT = @INSTALL_SCRIPT@ 317INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 318LD = @LD@ 319LDFLAGS = @LDFLAGS@ 320LIBOBJS = @LIBOBJS@ 321LIBS = @LIBS@ 322LIBTOOL = @LIBTOOL@ 323LIB_MAN_DIR = @LIB_MAN_DIR@ 324LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 325LIPO = @LIPO@ 326LN_S = @LN_S@ 327LTLIBOBJS = @LTLIBOBJS@ 328LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 329MAKEINFO = @MAKEINFO@ 330MANIFEST_TOOL = @MANIFEST_TOOL@ 331MAN_SUBSTS = @MAN_SUBSTS@ 332MISC_MAN_DIR = @MISC_MAN_DIR@ 333MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 334MKDIR_P = @MKDIR_P@ 335NM = @NM@ 336NMEDIT = @NMEDIT@ 337OBJDUMP = @OBJDUMP@ 338OBJEXT = @OBJEXT@ 339OTOOL = @OTOOL@ 340OTOOL64 = @OTOOL64@ 341PACKAGE = @PACKAGE@ 342PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 343PACKAGE_NAME = @PACKAGE_NAME@ 344PACKAGE_STRING = @PACKAGE_STRING@ 345PACKAGE_TARNAME = @PACKAGE_TARNAME@ 346PACKAGE_URL = @PACKAGE_URL@ 347PACKAGE_VERSION = @PACKAGE_VERSION@ 348PATH_SEPARATOR = @PATH_SEPARATOR@ 349PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 350PCIACCESS_LIBS = @PCIACCESS_LIBS@ 351PKG_CONFIG = @PKG_CONFIG@ 352PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 353PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 354RANLIB = @RANLIB@ 355SED = @SED@ 356SET_MAKE = @SET_MAKE@ 357SHELL = @SHELL@ 358STRICT_CFLAGS = @STRICT_CFLAGS@ 359STRIP = @STRIP@ 360VERSION = @VERSION@ 361XEXT_CFLAGS = @XEXT_CFLAGS@ 362XEXT_LIBS = @XEXT_LIBS@ 363XORG_CFLAGS = @XORG_CFLAGS@ 364XORG_LIBS = @XORG_LIBS@ 365XORG_MAN_PAGE = @XORG_MAN_PAGE@ 366abs_builddir = @abs_builddir@ 367abs_srcdir = @abs_srcdir@ 368abs_top_builddir = @abs_top_builddir@ 369abs_top_srcdir = @abs_top_srcdir@ 370ac_ct_AR = @ac_ct_AR@ 371ac_ct_CC = @ac_ct_CC@ 372ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 373am__include = @am__include@ 374am__leading_dot = @am__leading_dot@ 375am__quote = @am__quote@ 376am__tar = @am__tar@ 377am__untar = @am__untar@ 378bindir = @bindir@ 379build = @build@ 380build_alias = @build_alias@ 381build_cpu = @build_cpu@ 382build_os = @build_os@ 383build_vendor = @build_vendor@ 384builddir = @builddir@ 385datadir = @datadir@ 386datarootdir = @datarootdir@ 387docdir = @docdir@ 388dvidir = @dvidir@ 389exec_prefix = @exec_prefix@ 390host = @host@ 391host_alias = @host_alias@ 392host_cpu = @host_cpu@ 393host_os = @host_os@ 394host_vendor = @host_vendor@ 395htmldir = @htmldir@ 396includedir = @includedir@ 397infodir = @infodir@ 398install_sh = @install_sh@ 399libdir = @libdir@ 400libexecdir = @libexecdir@ 401localedir = @localedir@ 402localstatedir = @localstatedir@ 403mandir = @mandir@ 404mkdir_p = @mkdir_p@ 405moduledir = @moduledir@ 406oldincludedir = @oldincludedir@ 407pdfdir = @pdfdir@ 408prefix = @prefix@ 409program_transform_name = @program_transform_name@ 410psdir = @psdir@ 411runstatedir = @runstatedir@ 412sbindir = @sbindir@ 413sharedstatedir = @sharedstatedir@ 414srcdir = @srcdir@ 415sysconfdir = @sysconfdir@ 416target_alias = @target_alias@ 417top_build_prefix = @top_build_prefix@ 418top_builddir = @top_builddir@ 419top_srcdir = @top_srcdir@ 420@DRI_TRUE@ATIMISC_DRI_SRCS = atidri.c 421@ATIMISC_CPIO_TRUE@ATIMISC_CPIO_SOURCES = ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c 422@ATIMISC_DGA_TRUE@ATIMISC_DGA_SOURCES = atidga.c 423@USE_EXA_TRUE@ATIMISC_EXA_SOURCES = atimach64exa.c 424AM_CFLAGS = $(CWARNFLAGS) @XORG_CFLAGS@ @DRI_CFLAGS@ 425mach64_drv_la_LTLIBRARIES = mach64_drv.la 426mach64_drv_la_LDFLAGS = -module -avoid-version 427mach64_drv_ladir = @moduledir@/drivers 428mach64_drv_la_SOURCES = \ 429 atibus.c atichip.c atiprobe.c atividmem.c \ 430 atiadjust.c aticlock.c aticonfig.c aticonsole.c \ 431 atidac.c atidsp.c atii2c.c \ 432 atilock.c atimach64.c atimach64accel.c atimach64cursor.c \ 433 atimach64i2c.c atimach64io.c atimach64xv.c atimode.c atipreinit.c \ 434 atiprint.c atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \ 435 atiload.c atimisc.c atimach64probe.c $(ATIMISC_CPIO_SOURCES) \ 436 $(ATIMISC_DGA_SOURCES) $(ATIMISC_DRI_SRCS) $(ATIMISC_EXA_SOURCES) 437 438EXTRA_DIST = \ 439 atimach64render.c \ 440 \ 441 atiadjust.h \ 442 atiaudio.h \ 443 atibank.h \ 444 atibus.h \ 445 atichip.h \ 446 aticlock.h \ 447 aticonsole.h \ 448 aticrtc.h \ 449 aticursor.h \ 450 atidac.h \ 451 atidga.h \ 452 atidri.h \ 453 atidripriv.h \ 454 atidsp.h \ 455 ati.h \ 456 atii2c.h \ 457 atiload.h \ 458 atilock.h \ 459 atimach64accel.h \ 460 atimach64.h \ 461 atimach64i2c.h \ 462 atimach64io.h \ 463 atimach64probe.h \ 464 atimach64version.h \ 465 atimode.h \ 466 atioption.h \ 467 atipreinit.h \ 468 atiprint.h \ 469 atipriv.h \ 470 atiprobe.h \ 471 atiregs.h \ 472 atirgb514.h \ 473 atiscreen.h \ 474 atistruct.h \ 475 atituner.h \ 476 atiutil.h \ 477 ativalid.h \ 478 ativga.h \ 479 ativgaio.h \ 480 atividmem.h \ 481 atiwonder.h \ 482 atiwonderio.h \ 483 atixv.h \ 484 mach64_common.h \ 485 mach64_dri.h \ 486 mach64_sarea.h \ 487 atipcirename.h \ 488 compat-api.h 489 490all: all-am 491 492.SUFFIXES: 493.SUFFIXES: .c .lo .o .obj 494$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 495 @for dep in $?; do \ 496 case '$(am__configure_deps)' in \ 497 *$$dep*) \ 498 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 499 && { if test -f $@; then exit 0; else break; fi; }; \ 500 exit 1;; \ 501 esac; \ 502 done; \ 503 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 504 $(am__cd) $(top_srcdir) && \ 505 $(AUTOMAKE) --foreign src/Makefile 506Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 507 @case '$?' in \ 508 *config.status*) \ 509 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 510 *) \ 511 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 512 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 513 esac; 514 515$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 516 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 517 518$(top_srcdir)/configure: $(am__configure_deps) 519 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 520$(ACLOCAL_M4): $(am__aclocal_m4_deps) 521 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 522$(am__aclocal_m4_deps): 523 524install-mach64_drv_laLTLIBRARIES: $(mach64_drv_la_LTLIBRARIES) 525 @$(NORMAL_INSTALL) 526 @list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \ 527 list2=; for p in $$list; do \ 528 if test -f $$p; then \ 529 list2="$$list2 $$p"; \ 530 else :; fi; \ 531 done; \ 532 test -z "$$list2" || { \ 533 echo " $(MKDIR_P) '$(DESTDIR)$(mach64_drv_ladir)'"; \ 534 $(MKDIR_P) "$(DESTDIR)$(mach64_drv_ladir)" || exit 1; \ 535 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(mach64_drv_ladir)'"; \ 536 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(mach64_drv_ladir)"; \ 537 } 538 539uninstall-mach64_drv_laLTLIBRARIES: 540 @$(NORMAL_UNINSTALL) 541 @list='$(mach64_drv_la_LTLIBRARIES)'; test -n "$(mach64_drv_ladir)" || list=; \ 542 for p in $$list; do \ 543 $(am__strip_dir) \ 544 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(mach64_drv_ladir)/$$f'"; \ 545 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(mach64_drv_ladir)/$$f"; \ 546 done 547 548clean-mach64_drv_laLTLIBRARIES: 549 -test -z "$(mach64_drv_la_LTLIBRARIES)" || rm -f $(mach64_drv_la_LTLIBRARIES) 550 @list='$(mach64_drv_la_LTLIBRARIES)'; \ 551 locs=`for p in $$list; do echo $$p; done | \ 552 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 553 sort -u`; \ 554 test -z "$$locs" || { \ 555 echo rm -f $${locs}; \ 556 rm -f $${locs}; \ 557 } 558 559mach64_drv.la: $(mach64_drv_la_OBJECTS) $(mach64_drv_la_DEPENDENCIES) $(EXTRA_mach64_drv_la_DEPENDENCIES) 560 $(AM_V_CCLD)$(mach64_drv_la_LINK) -rpath $(mach64_drv_ladir) $(mach64_drv_la_OBJECTS) $(mach64_drv_la_LIBADD) $(LIBS) 561 562mostlyclean-compile: 563 -rm -f *.$(OBJEXT) 564 565distclean-compile: 566 -rm -f *.tab.c 567 568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiadjust.Plo@am__quote@ # am--include-marker 569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibank.Plo@am__quote@ # am--include-marker 570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atibus.Plo@am__quote@ # am--include-marker 571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atichip.Plo@am__quote@ # am--include-marker 572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticlock.Plo@am__quote@ # am--include-marker 573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonfig.Plo@am__quote@ # am--include-marker 574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aticonsole.Plo@am__quote@ # am--include-marker 575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidac.Plo@am__quote@ # am--include-marker 576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidga.Plo@am__quote@ # am--include-marker 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidri.Plo@am__quote@ # am--include-marker 578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atidsp.Plo@am__quote@ # am--include-marker 579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atii2c.Plo@am__quote@ # am--include-marker 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiload.Plo@am__quote@ # am--include-marker 581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atilock.Plo@am__quote@ # am--include-marker 582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64.Plo@am__quote@ # am--include-marker 583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64accel.Plo@am__quote@ # am--include-marker 584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64cursor.Plo@am__quote@ # am--include-marker 585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64exa.Plo@am__quote@ # am--include-marker 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64i2c.Plo@am__quote@ # am--include-marker 587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64io.Plo@am__quote@ # am--include-marker 588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64probe.Plo@am__quote@ # am--include-marker 589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimach64xv.Plo@am__quote@ # am--include-marker 590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimisc.Plo@am__quote@ # am--include-marker 591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atimode.Plo@am__quote@ # am--include-marker 592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atipreinit.Plo@am__quote@ # am--include-marker 593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprint.Plo@am__quote@ # am--include-marker 594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiprobe.Plo@am__quote@ # am--include-marker 595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atirgb514.Plo@am__quote@ # am--include-marker 596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiscreen.Plo@am__quote@ # am--include-marker 597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atituner.Plo@am__quote@ # am--include-marker 598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiutil.Plo@am__quote@ # am--include-marker 599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativalid.Plo@am__quote@ # am--include-marker 600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativga.Plo@am__quote@ # am--include-marker 601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ativgaio.Plo@am__quote@ # am--include-marker 602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atividmem.Plo@am__quote@ # am--include-marker 603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonder.Plo@am__quote@ # am--include-marker 604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atiwonderio.Plo@am__quote@ # am--include-marker 605 606$(am__depfiles_remade): 607 @$(MKDIR_P) $(@D) 608 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 609 610am--depfiles: $(am__depfiles_remade) 611 612.c.o: 613@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 614@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 615@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 616@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 617@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 618 619.c.obj: 620@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 621@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 622@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 623@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 624@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 625 626.c.lo: 627@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 628@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 629@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 630@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 631@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 632 633mostlyclean-libtool: 634 -rm -f *.lo 635 636clean-libtool: 637 -rm -rf .libs _libs 638 639ID: $(am__tagged_files) 640 $(am__define_uniq_tagged_files); mkid -fID $$unique 641tags: tags-am 642TAGS: tags 643 644tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 645 set x; \ 646 here=`pwd`; \ 647 $(am__define_uniq_tagged_files); \ 648 shift; \ 649 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 650 test -n "$$unique" || unique=$$empty_fix; \ 651 if test $$# -gt 0; then \ 652 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 653 "$$@" $$unique; \ 654 else \ 655 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 656 $$unique; \ 657 fi; \ 658 fi 659ctags: ctags-am 660 661CTAGS: ctags 662ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 663 $(am__define_uniq_tagged_files); \ 664 test -z "$(CTAGS_ARGS)$$unique" \ 665 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 666 $$unique 667 668GTAGS: 669 here=`$(am__cd) $(top_builddir) && pwd` \ 670 && $(am__cd) $(top_srcdir) \ 671 && gtags -i $(GTAGS_ARGS) "$$here" 672cscopelist: cscopelist-am 673 674cscopelist-am: $(am__tagged_files) 675 list='$(am__tagged_files)'; \ 676 case "$(srcdir)" in \ 677 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 678 *) sdir=$(subdir)/$(srcdir) ;; \ 679 esac; \ 680 for i in $$list; do \ 681 if test -f "$$i"; then \ 682 echo "$(subdir)/$$i"; \ 683 else \ 684 echo "$$sdir/$$i"; \ 685 fi; \ 686 done >> $(top_builddir)/cscope.files 687 688distclean-tags: 689 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 690distdir: $(BUILT_SOURCES) 691 $(MAKE) $(AM_MAKEFLAGS) distdir-am 692 693distdir-am: $(DISTFILES) 694 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 695 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 696 list='$(DISTFILES)'; \ 697 dist_files=`for file in $$list; do echo $$file; done | \ 698 sed -e "s|^$$srcdirstrip/||;t" \ 699 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 700 case $$dist_files in \ 701 */*) $(MKDIR_P) `echo "$$dist_files" | \ 702 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 703 sort -u` ;; \ 704 esac; \ 705 for file in $$dist_files; do \ 706 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 707 if test -d $$d/$$file; then \ 708 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 709 if test -d "$(distdir)/$$file"; then \ 710 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 711 fi; \ 712 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 713 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 714 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 715 fi; \ 716 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 717 else \ 718 test -f "$(distdir)/$$file" \ 719 || cp -p $$d/$$file "$(distdir)/$$file" \ 720 || exit 1; \ 721 fi; \ 722 done 723check-am: all-am 724check: check-am 725all-am: Makefile $(LTLIBRARIES) 726installdirs: 727 for dir in "$(DESTDIR)$(mach64_drv_ladir)"; do \ 728 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 729 done 730install: install-am 731install-exec: install-exec-am 732install-data: install-data-am 733uninstall: uninstall-am 734 735install-am: all-am 736 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 737 738installcheck: installcheck-am 739install-strip: 740 if test -z '$(STRIP)'; then \ 741 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 742 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 743 install; \ 744 else \ 745 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 746 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 747 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 748 fi 749mostlyclean-generic: 750 751clean-generic: 752 753distclean-generic: 754 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 755 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 756 757maintainer-clean-generic: 758 @echo "This command is intended for maintainers to use" 759 @echo "it deletes files that may require special tools to rebuild." 760clean: clean-am 761 762clean-am: clean-generic clean-libtool clean-mach64_drv_laLTLIBRARIES \ 763 mostlyclean-am 764 765distclean: distclean-am 766 -rm -f ./$(DEPDIR)/atiadjust.Plo 767 -rm -f ./$(DEPDIR)/atibank.Plo 768 -rm -f ./$(DEPDIR)/atibus.Plo 769 -rm -f ./$(DEPDIR)/atichip.Plo 770 -rm -f ./$(DEPDIR)/aticlock.Plo 771 -rm -f ./$(DEPDIR)/aticonfig.Plo 772 -rm -f ./$(DEPDIR)/aticonsole.Plo 773 -rm -f ./$(DEPDIR)/atidac.Plo 774 -rm -f ./$(DEPDIR)/atidga.Plo 775 -rm -f ./$(DEPDIR)/atidri.Plo 776 -rm -f ./$(DEPDIR)/atidsp.Plo 777 -rm -f ./$(DEPDIR)/atii2c.Plo 778 -rm -f ./$(DEPDIR)/atiload.Plo 779 -rm -f ./$(DEPDIR)/atilock.Plo 780 -rm -f ./$(DEPDIR)/atimach64.Plo 781 -rm -f ./$(DEPDIR)/atimach64accel.Plo 782 -rm -f ./$(DEPDIR)/atimach64cursor.Plo 783 -rm -f ./$(DEPDIR)/atimach64exa.Plo 784 -rm -f ./$(DEPDIR)/atimach64i2c.Plo 785 -rm -f ./$(DEPDIR)/atimach64io.Plo 786 -rm -f ./$(DEPDIR)/atimach64probe.Plo 787 -rm -f ./$(DEPDIR)/atimach64xv.Plo 788 -rm -f ./$(DEPDIR)/atimisc.Plo 789 -rm -f ./$(DEPDIR)/atimode.Plo 790 -rm -f ./$(DEPDIR)/atipreinit.Plo 791 -rm -f ./$(DEPDIR)/atiprint.Plo 792 -rm -f ./$(DEPDIR)/atiprobe.Plo 793 -rm -f ./$(DEPDIR)/atirgb514.Plo 794 -rm -f ./$(DEPDIR)/atiscreen.Plo 795 -rm -f ./$(DEPDIR)/atituner.Plo 796 -rm -f ./$(DEPDIR)/atiutil.Plo 797 -rm -f ./$(DEPDIR)/ativalid.Plo 798 -rm -f ./$(DEPDIR)/ativga.Plo 799 -rm -f ./$(DEPDIR)/ativgaio.Plo 800 -rm -f ./$(DEPDIR)/atividmem.Plo 801 -rm -f ./$(DEPDIR)/atiwonder.Plo 802 -rm -f ./$(DEPDIR)/atiwonderio.Plo 803 -rm -f Makefile 804distclean-am: clean-am distclean-compile distclean-generic \ 805 distclean-tags 806 807dvi: dvi-am 808 809dvi-am: 810 811html: html-am 812 813html-am: 814 815info: info-am 816 817info-am: 818 819install-data-am: install-mach64_drv_laLTLIBRARIES 820 821install-dvi: install-dvi-am 822 823install-dvi-am: 824 825install-exec-am: 826 827install-html: install-html-am 828 829install-html-am: 830 831install-info: install-info-am 832 833install-info-am: 834 835install-man: 836 837install-pdf: install-pdf-am 838 839install-pdf-am: 840 841install-ps: install-ps-am 842 843install-ps-am: 844 845installcheck-am: 846 847maintainer-clean: maintainer-clean-am 848 -rm -f ./$(DEPDIR)/atiadjust.Plo 849 -rm -f ./$(DEPDIR)/atibank.Plo 850 -rm -f ./$(DEPDIR)/atibus.Plo 851 -rm -f ./$(DEPDIR)/atichip.Plo 852 -rm -f ./$(DEPDIR)/aticlock.Plo 853 -rm -f ./$(DEPDIR)/aticonfig.Plo 854 -rm -f ./$(DEPDIR)/aticonsole.Plo 855 -rm -f ./$(DEPDIR)/atidac.Plo 856 -rm -f ./$(DEPDIR)/atidga.Plo 857 -rm -f ./$(DEPDIR)/atidri.Plo 858 -rm -f ./$(DEPDIR)/atidsp.Plo 859 -rm -f ./$(DEPDIR)/atii2c.Plo 860 -rm -f ./$(DEPDIR)/atiload.Plo 861 -rm -f ./$(DEPDIR)/atilock.Plo 862 -rm -f ./$(DEPDIR)/atimach64.Plo 863 -rm -f ./$(DEPDIR)/atimach64accel.Plo 864 -rm -f ./$(DEPDIR)/atimach64cursor.Plo 865 -rm -f ./$(DEPDIR)/atimach64exa.Plo 866 -rm -f ./$(DEPDIR)/atimach64i2c.Plo 867 -rm -f ./$(DEPDIR)/atimach64io.Plo 868 -rm -f ./$(DEPDIR)/atimach64probe.Plo 869 -rm -f ./$(DEPDIR)/atimach64xv.Plo 870 -rm -f ./$(DEPDIR)/atimisc.Plo 871 -rm -f ./$(DEPDIR)/atimode.Plo 872 -rm -f ./$(DEPDIR)/atipreinit.Plo 873 -rm -f ./$(DEPDIR)/atiprint.Plo 874 -rm -f ./$(DEPDIR)/atiprobe.Plo 875 -rm -f ./$(DEPDIR)/atirgb514.Plo 876 -rm -f ./$(DEPDIR)/atiscreen.Plo 877 -rm -f ./$(DEPDIR)/atituner.Plo 878 -rm -f ./$(DEPDIR)/atiutil.Plo 879 -rm -f ./$(DEPDIR)/ativalid.Plo 880 -rm -f ./$(DEPDIR)/ativga.Plo 881 -rm -f ./$(DEPDIR)/ativgaio.Plo 882 -rm -f ./$(DEPDIR)/atividmem.Plo 883 -rm -f ./$(DEPDIR)/atiwonder.Plo 884 -rm -f ./$(DEPDIR)/atiwonderio.Plo 885 -rm -f Makefile 886maintainer-clean-am: distclean-am maintainer-clean-generic 887 888mostlyclean: mostlyclean-am 889 890mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 891 mostlyclean-libtool 892 893pdf: pdf-am 894 895pdf-am: 896 897ps: ps-am 898 899ps-am: 900 901uninstall-am: uninstall-mach64_drv_laLTLIBRARIES 902 903.MAKE: install-am install-strip 904 905.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 906 clean-generic clean-libtool clean-mach64_drv_laLTLIBRARIES \ 907 cscopelist-am ctags ctags-am distclean distclean-compile \ 908 distclean-generic distclean-libtool distclean-tags distdir dvi \ 909 dvi-am html html-am info info-am install install-am \ 910 install-data install-data-am install-dvi install-dvi-am \ 911 install-exec install-exec-am install-html install-html-am \ 912 install-info install-info-am install-mach64_drv_laLTLIBRARIES \ 913 install-man install-pdf install-pdf-am install-ps \ 914 install-ps-am install-strip installcheck installcheck-am \ 915 installdirs maintainer-clean maintainer-clean-generic \ 916 mostlyclean mostlyclean-compile mostlyclean-generic \ 917 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 918 uninstall-am uninstall-mach64_drv_laLTLIBRARIES 919 920.PRECIOUS: Makefile 921 922 923# Tell versions [3.59,3.63) of GNU make to not export all variables. 924# Otherwise a system limit (for SysV at least) may be exceeded. 925.NOEXPORT: 926