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