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# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37VPATH = @srcdir@ 38am__is_gnu_make = { \ 39 if test -z '$(MAKELEVEL)'; then \ 40 false; \ 41 elif test -n '$(MAKE_HOST)'; then \ 42 true; \ 43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 44 true; \ 45 else \ 46 false; \ 47 fi; \ 48} 49am__make_running_with_option = \ 50 case $${target_option-} in \ 51 ?) ;; \ 52 *) echo "am__make_running_with_option: internal error: invalid" \ 53 "target option '$${target_option-}' specified" >&2; \ 54 exit 1;; \ 55 esac; \ 56 has_opt=no; \ 57 sane_makeflags=$$MAKEFLAGS; \ 58 if $(am__is_gnu_make); then \ 59 sane_makeflags=$$MFLAGS; \ 60 else \ 61 case $$MAKEFLAGS in \ 62 *\\[\ \ ]*) \ 63 bs=\\; \ 64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 66 esac; \ 67 fi; \ 68 skip_next=no; \ 69 strip_trailopt () \ 70 { \ 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 72 }; \ 73 for flg in $$sane_makeflags; do \ 74 test $$skip_next = yes && { skip_next=no; continue; }; \ 75 case $$flg in \ 76 *=*|--*) continue;; \ 77 -*I) strip_trailopt 'I'; skip_next=yes;; \ 78 -*I?*) strip_trailopt 'I';; \ 79 -*O) strip_trailopt 'O'; skip_next=yes;; \ 80 -*O?*) strip_trailopt 'O';; \ 81 -*l) strip_trailopt 'l'; skip_next=yes;; \ 82 -*l?*) strip_trailopt 'l';; \ 83 -[dEDm]) skip_next=yes;; \ 84 -[JT]) skip_next=yes;; \ 85 esac; \ 86 case $$flg in \ 87 *$$target_option*) has_opt=yes; break;; \ 88 esac; \ 89 done; \ 90 test $$has_opt = yes 91am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 92am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 93pkgdatadir = $(datadir)/@PACKAGE@ 94pkgincludedir = $(includedir)/@PACKAGE@ 95pkglibdir = $(libdir)/@PACKAGE@ 96pkglibexecdir = $(libexecdir)/@PACKAGE@ 97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 98install_sh_DATA = $(install_sh) -c -m 644 99install_sh_PROGRAM = $(install_sh) -c 100install_sh_SCRIPT = $(install_sh) -c 101INSTALL_HEADER = $(INSTALL_DATA) 102transform = $(program_transform_name) 103NORMAL_INSTALL = : 104PRE_INSTALL = : 105POST_INSTALL = : 106NORMAL_UNINSTALL = : 107PRE_UNINSTALL = : 108POST_UNINSTALL = : 109build_triplet = @build@ 110host_triplet = @host@ 111subdir = src 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 114 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 115 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 116 $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 120mkinstalldirs = $(install_sh) -d 121CONFIG_HEADER = $(top_builddir)/config.h 122CONFIG_CLEAN_FILES = 123CONFIG_CLEAN_VPATH_FILES = 124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 125am__vpath_adj = case $$p in \ 126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 127 *) f=$$p;; \ 128 esac; 129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 130am__install_max = 40 131am__nobase_strip_setup = \ 132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 133am__nobase_strip = \ 134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 135am__nobase_list = $(am__nobase_strip_setup); \ 136 for p in $$list; do echo "$$p $$p"; done | \ 137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 139 if (++n[$$2] == $(am__install_max)) \ 140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 141 END { for (dir in files) print dir, files[dir] }' 142am__base_list = \ 143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 145am__uninstall_files_from_dir = { \ 146 test -z "$$files" \ 147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 149 $(am__cd) "$$dir" && rm -f $$files; }; \ 150 } 151am__installdirs = "$(DESTDIR)$(nouveau_drv_ladir)" 152LTLIBRARIES = $(nouveau_drv_la_LTLIBRARIES) 153nouveau_drv_la_LIBADD = 154am_nouveau_drv_la_OBJECTS = nouveau_copy.lo nouveau_copy85b5.lo \ 155 nouveau_copy90b5.lo nouveau_copya0b5.lo nouveau_exa.lo \ 156 nouveau_xv.lo nouveau_dri2.lo nouveau_present.lo \ 157 nouveau_sync.lo nouveau_wfb.lo nv_accel_common.lo nv_driver.lo \ 158 nv_shadow.lo nv04_exa.lo nv04_xv_ovl.lo nv04_xv_blit.lo \ 159 nv10_exa.lo nv10_xv_ovl.lo nv30_exa.lo nv30_xv_tex.lo \ 160 nv40_exa.lo nv40_xv_tex.lo nv50_accel.lo nv50_exa.lo \ 161 nv50_xv.lo nvc0_accel.lo nvc0_exa.lo nvc0_xv.lo \ 162 drmmode_display.lo vl_hwmc.lo 163nouveau_drv_la_OBJECTS = $(am_nouveau_drv_la_OBJECTS) 164AM_V_lt = $(am__v_lt_@AM_V@) 165am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 166am__v_lt_0 = --silent 167am__v_lt_1 = 168nouveau_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 169 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 170 $(AM_CFLAGS) $(CFLAGS) $(nouveau_drv_la_LDFLAGS) $(LDFLAGS) -o \ 171 $@ 172AM_V_P = $(am__v_P_@AM_V@) 173am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 174am__v_P_0 = false 175am__v_P_1 = : 176AM_V_GEN = $(am__v_GEN_@AM_V@) 177am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 178am__v_GEN_0 = @echo " GEN " $@; 179am__v_GEN_1 = 180AM_V_at = $(am__v_at_@AM_V@) 181am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 182am__v_at_0 = @ 183am__v_at_1 = 184DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 185depcomp = $(SHELL) $(top_srcdir)/depcomp 186am__maybe_remake_depfiles = depfiles 187am__depfiles_remade = ./$(DEPDIR)/drmmode_display.Plo \ 188 ./$(DEPDIR)/nouveau_copy.Plo ./$(DEPDIR)/nouveau_copy85b5.Plo \ 189 ./$(DEPDIR)/nouveau_copy90b5.Plo \ 190 ./$(DEPDIR)/nouveau_copya0b5.Plo ./$(DEPDIR)/nouveau_dri2.Plo \ 191 ./$(DEPDIR)/nouveau_exa.Plo ./$(DEPDIR)/nouveau_present.Plo \ 192 ./$(DEPDIR)/nouveau_sync.Plo ./$(DEPDIR)/nouveau_wfb.Plo \ 193 ./$(DEPDIR)/nouveau_xv.Plo ./$(DEPDIR)/nv04_exa.Plo \ 194 ./$(DEPDIR)/nv04_xv_blit.Plo ./$(DEPDIR)/nv04_xv_ovl.Plo \ 195 ./$(DEPDIR)/nv10_exa.Plo ./$(DEPDIR)/nv10_xv_ovl.Plo \ 196 ./$(DEPDIR)/nv30_exa.Plo ./$(DEPDIR)/nv30_xv_tex.Plo \ 197 ./$(DEPDIR)/nv40_exa.Plo ./$(DEPDIR)/nv40_xv_tex.Plo \ 198 ./$(DEPDIR)/nv50_accel.Plo ./$(DEPDIR)/nv50_exa.Plo \ 199 ./$(DEPDIR)/nv50_xv.Plo ./$(DEPDIR)/nv_accel_common.Plo \ 200 ./$(DEPDIR)/nv_driver.Plo ./$(DEPDIR)/nv_shadow.Plo \ 201 ./$(DEPDIR)/nvc0_accel.Plo ./$(DEPDIR)/nvc0_exa.Plo \ 202 ./$(DEPDIR)/nvc0_xv.Plo ./$(DEPDIR)/vl_hwmc.Plo 203am__mv = mv -f 204COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 205 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 206LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 207 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 208 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 209 $(AM_CFLAGS) $(CFLAGS) 210AM_V_CC = $(am__v_CC_@AM_V@) 211am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 212am__v_CC_0 = @echo " CC " $@; 213am__v_CC_1 = 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_CCLD_1 = 222SOURCES = $(nouveau_drv_la_SOURCES) 223DIST_SOURCES = $(nouveau_drv_la_SOURCES) 224am__can_run_installinfo = \ 225 case $$AM_UPDATE_INFO_DIR in \ 226 n|no|NO) false;; \ 227 *) (install-info --version) >/dev/null 2>&1;; \ 228 esac 229am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 230# Read a list of newline-separated strings from the standard input, 231# and print each of them once, without duplicates. Input order is 232# *not* preserved. 233am__uniquify_input = $(AWK) '\ 234 BEGIN { nonempty = 0; } \ 235 { items[$$0] = 1; nonempty = 1; } \ 236 END { if (nonempty) { for (i in items) print i; }; } \ 237' 238# Make sure the list of sources is unique. This is necessary because, 239# e.g., the same source file might be shared among _SOURCES variables 240# for different programs/libraries. 241am__define_uniq_tagged_files = \ 242 list='$(am__tagged_files)'; \ 243 unique=`for i in $$list; do \ 244 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 245 done | $(am__uniquify_input)` 246am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 247DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 248ACLOCAL = @ACLOCAL@ 249ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 250ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 251AMTAR = @AMTAR@ 252AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 253APP_MAN_DIR = @APP_MAN_DIR@ 254APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 255AR = @AR@ 256AUTOCONF = @AUTOCONF@ 257AUTOHEADER = @AUTOHEADER@ 258AUTOMAKE = @AUTOMAKE@ 259AWK = @AWK@ 260BASE_CFLAGS = @BASE_CFLAGS@ 261CC = @CC@ 262CCDEPMODE = @CCDEPMODE@ 263CFLAGS = @CFLAGS@ 264CHANGELOG_CMD = @CHANGELOG_CMD@ 265CPPFLAGS = @CPPFLAGS@ 266CSCOPE = @CSCOPE@ 267CTAGS = @CTAGS@ 268CWARNFLAGS = @CWARNFLAGS@ 269CYGPATH_W = @CYGPATH_W@ 270DEFS = @DEFS@ 271DEPDIR = @DEPDIR@ 272DLLTOOL = @DLLTOOL@ 273DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 274DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 275DRIVER_NAME = @DRIVER_NAME@ 276DSYMUTIL = @DSYMUTIL@ 277DUMPBIN = @DUMPBIN@ 278ECHO_C = @ECHO_C@ 279ECHO_N = @ECHO_N@ 280ECHO_T = @ECHO_T@ 281EGREP = @EGREP@ 282ETAGS = @ETAGS@ 283EXEEXT = @EXEEXT@ 284FGREP = @FGREP@ 285FILECMD = @FILECMD@ 286FILE_MAN_DIR = @FILE_MAN_DIR@ 287FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 288GREP = @GREP@ 289INSTALL = @INSTALL@ 290INSTALL_CMD = @INSTALL_CMD@ 291INSTALL_DATA = @INSTALL_DATA@ 292INSTALL_PROGRAM = @INSTALL_PROGRAM@ 293INSTALL_SCRIPT = @INSTALL_SCRIPT@ 294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 295LD = @LD@ 296LDFLAGS = @LDFLAGS@ 297LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 298LIBDRM_LIBS = @LIBDRM_LIBS@ 299LIBDRM_NOUVEAU_CFLAGS = @LIBDRM_NOUVEAU_CFLAGS@ 300LIBDRM_NOUVEAU_LIBS = @LIBDRM_NOUVEAU_LIBS@ 301LIBOBJS = @LIBOBJS@ 302LIBS = @LIBS@ 303LIBTOOL = @LIBTOOL@ 304LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 305LIBUDEV_LIBS = @LIBUDEV_LIBS@ 306LIB_MAN_DIR = @LIB_MAN_DIR@ 307LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 308LIPO = @LIPO@ 309LN_S = @LN_S@ 310LTLIBOBJS = @LTLIBOBJS@ 311LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 312MAKEINFO = @MAKEINFO@ 313MANIFEST_TOOL = @MANIFEST_TOOL@ 314MAN_SUBSTS = @MAN_SUBSTS@ 315MISC_MAN_DIR = @MISC_MAN_DIR@ 316MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 317MKDIR_P = @MKDIR_P@ 318NM = @NM@ 319NMEDIT = @NMEDIT@ 320OBJDUMP = @OBJDUMP@ 321OBJEXT = @OBJEXT@ 322OTOOL = @OTOOL@ 323OTOOL64 = @OTOOL64@ 324PACKAGE = @PACKAGE@ 325PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 326PACKAGE_NAME = @PACKAGE_NAME@ 327PACKAGE_STRING = @PACKAGE_STRING@ 328PACKAGE_TARNAME = @PACKAGE_TARNAME@ 329PACKAGE_URL = @PACKAGE_URL@ 330PACKAGE_VERSION = @PACKAGE_VERSION@ 331PATH_SEPARATOR = @PATH_SEPARATOR@ 332PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 333PCIACCESS_LIBS = @PCIACCESS_LIBS@ 334PKG_CONFIG = @PKG_CONFIG@ 335PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 336PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 337RANLIB = @RANLIB@ 338SED = @SED@ 339SET_MAKE = @SET_MAKE@ 340SHELL = @SHELL@ 341STRICT_CFLAGS = @STRICT_CFLAGS@ 342STRIP = @STRIP@ 343VERSION = @VERSION@ 344XEXT_CFLAGS = @XEXT_CFLAGS@ 345XEXT_LIBS = @XEXT_LIBS@ 346XORG_CFLAGS = @XORG_CFLAGS@ 347XORG_LIBS = @XORG_LIBS@ 348XORG_MAN_PAGE = @XORG_MAN_PAGE@ 349abs_builddir = @abs_builddir@ 350abs_srcdir = @abs_srcdir@ 351abs_top_builddir = @abs_top_builddir@ 352abs_top_srcdir = @abs_top_srcdir@ 353ac_ct_AR = @ac_ct_AR@ 354ac_ct_CC = @ac_ct_CC@ 355ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 356am__include = @am__include@ 357am__leading_dot = @am__leading_dot@ 358am__quote = @am__quote@ 359am__tar = @am__tar@ 360am__untar = @am__untar@ 361bindir = @bindir@ 362build = @build@ 363build_alias = @build_alias@ 364build_cpu = @build_cpu@ 365build_os = @build_os@ 366build_vendor = @build_vendor@ 367builddir = @builddir@ 368datadir = @datadir@ 369datarootdir = @datarootdir@ 370docdir = @docdir@ 371dvidir = @dvidir@ 372exec_prefix = @exec_prefix@ 373host = @host@ 374host_alias = @host_alias@ 375host_cpu = @host_cpu@ 376host_os = @host_os@ 377host_vendor = @host_vendor@ 378htmldir = @htmldir@ 379includedir = @includedir@ 380infodir = @infodir@ 381install_sh = @install_sh@ 382libdir = @libdir@ 383libexecdir = @libexecdir@ 384localedir = @localedir@ 385localstatedir = @localstatedir@ 386mandir = @mandir@ 387mkdir_p = @mkdir_p@ 388moduledir = @moduledir@ 389oldincludedir = @oldincludedir@ 390pdfdir = @pdfdir@ 391prefix = @prefix@ 392program_transform_name = @program_transform_name@ 393psdir = @psdir@ 394runstatedir = @runstatedir@ 395sbindir = @sbindir@ 396sharedstatedir = @sharedstatedir@ 397srcdir = @srcdir@ 398sysconfdir = @sysconfdir@ 399target_alias = @target_alias@ 400top_build_prefix = @top_build_prefix@ 401top_builddir = @top_builddir@ 402top_srcdir = @top_srcdir@ 403 404# this is obnoxious: 405# -module lets us name the module exactly how we want 406# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 407# _ladir passes a dummy rpath to libtool so the thing will actually link 408# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 409AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @LIBDRM_NOUVEAU_CFLAGS@ @LIBDRM_CFLAGS@ 410nouveau_drv_la_LTLIBRARIES = nouveau_drv.la 411nouveau_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_NOUVEAU_LIBS@ \ 412 @LIBUDEV_LIBS@ @LIBDRM_LIBS@ 413 414nouveau_drv_ladir = @moduledir@/drivers 415nouveau_drv_la_SOURCES = \ 416 nouveau_copy.c \ 417 nouveau_copy85b5.c \ 418 nouveau_copy90b5.c \ 419 nouveau_copya0b5.c \ 420 nouveau_exa.c nouveau_xv.c nouveau_dri2.c \ 421 nouveau_present.c \ 422 nouveau_sync.c \ 423 nouveau_wfb.c \ 424 nv_accel_common.c \ 425 nv_driver.c \ 426 nv_shadow.c \ 427 nv04_exa.c \ 428 nv04_xv_ovl.c \ 429 nv04_xv_blit.c \ 430 nv10_exa.c \ 431 nv10_xv_ovl.c \ 432 nv30_exa.c \ 433 nv30_xv_tex.c \ 434 nv40_exa.c \ 435 nv40_xv_tex.c \ 436 nv50_accel.c \ 437 nv50_exa.c \ 438 nv50_xv.c \ 439 nvc0_accel.c \ 440 nvc0_exa.c \ 441 nvc0_xv.c \ 442 drmmode_display.c \ 443 vl_hwmc.c 444 445EXTRA_DIST = hwdefs/nv_3ddefs.xml.h \ 446 hwdefs/nv_m2mf.xml.h \ 447 hwdefs/nv_object.xml.h \ 448 hwdefs/nv01_2d.xml.h \ 449 hwdefs/nv10_3d.xml.h \ 450 hwdefs/nv30-40_3d.xml.h \ 451 hwdefs/nv50_2d.xml.h \ 452 hwdefs/nv50_3d.xml.h \ 453 hwdefs/nv50_defs.xml.h \ 454 hwdefs/nv50_texture.h \ 455 hwdefs/nvc0_3d.xml.h \ 456 hwdefs/nvc0_m2mf.xml.h \ 457 hwdefs/gm107_texture.xml.h \ 458 shader/exac8nvc0.fp \ 459 shader/exac8nvc0.fpc \ 460 shader/exac8nve0.fp \ 461 shader/exac8nve0.fpc \ 462 shader/exac8nvf0.fp \ 463 shader/exac8nvf0.fpc \ 464 shader/exac8nv110.fp \ 465 shader/exac8nv110.fpc \ 466 shader/exacanvc0.fp \ 467 shader/exacanvc0.fpc \ 468 shader/exacanve0.fp \ 469 shader/exacanve0.fpc \ 470 shader/exacanvf0.fp \ 471 shader/exacanvf0.fpc \ 472 shader/exacanv110.fp \ 473 shader/exacanv110.fpc \ 474 shader/exacmnvc0.fp \ 475 shader/exacmnvc0.fpc \ 476 shader/exacmnve0.fp \ 477 shader/exacmnve0.fpc \ 478 shader/exacmnvf0.fp \ 479 shader/exacmnvf0.fpc \ 480 shader/exacmnv110.fp \ 481 shader/exacmnv110.fpc \ 482 shader/exas8nvc0.fp \ 483 shader/exas8nvc0.fpc \ 484 shader/exas8nve0.fp \ 485 shader/exas8nve0.fpc \ 486 shader/exas8nvf0.fp \ 487 shader/exas8nvf0.fpc \ 488 shader/exas8nv110.fp \ 489 shader/exas8nv110.fpc \ 490 shader/exasanvc0.fp \ 491 shader/exasanvc0.fpc \ 492 shader/exasanve0.fp \ 493 shader/exasanve0.fpc \ 494 shader/exasanvf0.fp \ 495 shader/exasanvf0.fpc \ 496 shader/exasanv110.fp \ 497 shader/exasanv110.fpc \ 498 shader/exascnvc0.fp \ 499 shader/exascnvc0.fpc \ 500 shader/exascnve0.fp \ 501 shader/exascnve0.fpc \ 502 shader/exascnvf0.fp \ 503 shader/exascnvf0.fpc \ 504 shader/exascnv110.fp \ 505 shader/exascnv110.fpc \ 506 shader/videonvc0.fp \ 507 shader/videonvc0.fpc \ 508 shader/videonve0.fp \ 509 shader/videonve0.fpc \ 510 shader/videonvf0.fp \ 511 shader/videonvf0.fpc \ 512 shader/videonv110.fp \ 513 shader/videonv110.fpc \ 514 shader/xfrm2nvc0.vp \ 515 shader/xfrm2nvc0.vpc \ 516 shader/xfrm2nve0.vp \ 517 shader/xfrm2nve0.vpc \ 518 shader/xfrm2nvf0.vp \ 519 shader/xfrm2nvf0.vpc \ 520 shader/xfrm2nv110.vp \ 521 shader/xfrm2nv110.vpc \ 522 shader/Makefile \ 523 nouveau_local.h \ 524 nouveau_copy.h \ 525 nouveau_present.h \ 526 nouveau_sync.h \ 527 nv_const.h \ 528 nv_dma.h \ 529 nv_include.h \ 530 nv_proto.h \ 531 nv_rop.h \ 532 nv_type.h \ 533 nv04_accel.h \ 534 nv50_accel.h \ 535 nvc0_accel.h \ 536 compat-api.h \ 537 vl_hwmc.c \ 538 vl_hwmc.h 539 540all: all-am 541 542.SUFFIXES: 543.SUFFIXES: .c .lo .o .obj 544$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 545 @for dep in $?; do \ 546 case '$(am__configure_deps)' in \ 547 *$$dep*) \ 548 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 549 && { if test -f $@; then exit 0; else break; fi; }; \ 550 exit 1;; \ 551 esac; \ 552 done; \ 553 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 554 $(am__cd) $(top_srcdir) && \ 555 $(AUTOMAKE) --foreign src/Makefile 556Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 557 @case '$?' in \ 558 *config.status*) \ 559 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 560 *) \ 561 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 562 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 563 esac; 564 565$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 566 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 567 568$(top_srcdir)/configure: $(am__configure_deps) 569 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 570$(ACLOCAL_M4): $(am__aclocal_m4_deps) 571 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 572$(am__aclocal_m4_deps): 573 574install-nouveau_drv_laLTLIBRARIES: $(nouveau_drv_la_LTLIBRARIES) 575 @$(NORMAL_INSTALL) 576 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 577 list2=; for p in $$list; do \ 578 if test -f $$p; then \ 579 list2="$$list2 $$p"; \ 580 else :; fi; \ 581 done; \ 582 test -z "$$list2" || { \ 583 echo " $(MKDIR_P) '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 584 $(MKDIR_P) "$(DESTDIR)$(nouveau_drv_ladir)" || exit 1; \ 585 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 586 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nouveau_drv_ladir)"; \ 587 } 588 589uninstall-nouveau_drv_laLTLIBRARIES: 590 @$(NORMAL_UNINSTALL) 591 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 592 for p in $$list; do \ 593 $(am__strip_dir) \ 594 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nouveau_drv_ladir)/$$f'"; \ 595 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nouveau_drv_ladir)/$$f"; \ 596 done 597 598clean-nouveau_drv_laLTLIBRARIES: 599 -test -z "$(nouveau_drv_la_LTLIBRARIES)" || rm -f $(nouveau_drv_la_LTLIBRARIES) 600 @list='$(nouveau_drv_la_LTLIBRARIES)'; \ 601 locs=`for p in $$list; do echo $$p; done | \ 602 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 603 sort -u`; \ 604 test -z "$$locs" || { \ 605 echo rm -f $${locs}; \ 606 rm -f $${locs}; \ 607 } 608 609nouveau_drv.la: $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_DEPENDENCIES) $(EXTRA_nouveau_drv_la_DEPENDENCIES) 610 $(AM_V_CCLD)$(nouveau_drv_la_LINK) -rpath $(nouveau_drv_ladir) $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_LIBADD) $(LIBS) 611 612mostlyclean-compile: 613 -rm -f *.$(OBJEXT) 614 615distclean-compile: 616 -rm -f *.tab.c 617 618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drmmode_display.Plo@am__quote@ # am--include-marker 619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy.Plo@am__quote@ # am--include-marker 620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy85b5.Plo@am__quote@ # am--include-marker 621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy90b5.Plo@am__quote@ # am--include-marker 622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copya0b5.Plo@am__quote@ # am--include-marker 623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_dri2.Plo@am__quote@ # am--include-marker 624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_exa.Plo@am__quote@ # am--include-marker 625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_present.Plo@am__quote@ # am--include-marker 626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_sync.Plo@am__quote@ # am--include-marker 627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_wfb.Plo@am__quote@ # am--include-marker 628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_xv.Plo@am__quote@ # am--include-marker 629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_exa.Plo@am__quote@ # am--include-marker 630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_blit.Plo@am__quote@ # am--include-marker 631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_ovl.Plo@am__quote@ # am--include-marker 632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_exa.Plo@am__quote@ # am--include-marker 633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_xv_ovl.Plo@am__quote@ # am--include-marker 634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_exa.Plo@am__quote@ # am--include-marker 635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_xv_tex.Plo@am__quote@ # am--include-marker 636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_exa.Plo@am__quote@ # am--include-marker 637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_xv_tex.Plo@am__quote@ # am--include-marker 638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_accel.Plo@am__quote@ # am--include-marker 639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_exa.Plo@am__quote@ # am--include-marker 640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_xv.Plo@am__quote@ # am--include-marker 641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_accel_common.Plo@am__quote@ # am--include-marker 642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@ # am--include-marker 643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@ # am--include-marker 644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_accel.Plo@am__quote@ # am--include-marker 645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_exa.Plo@am__quote@ # am--include-marker 646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_xv.Plo@am__quote@ # am--include-marker 647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vl_hwmc.Plo@am__quote@ # am--include-marker 648 649$(am__depfiles_remade): 650 @$(MKDIR_P) $(@D) 651 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 652 653am--depfiles: $(am__depfiles_remade) 654 655.c.o: 656@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 657@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 658@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 659@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 660@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 661 662.c.obj: 663@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 664@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 665@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 666@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 667@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 668 669.c.lo: 670@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 671@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 672@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 673@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 674@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 675 676mostlyclean-libtool: 677 -rm -f *.lo 678 679clean-libtool: 680 -rm -rf .libs _libs 681 682ID: $(am__tagged_files) 683 $(am__define_uniq_tagged_files); mkid -fID $$unique 684tags: tags-am 685TAGS: tags 686 687tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 688 set x; \ 689 here=`pwd`; \ 690 $(am__define_uniq_tagged_files); \ 691 shift; \ 692 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 693 test -n "$$unique" || unique=$$empty_fix; \ 694 if test $$# -gt 0; then \ 695 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 696 "$$@" $$unique; \ 697 else \ 698 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 699 $$unique; \ 700 fi; \ 701 fi 702ctags: ctags-am 703 704CTAGS: ctags 705ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 706 $(am__define_uniq_tagged_files); \ 707 test -z "$(CTAGS_ARGS)$$unique" \ 708 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 709 $$unique 710 711GTAGS: 712 here=`$(am__cd) $(top_builddir) && pwd` \ 713 && $(am__cd) $(top_srcdir) \ 714 && gtags -i $(GTAGS_ARGS) "$$here" 715cscopelist: cscopelist-am 716 717cscopelist-am: $(am__tagged_files) 718 list='$(am__tagged_files)'; \ 719 case "$(srcdir)" in \ 720 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 721 *) sdir=$(subdir)/$(srcdir) ;; \ 722 esac; \ 723 for i in $$list; do \ 724 if test -f "$$i"; then \ 725 echo "$(subdir)/$$i"; \ 726 else \ 727 echo "$$sdir/$$i"; \ 728 fi; \ 729 done >> $(top_builddir)/cscope.files 730 731distclean-tags: 732 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 733distdir: $(BUILT_SOURCES) 734 $(MAKE) $(AM_MAKEFLAGS) distdir-am 735 736distdir-am: $(DISTFILES) 737 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 738 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 739 list='$(DISTFILES)'; \ 740 dist_files=`for file in $$list; do echo $$file; done | \ 741 sed -e "s|^$$srcdirstrip/||;t" \ 742 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 743 case $$dist_files in \ 744 */*) $(MKDIR_P) `echo "$$dist_files" | \ 745 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 746 sort -u` ;; \ 747 esac; \ 748 for file in $$dist_files; do \ 749 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 750 if test -d $$d/$$file; then \ 751 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 752 if test -d "$(distdir)/$$file"; then \ 753 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 754 fi; \ 755 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 756 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 757 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 758 fi; \ 759 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 760 else \ 761 test -f "$(distdir)/$$file" \ 762 || cp -p $$d/$$file "$(distdir)/$$file" \ 763 || exit 1; \ 764 fi; \ 765 done 766check-am: all-am 767check: check-am 768all-am: Makefile $(LTLIBRARIES) 769installdirs: 770 for dir in "$(DESTDIR)$(nouveau_drv_ladir)"; do \ 771 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 772 done 773install: install-am 774install-exec: install-exec-am 775install-data: install-data-am 776uninstall: uninstall-am 777 778install-am: all-am 779 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 780 781installcheck: installcheck-am 782install-strip: 783 if test -z '$(STRIP)'; then \ 784 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 785 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 786 install; \ 787 else \ 788 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 789 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 790 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 791 fi 792mostlyclean-generic: 793 794clean-generic: 795 796distclean-generic: 797 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 798 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 799 800maintainer-clean-generic: 801 @echo "This command is intended for maintainers to use" 802 @echo "it deletes files that may require special tools to rebuild." 803clean: clean-am 804 805clean-am: clean-generic clean-libtool clean-nouveau_drv_laLTLIBRARIES \ 806 mostlyclean-am 807 808distclean: distclean-am 809 -rm -f ./$(DEPDIR)/drmmode_display.Plo 810 -rm -f ./$(DEPDIR)/nouveau_copy.Plo 811 -rm -f ./$(DEPDIR)/nouveau_copy85b5.Plo 812 -rm -f ./$(DEPDIR)/nouveau_copy90b5.Plo 813 -rm -f ./$(DEPDIR)/nouveau_copya0b5.Plo 814 -rm -f ./$(DEPDIR)/nouveau_dri2.Plo 815 -rm -f ./$(DEPDIR)/nouveau_exa.Plo 816 -rm -f ./$(DEPDIR)/nouveau_present.Plo 817 -rm -f ./$(DEPDIR)/nouveau_sync.Plo 818 -rm -f ./$(DEPDIR)/nouveau_wfb.Plo 819 -rm -f ./$(DEPDIR)/nouveau_xv.Plo 820 -rm -f ./$(DEPDIR)/nv04_exa.Plo 821 -rm -f ./$(DEPDIR)/nv04_xv_blit.Plo 822 -rm -f ./$(DEPDIR)/nv04_xv_ovl.Plo 823 -rm -f ./$(DEPDIR)/nv10_exa.Plo 824 -rm -f ./$(DEPDIR)/nv10_xv_ovl.Plo 825 -rm -f ./$(DEPDIR)/nv30_exa.Plo 826 -rm -f ./$(DEPDIR)/nv30_xv_tex.Plo 827 -rm -f ./$(DEPDIR)/nv40_exa.Plo 828 -rm -f ./$(DEPDIR)/nv40_xv_tex.Plo 829 -rm -f ./$(DEPDIR)/nv50_accel.Plo 830 -rm -f ./$(DEPDIR)/nv50_exa.Plo 831 -rm -f ./$(DEPDIR)/nv50_xv.Plo 832 -rm -f ./$(DEPDIR)/nv_accel_common.Plo 833 -rm -f ./$(DEPDIR)/nv_driver.Plo 834 -rm -f ./$(DEPDIR)/nv_shadow.Plo 835 -rm -f ./$(DEPDIR)/nvc0_accel.Plo 836 -rm -f ./$(DEPDIR)/nvc0_exa.Plo 837 -rm -f ./$(DEPDIR)/nvc0_xv.Plo 838 -rm -f ./$(DEPDIR)/vl_hwmc.Plo 839 -rm -f Makefile 840distclean-am: clean-am distclean-compile distclean-generic \ 841 distclean-tags 842 843dvi: dvi-am 844 845dvi-am: 846 847html: html-am 848 849html-am: 850 851info: info-am 852 853info-am: 854 855install-data-am: install-nouveau_drv_laLTLIBRARIES 856 857install-dvi: install-dvi-am 858 859install-dvi-am: 860 861install-exec-am: 862 863install-html: install-html-am 864 865install-html-am: 866 867install-info: install-info-am 868 869install-info-am: 870 871install-man: 872 873install-pdf: install-pdf-am 874 875install-pdf-am: 876 877install-ps: install-ps-am 878 879install-ps-am: 880 881installcheck-am: 882 883maintainer-clean: maintainer-clean-am 884 -rm -f ./$(DEPDIR)/drmmode_display.Plo 885 -rm -f ./$(DEPDIR)/nouveau_copy.Plo 886 -rm -f ./$(DEPDIR)/nouveau_copy85b5.Plo 887 -rm -f ./$(DEPDIR)/nouveau_copy90b5.Plo 888 -rm -f ./$(DEPDIR)/nouveau_copya0b5.Plo 889 -rm -f ./$(DEPDIR)/nouveau_dri2.Plo 890 -rm -f ./$(DEPDIR)/nouveau_exa.Plo 891 -rm -f ./$(DEPDIR)/nouveau_present.Plo 892 -rm -f ./$(DEPDIR)/nouveau_sync.Plo 893 -rm -f ./$(DEPDIR)/nouveau_wfb.Plo 894 -rm -f ./$(DEPDIR)/nouveau_xv.Plo 895 -rm -f ./$(DEPDIR)/nv04_exa.Plo 896 -rm -f ./$(DEPDIR)/nv04_xv_blit.Plo 897 -rm -f ./$(DEPDIR)/nv04_xv_ovl.Plo 898 -rm -f ./$(DEPDIR)/nv10_exa.Plo 899 -rm -f ./$(DEPDIR)/nv10_xv_ovl.Plo 900 -rm -f ./$(DEPDIR)/nv30_exa.Plo 901 -rm -f ./$(DEPDIR)/nv30_xv_tex.Plo 902 -rm -f ./$(DEPDIR)/nv40_exa.Plo 903 -rm -f ./$(DEPDIR)/nv40_xv_tex.Plo 904 -rm -f ./$(DEPDIR)/nv50_accel.Plo 905 -rm -f ./$(DEPDIR)/nv50_exa.Plo 906 -rm -f ./$(DEPDIR)/nv50_xv.Plo 907 -rm -f ./$(DEPDIR)/nv_accel_common.Plo 908 -rm -f ./$(DEPDIR)/nv_driver.Plo 909 -rm -f ./$(DEPDIR)/nv_shadow.Plo 910 -rm -f ./$(DEPDIR)/nvc0_accel.Plo 911 -rm -f ./$(DEPDIR)/nvc0_exa.Plo 912 -rm -f ./$(DEPDIR)/nvc0_xv.Plo 913 -rm -f ./$(DEPDIR)/vl_hwmc.Plo 914 -rm -f Makefile 915maintainer-clean-am: distclean-am maintainer-clean-generic 916 917mostlyclean: mostlyclean-am 918 919mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 920 mostlyclean-libtool 921 922pdf: pdf-am 923 924pdf-am: 925 926ps: ps-am 927 928ps-am: 929 930uninstall-am: uninstall-nouveau_drv_laLTLIBRARIES 931 932.MAKE: install-am install-strip 933 934.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 935 clean-generic clean-libtool clean-nouveau_drv_laLTLIBRARIES \ 936 cscopelist-am ctags ctags-am distclean distclean-compile \ 937 distclean-generic distclean-libtool distclean-tags distdir dvi \ 938 dvi-am html html-am info info-am install install-am \ 939 install-data install-data-am install-dvi install-dvi-am \ 940 install-exec install-exec-am install-html install-html-am \ 941 install-info install-info-am install-man \ 942 install-nouveau_drv_laLTLIBRARIES install-pdf install-pdf-am \ 943 install-ps install-ps-am install-strip installcheck \ 944 installcheck-am installdirs maintainer-clean \ 945 maintainer-clean-generic mostlyclean mostlyclean-compile \ 946 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 947 tags tags-am uninstall uninstall-am \ 948 uninstall-nouveau_drv_laLTLIBRARIES 949 950.PRECIOUS: Makefile 951 952 953# Tell versions [3.59,3.63) of GNU make to not export all variables. 954# Otherwise a system limit (for SysV at least) may be exceeded. 955.NOEXPORT: 956