Makefile.in revision 21525869
1# Makefile.in generated by automake 1.11.6 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# 19# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 20# 21# Permission is hereby granted, free of charge, to any person obtaining a 22# copy of this software and associated documentation files (the "Software"), 23# to deal in the Software without restriction, including without limitation 24# the rights to use, copy, modify, merge, publish, distribute, sublicense, 25# and/or sell copies of the Software, and to permit persons to whom the 26# Software is furnished to do so, subject to the following conditions: 27# 28# The above copyright notice and this permission notice (including the next 29# paragraph) shall be included in all copies or substantial portions of the 30# Software. 31# 32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 34# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 35# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 36# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 38# DEALINGS IN THE SOFTWARE. 39# 40 41VPATH = @srcdir@ 42am__make_dryrun = \ 43 { \ 44 am__dry=no; \ 45 case $$MAKEFLAGS in \ 46 *\\[\ \ ]*) \ 47 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 48 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 49 *) \ 50 for am__flg in $$MAKEFLAGS; do \ 51 case $$am__flg in \ 52 *=*|--*) ;; \ 53 *n*) am__dry=yes; break;; \ 54 esac; \ 55 done;; \ 56 esac; \ 57 test $$am__dry = yes; \ 58 } 59pkgdatadir = $(datadir)/@PACKAGE@ 60pkgincludedir = $(includedir)/@PACKAGE@ 61pkglibdir = $(libdir)/@PACKAGE@ 62pkglibexecdir = $(libexecdir)/@PACKAGE@ 63am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 64install_sh_DATA = $(install_sh) -c -m 644 65install_sh_PROGRAM = $(install_sh) -c 66install_sh_SCRIPT = $(install_sh) -c 67INSTALL_HEADER = $(INSTALL_DATA) 68transform = $(program_transform_name) 69NORMAL_INSTALL = : 70PRE_INSTALL = : 71POST_INSTALL = : 72NORMAL_UNINSTALL = : 73PRE_UNINSTALL = : 74POST_UNINSTALL = : 75build_triplet = @build@ 76host_triplet = @host@ 77subdir = man 78DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 80am__aclocal_m4_deps = $(top_srcdir)/configure.ac 81am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 82 $(ACLOCAL_M4) 83mkinstalldirs = $(install_sh) -d 84CONFIG_HEADER = $(top_builddir)/config.h 85CONFIG_CLEAN_FILES = 86CONFIG_CLEAN_VPATH_FILES = 87AM_V_GEN = $(am__v_GEN_@AM_V@) 88am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 89am__v_GEN_0 = @echo " GEN " $@; 90AM_V_at = $(am__v_at_@AM_V@) 91am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 92am__v_at_0 = @ 93SOURCES = 94DIST_SOURCES = 95am__can_run_installinfo = \ 96 case $$AM_UPDATE_INFO_DIR in \ 97 n|no|NO) false;; \ 98 *) (install-info --version) >/dev/null 2>&1;; \ 99 esac 100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 101am__vpath_adj = case $$p in \ 102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 103 *) f=$$p;; \ 104 esac; 105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 106am__install_max = 40 107am__nobase_strip_setup = \ 108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 109am__nobase_strip = \ 110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 111am__nobase_list = $(am__nobase_strip_setup); \ 112 for p in $$list; do echo "$$p $$p"; done | \ 113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 115 if (++n[$$2] == $(am__install_max)) \ 116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 117 END { for (dir in files) print dir, files[dir] }' 118am__base_list = \ 119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 121am__uninstall_files_from_dir = { \ 122 test -z "$$files" \ 123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 125 $(am__cd) "$$dir" && rm -f $$files; }; \ 126 } 127am__installdirs = "$(DESTDIR)$(drivermandir)" 128DATA = $(driverman_DATA) 129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 130ACLOCAL = @ACLOCAL@ 131ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 132ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 133AMTAR = @AMTAR@ 134AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 135APP_MAN_DIR = @APP_MAN_DIR@ 136APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 137AR = @AR@ 138AUTOCONF = @AUTOCONF@ 139AUTOHEADER = @AUTOHEADER@ 140AUTOMAKE = @AUTOMAKE@ 141AWK = @AWK@ 142BASE_CFLAGS = @BASE_CFLAGS@ 143CC = @CC@ 144CCDEPMODE = @CCDEPMODE@ 145CFLAGS = @CFLAGS@ 146CHANGELOG_CMD = @CHANGELOG_CMD@ 147CPP = @CPP@ 148CPPFLAGS = @CPPFLAGS@ 149CWARNFLAGS = @CWARNFLAGS@ 150CYGPATH_W = @CYGPATH_W@ 151DEFS = @DEFS@ 152DEPDIR = @DEPDIR@ 153DLLTOOL = @DLLTOOL@ 154DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 155DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 156DRIVER_NAME = @DRIVER_NAME@ 157DRI_CFLAGS = @DRI_CFLAGS@ 158DRI_LIBS = @DRI_LIBS@ 159DSYMUTIL = @DSYMUTIL@ 160DUMPBIN = @DUMPBIN@ 161ECHO_C = @ECHO_C@ 162ECHO_N = @ECHO_N@ 163ECHO_T = @ECHO_T@ 164EGREP = @EGREP@ 165EXEEXT = @EXEEXT@ 166FGREP = @FGREP@ 167FILE_MAN_DIR = @FILE_MAN_DIR@ 168FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 169GREP = @GREP@ 170INSTALL = @INSTALL@ 171INSTALL_CMD = @INSTALL_CMD@ 172INSTALL_DATA = @INSTALL_DATA@ 173INSTALL_PROGRAM = @INSTALL_PROGRAM@ 174INSTALL_SCRIPT = @INSTALL_SCRIPT@ 175INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 176LD = @LD@ 177LDFLAGS = @LDFLAGS@ 178LIBOBJS = @LIBOBJS@ 179LIBS = @LIBS@ 180LIBTOOL = @LIBTOOL@ 181LIB_MAN_DIR = @LIB_MAN_DIR@ 182LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 183LIPO = @LIPO@ 184LN_S = @LN_S@ 185LTLIBOBJS = @LTLIBOBJS@ 186LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 187MAINT = @MAINT@ 188MAKEINFO = @MAKEINFO@ 189MANIFEST_TOOL = @MANIFEST_TOOL@ 190MAN_SUBSTS = @MAN_SUBSTS@ 191MISC_MAN_DIR = @MISC_MAN_DIR@ 192MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 193MKDIR_P = @MKDIR_P@ 194NM = @NM@ 195NMEDIT = @NMEDIT@ 196OBJDUMP = @OBJDUMP@ 197OBJEXT = @OBJEXT@ 198OTOOL = @OTOOL@ 199OTOOL64 = @OTOOL64@ 200PACKAGE = @PACKAGE@ 201PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 202PACKAGE_NAME = @PACKAGE_NAME@ 203PACKAGE_STRING = @PACKAGE_STRING@ 204PACKAGE_TARNAME = @PACKAGE_TARNAME@ 205PACKAGE_URL = @PACKAGE_URL@ 206PACKAGE_VERSION = @PACKAGE_VERSION@ 207PATH_SEPARATOR = @PATH_SEPARATOR@ 208PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 209PCIACCESS_LIBS = @PCIACCESS_LIBS@ 210PKG_CONFIG = @PKG_CONFIG@ 211PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 212PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 213RANLIB = @RANLIB@ 214SED = @SED@ 215SET_MAKE = @SET_MAKE@ 216SHELL = @SHELL@ 217STRICT_CFLAGS = @STRICT_CFLAGS@ 218STRIP = @STRIP@ 219VERSION = @VERSION@ 220XEXT_CFLAGS = @XEXT_CFLAGS@ 221XEXT_LIBS = @XEXT_LIBS@ 222XORG_CFLAGS = @XORG_CFLAGS@ 223XORG_LIBS = @XORG_LIBS@ 224XORG_MAN_PAGE = @XORG_MAN_PAGE@ 225abs_builddir = @abs_builddir@ 226abs_srcdir = @abs_srcdir@ 227abs_top_builddir = @abs_top_builddir@ 228abs_top_srcdir = @abs_top_srcdir@ 229ac_ct_AR = @ac_ct_AR@ 230ac_ct_CC = @ac_ct_CC@ 231ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 232am__include = @am__include@ 233am__leading_dot = @am__leading_dot@ 234am__quote = @am__quote@ 235am__tar = @am__tar@ 236am__untar = @am__untar@ 237bindir = @bindir@ 238build = @build@ 239build_alias = @build_alias@ 240build_cpu = @build_cpu@ 241build_os = @build_os@ 242build_vendor = @build_vendor@ 243builddir = @builddir@ 244datadir = @datadir@ 245datarootdir = @datarootdir@ 246docdir = @docdir@ 247dvidir = @dvidir@ 248exec_prefix = @exec_prefix@ 249host = @host@ 250host_alias = @host_alias@ 251host_cpu = @host_cpu@ 252host_os = @host_os@ 253host_vendor = @host_vendor@ 254htmldir = @htmldir@ 255includedir = @includedir@ 256infodir = @infodir@ 257install_sh = @install_sh@ 258libdir = @libdir@ 259libexecdir = @libexecdir@ 260localedir = @localedir@ 261localstatedir = @localstatedir@ 262mandir = @mandir@ 263mkdir_p = @mkdir_p@ 264moduledir = @moduledir@ 265oldincludedir = @oldincludedir@ 266pdfdir = @pdfdir@ 267prefix = @prefix@ 268program_transform_name = @program_transform_name@ 269psdir = @psdir@ 270sbindir = @sbindir@ 271sharedstatedir = @sharedstatedir@ 272srcdir = @srcdir@ 273sysconfdir = @sysconfdir@ 274target_alias = @target_alias@ 275top_build_prefix = @top_build_prefix@ 276top_builddir = @top_builddir@ 277top_srcdir = @top_srcdir@ 278drivermandir = $(DRIVER_MAN_DIR) 279driverman_PRE = @DRIVER_NAME@.man 280driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 281EXTRA_DIST = @DRIVER_NAME@.man 282CLEANFILES = $(driverman_DATA) 283SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 284all: all-am 285 286.SUFFIXES: 287.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 288$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 289 @for dep in $?; do \ 290 case '$(am__configure_deps)' in \ 291 *$$dep*) \ 292 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 293 && { if test -f $@; then exit 0; else break; fi; }; \ 294 exit 1;; \ 295 esac; \ 296 done; \ 297 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 298 $(am__cd) $(top_srcdir) && \ 299 $(AUTOMAKE) --foreign man/Makefile 300.PRECIOUS: Makefile 301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 302 @case '$?' in \ 303 *config.status*) \ 304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 305 *) \ 306 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 307 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 308 esac; 309 310$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 312 313$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 315$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 317$(am__aclocal_m4_deps): 318 319mostlyclean-libtool: 320 -rm -f *.lo 321 322clean-libtool: 323 -rm -rf .libs _libs 324install-drivermanDATA: $(driverman_DATA) 325 @$(NORMAL_INSTALL) 326 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 327 if test -n "$$list"; then \ 328 echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \ 329 $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \ 330 fi; \ 331 for p in $$list; do \ 332 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 333 echo "$$d$$p"; \ 334 done | $(am__base_list) | \ 335 while read files; do \ 336 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 337 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 338 done 339 340uninstall-drivermanDATA: 341 @$(NORMAL_UNINSTALL) 342 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 343 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 344 dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir) 345tags: TAGS 346TAGS: 347 348ctags: CTAGS 349CTAGS: 350 351 352distdir: $(DISTFILES) 353 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 354 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 355 list='$(DISTFILES)'; \ 356 dist_files=`for file in $$list; do echo $$file; done | \ 357 sed -e "s|^$$srcdirstrip/||;t" \ 358 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 359 case $$dist_files in \ 360 */*) $(MKDIR_P) `echo "$$dist_files" | \ 361 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 362 sort -u` ;; \ 363 esac; \ 364 for file in $$dist_files; do \ 365 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 366 if test -d $$d/$$file; then \ 367 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 368 if test -d "$(distdir)/$$file"; then \ 369 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 370 fi; \ 371 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 372 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 374 fi; \ 375 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 376 else \ 377 test -f "$(distdir)/$$file" \ 378 || cp -p $$d/$$file "$(distdir)/$$file" \ 379 || exit 1; \ 380 fi; \ 381 done 382check-am: all-am 383check: check-am 384all-am: Makefile $(DATA) 385installdirs: 386 for dir in "$(DESTDIR)$(drivermandir)"; do \ 387 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 388 done 389install: install-am 390install-exec: install-exec-am 391install-data: install-data-am 392uninstall: uninstall-am 393 394install-am: all-am 395 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 396 397installcheck: installcheck-am 398install-strip: 399 if test -z '$(STRIP)'; then \ 400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 402 install; \ 403 else \ 404 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 405 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 406 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 407 fi 408mostlyclean-generic: 409 410clean-generic: 411 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 412 413distclean-generic: 414 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 415 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 416 417maintainer-clean-generic: 418 @echo "This command is intended for maintainers to use" 419 @echo "it deletes files that may require special tools to rebuild." 420clean: clean-am 421 422clean-am: clean-generic clean-libtool mostlyclean-am 423 424distclean: distclean-am 425 -rm -f Makefile 426distclean-am: clean-am distclean-generic 427 428dvi: dvi-am 429 430dvi-am: 431 432html: html-am 433 434html-am: 435 436info: info-am 437 438info-am: 439 440install-data-am: install-drivermanDATA 441 442install-dvi: install-dvi-am 443 444install-dvi-am: 445 446install-exec-am: 447 448install-html: install-html-am 449 450install-html-am: 451 452install-info: install-info-am 453 454install-info-am: 455 456install-man: 457 458install-pdf: install-pdf-am 459 460install-pdf-am: 461 462install-ps: install-ps-am 463 464install-ps-am: 465 466installcheck-am: 467 468maintainer-clean: maintainer-clean-am 469 -rm -f Makefile 470maintainer-clean-am: distclean-am maintainer-clean-generic 471 472mostlyclean: mostlyclean-am 473 474mostlyclean-am: mostlyclean-generic mostlyclean-libtool 475 476pdf: pdf-am 477 478pdf-am: 479 480ps: ps-am 481 482ps-am: 483 484uninstall-am: uninstall-drivermanDATA 485 486.MAKE: install-am install-strip 487 488.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 489 distclean distclean-generic distclean-libtool distdir dvi \ 490 dvi-am html html-am info info-am install install-am \ 491 install-data install-data-am install-drivermanDATA install-dvi \ 492 install-dvi-am install-exec install-exec-am install-html \ 493 install-html-am install-info install-info-am install-man \ 494 install-pdf install-pdf-am install-ps install-ps-am \ 495 install-strip installcheck installcheck-am installdirs \ 496 maintainer-clean maintainer-clean-generic mostlyclean \ 497 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 498 uninstall uninstall-am uninstall-drivermanDATA 499 500 501# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 502.man.$(DRIVER_MAN_SUFFIX): 503 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 504 505# Tell versions [3.59,3.63) of GNU make to not export all variables. 506# Otherwise a system limit (for SysV at least) may be exceeded. 507.NOEXPORT: 508