Makefile.in revision 6257f37d
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)$(nv_drv_ladir)" 149LTLIBRARIES = $(nv_drv_la_LTLIBRARIES) 150nv_drv_la_LIBADD = 151am__objects_1 = nv_cursor.lo nv_dac.lo nv_dga.lo nv_driver.lo nv_hw.lo \ 152 nv_setup.lo nv_shadow.lo nv_video.lo nv_xaa.lo 153am__objects_2 = riva_cursor.lo riva_dac.lo riva_dga.lo riva_driver.lo \ 154 riva_hw.lo riva_setup.lo riva_shadow.lo riva_xaa.lo 155am__objects_3 = g80_cursor.lo g80_dac.lo g80_display.lo g80_dma.lo \ 156 g80_driver.lo g80_exa.lo g80_output.lo g80_sor.lo g80_xaa.lo 157am_nv_drv_la_OBJECTS = $(am__objects_1) $(am__objects_2) \ 158 $(am__objects_3) 159nv_drv_la_OBJECTS = $(am_nv_drv_la_OBJECTS) 160AM_V_lt = $(am__v_lt_@AM_V@) 161am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 162am__v_lt_0 = --silent 163am__v_lt_1 = 164nv_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 166 $(nv_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 167AM_V_P = $(am__v_P_@AM_V@) 168am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 169am__v_P_0 = false 170am__v_P_1 = : 171AM_V_GEN = $(am__v_GEN_@AM_V@) 172am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 173am__v_GEN_0 = @echo " GEN " $@; 174am__v_GEN_1 = 175AM_V_at = $(am__v_at_@AM_V@) 176am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 177am__v_at_0 = @ 178am__v_at_1 = 179DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 180depcomp = $(SHELL) $(top_srcdir)/depcomp 181am__depfiles_maybe = depfiles 182am__mv = mv -f 183COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 184 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 185LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 186 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 187 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 188 $(AM_CFLAGS) $(CFLAGS) 189AM_V_CC = $(am__v_CC_@AM_V@) 190am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 191am__v_CC_0 = @echo " CC " $@; 192am__v_CC_1 = 193CCLD = $(CC) 194LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 195 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 196 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 197AM_V_CCLD = $(am__v_CCLD_@AM_V@) 198am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 199am__v_CCLD_0 = @echo " CCLD " $@; 200am__v_CCLD_1 = 201SOURCES = $(nv_drv_la_SOURCES) 202DIST_SOURCES = $(nv_drv_la_SOURCES) 203am__can_run_installinfo = \ 204 case $$AM_UPDATE_INFO_DIR in \ 205 n|no|NO) false;; \ 206 *) (install-info --version) >/dev/null 2>&1;; \ 207 esac 208am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 209# Read a list of newline-separated strings from the standard input, 210# and print each of them once, without duplicates. Input order is 211# *not* preserved. 212am__uniquify_input = $(AWK) '\ 213 BEGIN { nonempty = 0; } \ 214 { items[$$0] = 1; nonempty = 1; } \ 215 END { if (nonempty) { for (i in items) print i; }; } \ 216' 217# Make sure the list of sources is unique. This is necessary because, 218# e.g., the same source file might be shared among _SOURCES variables 219# for different programs/libraries. 220am__define_uniq_tagged_files = \ 221 list='$(am__tagged_files)'; \ 222 unique=`for i in $$list; do \ 223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 224 done | $(am__uniquify_input)` 225ETAGS = etags 226CTAGS = ctags 227am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 228DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 229ACLOCAL = @ACLOCAL@ 230ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 231ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 232AMTAR = @AMTAR@ 233AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 234APP_MAN_DIR = @APP_MAN_DIR@ 235APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 236AR = @AR@ 237AUTOCONF = @AUTOCONF@ 238AUTOHEADER = @AUTOHEADER@ 239AUTOMAKE = @AUTOMAKE@ 240AWK = @AWK@ 241BASE_CFLAGS = @BASE_CFLAGS@ 242CC = @CC@ 243CCDEPMODE = @CCDEPMODE@ 244CFLAGS = @CFLAGS@ 245CHANGELOG_CMD = @CHANGELOG_CMD@ 246CPP = @CPP@ 247CPPFLAGS = @CPPFLAGS@ 248CWARNFLAGS = @CWARNFLAGS@ 249CYGPATH_W = @CYGPATH_W@ 250DEFS = @DEFS@ 251DEPDIR = @DEPDIR@ 252DLLTOOL = @DLLTOOL@ 253DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 254DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 255DRIVER_NAME = @DRIVER_NAME@ 256DSYMUTIL = @DSYMUTIL@ 257DUMPBIN = @DUMPBIN@ 258ECHO_C = @ECHO_C@ 259ECHO_N = @ECHO_N@ 260ECHO_T = @ECHO_T@ 261EGREP = @EGREP@ 262EXEEXT = @EXEEXT@ 263FGREP = @FGREP@ 264FILE_MAN_DIR = @FILE_MAN_DIR@ 265FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 266GREP = @GREP@ 267INSTALL = @INSTALL@ 268INSTALL_CMD = @INSTALL_CMD@ 269INSTALL_DATA = @INSTALL_DATA@ 270INSTALL_PROGRAM = @INSTALL_PROGRAM@ 271INSTALL_SCRIPT = @INSTALL_SCRIPT@ 272INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 273LD = @LD@ 274LDFLAGS = @LDFLAGS@ 275LIBOBJS = @LIBOBJS@ 276LIBS = @LIBS@ 277LIBTOOL = @LIBTOOL@ 278LIB_MAN_DIR = @LIB_MAN_DIR@ 279LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 280LIPO = @LIPO@ 281LN_S = @LN_S@ 282LTLIBOBJS = @LTLIBOBJS@ 283LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 284MAINT = @MAINT@ 285MAKEINFO = @MAKEINFO@ 286MANIFEST_TOOL = @MANIFEST_TOOL@ 287MAN_SUBSTS = @MAN_SUBSTS@ 288MISC_MAN_DIR = @MISC_MAN_DIR@ 289MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 290MKDIR_P = @MKDIR_P@ 291NM = @NM@ 292NMEDIT = @NMEDIT@ 293OBJDUMP = @OBJDUMP@ 294OBJEXT = @OBJEXT@ 295OTOOL = @OTOOL@ 296OTOOL64 = @OTOOL64@ 297PACKAGE = @PACKAGE@ 298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 299PACKAGE_NAME = @PACKAGE_NAME@ 300PACKAGE_STRING = @PACKAGE_STRING@ 301PACKAGE_TARNAME = @PACKAGE_TARNAME@ 302PACKAGE_URL = @PACKAGE_URL@ 303PACKAGE_VERSION = @PACKAGE_VERSION@ 304PATH_SEPARATOR = @PATH_SEPARATOR@ 305PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 306PCIACCESS_LIBS = @PCIACCESS_LIBS@ 307PKG_CONFIG = @PKG_CONFIG@ 308PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 309PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 310RANLIB = @RANLIB@ 311SED = @SED@ 312SET_MAKE = @SET_MAKE@ 313SHELL = @SHELL@ 314STRICT_CFLAGS = @STRICT_CFLAGS@ 315STRIP = @STRIP@ 316VERSION = @VERSION@ 317XEXT_CFLAGS = @XEXT_CFLAGS@ 318XEXT_LIBS = @XEXT_LIBS@ 319XORG_CFLAGS = @XORG_CFLAGS@ 320XORG_LIBS = @XORG_LIBS@ 321XORG_MAN_PAGE = @XORG_MAN_PAGE@ 322abs_builddir = @abs_builddir@ 323abs_srcdir = @abs_srcdir@ 324abs_top_builddir = @abs_top_builddir@ 325abs_top_srcdir = @abs_top_srcdir@ 326ac_ct_AR = @ac_ct_AR@ 327ac_ct_CC = @ac_ct_CC@ 328ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 329am__include = @am__include@ 330am__leading_dot = @am__leading_dot@ 331am__quote = @am__quote@ 332am__tar = @am__tar@ 333am__untar = @am__untar@ 334bindir = @bindir@ 335build = @build@ 336build_alias = @build_alias@ 337build_cpu = @build_cpu@ 338build_os = @build_os@ 339build_vendor = @build_vendor@ 340builddir = @builddir@ 341datadir = @datadir@ 342datarootdir = @datarootdir@ 343docdir = @docdir@ 344dvidir = @dvidir@ 345exec_prefix = @exec_prefix@ 346host = @host@ 347host_alias = @host_alias@ 348host_cpu = @host_cpu@ 349host_os = @host_os@ 350host_vendor = @host_vendor@ 351htmldir = @htmldir@ 352includedir = @includedir@ 353infodir = @infodir@ 354install_sh = @install_sh@ 355libdir = @libdir@ 356libexecdir = @libexecdir@ 357localedir = @localedir@ 358localstatedir = @localstatedir@ 359mandir = @mandir@ 360mkdir_p = @mkdir_p@ 361moduledir = @moduledir@ 362oldincludedir = @oldincludedir@ 363pdfdir = @pdfdir@ 364prefix = @prefix@ 365program_transform_name = @program_transform_name@ 366psdir = @psdir@ 367sbindir = @sbindir@ 368sharedstatedir = @sharedstatedir@ 369srcdir = @srcdir@ 370sysconfdir = @sysconfdir@ 371target_alias = @target_alias@ 372top_build_prefix = @top_build_prefix@ 373top_builddir = @top_builddir@ 374top_srcdir = @top_srcdir@ 375 376# this is obnoxious: 377# -module lets us name the module exactly how we want 378# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 379# _ladir passes a dummy rpath to libtool so the thing will actually link 380# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 381AM_CFLAGS = @XORG_CFLAGS@ 382nv_drv_la_LTLIBRARIES = nv_drv.la 383nv_drv_la_LDFLAGS = -module -avoid-version 384nv_drv_ladir = @moduledir@/drivers 385nv_drv_la_SOURCES = $(nv_sources) $(riva_sources) $(g80_sources) 386nv_sources = \ 387 compat-api.h \ 388 nv_const.h \ 389 nv_cursor.c \ 390 nv_dac.c \ 391 nv_dga.c \ 392 nv_dma.h \ 393 nv_driver.c \ 394 nv_hw.c \ 395 nv_include.h \ 396 nv_local.h \ 397 nv_proto.h \ 398 nv_setup.c \ 399 nv_shadow.c \ 400 nv_type.h \ 401 nv_video.c \ 402 nv_xaa.c 403 404riva_sources = \ 405 riva_const.h \ 406 riva_cursor.c \ 407 riva_dac.c \ 408 riva_dga.c \ 409 riva_driver.c \ 410 riva_hw.c \ 411 riva_hw.h \ 412 riva_include.h \ 413 riva_local.h \ 414 riva_proto.h \ 415 riva_setup.c \ 416 riva_shadow.c \ 417 riva_tbl.h \ 418 riva_type.h \ 419 riva_xaa.c 420 421g80_sources = \ 422 g80_cursor.c \ 423 g80_cursor.h \ 424 g80_dac.c \ 425 g80_display.c \ 426 g80_display.h \ 427 g80_dma.c \ 428 g80_dma.h \ 429 g80_driver.c \ 430 g80_exa.c \ 431 g80_exa.h \ 432 g80_output.c \ 433 g80_output.h \ 434 g80_sor.c \ 435 g80_type.h \ 436 g80_xaa.c \ 437 g80_xaa.h 438 439all: all-am 440 441.SUFFIXES: 442.SUFFIXES: .c .lo .o .obj 443$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 444 @for dep in $?; do \ 445 case '$(am__configure_deps)' in \ 446 *$$dep*) \ 447 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 448 && { if test -f $@; then exit 0; else break; fi; }; \ 449 exit 1;; \ 450 esac; \ 451 done; \ 452 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 453 $(am__cd) $(top_srcdir) && \ 454 $(AUTOMAKE) --foreign src/Makefile 455Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 456 @case '$?' in \ 457 *config.status*) \ 458 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 459 *) \ 460 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 461 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 462 esac; 463 464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 466 467$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 468 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 469$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 471$(am__aclocal_m4_deps): 472 473install-nv_drv_laLTLIBRARIES: $(nv_drv_la_LTLIBRARIES) 474 @$(NORMAL_INSTALL) 475 @list='$(nv_drv_la_LTLIBRARIES)'; test -n "$(nv_drv_ladir)" || list=; \ 476 list2=; for p in $$list; do \ 477 if test -f $$p; then \ 478 list2="$$list2 $$p"; \ 479 else :; fi; \ 480 done; \ 481 test -z "$$list2" || { \ 482 echo " $(MKDIR_P) '$(DESTDIR)$(nv_drv_ladir)'"; \ 483 $(MKDIR_P) "$(DESTDIR)$(nv_drv_ladir)" || exit 1; \ 484 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nv_drv_ladir)'"; \ 485 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nv_drv_ladir)"; \ 486 } 487 488uninstall-nv_drv_laLTLIBRARIES: 489 @$(NORMAL_UNINSTALL) 490 @list='$(nv_drv_la_LTLIBRARIES)'; test -n "$(nv_drv_ladir)" || list=; \ 491 for p in $$list; do \ 492 $(am__strip_dir) \ 493 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nv_drv_ladir)/$$f'"; \ 494 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nv_drv_ladir)/$$f"; \ 495 done 496 497clean-nv_drv_laLTLIBRARIES: 498 -test -z "$(nv_drv_la_LTLIBRARIES)" || rm -f $(nv_drv_la_LTLIBRARIES) 499 @list='$(nv_drv_la_LTLIBRARIES)'; \ 500 locs=`for p in $$list; do echo $$p; done | \ 501 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 502 sort -u`; \ 503 test -z "$$locs" || { \ 504 echo rm -f $${locs}; \ 505 rm -f $${locs}; \ 506 } 507 508nv_drv.la: $(nv_drv_la_OBJECTS) $(nv_drv_la_DEPENDENCIES) $(EXTRA_nv_drv_la_DEPENDENCIES) 509 $(AM_V_CCLD)$(nv_drv_la_LINK) -rpath $(nv_drv_ladir) $(nv_drv_la_OBJECTS) $(nv_drv_la_LIBADD) $(LIBS) 510 511mostlyclean-compile: 512 -rm -f *.$(OBJEXT) 513 514distclean-compile: 515 -rm -f *.tab.c 516 517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_cursor.Plo@am__quote@ 518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_dac.Plo@am__quote@ 519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_display.Plo@am__quote@ 520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_dma.Plo@am__quote@ 521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_driver.Plo@am__quote@ 522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_exa.Plo@am__quote@ 523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_output.Plo@am__quote@ 524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_sor.Plo@am__quote@ 525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_xaa.Plo@am__quote@ 526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_cursor.Plo@am__quote@ 527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_dac.Plo@am__quote@ 528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_dga.Plo@am__quote@ 529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@ 530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_hw.Plo@am__quote@ 531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_setup.Plo@am__quote@ 532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@ 533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_video.Plo@am__quote@ 534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_xaa.Plo@am__quote@ 535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_cursor.Plo@am__quote@ 536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_dac.Plo@am__quote@ 537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_dga.Plo@am__quote@ 538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_driver.Plo@am__quote@ 539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_hw.Plo@am__quote@ 540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_setup.Plo@am__quote@ 541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_shadow.Plo@am__quote@ 542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_xaa.Plo@am__quote@ 543 544.c.o: 545@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 546@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 547@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 548@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 549@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 550 551.c.obj: 552@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 553@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 554@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 555@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 556@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 557 558.c.lo: 559@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 560@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 561@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 562@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 563@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 564 565mostlyclean-libtool: 566 -rm -f *.lo 567 568clean-libtool: 569 -rm -rf .libs _libs 570 571ID: $(am__tagged_files) 572 $(am__define_uniq_tagged_files); mkid -fID $$unique 573tags: tags-am 574TAGS: tags 575 576tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 577 set x; \ 578 here=`pwd`; \ 579 $(am__define_uniq_tagged_files); \ 580 shift; \ 581 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 582 test -n "$$unique" || unique=$$empty_fix; \ 583 if test $$# -gt 0; then \ 584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 585 "$$@" $$unique; \ 586 else \ 587 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 588 $$unique; \ 589 fi; \ 590 fi 591ctags: ctags-am 592 593CTAGS: ctags 594ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 595 $(am__define_uniq_tagged_files); \ 596 test -z "$(CTAGS_ARGS)$$unique" \ 597 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 598 $$unique 599 600GTAGS: 601 here=`$(am__cd) $(top_builddir) && pwd` \ 602 && $(am__cd) $(top_srcdir) \ 603 && gtags -i $(GTAGS_ARGS) "$$here" 604cscopelist: cscopelist-am 605 606cscopelist-am: $(am__tagged_files) 607 list='$(am__tagged_files)'; \ 608 case "$(srcdir)" in \ 609 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 610 *) sdir=$(subdir)/$(srcdir) ;; \ 611 esac; \ 612 for i in $$list; do \ 613 if test -f "$$i"; then \ 614 echo "$(subdir)/$$i"; \ 615 else \ 616 echo "$$sdir/$$i"; \ 617 fi; \ 618 done >> $(top_builddir)/cscope.files 619 620distclean-tags: 621 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 622 623distdir: $(DISTFILES) 624 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 625 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 626 list='$(DISTFILES)'; \ 627 dist_files=`for file in $$list; do echo $$file; done | \ 628 sed -e "s|^$$srcdirstrip/||;t" \ 629 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 630 case $$dist_files in \ 631 */*) $(MKDIR_P) `echo "$$dist_files" | \ 632 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 633 sort -u` ;; \ 634 esac; \ 635 for file in $$dist_files; do \ 636 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 637 if test -d $$d/$$file; then \ 638 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 639 if test -d "$(distdir)/$$file"; then \ 640 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 641 fi; \ 642 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 643 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 644 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 645 fi; \ 646 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 647 else \ 648 test -f "$(distdir)/$$file" \ 649 || cp -p $$d/$$file "$(distdir)/$$file" \ 650 || exit 1; \ 651 fi; \ 652 done 653check-am: all-am 654check: check-am 655all-am: Makefile $(LTLIBRARIES) 656installdirs: 657 for dir in "$(DESTDIR)$(nv_drv_ladir)"; do \ 658 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 659 done 660install: install-am 661install-exec: install-exec-am 662install-data: install-data-am 663uninstall: uninstall-am 664 665install-am: all-am 666 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 667 668installcheck: installcheck-am 669install-strip: 670 if test -z '$(STRIP)'; then \ 671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 673 install; \ 674 else \ 675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 677 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 678 fi 679mostlyclean-generic: 680 681clean-generic: 682 683distclean-generic: 684 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 685 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 686 687maintainer-clean-generic: 688 @echo "This command is intended for maintainers to use" 689 @echo "it deletes files that may require special tools to rebuild." 690clean: clean-am 691 692clean-am: clean-generic clean-libtool clean-nv_drv_laLTLIBRARIES \ 693 mostlyclean-am 694 695distclean: distclean-am 696 -rm -rf ./$(DEPDIR) 697 -rm -f Makefile 698distclean-am: clean-am distclean-compile distclean-generic \ 699 distclean-tags 700 701dvi: dvi-am 702 703dvi-am: 704 705html: html-am 706 707html-am: 708 709info: info-am 710 711info-am: 712 713install-data-am: install-nv_drv_laLTLIBRARIES 714 715install-dvi: install-dvi-am 716 717install-dvi-am: 718 719install-exec-am: 720 721install-html: install-html-am 722 723install-html-am: 724 725install-info: install-info-am 726 727install-info-am: 728 729install-man: 730 731install-pdf: install-pdf-am 732 733install-pdf-am: 734 735install-ps: install-ps-am 736 737install-ps-am: 738 739installcheck-am: 740 741maintainer-clean: maintainer-clean-am 742 -rm -rf ./$(DEPDIR) 743 -rm -f Makefile 744maintainer-clean-am: distclean-am maintainer-clean-generic 745 746mostlyclean: mostlyclean-am 747 748mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 749 mostlyclean-libtool 750 751pdf: pdf-am 752 753pdf-am: 754 755ps: ps-am 756 757ps-am: 758 759uninstall-am: uninstall-nv_drv_laLTLIBRARIES 760 761.MAKE: install-am install-strip 762 763.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 764 clean-libtool clean-nv_drv_laLTLIBRARIES cscopelist-am ctags \ 765 ctags-am distclean distclean-compile distclean-generic \ 766 distclean-libtool distclean-tags distdir dvi dvi-am html \ 767 html-am info info-am install install-am install-data \ 768 install-data-am install-dvi install-dvi-am install-exec \ 769 install-exec-am install-html install-html-am install-info \ 770 install-info-am install-man install-nv_drv_laLTLIBRARIES \ 771 install-pdf install-pdf-am install-ps install-ps-am \ 772 install-strip installcheck installcheck-am installdirs \ 773 maintainer-clean maintainer-clean-generic mostlyclean \ 774 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 775 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 776 uninstall-nv_drv_laLTLIBRARIES 777 778.PRECIOUS: Makefile 779 780 781# Tell versions [3.59,3.63) of GNU make to not export all variables. 782# Otherwise a system limit (for SysV at least) may be exceeded. 783.NOEXPORT: 784