Makefile.in revision dd52494d
1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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@ 393sbindir = @sbindir@ 394sharedstatedir = @sharedstatedir@ 395srcdir = @srcdir@ 396sysconfdir = @sysconfdir@ 397target_alias = @target_alias@ 398top_build_prefix = @top_build_prefix@ 399top_builddir = @top_builddir@ 400top_srcdir = @top_srcdir@ 401 402# this is obnoxious: 403# -module lets us name the module exactly how we want 404# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 405# _ladir passes a dummy rpath to libtool so the thing will actually link 406# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 407AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @LIBDRM_NOUVEAU_CFLAGS@ @LIBDRM_CFLAGS@ 408nouveau_drv_la_LTLIBRARIES = nouveau_drv.la 409nouveau_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_NOUVEAU_LIBS@ \ 410 @LIBUDEV_LIBS@ @LIBDRM_LIBS@ 411 412nouveau_drv_ladir = @moduledir@/drivers 413nouveau_drv_la_SOURCES = \ 414 nouveau_copy.c \ 415 nouveau_copy85b5.c \ 416 nouveau_copy90b5.c \ 417 nouveau_copya0b5.c \ 418 nouveau_exa.c nouveau_xv.c nouveau_dri2.c \ 419 nouveau_present.c \ 420 nouveau_sync.c \ 421 nouveau_wfb.c \ 422 nv_accel_common.c \ 423 nv_driver.c \ 424 nv_shadow.c \ 425 nv04_exa.c \ 426 nv04_xv_ovl.c \ 427 nv04_xv_blit.c \ 428 nv10_exa.c \ 429 nv10_xv_ovl.c \ 430 nv30_exa.c \ 431 nv30_xv_tex.c \ 432 nv40_exa.c \ 433 nv40_xv_tex.c \ 434 nv50_accel.c \ 435 nv50_exa.c \ 436 nv50_xv.c \ 437 nvc0_accel.c \ 438 nvc0_exa.c \ 439 nvc0_xv.c \ 440 drmmode_display.c \ 441 vl_hwmc.c 442 443EXTRA_DIST = hwdefs/nv_3ddefs.xml.h \ 444 hwdefs/nv_m2mf.xml.h \ 445 hwdefs/nv_object.xml.h \ 446 hwdefs/nv01_2d.xml.h \ 447 hwdefs/nv10_3d.xml.h \ 448 hwdefs/nv30-40_3d.xml.h \ 449 hwdefs/nv50_2d.xml.h \ 450 hwdefs/nv50_3d.xml.h \ 451 hwdefs/nv50_defs.xml.h \ 452 hwdefs/nv50_texture.h \ 453 hwdefs/nvc0_3d.xml.h \ 454 hwdefs/nvc0_m2mf.xml.h \ 455 hwdefs/gm107_texture.xml.h \ 456 shader/exac8nvc0.fp \ 457 shader/exac8nvc0.fpc \ 458 shader/exac8nve0.fp \ 459 shader/exac8nve0.fpc \ 460 shader/exac8nvf0.fp \ 461 shader/exac8nvf0.fpc \ 462 shader/exac8nv110.fp \ 463 shader/exac8nv110.fpc \ 464 shader/exacanvc0.fp \ 465 shader/exacanvc0.fpc \ 466 shader/exacanve0.fp \ 467 shader/exacanve0.fpc \ 468 shader/exacanvf0.fp \ 469 shader/exacanvf0.fpc \ 470 shader/exacanv110.fp \ 471 shader/exacanv110.fpc \ 472 shader/exacmnvc0.fp \ 473 shader/exacmnvc0.fpc \ 474 shader/exacmnve0.fp \ 475 shader/exacmnve0.fpc \ 476 shader/exacmnvf0.fp \ 477 shader/exacmnvf0.fpc \ 478 shader/exacmnv110.fp \ 479 shader/exacmnv110.fpc \ 480 shader/exas8nvc0.fp \ 481 shader/exas8nvc0.fpc \ 482 shader/exas8nve0.fp \ 483 shader/exas8nve0.fpc \ 484 shader/exas8nvf0.fp \ 485 shader/exas8nvf0.fpc \ 486 shader/exas8nv110.fp \ 487 shader/exas8nv110.fpc \ 488 shader/exasanvc0.fp \ 489 shader/exasanvc0.fpc \ 490 shader/exasanve0.fp \ 491 shader/exasanve0.fpc \ 492 shader/exasanvf0.fp \ 493 shader/exasanvf0.fpc \ 494 shader/exasanv110.fp \ 495 shader/exasanv110.fpc \ 496 shader/exascnvc0.fp \ 497 shader/exascnvc0.fpc \ 498 shader/exascnve0.fp \ 499 shader/exascnve0.fpc \ 500 shader/exascnvf0.fp \ 501 shader/exascnvf0.fpc \ 502 shader/exascnv110.fp \ 503 shader/exascnv110.fpc \ 504 shader/videonvc0.fp \ 505 shader/videonvc0.fpc \ 506 shader/videonve0.fp \ 507 shader/videonve0.fpc \ 508 shader/videonvf0.fp \ 509 shader/videonvf0.fpc \ 510 shader/videonv110.fp \ 511 shader/videonv110.fpc \ 512 shader/xfrm2nvc0.vp \ 513 shader/xfrm2nvc0.vpc \ 514 shader/xfrm2nve0.vp \ 515 shader/xfrm2nve0.vpc \ 516 shader/xfrm2nvf0.vp \ 517 shader/xfrm2nvf0.vpc \ 518 shader/xfrm2nv110.vp \ 519 shader/xfrm2nv110.vpc \ 520 shader/Makefile \ 521 nouveau_local.h \ 522 nouveau_copy.h \ 523 nouveau_present.h \ 524 nouveau_sync.h \ 525 nv_const.h \ 526 nv_dma.h \ 527 nv_include.h \ 528 nv_proto.h \ 529 nv_rop.h \ 530 nv_type.h \ 531 nv04_accel.h \ 532 nv50_accel.h \ 533 nvc0_accel.h \ 534 compat-api.h \ 535 vl_hwmc.c \ 536 vl_hwmc.h 537 538all: all-am 539 540.SUFFIXES: 541.SUFFIXES: .c .lo .o .obj 542$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 543 @for dep in $?; do \ 544 case '$(am__configure_deps)' in \ 545 *$$dep*) \ 546 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 547 && { if test -f $@; then exit 0; else break; fi; }; \ 548 exit 1;; \ 549 esac; \ 550 done; \ 551 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 552 $(am__cd) $(top_srcdir) && \ 553 $(AUTOMAKE) --foreign src/Makefile 554Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 555 @case '$?' in \ 556 *config.status*) \ 557 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 558 *) \ 559 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 560 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 561 esac; 562 563$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 564 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 565 566$(top_srcdir)/configure: $(am__configure_deps) 567 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 568$(ACLOCAL_M4): $(am__aclocal_m4_deps) 569 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 570$(am__aclocal_m4_deps): 571 572install-nouveau_drv_laLTLIBRARIES: $(nouveau_drv_la_LTLIBRARIES) 573 @$(NORMAL_INSTALL) 574 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 575 list2=; for p in $$list; do \ 576 if test -f $$p; then \ 577 list2="$$list2 $$p"; \ 578 else :; fi; \ 579 done; \ 580 test -z "$$list2" || { \ 581 echo " $(MKDIR_P) '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 582 $(MKDIR_P) "$(DESTDIR)$(nouveau_drv_ladir)" || exit 1; \ 583 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 584 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nouveau_drv_ladir)"; \ 585 } 586 587uninstall-nouveau_drv_laLTLIBRARIES: 588 @$(NORMAL_UNINSTALL) 589 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 590 for p in $$list; do \ 591 $(am__strip_dir) \ 592 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nouveau_drv_ladir)/$$f'"; \ 593 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nouveau_drv_ladir)/$$f"; \ 594 done 595 596clean-nouveau_drv_laLTLIBRARIES: 597 -test -z "$(nouveau_drv_la_LTLIBRARIES)" || rm -f $(nouveau_drv_la_LTLIBRARIES) 598 @list='$(nouveau_drv_la_LTLIBRARIES)'; \ 599 locs=`for p in $$list; do echo $$p; done | \ 600 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 601 sort -u`; \ 602 test -z "$$locs" || { \ 603 echo rm -f $${locs}; \ 604 rm -f $${locs}; \ 605 } 606 607nouveau_drv.la: $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_DEPENDENCIES) $(EXTRA_nouveau_drv_la_DEPENDENCIES) 608 $(AM_V_CCLD)$(nouveau_drv_la_LINK) -rpath $(nouveau_drv_ladir) $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_LIBADD) $(LIBS) 609 610mostlyclean-compile: 611 -rm -f *.$(OBJEXT) 612 613distclean-compile: 614 -rm -f *.tab.c 615 616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drmmode_display.Plo@am__quote@ # am--include-marker 617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy.Plo@am__quote@ # am--include-marker 618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy85b5.Plo@am__quote@ # am--include-marker 619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy90b5.Plo@am__quote@ # am--include-marker 620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copya0b5.Plo@am__quote@ # am--include-marker 621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_dri2.Plo@am__quote@ # am--include-marker 622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_exa.Plo@am__quote@ # am--include-marker 623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_present.Plo@am__quote@ # am--include-marker 624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_sync.Plo@am__quote@ # am--include-marker 625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_wfb.Plo@am__quote@ # am--include-marker 626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_xv.Plo@am__quote@ # am--include-marker 627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_exa.Plo@am__quote@ # am--include-marker 628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_blit.Plo@am__quote@ # am--include-marker 629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_ovl.Plo@am__quote@ # am--include-marker 630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_exa.Plo@am__quote@ # am--include-marker 631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_xv_ovl.Plo@am__quote@ # am--include-marker 632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_exa.Plo@am__quote@ # am--include-marker 633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_xv_tex.Plo@am__quote@ # am--include-marker 634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_exa.Plo@am__quote@ # am--include-marker 635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_xv_tex.Plo@am__quote@ # am--include-marker 636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_accel.Plo@am__quote@ # am--include-marker 637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_exa.Plo@am__quote@ # am--include-marker 638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_xv.Plo@am__quote@ # am--include-marker 639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_accel_common.Plo@am__quote@ # am--include-marker 640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@ # am--include-marker 641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@ # am--include-marker 642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_accel.Plo@am__quote@ # am--include-marker 643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_exa.Plo@am__quote@ # am--include-marker 644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_xv.Plo@am__quote@ # am--include-marker 645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vl_hwmc.Plo@am__quote@ # am--include-marker 646 647$(am__depfiles_remade): 648 @$(MKDIR_P) $(@D) 649 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 650 651am--depfiles: $(am__depfiles_remade) 652 653.c.o: 654@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 655@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 656@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 657@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 658@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 659 660.c.obj: 661@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 662@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 663@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 664@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 665@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 666 667.c.lo: 668@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 669@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 670@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 671@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 672@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 673 674mostlyclean-libtool: 675 -rm -f *.lo 676 677clean-libtool: 678 -rm -rf .libs _libs 679 680ID: $(am__tagged_files) 681 $(am__define_uniq_tagged_files); mkid -fID $$unique 682tags: tags-am 683TAGS: tags 684 685tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 686 set x; \ 687 here=`pwd`; \ 688 $(am__define_uniq_tagged_files); \ 689 shift; \ 690 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 691 test -n "$$unique" || unique=$$empty_fix; \ 692 if test $$# -gt 0; then \ 693 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 694 "$$@" $$unique; \ 695 else \ 696 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 697 $$unique; \ 698 fi; \ 699 fi 700ctags: ctags-am 701 702CTAGS: ctags 703ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 704 $(am__define_uniq_tagged_files); \ 705 test -z "$(CTAGS_ARGS)$$unique" \ 706 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 707 $$unique 708 709GTAGS: 710 here=`$(am__cd) $(top_builddir) && pwd` \ 711 && $(am__cd) $(top_srcdir) \ 712 && gtags -i $(GTAGS_ARGS) "$$here" 713cscopelist: cscopelist-am 714 715cscopelist-am: $(am__tagged_files) 716 list='$(am__tagged_files)'; \ 717 case "$(srcdir)" in \ 718 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 719 *) sdir=$(subdir)/$(srcdir) ;; \ 720 esac; \ 721 for i in $$list; do \ 722 if test -f "$$i"; then \ 723 echo "$(subdir)/$$i"; \ 724 else \ 725 echo "$$sdir/$$i"; \ 726 fi; \ 727 done >> $(top_builddir)/cscope.files 728 729distclean-tags: 730 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 731 732distdir: $(BUILT_SOURCES) 733 $(MAKE) $(AM_MAKEFLAGS) distdir-am 734 735distdir-am: $(DISTFILES) 736 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 737 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 738 list='$(DISTFILES)'; \ 739 dist_files=`for file in $$list; do echo $$file; done | \ 740 sed -e "s|^$$srcdirstrip/||;t" \ 741 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 742 case $$dist_files in \ 743 */*) $(MKDIR_P) `echo "$$dist_files" | \ 744 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 745 sort -u` ;; \ 746 esac; \ 747 for file in $$dist_files; do \ 748 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 749 if test -d $$d/$$file; then \ 750 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 751 if test -d "$(distdir)/$$file"; then \ 752 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 753 fi; \ 754 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 755 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 756 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 757 fi; \ 758 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 759 else \ 760 test -f "$(distdir)/$$file" \ 761 || cp -p $$d/$$file "$(distdir)/$$file" \ 762 || exit 1; \ 763 fi; \ 764 done 765check-am: all-am 766check: check-am 767all-am: Makefile $(LTLIBRARIES) 768installdirs: 769 for dir in "$(DESTDIR)$(nouveau_drv_ladir)"; do \ 770 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 771 done 772install: install-am 773install-exec: install-exec-am 774install-data: install-data-am 775uninstall: uninstall-am 776 777install-am: all-am 778 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 779 780installcheck: installcheck-am 781install-strip: 782 if test -z '$(STRIP)'; then \ 783 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 784 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 785 install; \ 786 else \ 787 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 788 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 789 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 790 fi 791mostlyclean-generic: 792 793clean-generic: 794 795distclean-generic: 796 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 797 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 798 799maintainer-clean-generic: 800 @echo "This command is intended for maintainers to use" 801 @echo "it deletes files that may require special tools to rebuild." 802clean: clean-am 803 804clean-am: clean-generic clean-libtool clean-nouveau_drv_laLTLIBRARIES \ 805 mostlyclean-am 806 807distclean: distclean-am 808 -rm -f ./$(DEPDIR)/drmmode_display.Plo 809 -rm -f ./$(DEPDIR)/nouveau_copy.Plo 810 -rm -f ./$(DEPDIR)/nouveau_copy85b5.Plo 811 -rm -f ./$(DEPDIR)/nouveau_copy90b5.Plo 812 -rm -f ./$(DEPDIR)/nouveau_copya0b5.Plo 813 -rm -f ./$(DEPDIR)/nouveau_dri2.Plo 814 -rm -f ./$(DEPDIR)/nouveau_exa.Plo 815 -rm -f ./$(DEPDIR)/nouveau_present.Plo 816 -rm -f ./$(DEPDIR)/nouveau_sync.Plo 817 -rm -f ./$(DEPDIR)/nouveau_wfb.Plo 818 -rm -f ./$(DEPDIR)/nouveau_xv.Plo 819 -rm -f ./$(DEPDIR)/nv04_exa.Plo 820 -rm -f ./$(DEPDIR)/nv04_xv_blit.Plo 821 -rm -f ./$(DEPDIR)/nv04_xv_ovl.Plo 822 -rm -f ./$(DEPDIR)/nv10_exa.Plo 823 -rm -f ./$(DEPDIR)/nv10_xv_ovl.Plo 824 -rm -f ./$(DEPDIR)/nv30_exa.Plo 825 -rm -f ./$(DEPDIR)/nv30_xv_tex.Plo 826 -rm -f ./$(DEPDIR)/nv40_exa.Plo 827 -rm -f ./$(DEPDIR)/nv40_xv_tex.Plo 828 -rm -f ./$(DEPDIR)/nv50_accel.Plo 829 -rm -f ./$(DEPDIR)/nv50_exa.Plo 830 -rm -f ./$(DEPDIR)/nv50_xv.Plo 831 -rm -f ./$(DEPDIR)/nv_accel_common.Plo 832 -rm -f ./$(DEPDIR)/nv_driver.Plo 833 -rm -f ./$(DEPDIR)/nv_shadow.Plo 834 -rm -f ./$(DEPDIR)/nvc0_accel.Plo 835 -rm -f ./$(DEPDIR)/nvc0_exa.Plo 836 -rm -f ./$(DEPDIR)/nvc0_xv.Plo 837 -rm -f ./$(DEPDIR)/vl_hwmc.Plo 838 -rm -f Makefile 839distclean-am: clean-am distclean-compile distclean-generic \ 840 distclean-tags 841 842dvi: dvi-am 843 844dvi-am: 845 846html: html-am 847 848html-am: 849 850info: info-am 851 852info-am: 853 854install-data-am: install-nouveau_drv_laLTLIBRARIES 855 856install-dvi: install-dvi-am 857 858install-dvi-am: 859 860install-exec-am: 861 862install-html: install-html-am 863 864install-html-am: 865 866install-info: install-info-am 867 868install-info-am: 869 870install-man: 871 872install-pdf: install-pdf-am 873 874install-pdf-am: 875 876install-ps: install-ps-am 877 878install-ps-am: 879 880installcheck-am: 881 882maintainer-clean: maintainer-clean-am 883 -rm -f ./$(DEPDIR)/drmmode_display.Plo 884 -rm -f ./$(DEPDIR)/nouveau_copy.Plo 885 -rm -f ./$(DEPDIR)/nouveau_copy85b5.Plo 886 -rm -f ./$(DEPDIR)/nouveau_copy90b5.Plo 887 -rm -f ./$(DEPDIR)/nouveau_copya0b5.Plo 888 -rm -f ./$(DEPDIR)/nouveau_dri2.Plo 889 -rm -f ./$(DEPDIR)/nouveau_exa.Plo 890 -rm -f ./$(DEPDIR)/nouveau_present.Plo 891 -rm -f ./$(DEPDIR)/nouveau_sync.Plo 892 -rm -f ./$(DEPDIR)/nouveau_wfb.Plo 893 -rm -f ./$(DEPDIR)/nouveau_xv.Plo 894 -rm -f ./$(DEPDIR)/nv04_exa.Plo 895 -rm -f ./$(DEPDIR)/nv04_xv_blit.Plo 896 -rm -f ./$(DEPDIR)/nv04_xv_ovl.Plo 897 -rm -f ./$(DEPDIR)/nv10_exa.Plo 898 -rm -f ./$(DEPDIR)/nv10_xv_ovl.Plo 899 -rm -f ./$(DEPDIR)/nv30_exa.Plo 900 -rm -f ./$(DEPDIR)/nv30_xv_tex.Plo 901 -rm -f ./$(DEPDIR)/nv40_exa.Plo 902 -rm -f ./$(DEPDIR)/nv40_xv_tex.Plo 903 -rm -f ./$(DEPDIR)/nv50_accel.Plo 904 -rm -f ./$(DEPDIR)/nv50_exa.Plo 905 -rm -f ./$(DEPDIR)/nv50_xv.Plo 906 -rm -f ./$(DEPDIR)/nv_accel_common.Plo 907 -rm -f ./$(DEPDIR)/nv_driver.Plo 908 -rm -f ./$(DEPDIR)/nv_shadow.Plo 909 -rm -f ./$(DEPDIR)/nvc0_accel.Plo 910 -rm -f ./$(DEPDIR)/nvc0_exa.Plo 911 -rm -f ./$(DEPDIR)/nvc0_xv.Plo 912 -rm -f ./$(DEPDIR)/vl_hwmc.Plo 913 -rm -f Makefile 914maintainer-clean-am: distclean-am maintainer-clean-generic 915 916mostlyclean: mostlyclean-am 917 918mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 919 mostlyclean-libtool 920 921pdf: pdf-am 922 923pdf-am: 924 925ps: ps-am 926 927ps-am: 928 929uninstall-am: uninstall-nouveau_drv_laLTLIBRARIES 930 931.MAKE: install-am install-strip 932 933.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 934 clean-generic clean-libtool clean-nouveau_drv_laLTLIBRARIES \ 935 cscopelist-am ctags ctags-am distclean distclean-compile \ 936 distclean-generic distclean-libtool distclean-tags distdir dvi \ 937 dvi-am html html-am info info-am install install-am \ 938 install-data install-data-am install-dvi install-dvi-am \ 939 install-exec install-exec-am install-html install-html-am \ 940 install-info install-info-am install-man \ 941 install-nouveau_drv_laLTLIBRARIES install-pdf install-pdf-am \ 942 install-ps install-ps-am install-strip installcheck \ 943 installcheck-am installdirs maintainer-clean \ 944 maintainer-clean-generic mostlyclean mostlyclean-compile \ 945 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 946 tags tags-am uninstall uninstall-am \ 947 uninstall-nouveau_drv_laLTLIBRARIES 948 949.PRECIOUS: Makefile 950 951 952# Tell versions [3.59,3.63) of GNU make to not export all variables. 953# Otherwise a system limit (for SysV at least) may be exceeded. 954.NOEXPORT: 955