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