Makefile.in revision 16ee1e9a
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 2005 Adam Jackson. 18# 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)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 117mkinstalldirs = $(install_sh) -d 118CONFIG_HEADER = $(top_builddir)/config.h 119CONFIG_CLEAN_FILES = 120CONFIG_CLEAN_VPATH_FILES = 121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 122am__vpath_adj = case $$p in \ 123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 124 *) f=$$p;; \ 125 esac; 126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 127am__install_max = 40 128am__nobase_strip_setup = \ 129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 130am__nobase_strip = \ 131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 132am__nobase_list = $(am__nobase_strip_setup); \ 133 for p in $$list; do echo "$$p $$p"; done | \ 134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 136 if (++n[$$2] == $(am__install_max)) \ 137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 138 END { for (dir in files) print dir, files[dir] }' 139am__base_list = \ 140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 142am__uninstall_files_from_dir = { \ 143 test -z "$$files" \ 144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 146 $(am__cd) "$$dir" && rm -f $$files; }; \ 147 } 148am__installdirs = "$(DESTDIR)$(nouveau_drv_ladir)" 149LTLIBRARIES = $(nouveau_drv_la_LTLIBRARIES) 150nouveau_drv_la_LIBADD = 151am_nouveau_drv_la_OBJECTS = nouveau_copy.lo nouveau_copy85b5.lo \ 152 nouveau_copy90b5.lo nouveau_copya0b5.lo nouveau_exa.lo \ 153 nouveau_xv.lo nouveau_dri2.lo nouveau_present.lo \ 154 nouveau_sync.lo nouveau_wfb.lo nv_accel_common.lo nv_driver.lo \ 155 nv_shadow.lo nv04_exa.lo nv04_xv_ovl.lo nv04_xv_blit.lo \ 156 nv10_exa.lo nv10_xv_ovl.lo nv30_exa.lo nv30_xv_tex.lo \ 157 nv40_exa.lo nv40_xv_tex.lo nv50_accel.lo nv50_exa.lo \ 158 nv50_xv.lo nvc0_accel.lo nvc0_exa.lo nvc0_xv.lo \ 159 drmmode_display.lo vl_hwmc.lo 160nouveau_drv_la_OBJECTS = $(am_nouveau_drv_la_OBJECTS) 161AM_V_lt = $(am__v_lt_@AM_V@) 162am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 163am__v_lt_0 = --silent 164am__v_lt_1 = 165nouveau_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 166 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 167 $(AM_CFLAGS) $(CFLAGS) $(nouveau_drv_la_LDFLAGS) $(LDFLAGS) -o \ 168 $@ 169AM_V_P = $(am__v_P_@AM_V@) 170am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 171am__v_P_0 = false 172am__v_P_1 = : 173AM_V_GEN = $(am__v_GEN_@AM_V@) 174am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 175am__v_GEN_0 = @echo " GEN " $@; 176am__v_GEN_1 = 177AM_V_at = $(am__v_at_@AM_V@) 178am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 179am__v_at_0 = @ 180am__v_at_1 = 181DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 182depcomp = $(SHELL) $(top_srcdir)/depcomp 183am__depfiles_maybe = depfiles 184am__mv = mv -f 185COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 186 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 187LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 188 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 189 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 190 $(AM_CFLAGS) $(CFLAGS) 191AM_V_CC = $(am__v_CC_@AM_V@) 192am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 193am__v_CC_0 = @echo " CC " $@; 194am__v_CC_1 = 195CCLD = $(CC) 196LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 197 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 198 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 199AM_V_CCLD = $(am__v_CCLD_@AM_V@) 200am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 201am__v_CCLD_0 = @echo " CCLD " $@; 202am__v_CCLD_1 = 203SOURCES = $(nouveau_drv_la_SOURCES) 204DIST_SOURCES = $(nouveau_drv_la_SOURCES) 205am__can_run_installinfo = \ 206 case $$AM_UPDATE_INFO_DIR in \ 207 n|no|NO) false;; \ 208 *) (install-info --version) >/dev/null 2>&1;; \ 209 esac 210am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 211# Read a list of newline-separated strings from the standard input, 212# and print each of them once, without duplicates. Input order is 213# *not* preserved. 214am__uniquify_input = $(AWK) '\ 215 BEGIN { nonempty = 0; } \ 216 { items[$$0] = 1; nonempty = 1; } \ 217 END { if (nonempty) { for (i in items) print i; }; } \ 218' 219# Make sure the list of sources is unique. This is necessary because, 220# e.g., the same source file might be shared among _SOURCES variables 221# for different programs/libraries. 222am__define_uniq_tagged_files = \ 223 list='$(am__tagged_files)'; \ 224 unique=`for i in $$list; do \ 225 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 226 done | $(am__uniquify_input)` 227ETAGS = etags 228CTAGS = ctags 229am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 230DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 231ACLOCAL = @ACLOCAL@ 232ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 233ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 234AMTAR = @AMTAR@ 235AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 236APP_MAN_DIR = @APP_MAN_DIR@ 237APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 238AR = @AR@ 239AUTOCONF = @AUTOCONF@ 240AUTOHEADER = @AUTOHEADER@ 241AUTOMAKE = @AUTOMAKE@ 242AWK = @AWK@ 243BASE_CFLAGS = @BASE_CFLAGS@ 244CC = @CC@ 245CCDEPMODE = @CCDEPMODE@ 246CFLAGS = @CFLAGS@ 247CHANGELOG_CMD = @CHANGELOG_CMD@ 248CPP = @CPP@ 249CPPFLAGS = @CPPFLAGS@ 250CWARNFLAGS = @CWARNFLAGS@ 251CYGPATH_W = @CYGPATH_W@ 252DEFS = @DEFS@ 253DEPDIR = @DEPDIR@ 254DLLTOOL = @DLLTOOL@ 255DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 256DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 257DRIVER_NAME = @DRIVER_NAME@ 258DSYMUTIL = @DSYMUTIL@ 259DUMPBIN = @DUMPBIN@ 260ECHO_C = @ECHO_C@ 261ECHO_N = @ECHO_N@ 262ECHO_T = @ECHO_T@ 263EGREP = @EGREP@ 264EXEEXT = @EXEEXT@ 265FGREP = @FGREP@ 266FILE_MAN_DIR = @FILE_MAN_DIR@ 267FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 268GREP = @GREP@ 269INSTALL = @INSTALL@ 270INSTALL_CMD = @INSTALL_CMD@ 271INSTALL_DATA = @INSTALL_DATA@ 272INSTALL_PROGRAM = @INSTALL_PROGRAM@ 273INSTALL_SCRIPT = @INSTALL_SCRIPT@ 274INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 275LD = @LD@ 276LDFLAGS = @LDFLAGS@ 277LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 278LIBDRM_LIBS = @LIBDRM_LIBS@ 279LIBDRM_NOUVEAU_CFLAGS = @LIBDRM_NOUVEAU_CFLAGS@ 280LIBDRM_NOUVEAU_LIBS = @LIBDRM_NOUVEAU_LIBS@ 281LIBOBJS = @LIBOBJS@ 282LIBS = @LIBS@ 283LIBTOOL = @LIBTOOL@ 284LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 285LIBUDEV_LIBS = @LIBUDEV_LIBS@ 286LIB_MAN_DIR = @LIB_MAN_DIR@ 287LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 288LIPO = @LIPO@ 289LN_S = @LN_S@ 290LTLIBOBJS = @LTLIBOBJS@ 291LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 292MAKEINFO = @MAKEINFO@ 293MANIFEST_TOOL = @MANIFEST_TOOL@ 294MAN_SUBSTS = @MAN_SUBSTS@ 295MISC_MAN_DIR = @MISC_MAN_DIR@ 296MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 297MKDIR_P = @MKDIR_P@ 298NM = @NM@ 299NMEDIT = @NMEDIT@ 300OBJDUMP = @OBJDUMP@ 301OBJEXT = @OBJEXT@ 302OTOOL = @OTOOL@ 303OTOOL64 = @OTOOL64@ 304PACKAGE = @PACKAGE@ 305PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 306PACKAGE_NAME = @PACKAGE_NAME@ 307PACKAGE_STRING = @PACKAGE_STRING@ 308PACKAGE_TARNAME = @PACKAGE_TARNAME@ 309PACKAGE_URL = @PACKAGE_URL@ 310PACKAGE_VERSION = @PACKAGE_VERSION@ 311PATH_SEPARATOR = @PATH_SEPARATOR@ 312PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 313PCIACCESS_LIBS = @PCIACCESS_LIBS@ 314PKG_CONFIG = @PKG_CONFIG@ 315PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 316PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 317RANLIB = @RANLIB@ 318SED = @SED@ 319SET_MAKE = @SET_MAKE@ 320SHELL = @SHELL@ 321STRICT_CFLAGS = @STRICT_CFLAGS@ 322STRIP = @STRIP@ 323VERSION = @VERSION@ 324XEXT_CFLAGS = @XEXT_CFLAGS@ 325XEXT_LIBS = @XEXT_LIBS@ 326XORG_CFLAGS = @XORG_CFLAGS@ 327XORG_LIBS = @XORG_LIBS@ 328XORG_MAN_PAGE = @XORG_MAN_PAGE@ 329abs_builddir = @abs_builddir@ 330abs_srcdir = @abs_srcdir@ 331abs_top_builddir = @abs_top_builddir@ 332abs_top_srcdir = @abs_top_srcdir@ 333ac_ct_AR = @ac_ct_AR@ 334ac_ct_CC = @ac_ct_CC@ 335ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 336am__include = @am__include@ 337am__leading_dot = @am__leading_dot@ 338am__quote = @am__quote@ 339am__tar = @am__tar@ 340am__untar = @am__untar@ 341bindir = @bindir@ 342build = @build@ 343build_alias = @build_alias@ 344build_cpu = @build_cpu@ 345build_os = @build_os@ 346build_vendor = @build_vendor@ 347builddir = @builddir@ 348datadir = @datadir@ 349datarootdir = @datarootdir@ 350docdir = @docdir@ 351dvidir = @dvidir@ 352exec_prefix = @exec_prefix@ 353host = @host@ 354host_alias = @host_alias@ 355host_cpu = @host_cpu@ 356host_os = @host_os@ 357host_vendor = @host_vendor@ 358htmldir = @htmldir@ 359includedir = @includedir@ 360infodir = @infodir@ 361install_sh = @install_sh@ 362libdir = @libdir@ 363libexecdir = @libexecdir@ 364localedir = @localedir@ 365localstatedir = @localstatedir@ 366mandir = @mandir@ 367mkdir_p = @mkdir_p@ 368moduledir = @moduledir@ 369oldincludedir = @oldincludedir@ 370pdfdir = @pdfdir@ 371prefix = @prefix@ 372program_transform_name = @program_transform_name@ 373psdir = @psdir@ 374sbindir = @sbindir@ 375sharedstatedir = @sharedstatedir@ 376srcdir = @srcdir@ 377sysconfdir = @sysconfdir@ 378target_alias = @target_alias@ 379top_build_prefix = @top_build_prefix@ 380top_builddir = @top_builddir@ 381top_srcdir = @top_srcdir@ 382 383# this is obnoxious: 384# -module lets us name the module exactly how we want 385# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 386# _ladir passes a dummy rpath to libtool so the thing will actually link 387# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 388AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @LIBDRM_NOUVEAU_CFLAGS@ @LIBDRM_CFLAGS@ 389nouveau_drv_la_LTLIBRARIES = nouveau_drv.la 390nouveau_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_NOUVEAU_LIBS@ \ 391 @LIBUDEV_LIBS@ @LIBDRM_LIBS@ 392 393nouveau_drv_ladir = @moduledir@/drivers 394nouveau_drv_la_SOURCES = \ 395 nouveau_copy.c \ 396 nouveau_copy85b5.c \ 397 nouveau_copy90b5.c \ 398 nouveau_copya0b5.c \ 399 nouveau_exa.c nouveau_xv.c nouveau_dri2.c \ 400 nouveau_present.c \ 401 nouveau_sync.c \ 402 nouveau_wfb.c \ 403 nv_accel_common.c \ 404 nv_driver.c \ 405 nv_shadow.c \ 406 nv04_exa.c \ 407 nv04_xv_ovl.c \ 408 nv04_xv_blit.c \ 409 nv10_exa.c \ 410 nv10_xv_ovl.c \ 411 nv30_exa.c \ 412 nv30_xv_tex.c \ 413 nv40_exa.c \ 414 nv40_xv_tex.c \ 415 nv50_accel.c \ 416 nv50_exa.c \ 417 nv50_xv.c \ 418 nvc0_accel.c \ 419 nvc0_exa.c \ 420 nvc0_xv.c \ 421 drmmode_display.c \ 422 vl_hwmc.c 423 424EXTRA_DIST = hwdefs/nv_3ddefs.xml.h \ 425 hwdefs/nv_m2mf.xml.h \ 426 hwdefs/nv_object.xml.h \ 427 hwdefs/nv01_2d.xml.h \ 428 hwdefs/nv10_3d.xml.h \ 429 hwdefs/nv30-40_3d.xml.h \ 430 hwdefs/nv50_2d.xml.h \ 431 hwdefs/nv50_3d.xml.h \ 432 hwdefs/nv50_defs.xml.h \ 433 hwdefs/nv50_texture.h \ 434 hwdefs/nvc0_3d.xml.h \ 435 hwdefs/nvc0_m2mf.xml.h \ 436 shader/exac8nvc0.fp \ 437 shader/exac8nvc0.fpc \ 438 shader/exac8nve0.fp \ 439 shader/exac8nve0.fpc \ 440 shader/exac8nvf0.fp \ 441 shader/exac8nvf0.fpc \ 442 shader/exacanvc0.fp \ 443 shader/exacanvc0.fpc \ 444 shader/exacanve0.fp \ 445 shader/exacanve0.fpc \ 446 shader/exacanvf0.fp \ 447 shader/exacanvf0.fpc \ 448 shader/exacmnvc0.fp \ 449 shader/exacmnvc0.fpc \ 450 shader/exacmnve0.fp \ 451 shader/exacmnve0.fpc \ 452 shader/exacmnvf0.fp \ 453 shader/exacmnvf0.fpc \ 454 shader/exas8nvc0.fp \ 455 shader/exas8nvc0.fpc \ 456 shader/exas8nve0.fp \ 457 shader/exas8nve0.fpc \ 458 shader/exas8nvf0.fp \ 459 shader/exas8nvf0.fpc \ 460 shader/exasanvc0.fp \ 461 shader/exasanvc0.fpc \ 462 shader/exasanve0.fp \ 463 shader/exasanve0.fpc \ 464 shader/exasanvf0.fp \ 465 shader/exasanvf0.fpc \ 466 shader/exascnvc0.fp \ 467 shader/exascnvc0.fpc \ 468 shader/exascnve0.fp \ 469 shader/exascnve0.fpc \ 470 shader/exascnvf0.fp \ 471 shader/exascnvf0.fpc \ 472 shader/videonvc0.fp \ 473 shader/videonvc0.fpc \ 474 shader/videonve0.fp \ 475 shader/videonve0.fpc \ 476 shader/videonvf0.fp \ 477 shader/videonvf0.fpc \ 478 shader/xfrm2nvc0.vp \ 479 shader/xfrm2nvc0.vpc \ 480 shader/xfrm2nve0.vp \ 481 shader/xfrm2nve0.vpc \ 482 shader/xfrm2nvf0.vp \ 483 shader/xfrm2nvf0.vpc \ 484 shader/Makefile \ 485 nouveau_local.h \ 486 nouveau_copy.h \ 487 nouveau_present.h \ 488 nouveau_sync.h \ 489 nv_const.h \ 490 nv_dma.h \ 491 nv_include.h \ 492 nv_proto.h \ 493 nv_rop.h \ 494 nv_type.h \ 495 nv04_accel.h \ 496 nv50_accel.h \ 497 nvc0_accel.h \ 498 compat-api.h \ 499 vl_hwmc.c \ 500 vl_hwmc.h 501 502all: all-am 503 504.SUFFIXES: 505.SUFFIXES: .c .lo .o .obj 506$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 507 @for dep in $?; do \ 508 case '$(am__configure_deps)' in \ 509 *$$dep*) \ 510 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 511 && { if test -f $@; then exit 0; else break; fi; }; \ 512 exit 1;; \ 513 esac; \ 514 done; \ 515 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 516 $(am__cd) $(top_srcdir) && \ 517 $(AUTOMAKE) --foreign src/Makefile 518Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 519 @case '$?' in \ 520 *config.status*) \ 521 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 522 *) \ 523 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 524 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 525 esac; 526 527$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 528 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 529 530$(top_srcdir)/configure: $(am__configure_deps) 531 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 532$(ACLOCAL_M4): $(am__aclocal_m4_deps) 533 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 534$(am__aclocal_m4_deps): 535 536install-nouveau_drv_laLTLIBRARIES: $(nouveau_drv_la_LTLIBRARIES) 537 @$(NORMAL_INSTALL) 538 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 539 list2=; for p in $$list; do \ 540 if test -f $$p; then \ 541 list2="$$list2 $$p"; \ 542 else :; fi; \ 543 done; \ 544 test -z "$$list2" || { \ 545 echo " $(MKDIR_P) '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 546 $(MKDIR_P) "$(DESTDIR)$(nouveau_drv_ladir)" || exit 1; \ 547 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nouveau_drv_ladir)'"; \ 548 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nouveau_drv_ladir)"; \ 549 } 550 551uninstall-nouveau_drv_laLTLIBRARIES: 552 @$(NORMAL_UNINSTALL) 553 @list='$(nouveau_drv_la_LTLIBRARIES)'; test -n "$(nouveau_drv_ladir)" || list=; \ 554 for p in $$list; do \ 555 $(am__strip_dir) \ 556 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nouveau_drv_ladir)/$$f'"; \ 557 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nouveau_drv_ladir)/$$f"; \ 558 done 559 560clean-nouveau_drv_laLTLIBRARIES: 561 -test -z "$(nouveau_drv_la_LTLIBRARIES)" || rm -f $(nouveau_drv_la_LTLIBRARIES) 562 @list='$(nouveau_drv_la_LTLIBRARIES)'; \ 563 locs=`for p in $$list; do echo $$p; done | \ 564 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 565 sort -u`; \ 566 test -z "$$locs" || { \ 567 echo rm -f $${locs}; \ 568 rm -f $${locs}; \ 569 } 570 571nouveau_drv.la: $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_DEPENDENCIES) $(EXTRA_nouveau_drv_la_DEPENDENCIES) 572 $(AM_V_CCLD)$(nouveau_drv_la_LINK) -rpath $(nouveau_drv_ladir) $(nouveau_drv_la_OBJECTS) $(nouveau_drv_la_LIBADD) $(LIBS) 573 574mostlyclean-compile: 575 -rm -f *.$(OBJEXT) 576 577distclean-compile: 578 -rm -f *.tab.c 579 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drmmode_display.Plo@am__quote@ 581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy.Plo@am__quote@ 582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy85b5.Plo@am__quote@ 583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copy90b5.Plo@am__quote@ 584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_copya0b5.Plo@am__quote@ 585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_dri2.Plo@am__quote@ 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_exa.Plo@am__quote@ 587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_present.Plo@am__quote@ 588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_sync.Plo@am__quote@ 589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_wfb.Plo@am__quote@ 590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nouveau_xv.Plo@am__quote@ 591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_exa.Plo@am__quote@ 592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_blit.Plo@am__quote@ 593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv04_xv_ovl.Plo@am__quote@ 594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_exa.Plo@am__quote@ 595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv10_xv_ovl.Plo@am__quote@ 596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_exa.Plo@am__quote@ 597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv30_xv_tex.Plo@am__quote@ 598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_exa.Plo@am__quote@ 599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv40_xv_tex.Plo@am__quote@ 600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_accel.Plo@am__quote@ 601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_exa.Plo@am__quote@ 602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv50_xv.Plo@am__quote@ 603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_accel_common.Plo@am__quote@ 604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@ 605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@ 606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_accel.Plo@am__quote@ 607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_exa.Plo@am__quote@ 608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvc0_xv.Plo@am__quote@ 609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vl_hwmc.Plo@am__quote@ 610 611.c.o: 612@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 613@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 614@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 615@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 616@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 617 618.c.obj: 619@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 620@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 621@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 622@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 623@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 624 625.c.lo: 626@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 627@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 628@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 629@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 630@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 631 632mostlyclean-libtool: 633 -rm -f *.lo 634 635clean-libtool: 636 -rm -rf .libs _libs 637 638ID: $(am__tagged_files) 639 $(am__define_uniq_tagged_files); mkid -fID $$unique 640tags: tags-am 641TAGS: tags 642 643tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 644 set x; \ 645 here=`pwd`; \ 646 $(am__define_uniq_tagged_files); \ 647 shift; \ 648 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 649 test -n "$$unique" || unique=$$empty_fix; \ 650 if test $$# -gt 0; then \ 651 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 652 "$$@" $$unique; \ 653 else \ 654 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 655 $$unique; \ 656 fi; \ 657 fi 658ctags: ctags-am 659 660CTAGS: ctags 661ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 662 $(am__define_uniq_tagged_files); \ 663 test -z "$(CTAGS_ARGS)$$unique" \ 664 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 665 $$unique 666 667GTAGS: 668 here=`$(am__cd) $(top_builddir) && pwd` \ 669 && $(am__cd) $(top_srcdir) \ 670 && gtags -i $(GTAGS_ARGS) "$$here" 671cscopelist: cscopelist-am 672 673cscopelist-am: $(am__tagged_files) 674 list='$(am__tagged_files)'; \ 675 case "$(srcdir)" in \ 676 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 677 *) sdir=$(subdir)/$(srcdir) ;; \ 678 esac; \ 679 for i in $$list; do \ 680 if test -f "$$i"; then \ 681 echo "$(subdir)/$$i"; \ 682 else \ 683 echo "$$sdir/$$i"; \ 684 fi; \ 685 done >> $(top_builddir)/cscope.files 686 687distclean-tags: 688 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 689 690distdir: $(DISTFILES) 691 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 692 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 693 list='$(DISTFILES)'; \ 694 dist_files=`for file in $$list; do echo $$file; done | \ 695 sed -e "s|^$$srcdirstrip/||;t" \ 696 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 697 case $$dist_files in \ 698 */*) $(MKDIR_P) `echo "$$dist_files" | \ 699 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 700 sort -u` ;; \ 701 esac; \ 702 for file in $$dist_files; do \ 703 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 704 if test -d $$d/$$file; then \ 705 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 706 if test -d "$(distdir)/$$file"; then \ 707 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 708 fi; \ 709 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 710 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 711 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 712 fi; \ 713 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 714 else \ 715 test -f "$(distdir)/$$file" \ 716 || cp -p $$d/$$file "$(distdir)/$$file" \ 717 || exit 1; \ 718 fi; \ 719 done 720check-am: all-am 721check: check-am 722all-am: Makefile $(LTLIBRARIES) 723installdirs: 724 for dir in "$(DESTDIR)$(nouveau_drv_ladir)"; do \ 725 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 726 done 727install: install-am 728install-exec: install-exec-am 729install-data: install-data-am 730uninstall: uninstall-am 731 732install-am: all-am 733 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 734 735installcheck: installcheck-am 736install-strip: 737 if test -z '$(STRIP)'; then \ 738 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 739 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 740 install; \ 741 else \ 742 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 743 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 744 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 745 fi 746mostlyclean-generic: 747 748clean-generic: 749 750distclean-generic: 751 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 752 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 753 754maintainer-clean-generic: 755 @echo "This command is intended for maintainers to use" 756 @echo "it deletes files that may require special tools to rebuild." 757clean: clean-am 758 759clean-am: clean-generic clean-libtool clean-nouveau_drv_laLTLIBRARIES \ 760 mostlyclean-am 761 762distclean: distclean-am 763 -rm -rf ./$(DEPDIR) 764 -rm -f Makefile 765distclean-am: clean-am distclean-compile distclean-generic \ 766 distclean-tags 767 768dvi: dvi-am 769 770dvi-am: 771 772html: html-am 773 774html-am: 775 776info: info-am 777 778info-am: 779 780install-data-am: install-nouveau_drv_laLTLIBRARIES 781 782install-dvi: install-dvi-am 783 784install-dvi-am: 785 786install-exec-am: 787 788install-html: install-html-am 789 790install-html-am: 791 792install-info: install-info-am 793 794install-info-am: 795 796install-man: 797 798install-pdf: install-pdf-am 799 800install-pdf-am: 801 802install-ps: install-ps-am 803 804install-ps-am: 805 806installcheck-am: 807 808maintainer-clean: maintainer-clean-am 809 -rm -rf ./$(DEPDIR) 810 -rm -f Makefile 811maintainer-clean-am: distclean-am maintainer-clean-generic 812 813mostlyclean: mostlyclean-am 814 815mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 816 mostlyclean-libtool 817 818pdf: pdf-am 819 820pdf-am: 821 822ps: ps-am 823 824ps-am: 825 826uninstall-am: uninstall-nouveau_drv_laLTLIBRARIES 827 828.MAKE: install-am install-strip 829 830.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 831 clean-libtool clean-nouveau_drv_laLTLIBRARIES cscopelist-am \ 832 ctags ctags-am distclean distclean-compile distclean-generic \ 833 distclean-libtool distclean-tags distdir dvi dvi-am html \ 834 html-am info info-am install install-am install-data \ 835 install-data-am install-dvi install-dvi-am install-exec \ 836 install-exec-am install-html install-html-am install-info \ 837 install-info-am install-man install-nouveau_drv_laLTLIBRARIES \ 838 install-pdf install-pdf-am install-ps install-ps-am \ 839 install-strip installcheck installcheck-am installdirs \ 840 maintainer-clean maintainer-clean-generic mostlyclean \ 841 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 842 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 843 uninstall-nouveau_drv_laLTLIBRARIES 844 845.PRECIOUS: Makefile 846 847 848# Tell versions [3.59,3.63) of GNU make to not export all variables. 849# Otherwise a system limit (for SysV at least) may be exceeded. 850.NOEXPORT: 851