Makefile.in revision bd304fc0
1# Makefile.in generated by automake 1.11.3 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Copyright 2005 Adam Jackson. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# on the rights to use, copy, modify, merge, publish, distribute, sub 24# license, and/or sell copies of the Software, and to permit persons to whom 25# the Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 34# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 35# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 36# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkglibexecdir = $(libexecdir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57subdir = src 58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 60am__aclocal_m4_deps = $(top_srcdir)/configure.ac 61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 62 $(ACLOCAL_M4) 63mkinstalldirs = $(install_sh) -d 64CONFIG_HEADER = $(top_builddir)/config.h 65CONFIG_CLEAN_FILES = 66CONFIG_CLEAN_VPATH_FILES = 67am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 68am__vpath_adj = case $$p in \ 69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 70 *) f=$$p;; \ 71 esac; 72am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 73am__install_max = 40 74am__nobase_strip_setup = \ 75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 76am__nobase_strip = \ 77 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 78am__nobase_list = $(am__nobase_strip_setup); \ 79 for p in $$list; do echo "$$p $$p"; done | \ 80 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 81 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 82 if (++n[$$2] == $(am__install_max)) \ 83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 84 END { for (dir in files) print dir, files[dir] }' 85am__base_list = \ 86 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 88am__uninstall_files_from_dir = { \ 89 test -z "$$files" \ 90 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 91 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 92 $(am__cd) "$$dir" && rm -f $$files; }; \ 93 } 94am__installdirs = "$(DESTDIR)$(nv_drv_ladir)" 95LTLIBRARIES = $(nv_drv_la_LTLIBRARIES) 96nv_drv_la_LIBADD = 97am__objects_1 = nv_cursor.lo nv_dac.lo nv_dga.lo nv_driver.lo nv_hw.lo \ 98 nv_setup.lo nv_shadow.lo nv_video.lo nv_xaa.lo 99am__objects_2 = riva_cursor.lo riva_dac.lo riva_dga.lo riva_driver.lo \ 100 riva_hw.lo riva_setup.lo riva_shadow.lo riva_xaa.lo 101am__objects_3 = g80_cursor.lo g80_dac.lo g80_display.lo g80_dma.lo \ 102 g80_driver.lo g80_exa.lo g80_output.lo g80_sor.lo g80_xaa.lo 103am_nv_drv_la_OBJECTS = $(am__objects_1) $(am__objects_2) \ 104 $(am__objects_3) 105nv_drv_la_OBJECTS = $(am_nv_drv_la_OBJECTS) 106AM_V_lt = $(am__v_lt_@AM_V@) 107am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 108am__v_lt_0 = --silent 109nv_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 110 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 111 $(nv_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 112DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 113depcomp = $(SHELL) $(top_srcdir)/depcomp 114am__depfiles_maybe = depfiles 115am__mv = mv -f 116COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 117 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 118LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 119 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 120 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 121 $(AM_CFLAGS) $(CFLAGS) 122AM_V_CC = $(am__v_CC_@AM_V@) 123am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 124am__v_CC_0 = @echo " CC " $@; 125AM_V_at = $(am__v_at_@AM_V@) 126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 127am__v_at_0 = @ 128CCLD = $(CC) 129LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 130 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 131 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 132AM_V_CCLD = $(am__v_CCLD_@AM_V@) 133am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 134am__v_CCLD_0 = @echo " CCLD " $@; 135AM_V_GEN = $(am__v_GEN_@AM_V@) 136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 137am__v_GEN_0 = @echo " GEN " $@; 138SOURCES = $(nv_drv_la_SOURCES) 139DIST_SOURCES = $(nv_drv_la_SOURCES) 140ETAGS = etags 141CTAGS = ctags 142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 143ACLOCAL = @ACLOCAL@ 144ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 145ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 146AMTAR = @AMTAR@ 147AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 148APP_MAN_DIR = @APP_MAN_DIR@ 149APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 150AR = @AR@ 151AUTOCONF = @AUTOCONF@ 152AUTOHEADER = @AUTOHEADER@ 153AUTOMAKE = @AUTOMAKE@ 154AWK = @AWK@ 155BASE_CFLAGS = @BASE_CFLAGS@ 156CC = @CC@ 157CCDEPMODE = @CCDEPMODE@ 158CFLAGS = @CFLAGS@ 159CHANGELOG_CMD = @CHANGELOG_CMD@ 160CPP = @CPP@ 161CPPFLAGS = @CPPFLAGS@ 162CWARNFLAGS = @CWARNFLAGS@ 163CYGPATH_W = @CYGPATH_W@ 164DEFS = @DEFS@ 165DEPDIR = @DEPDIR@ 166DLLTOOL = @DLLTOOL@ 167DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 168DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 169DRIVER_NAME = @DRIVER_NAME@ 170DSYMUTIL = @DSYMUTIL@ 171DUMPBIN = @DUMPBIN@ 172ECHO_C = @ECHO_C@ 173ECHO_N = @ECHO_N@ 174ECHO_T = @ECHO_T@ 175EGREP = @EGREP@ 176EXEEXT = @EXEEXT@ 177FGREP = @FGREP@ 178FILE_MAN_DIR = @FILE_MAN_DIR@ 179FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 180GREP = @GREP@ 181INSTALL = @INSTALL@ 182INSTALL_CMD = @INSTALL_CMD@ 183INSTALL_DATA = @INSTALL_DATA@ 184INSTALL_PROGRAM = @INSTALL_PROGRAM@ 185INSTALL_SCRIPT = @INSTALL_SCRIPT@ 186INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 187LD = @LD@ 188LDFLAGS = @LDFLAGS@ 189LIBOBJS = @LIBOBJS@ 190LIBS = @LIBS@ 191LIBTOOL = @LIBTOOL@ 192LIB_MAN_DIR = @LIB_MAN_DIR@ 193LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 194LIPO = @LIPO@ 195LN_S = @LN_S@ 196LTLIBOBJS = @LTLIBOBJS@ 197MAINT = @MAINT@ 198MAKEINFO = @MAKEINFO@ 199MANIFEST_TOOL = @MANIFEST_TOOL@ 200MAN_SUBSTS = @MAN_SUBSTS@ 201MISC_MAN_DIR = @MISC_MAN_DIR@ 202MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 203MKDIR_P = @MKDIR_P@ 204NM = @NM@ 205NMEDIT = @NMEDIT@ 206OBJDUMP = @OBJDUMP@ 207OBJEXT = @OBJEXT@ 208OTOOL = @OTOOL@ 209OTOOL64 = @OTOOL64@ 210PACKAGE = @PACKAGE@ 211PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 212PACKAGE_NAME = @PACKAGE_NAME@ 213PACKAGE_STRING = @PACKAGE_STRING@ 214PACKAGE_TARNAME = @PACKAGE_TARNAME@ 215PACKAGE_URL = @PACKAGE_URL@ 216PACKAGE_VERSION = @PACKAGE_VERSION@ 217PATH_SEPARATOR = @PATH_SEPARATOR@ 218PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 219PCIACCESS_LIBS = @PCIACCESS_LIBS@ 220PKG_CONFIG = @PKG_CONFIG@ 221PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 222PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 223RANLIB = @RANLIB@ 224SED = @SED@ 225SET_MAKE = @SET_MAKE@ 226SHELL = @SHELL@ 227STRICT_CFLAGS = @STRICT_CFLAGS@ 228STRIP = @STRIP@ 229VERSION = @VERSION@ 230XEXT_CFLAGS = @XEXT_CFLAGS@ 231XEXT_LIBS = @XEXT_LIBS@ 232XORG_CFLAGS = @XORG_CFLAGS@ 233XORG_LIBS = @XORG_LIBS@ 234XORG_MAN_PAGE = @XORG_MAN_PAGE@ 235abs_builddir = @abs_builddir@ 236abs_srcdir = @abs_srcdir@ 237abs_top_builddir = @abs_top_builddir@ 238abs_top_srcdir = @abs_top_srcdir@ 239ac_ct_AR = @ac_ct_AR@ 240ac_ct_CC = @ac_ct_CC@ 241ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 242am__include = @am__include@ 243am__leading_dot = @am__leading_dot@ 244am__quote = @am__quote@ 245am__tar = @am__tar@ 246am__untar = @am__untar@ 247bindir = @bindir@ 248build = @build@ 249build_alias = @build_alias@ 250build_cpu = @build_cpu@ 251build_os = @build_os@ 252build_vendor = @build_vendor@ 253builddir = @builddir@ 254datadir = @datadir@ 255datarootdir = @datarootdir@ 256docdir = @docdir@ 257dvidir = @dvidir@ 258exec_prefix = @exec_prefix@ 259host = @host@ 260host_alias = @host_alias@ 261host_cpu = @host_cpu@ 262host_os = @host_os@ 263host_vendor = @host_vendor@ 264htmldir = @htmldir@ 265includedir = @includedir@ 266infodir = @infodir@ 267install_sh = @install_sh@ 268libdir = @libdir@ 269libexecdir = @libexecdir@ 270localedir = @localedir@ 271localstatedir = @localstatedir@ 272mandir = @mandir@ 273mkdir_p = @mkdir_p@ 274moduledir = @moduledir@ 275oldincludedir = @oldincludedir@ 276pdfdir = @pdfdir@ 277prefix = @prefix@ 278program_transform_name = @program_transform_name@ 279psdir = @psdir@ 280sbindir = @sbindir@ 281sharedstatedir = @sharedstatedir@ 282srcdir = @srcdir@ 283sysconfdir = @sysconfdir@ 284target_alias = @target_alias@ 285top_build_prefix = @top_build_prefix@ 286top_builddir = @top_builddir@ 287top_srcdir = @top_srcdir@ 288 289# this is obnoxious: 290# -module lets us name the module exactly how we want 291# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 292# _ladir passes a dummy rpath to libtool so the thing will actually link 293# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 294AM_CFLAGS = @XORG_CFLAGS@ 295nv_drv_la_LTLIBRARIES = nv_drv.la 296nv_drv_la_LDFLAGS = -module -avoid-version 297nv_drv_ladir = @moduledir@/drivers 298nv_drv_la_SOURCES = $(nv_sources) $(riva_sources) $(g80_sources) 299nv_sources = \ 300 compat-api.h \ 301 nv_const.h \ 302 nv_cursor.c \ 303 nv_dac.c \ 304 nv_dga.c \ 305 nv_dma.h \ 306 nv_driver.c \ 307 nv_hw.c \ 308 nv_include.h \ 309 nv_local.h \ 310 nv_proto.h \ 311 nv_setup.c \ 312 nv_shadow.c \ 313 nv_type.h \ 314 nv_video.c \ 315 nv_xaa.c 316 317riva_sources = \ 318 riva_const.h \ 319 riva_cursor.c \ 320 riva_dac.c \ 321 riva_dga.c \ 322 riva_driver.c \ 323 riva_hw.c \ 324 riva_hw.h \ 325 riva_include.h \ 326 riva_local.h \ 327 riva_proto.h \ 328 riva_setup.c \ 329 riva_shadow.c \ 330 riva_tbl.h \ 331 riva_type.h \ 332 riva_xaa.c 333 334g80_sources = \ 335 g80_cursor.c \ 336 g80_cursor.h \ 337 g80_dac.c \ 338 g80_display.c \ 339 g80_display.h \ 340 g80_dma.c \ 341 g80_dma.h \ 342 g80_driver.c \ 343 g80_exa.c \ 344 g80_exa.h \ 345 g80_output.c \ 346 g80_output.h \ 347 g80_sor.c \ 348 g80_type.h \ 349 g80_xaa.c \ 350 g80_xaa.h 351 352all: all-am 353 354.SUFFIXES: 355.SUFFIXES: .c .lo .o .obj 356$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 357 @for dep in $?; do \ 358 case '$(am__configure_deps)' in \ 359 *$$dep*) \ 360 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 361 && { if test -f $@; then exit 0; else break; fi; }; \ 362 exit 1;; \ 363 esac; \ 364 done; \ 365 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 366 $(am__cd) $(top_srcdir) && \ 367 $(AUTOMAKE) --foreign src/Makefile 368.PRECIOUS: Makefile 369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 370 @case '$?' in \ 371 *config.status*) \ 372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 373 *) \ 374 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 375 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 376 esac; 377 378$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 380 381$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 383$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 385$(am__aclocal_m4_deps): 386install-nv_drv_laLTLIBRARIES: $(nv_drv_la_LTLIBRARIES) 387 @$(NORMAL_INSTALL) 388 test -z "$(nv_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(nv_drv_ladir)" 389 @list='$(nv_drv_la_LTLIBRARIES)'; test -n "$(nv_drv_ladir)" || list=; \ 390 list2=; for p in $$list; do \ 391 if test -f $$p; then \ 392 list2="$$list2 $$p"; \ 393 else :; fi; \ 394 done; \ 395 test -z "$$list2" || { \ 396 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nv_drv_ladir)'"; \ 397 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nv_drv_ladir)"; \ 398 } 399 400uninstall-nv_drv_laLTLIBRARIES: 401 @$(NORMAL_UNINSTALL) 402 @list='$(nv_drv_la_LTLIBRARIES)'; test -n "$(nv_drv_ladir)" || list=; \ 403 for p in $$list; do \ 404 $(am__strip_dir) \ 405 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nv_drv_ladir)/$$f'"; \ 406 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nv_drv_ladir)/$$f"; \ 407 done 408 409clean-nv_drv_laLTLIBRARIES: 410 -test -z "$(nv_drv_la_LTLIBRARIES)" || rm -f $(nv_drv_la_LTLIBRARIES) 411 @list='$(nv_drv_la_LTLIBRARIES)'; for p in $$list; do \ 412 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 413 test "$$dir" != "$$p" || dir=.; \ 414 echo "rm -f \"$${dir}/so_locations\""; \ 415 rm -f "$${dir}/so_locations"; \ 416 done 417nv_drv.la: $(nv_drv_la_OBJECTS) $(nv_drv_la_DEPENDENCIES) $(EXTRA_nv_drv_la_DEPENDENCIES) 418 $(AM_V_CCLD)$(nv_drv_la_LINK) -rpath $(nv_drv_ladir) $(nv_drv_la_OBJECTS) $(nv_drv_la_LIBADD) $(LIBS) 419 420mostlyclean-compile: 421 -rm -f *.$(OBJEXT) 422 423distclean-compile: 424 -rm -f *.tab.c 425 426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_cursor.Plo@am__quote@ 427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_dac.Plo@am__quote@ 428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_display.Plo@am__quote@ 429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_dma.Plo@am__quote@ 430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_driver.Plo@am__quote@ 431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_exa.Plo@am__quote@ 432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_output.Plo@am__quote@ 433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_sor.Plo@am__quote@ 434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_xaa.Plo@am__quote@ 435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_cursor.Plo@am__quote@ 436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_dac.Plo@am__quote@ 437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_dga.Plo@am__quote@ 438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@ 439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_hw.Plo@am__quote@ 440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_setup.Plo@am__quote@ 441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@ 442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_video.Plo@am__quote@ 443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_xaa.Plo@am__quote@ 444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_cursor.Plo@am__quote@ 445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_dac.Plo@am__quote@ 446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_dga.Plo@am__quote@ 447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_driver.Plo@am__quote@ 448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_hw.Plo@am__quote@ 449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_setup.Plo@am__quote@ 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_shadow.Plo@am__quote@ 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_xaa.Plo@am__quote@ 452 453.c.o: 454@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 455@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 458@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 459 460.c.obj: 461@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 462@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 465@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 466 467.c.lo: 468@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 469@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 470@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 471@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 472@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 473 474mostlyclean-libtool: 475 -rm -f *.lo 476 477clean-libtool: 478 -rm -rf .libs _libs 479 480ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 481 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 482 unique=`for i in $$list; do \ 483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 484 done | \ 485 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 486 END { if (nonempty) { for (i in files) print i; }; }'`; \ 487 mkid -fID $$unique 488tags: TAGS 489 490TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 491 $(TAGS_FILES) $(LISP) 492 set x; \ 493 here=`pwd`; \ 494 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 495 unique=`for i in $$list; do \ 496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 497 done | \ 498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 499 END { if (nonempty) { for (i in files) print i; }; }'`; \ 500 shift; \ 501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 502 test -n "$$unique" || unique=$$empty_fix; \ 503 if test $$# -gt 0; then \ 504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 505 "$$@" $$unique; \ 506 else \ 507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 508 $$unique; \ 509 fi; \ 510 fi 511ctags: CTAGS 512CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 513 $(TAGS_FILES) $(LISP) 514 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 515 unique=`for i in $$list; do \ 516 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 517 done | \ 518 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 519 END { if (nonempty) { for (i in files) print i; }; }'`; \ 520 test -z "$(CTAGS_ARGS)$$unique" \ 521 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 522 $$unique 523 524GTAGS: 525 here=`$(am__cd) $(top_builddir) && pwd` \ 526 && $(am__cd) $(top_srcdir) \ 527 && gtags -i $(GTAGS_ARGS) "$$here" 528 529distclean-tags: 530 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 531 532distdir: $(DISTFILES) 533 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 534 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 535 list='$(DISTFILES)'; \ 536 dist_files=`for file in $$list; do echo $$file; done | \ 537 sed -e "s|^$$srcdirstrip/||;t" \ 538 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 539 case $$dist_files in \ 540 */*) $(MKDIR_P) `echo "$$dist_files" | \ 541 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 542 sort -u` ;; \ 543 esac; \ 544 for file in $$dist_files; do \ 545 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 546 if test -d $$d/$$file; then \ 547 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 548 if test -d "$(distdir)/$$file"; then \ 549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 550 fi; \ 551 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 552 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 553 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 554 fi; \ 555 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 556 else \ 557 test -f "$(distdir)/$$file" \ 558 || cp -p $$d/$$file "$(distdir)/$$file" \ 559 || exit 1; \ 560 fi; \ 561 done 562check-am: all-am 563check: check-am 564all-am: Makefile $(LTLIBRARIES) 565installdirs: 566 for dir in "$(DESTDIR)$(nv_drv_ladir)"; do \ 567 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 568 done 569install: install-am 570install-exec: install-exec-am 571install-data: install-data-am 572uninstall: uninstall-am 573 574install-am: all-am 575 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 576 577installcheck: installcheck-am 578install-strip: 579 if test -z '$(STRIP)'; then \ 580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 582 install; \ 583 else \ 584 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 585 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 586 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 587 fi 588mostlyclean-generic: 589 590clean-generic: 591 592distclean-generic: 593 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 594 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 595 596maintainer-clean-generic: 597 @echo "This command is intended for maintainers to use" 598 @echo "it deletes files that may require special tools to rebuild." 599clean: clean-am 600 601clean-am: clean-generic clean-libtool clean-nv_drv_laLTLIBRARIES \ 602 mostlyclean-am 603 604distclean: distclean-am 605 -rm -rf ./$(DEPDIR) 606 -rm -f Makefile 607distclean-am: clean-am distclean-compile distclean-generic \ 608 distclean-tags 609 610dvi: dvi-am 611 612dvi-am: 613 614html: html-am 615 616html-am: 617 618info: info-am 619 620info-am: 621 622install-data-am: install-nv_drv_laLTLIBRARIES 623 624install-dvi: install-dvi-am 625 626install-dvi-am: 627 628install-exec-am: 629 630install-html: install-html-am 631 632install-html-am: 633 634install-info: install-info-am 635 636install-info-am: 637 638install-man: 639 640install-pdf: install-pdf-am 641 642install-pdf-am: 643 644install-ps: install-ps-am 645 646install-ps-am: 647 648installcheck-am: 649 650maintainer-clean: maintainer-clean-am 651 -rm -rf ./$(DEPDIR) 652 -rm -f Makefile 653maintainer-clean-am: distclean-am maintainer-clean-generic 654 655mostlyclean: mostlyclean-am 656 657mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 658 mostlyclean-libtool 659 660pdf: pdf-am 661 662pdf-am: 663 664ps: ps-am 665 666ps-am: 667 668uninstall-am: uninstall-nv_drv_laLTLIBRARIES 669 670.MAKE: install-am install-strip 671 672.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 673 clean-libtool clean-nv_drv_laLTLIBRARIES ctags distclean \ 674 distclean-compile distclean-generic distclean-libtool \ 675 distclean-tags distdir dvi dvi-am html html-am info info-am \ 676 install install-am install-data install-data-am install-dvi \ 677 install-dvi-am install-exec install-exec-am install-html \ 678 install-html-am install-info install-info-am install-man \ 679 install-nv_drv_laLTLIBRARIES install-pdf install-pdf-am \ 680 install-ps install-ps-am install-strip installcheck \ 681 installcheck-am installdirs maintainer-clean \ 682 maintainer-clean-generic mostlyclean mostlyclean-compile \ 683 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 684 tags uninstall uninstall-am uninstall-nv_drv_laLTLIBRARIES 685 686 687# Tell versions [3.59,3.63) of GNU make to not export all variables. 688# Otherwise a system limit (for SysV at least) may be exceeded. 689.NOEXPORT: 690