Makefile.in revision 92405695
1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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)` 246ETAGS = etags 247CTAGS = ctags 248am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 249DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 250ACLOCAL = @ACLOCAL@ 251ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 252ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 253AMTAR = @AMTAR@ 254AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 255APP_MAN_DIR = @APP_MAN_DIR@ 256APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 257AR = @AR@ 258AUTOCONF = @AUTOCONF@ 259AUTOHEADER = @AUTOHEADER@ 260AUTOMAKE = @AUTOMAKE@ 261AWK = @AWK@ 262BASE_CFLAGS = @BASE_CFLAGS@ 263CC = @CC@ 264CCDEPMODE = @CCDEPMODE@ 265CFLAGS = @CFLAGS@ 266CHANGELOG_CMD = @CHANGELOG_CMD@ 267CPP = @CPP@ 268CPPFLAGS = @CPPFLAGS@ 269CWARNFLAGS = @CWARNFLAGS@ 270CYGPATH_W = @CYGPATH_W@ 271DEFS = @DEFS@ 272DEPDIR = @DEPDIR@ 273DLLTOOL = @DLLTOOL@ 274DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 275DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 276DRIVER_NAME = @DRIVER_NAME@ 277DSYMUTIL = @DSYMUTIL@ 278DUMPBIN = @DUMPBIN@ 279ECHO_C = @ECHO_C@ 280ECHO_N = @ECHO_N@ 281ECHO_T = @ECHO_T@ 282EGREP = @EGREP@ 283EXEEXT = @EXEEXT@ 284FGREP = @FGREP@ 285FILE_MAN_DIR = @FILE_MAN_DIR@ 286FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 287GREP = @GREP@ 288INSTALL = @INSTALL@ 289INSTALL_CMD = @INSTALL_CMD@ 290INSTALL_DATA = @INSTALL_DATA@ 291INSTALL_PROGRAM = @INSTALL_PROGRAM@ 292INSTALL_SCRIPT = @INSTALL_SCRIPT@ 293INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 294LD = @LD@ 295LDFLAGS = @LDFLAGS@ 296LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 297LIBDRM_LIBS = @LIBDRM_LIBS@ 298LIBDRM_NOUVEAU_CFLAGS = @LIBDRM_NOUVEAU_CFLAGS@ 299LIBDRM_NOUVEAU_LIBS = @LIBDRM_NOUVEAU_LIBS@ 300LIBOBJS = @LIBOBJS@ 301LIBS = @LIBS@ 302LIBTOOL = @LIBTOOL@ 303LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 304LIBUDEV_LIBS = @LIBUDEV_LIBS@ 305LIB_MAN_DIR = @LIB_MAN_DIR@ 306LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 307LIPO = @LIPO@ 308LN_S = @LN_S@ 309LTLIBOBJS = @LTLIBOBJS@ 310LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 311MAKEINFO = @MAKEINFO@ 312MANIFEST_TOOL = @MANIFEST_TOOL@ 313MAN_SUBSTS = @MAN_SUBSTS@ 314MISC_MAN_DIR = @MISC_MAN_DIR@ 315MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 316MKDIR_P = @MKDIR_P@ 317NM = @NM@ 318NMEDIT = @NMEDIT@ 319OBJDUMP = @OBJDUMP@ 320OBJEXT = @OBJEXT@ 321OTOOL = @OTOOL@ 322OTOOL64 = @OTOOL64@ 323PACKAGE = @PACKAGE@ 324PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 325PACKAGE_NAME = @PACKAGE_NAME@ 326PACKAGE_STRING = @PACKAGE_STRING@ 327PACKAGE_TARNAME = @PACKAGE_TARNAME@ 328PACKAGE_URL = @PACKAGE_URL@ 329PACKAGE_VERSION = @PACKAGE_VERSION@ 330PATH_SEPARATOR = @PATH_SEPARATOR@ 331PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 332PCIACCESS_LIBS = @PCIACCESS_LIBS@ 333PKG_CONFIG = @PKG_CONFIG@ 334PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 335PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 336RANLIB = @RANLIB@ 337SED = @SED@ 338SET_MAKE = @SET_MAKE@ 339SHELL = @SHELL@ 340STRICT_CFLAGS = @STRICT_CFLAGS@ 341STRIP = @STRIP@ 342VERSION = @VERSION@ 343XEXT_CFLAGS = @XEXT_CFLAGS@ 344XEXT_LIBS = @XEXT_LIBS@ 345XORG_CFLAGS = @XORG_CFLAGS@ 346XORG_LIBS = @XORG_LIBS@ 347XORG_MAN_PAGE = @XORG_MAN_PAGE@ 348abs_builddir = @abs_builddir@ 349abs_srcdir = @abs_srcdir@ 350abs_top_builddir = @abs_top_builddir@ 351abs_top_srcdir = @abs_top_srcdir@ 352ac_ct_AR = @ac_ct_AR@ 353ac_ct_CC = @ac_ct_CC@ 354ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 355am__include = @am__include@ 356am__leading_dot = @am__leading_dot@ 357am__quote = @am__quote@ 358am__tar = @am__tar@ 359am__untar = @am__untar@ 360bindir = @bindir@ 361build = @build@ 362build_alias = @build_alias@ 363build_cpu = @build_cpu@ 364build_os = @build_os@ 365build_vendor = @build_vendor@ 366builddir = @builddir@ 367datadir = @datadir@ 368datarootdir = @datarootdir@ 369docdir = @docdir@ 370dvidir = @dvidir@ 371exec_prefix = @exec_prefix@ 372host = @host@ 373host_alias = @host_alias@ 374host_cpu = @host_cpu@ 375host_os = @host_os@ 376host_vendor = @host_vendor@ 377htmldir = @htmldir@ 378includedir = @includedir@ 379infodir = @infodir@ 380install_sh = @install_sh@ 381libdir = @libdir@ 382libexecdir = @libexecdir@ 383localedir = @localedir@ 384localstatedir = @localstatedir@ 385mandir = @mandir@ 386mkdir_p = @mkdir_p@ 387moduledir = @moduledir@ 388oldincludedir = @oldincludedir@ 389pdfdir = @pdfdir@ 390prefix = @prefix@ 391program_transform_name = @program_transform_name@ 392psdir = @psdir@ 393runstatedir = @runstatedir@ 394sbindir = @sbindir@ 395sharedstatedir = @sharedstatedir@ 396srcdir = @srcdir@ 397sysconfdir = @sysconfdir@ 398target_alias = @target_alias@ 399top_build_prefix = @top_build_prefix@ 400top_builddir = @top_builddir@ 401top_srcdir = @top_srcdir@ 402 403# this is obnoxious: 404# -module lets us name the module exactly how we want 405# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 406# _ladir passes a dummy rpath to libtool so the thing will actually link 407# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 408AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @LIBDRM_NOUVEAU_CFLAGS@ @LIBDRM_CFLAGS@ 409nouveau_drv_la_LTLIBRARIES = nouveau_drv.la 410nouveau_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_NOUVEAU_LIBS@ \ 411 @LIBUDEV_LIBS@ @LIBDRM_LIBS@ 412 413nouveau_drv_ladir = @moduledir@/drivers 414nouveau_drv_la_SOURCES = \ 415 nouveau_copy.c \ 416 nouveau_copy85b5.c \ 417 nouveau_copy90b5.c \ 418 nouveau_copya0b5.c \ 419 nouveau_exa.c nouveau_xv.c nouveau_dri2.c \ 420 nouveau_present.c \ 421 nouveau_sync.c \ 422 nouveau_wfb.c \ 423 nv_accel_common.c \ 424 nv_driver.c \ 425 nv_shadow.c \ 426 nv04_exa.c \ 427 nv04_xv_ovl.c \ 428 nv04_xv_blit.c \ 429 nv10_exa.c \ 430 nv10_xv_ovl.c \ 431 nv30_exa.c \ 432 nv30_xv_tex.c \ 433 nv40_exa.c \ 434 nv40_xv_tex.c \ 435 nv50_accel.c \ 436 nv50_exa.c \ 437 nv50_xv.c \ 438 nvc0_accel.c \ 439 nvc0_exa.c \ 440 nvc0_xv.c \ 441 drmmode_display.c \ 442 vl_hwmc.c 443 444EXTRA_DIST = hwdefs/nv_3ddefs.xml.h \ 445 hwdefs/nv_m2mf.xml.h \ 446 hwdefs/nv_object.xml.h \ 447 hwdefs/nv01_2d.xml.h \ 448 hwdefs/nv10_3d.xml.h \ 449 hwdefs/nv30-40_3d.xml.h \ 450 hwdefs/nv50_2d.xml.h \ 451 hwdefs/nv50_3d.xml.h \ 452 hwdefs/nv50_defs.xml.h \ 453 hwdefs/nv50_texture.h \ 454 hwdefs/nvc0_3d.xml.h \ 455 hwdefs/nvc0_m2mf.xml.h \ 456 hwdefs/gm107_texture.xml.h \ 457 shader/exac8nvc0.fp \ 458 shader/exac8nvc0.fpc \ 459 shader/exac8nve0.fp \ 460 shader/exac8nve0.fpc \ 461 shader/exac8nvf0.fp \ 462 shader/exac8nvf0.fpc \ 463 shader/exac8nv110.fp \ 464 shader/exac8nv110.fpc \ 465 shader/exacanvc0.fp \ 466 shader/exacanvc0.fpc \ 467 shader/exacanve0.fp \ 468 shader/exacanve0.fpc \ 469 shader/exacanvf0.fp \ 470 shader/exacanvf0.fpc \ 471 shader/exacanv110.fp \ 472 shader/exacanv110.fpc \ 473 shader/exacmnvc0.fp \ 474 shader/exacmnvc0.fpc \ 475 shader/exacmnve0.fp \ 476 shader/exacmnve0.fpc \ 477 shader/exacmnvf0.fp \ 478 shader/exacmnvf0.fpc \ 479 shader/exacmnv110.fp \ 480 shader/exacmnv110.fpc \ 481 shader/exas8nvc0.fp \ 482 shader/exas8nvc0.fpc \ 483 shader/exas8nve0.fp \ 484 shader/exas8nve0.fpc \ 485 shader/exas8nvf0.fp \ 486 shader/exas8nvf0.fpc \ 487 shader/exas8nv110.fp \ 488 shader/exas8nv110.fpc \ 489 shader/exasanvc0.fp \ 490 shader/exasanvc0.fpc \ 491 shader/exasanve0.fp \ 492 shader/exasanve0.fpc \ 493 shader/exasanvf0.fp \ 494 shader/exasanvf0.fpc \ 495 shader/exasanv110.fp \ 496 shader/exasanv110.fpc \ 497 shader/exascnvc0.fp \ 498 shader/exascnvc0.fpc \ 499 shader/exascnve0.fp \ 500 shader/exascnve0.fpc \ 501 shader/exascnvf0.fp \ 502 shader/exascnvf0.fpc \ 503 shader/exascnv110.fp \ 504 shader/exascnv110.fpc \ 505 shader/videonvc0.fp \ 506 shader/videonvc0.fpc \ 507 shader/videonve0.fp \ 508 shader/videonve0.fpc \ 509 shader/videonvf0.fp \ 510 shader/videonvf0.fpc \ 511 shader/videonv110.fp \ 512 shader/videonv110.fpc \ 513 shader/xfrm2nvc0.vp \ 514 shader/xfrm2nvc0.vpc \ 515 shader/xfrm2nve0.vp \ 516 shader/xfrm2nve0.vpc \ 517 shader/xfrm2nvf0.vp \ 518 shader/xfrm2nvf0.vpc \ 519 shader/xfrm2nv110.vp \ 520 shader/xfrm2nv110.vpc \ 521 shader/Makefile \ 522 nouveau_local.h \ 523 nouveau_copy.h \ 524 nouveau_present.h \ 525 nouveau_sync.h \ 526 nv_const.h \ 527 nv_dma.h \ 528 nv_include.h \ 529 nv_proto.h \ 530 nv_rop.h \ 531 nv_type.h \ 532 nv04_accel.h \ 533 nv50_accel.h \ 534 nvc0_accel.h \ 535 compat-api.h \ 536 vl_hwmc.c \ 537 vl_hwmc.h 538 539all: all-am 540 541.SUFFIXES: 542.SUFFIXES: .c .lo .o .obj 543$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 544 @for dep in $?; do \ 545 case '$(am__configure_deps)' in \ 546 *$$dep*) \ 547 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 548 && { if test -f $@; then exit 0; else break; fi; }; \ 549 exit 1;; \ 550 esac; \ 551 done; \ 552 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 553 $(am__cd) $(top_srcdir) && \ 554 $(AUTOMAKE) --foreign src/Makefile 555Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 556 @case '$?' in \ 557 *config.status*) \ 558 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 559 *) \ 560 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 561 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 562 esac; 563 564$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 565 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 566 567$(top_srcdir)/configure: $(am__configure_deps) 568 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 569$(ACLOCAL_M4): $(am__aclocal_m4_deps) 570 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 571$(am__aclocal_m4_deps): 572 573install-nouveau_drv_laLTLIBRARIES: $(nouveau_drv_la_LTLIBRARIES) 574 @$(NORMAL_INSTALL) 575 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 576 list2=; for p in $$list; do \ 577 if test -f $$p; then \ 578 list2="$$list2 $$p"; \ 579 else :; fi; \ 580 done; \ 581 test -z "$$list2" || { \ 582 echo " $(MKDIR_P) '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 583 $(MKDIR_P) "$(DESTDIR)$(nouveau_drv_ladir)" || exit 1; \ 584 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 585 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nouveau_drv_ladir)"; \ 586 } 587 588uninstall-nouveau_drv_laLTLIBRARIES: 589 @$(NORMAL_UNINSTALL) 590 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 591 for p in $$list; do \ 592 $(am__strip_dir) \ 593 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nouveau_drv_ladir)/$$f'"; \ 594 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nouveau_drv_ladir)/$$f"; \ 595 done 596 597clean-nouveau_drv_laLTLIBRARIES: 598 -test -z "$(nouveau_drv_la_LTLIBRARIES)" || rm -f $(nouveau_drv_la_LTLIBRARIES) 599 @list='$(nouveau_drv_la_LTLIBRARIES)'; \ 600 locs=`for p in $$list; do echo $$p; done | \ 601 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 602 sort -u`; \ 603 test -z "$$locs" || { \ 604 echo rm -f $${locs}; \ 605 rm -f $${locs}; \ 606 } 607 608nouveau_drv.la: $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_DEPENDENCIES) $(EXTRA_nouveau_drv_la_DEPENDENCIES) 609 $(AM_V_CCLD)$(nouveau_drv_la_LINK) -rpath $(nouveau_drv_ladir) $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_LIBADD) $(LIBS) 610 611mostlyclean-compile: 612 -rm -f *.$(OBJEXT) 613 614distclean-compile: 615 -rm -f *.tab.c 616 617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drmmode_display.Plo@am__quote@ # am--include-marker 618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy.Plo@am__quote@ # am--include-marker 619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy85b5.Plo@am__quote@ # am--include-marker 620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy90b5.Plo@am__quote@ # am--include-marker 621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copya0b5.Plo@am__quote@ # am--include-marker 622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_dri2.Plo@am__quote@ # am--include-marker 623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_exa.Plo@am__quote@ # am--include-marker 624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_present.Plo@am__quote@ # am--include-marker 625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_sync.Plo@am__quote@ # am--include-marker 626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_wfb.Plo@am__quote@ # am--include-marker 627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_xv.Plo@am__quote@ # am--include-marker 628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_exa.Plo@am__quote@ # am--include-marker 629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_blit.Plo@am__quote@ # am--include-marker 630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_ovl.Plo@am__quote@ # am--include-marker 631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_exa.Plo@am__quote@ # am--include-marker 632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_xv_ovl.Plo@am__quote@ # am--include-marker 633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_exa.Plo@am__quote@ # am--include-marker 634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_xv_tex.Plo@am__quote@ # am--include-marker 635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_exa.Plo@am__quote@ # am--include-marker 636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_xv_tex.Plo@am__quote@ # am--include-marker 637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_accel.Plo@am__quote@ # am--include-marker 638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_exa.Plo@am__quote@ # am--include-marker 639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_xv.Plo@am__quote@ # am--include-marker 640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_accel_common.Plo@am__quote@ # am--include-marker 641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@ # am--include-marker 642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@ # am--include-marker 643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_accel.Plo@am__quote@ # am--include-marker 644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_exa.Plo@am__quote@ # am--include-marker 645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_xv.Plo@am__quote@ # am--include-marker 646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vl_hwmc.Plo@am__quote@ # am--include-marker 647 648$(am__depfiles_remade): 649 @$(MKDIR_P) $(@D) 650 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 651 652am--depfiles: $(am__depfiles_remade) 653 654.c.o: 655@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 656@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 657@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 658@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 659@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 660 661.c.obj: 662@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 663@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 664@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 665@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 666@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 667 668.c.lo: 669@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 670@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 671@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 672@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 673@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 674 675mostlyclean-libtool: 676 -rm -f *.lo 677 678clean-libtool: 679 -rm -rf .libs _libs 680 681ID: $(am__tagged_files) 682 $(am__define_uniq_tagged_files); mkid -fID $$unique 683tags: tags-am 684TAGS: tags 685 686tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 687 set x; \ 688 here=`pwd`; \ 689 $(am__define_uniq_tagged_files); \ 690 shift; \ 691 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 692 test -n "$$unique" || unique=$$empty_fix; \ 693 if test $$# -gt 0; then \ 694 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 695 "$$@" $$unique; \ 696 else \ 697 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 698 $$unique; \ 699 fi; \ 700 fi 701ctags: ctags-am 702 703CTAGS: ctags 704ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 705 $(am__define_uniq_tagged_files); \ 706 test -z "$(CTAGS_ARGS)$$unique" \ 707 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 708 $$unique 709 710GTAGS: 711 here=`$(am__cd) $(top_builddir) && pwd` \ 712 && $(am__cd) $(top_srcdir) \ 713 && gtags -i $(GTAGS_ARGS) "$$here" 714cscopelist: cscopelist-am 715 716cscopelist-am: $(am__tagged_files) 717 list='$(am__tagged_files)'; \ 718 case "$(srcdir)" in \ 719 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 720 *) sdir=$(subdir)/$(srcdir) ;; \ 721 esac; \ 722 for i in $$list; do \ 723 if test -f "$$i"; then \ 724 echo "$(subdir)/$$i"; \ 725 else \ 726 echo "$$sdir/$$i"; \ 727 fi; \ 728 done >> $(top_builddir)/cscope.files 729 730distclean-tags: 731 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 732 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