1# Makefile.in generated by automake 1.11.1 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 Free Software Foundation, 6# 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@ 42pkgdatadir = $(datadir)/@PACKAGE@ 43pkgincludedir = $(includedir)/@PACKAGE@ 44pkglibdir = $(libdir)/@PACKAGE@ 45pkglibexecdir = $(libexecdir)/@PACKAGE@ 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 47install_sh_DATA = $(install_sh) -c -m 644 48install_sh_PROGRAM = $(install_sh) -c 49install_sh_SCRIPT = $(install_sh) -c 50INSTALL_HEADER = $(INSTALL_DATA) 51transform = $(program_transform_name) 52NORMAL_INSTALL = : 53PRE_INSTALL = : 54POST_INSTALL = : 55NORMAL_UNINSTALL = : 56PRE_UNINSTALL = : 57POST_UNINSTALL = : 58build_triplet = @build@ 59host_triplet = @host@ 60subdir = man 61DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 63am__aclocal_m4_deps = $(top_srcdir)/configure.ac 64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 65 $(ACLOCAL_M4) 66mkinstalldirs = $(install_sh) -d 67CONFIG_HEADER = $(top_builddir)/config.h 68CONFIG_CLEAN_FILES = 69CONFIG_CLEAN_VPATH_FILES = 70AM_V_GEN = $(am__v_GEN_$(V)) 71am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 72am__v_GEN_0 = @echo " GEN " $@; 73AM_V_at = $(am__v_at_$(V)) 74am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 75am__v_at_0 = @ 76SOURCES = 77DIST_SOURCES = 78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 79am__vpath_adj = case $$p in \ 80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 81 *) f=$$p;; \ 82 esac; 83am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 84am__install_max = 40 85am__nobase_strip_setup = \ 86 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 87am__nobase_strip = \ 88 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 89am__nobase_list = $(am__nobase_strip_setup); \ 90 for p in $$list; do echo "$$p $$p"; done | \ 91 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 92 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 93 if (++n[$$2] == $(am__install_max)) \ 94 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 95 END { for (dir in files) print dir, files[dir] }' 96am__base_list = \ 97 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 98 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 99am__installdirs = "$(DESTDIR)$(drivermandir)" 100DATA = $(driverman_DATA) 101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 102ACLOCAL = @ACLOCAL@ 103ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 104ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 105AMTAR = @AMTAR@ 106AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 107APP_MAN_DIR = @APP_MAN_DIR@ 108APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 109AR = @AR@ 110AUTOCONF = @AUTOCONF@ 111AUTOHEADER = @AUTOHEADER@ 112AUTOMAKE = @AUTOMAKE@ 113AWK = @AWK@ 114CC = @CC@ 115CCDEPMODE = @CCDEPMODE@ 116CFLAGS = @CFLAGS@ 117CHANGELOG_CMD = @CHANGELOG_CMD@ 118CPP = @CPP@ 119CPPFLAGS = @CPPFLAGS@ 120CWARNFLAGS = @CWARNFLAGS@ 121CYGPATH_W = @CYGPATH_W@ 122DEFS = @DEFS@ 123DEPDIR = @DEPDIR@ 124DLLTOOL = @DLLTOOL@ 125DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 126DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 127DRIVER_NAME = @DRIVER_NAME@ 128DSYMUTIL = @DSYMUTIL@ 129DUMPBIN = @DUMPBIN@ 130ECHO_C = @ECHO_C@ 131ECHO_N = @ECHO_N@ 132ECHO_T = @ECHO_T@ 133EGREP = @EGREP@ 134EXEEXT = @EXEEXT@ 135FGREP = @FGREP@ 136FILE_MAN_DIR = @FILE_MAN_DIR@ 137FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 138GREP = @GREP@ 139INSTALL = @INSTALL@ 140INSTALL_CMD = @INSTALL_CMD@ 141INSTALL_DATA = @INSTALL_DATA@ 142INSTALL_PROGRAM = @INSTALL_PROGRAM@ 143INSTALL_SCRIPT = @INSTALL_SCRIPT@ 144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 145LD = @LD@ 146LDFLAGS = @LDFLAGS@ 147LIBOBJS = @LIBOBJS@ 148LIBS = @LIBS@ 149LIBTOOL = @LIBTOOL@ 150LIB_MAN_DIR = @LIB_MAN_DIR@ 151LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 152LIPO = @LIPO@ 153LN_S = @LN_S@ 154LTLIBOBJS = @LTLIBOBJS@ 155MAINT = @MAINT@ 156MAKEINFO = @MAKEINFO@ 157MANIFEST_TOOL = @MANIFEST_TOOL@ 158MAN_SUBSTS = @MAN_SUBSTS@ 159MISC_MAN_DIR = @MISC_MAN_DIR@ 160MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 161MKDIR_P = @MKDIR_P@ 162NM = @NM@ 163NMEDIT = @NMEDIT@ 164OBJDUMP = @OBJDUMP@ 165OBJEXT = @OBJEXT@ 166OTOOL = @OTOOL@ 167OTOOL64 = @OTOOL64@ 168PACKAGE = @PACKAGE@ 169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 170PACKAGE_NAME = @PACKAGE_NAME@ 171PACKAGE_STRING = @PACKAGE_STRING@ 172PACKAGE_TARNAME = @PACKAGE_TARNAME@ 173PACKAGE_URL = @PACKAGE_URL@ 174PACKAGE_VERSION = @PACKAGE_VERSION@ 175PATH_SEPARATOR = @PATH_SEPARATOR@ 176PKG_CONFIG = @PKG_CONFIG@ 177PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 178PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 179RANLIB = @RANLIB@ 180SED = @SED@ 181SET_MAKE = @SET_MAKE@ 182SHELL = @SHELL@ 183STRICT_CFLAGS = @STRICT_CFLAGS@ 184STRIP = @STRIP@ 185VERSION = @VERSION@ 186XORG_CFLAGS = @XORG_CFLAGS@ 187XORG_LIBS = @XORG_LIBS@ 188XORG_MAN_PAGE = @XORG_MAN_PAGE@ 189abs_builddir = @abs_builddir@ 190abs_srcdir = @abs_srcdir@ 191abs_top_builddir = @abs_top_builddir@ 192abs_top_srcdir = @abs_top_srcdir@ 193ac_ct_AR = @ac_ct_AR@ 194ac_ct_CC = @ac_ct_CC@ 195ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 196am__include = @am__include@ 197am__leading_dot = @am__leading_dot@ 198am__quote = @am__quote@ 199am__tar = @am__tar@ 200am__untar = @am__untar@ 201bindir = @bindir@ 202build = @build@ 203build_alias = @build_alias@ 204build_cpu = @build_cpu@ 205build_os = @build_os@ 206build_vendor = @build_vendor@ 207builddir = @builddir@ 208datadir = @datadir@ 209datarootdir = @datarootdir@ 210docdir = @docdir@ 211dvidir = @dvidir@ 212exec_prefix = @exec_prefix@ 213host = @host@ 214host_alias = @host_alias@ 215host_cpu = @host_cpu@ 216host_os = @host_os@ 217host_vendor = @host_vendor@ 218htmldir = @htmldir@ 219includedir = @includedir@ 220infodir = @infodir@ 221install_sh = @install_sh@ 222libdir = @libdir@ 223libexecdir = @libexecdir@ 224localedir = @localedir@ 225localstatedir = @localstatedir@ 226mandir = @mandir@ 227mkdir_p = @mkdir_p@ 228moduledir = @moduledir@ 229oldincludedir = @oldincludedir@ 230pdfdir = @pdfdir@ 231prefix = @prefix@ 232program_transform_name = @program_transform_name@ 233psdir = @psdir@ 234sbindir = @sbindir@ 235sharedstatedir = @sharedstatedir@ 236srcdir = @srcdir@ 237sysconfdir = @sysconfdir@ 238target_alias = @target_alias@ 239top_build_prefix = @top_build_prefix@ 240top_builddir = @top_builddir@ 241top_srcdir = @top_srcdir@ 242drivermandir = $(DRIVER_MAN_DIR) 243driverman_PRE = @DRIVER_NAME@.man 244driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 245EXTRA_DIST = @DRIVER_NAME@.man 246CLEANFILES = $(driverman_DATA) 247 248# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 249SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 250all: all-am 251 252.SUFFIXES: 253.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 254$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 255 @for dep in $?; do \ 256 case '$(am__configure_deps)' in \ 257 *$$dep*) \ 258 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 259 && { if test -f $@; then exit 0; else break; fi; }; \ 260 exit 1;; \ 261 esac; \ 262 done; \ 263 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 264 $(am__cd) $(top_srcdir) && \ 265 $(AUTOMAKE) --foreign man/Makefile 266.PRECIOUS: Makefile 267Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 268 @case '$?' in \ 269 *config.status*) \ 270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 271 *) \ 272 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 273 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 274 esac; 275 276$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 278 279$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 281$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 283$(am__aclocal_m4_deps): 284 285mostlyclean-libtool: 286 -rm -f *.lo 287 288clean-libtool: 289 -rm -rf .libs _libs 290install-drivermanDATA: $(driverman_DATA) 291 @$(NORMAL_INSTALL) 292 test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)" 293 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 294 for p in $$list; do \ 295 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 296 echo "$$d$$p"; \ 297 done | $(am__base_list) | \ 298 while read files; do \ 299 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 300 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 301 done 302 303uninstall-drivermanDATA: 304 @$(NORMAL_UNINSTALL) 305 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 306 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 307 test -n "$$files" || exit 0; \ 308 echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \ 309 cd "$(DESTDIR)$(drivermandir)" && rm -f $$files 310tags: TAGS 311TAGS: 312 313ctags: CTAGS 314CTAGS: 315 316 317distdir: $(DISTFILES) 318 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 319 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 320 list='$(DISTFILES)'; \ 321 dist_files=`for file in $$list; do echo $$file; done | \ 322 sed -e "s|^$$srcdirstrip/||;t" \ 323 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 324 case $$dist_files in \ 325 */*) $(MKDIR_P) `echo "$$dist_files" | \ 326 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 327 sort -u` ;; \ 328 esac; \ 329 for file in $$dist_files; do \ 330 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 331 if test -d $$d/$$file; then \ 332 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 333 if test -d "$(distdir)/$$file"; then \ 334 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 335 fi; \ 336 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 337 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 338 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 339 fi; \ 340 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 341 else \ 342 test -f "$(distdir)/$$file" \ 343 || cp -p $$d/$$file "$(distdir)/$$file" \ 344 || exit 1; \ 345 fi; \ 346 done 347check-am: all-am 348check: check-am 349all-am: Makefile $(DATA) 350installdirs: 351 for dir in "$(DESTDIR)$(drivermandir)"; do \ 352 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 353 done 354install: install-am 355install-exec: install-exec-am 356install-data: install-data-am 357uninstall: uninstall-am 358 359install-am: all-am 360 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 361 362installcheck: installcheck-am 363install-strip: 364 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 365 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 366 `test -z '$(STRIP)' || \ 367 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 368mostlyclean-generic: 369 370clean-generic: 371 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 372 373distclean-generic: 374 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 375 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 376 377maintainer-clean-generic: 378 @echo "This command is intended for maintainers to use" 379 @echo "it deletes files that may require special tools to rebuild." 380clean: clean-am 381 382clean-am: clean-generic clean-libtool mostlyclean-am 383 384distclean: distclean-am 385 -rm -f Makefile 386distclean-am: clean-am distclean-generic 387 388dvi: dvi-am 389 390dvi-am: 391 392html: html-am 393 394html-am: 395 396info: info-am 397 398info-am: 399 400install-data-am: install-drivermanDATA 401 402install-dvi: install-dvi-am 403 404install-dvi-am: 405 406install-exec-am: 407 408install-html: install-html-am 409 410install-html-am: 411 412install-info: install-info-am 413 414install-info-am: 415 416install-man: 417 418install-pdf: install-pdf-am 419 420install-pdf-am: 421 422install-ps: install-ps-am 423 424install-ps-am: 425 426installcheck-am: 427 428maintainer-clean: maintainer-clean-am 429 -rm -f Makefile 430maintainer-clean-am: distclean-am maintainer-clean-generic 431 432mostlyclean: mostlyclean-am 433 434mostlyclean-am: mostlyclean-generic mostlyclean-libtool 435 436pdf: pdf-am 437 438pdf-am: 439 440ps: ps-am 441 442ps-am: 443 444uninstall-am: uninstall-drivermanDATA 445 446.MAKE: install-am install-strip 447 448.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 449 distclean distclean-generic distclean-libtool distdir dvi \ 450 dvi-am html html-am info info-am install install-am \ 451 install-data install-data-am install-drivermanDATA install-dvi \ 452 install-dvi-am install-exec install-exec-am install-html \ 453 install-html-am install-info install-info-am install-man \ 454 install-pdf install-pdf-am install-ps install-ps-am \ 455 install-strip installcheck installcheck-am installdirs \ 456 maintainer-clean maintainer-clean-generic mostlyclean \ 457 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 458 uninstall uninstall-am uninstall-drivermanDATA 459 460 461.man.$(DRIVER_MAN_SUFFIX): 462 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 463 464# Tell versions [3.59,3.63) of GNU make to not export all variables. 465# Otherwise a system limit (for SysV at least) may be exceeded. 466.NOEXPORT: 467