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