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