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