Makefile.in revision 4a041c5b
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@ 108DSYMUTIL = @DSYMUTIL@ 109ECHO = @ECHO@ 110ECHO_C = @ECHO_C@ 111ECHO_N = @ECHO_N@ 112ECHO_T = @ECHO_T@ 113EGREP = @EGREP@ 114EXEEXT = @EXEEXT@ 115F77 = @F77@ 116FFLAGS = @FFLAGS@ 117FILE_MAN_DIR = @FILE_MAN_DIR@ 118FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 119GREP = @GREP@ 120INSTALL = @INSTALL@ 121INSTALL_DATA = @INSTALL_DATA@ 122INSTALL_PROGRAM = @INSTALL_PROGRAM@ 123INSTALL_SCRIPT = @INSTALL_SCRIPT@ 124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 125LDFLAGS = @LDFLAGS@ 126LIBOBJS = @LIBOBJS@ 127LIBS = @LIBS@ 128LIBTOOL = @LIBTOOL@ 129LIB_MAN_DIR = @LIB_MAN_DIR@ 130LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 131LN_S = @LN_S@ 132LTLIBOBJS = @LTLIBOBJS@ 133MAINT = @MAINT@ 134MAKEINFO = @MAKEINFO@ 135MISC_MAN_DIR = @MISC_MAN_DIR@ 136MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 137MKDIR_P = @MKDIR_P@ 138NMEDIT = @NMEDIT@ 139OBJEXT = @OBJEXT@ 140PACKAGE = @PACKAGE@ 141PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 142PACKAGE_NAME = @PACKAGE_NAME@ 143PACKAGE_STRING = @PACKAGE_STRING@ 144PACKAGE_TARNAME = @PACKAGE_TARNAME@ 145PACKAGE_VERSION = @PACKAGE_VERSION@ 146PATH_SEPARATOR = @PATH_SEPARATOR@ 147PKG_CONFIG = @PKG_CONFIG@ 148RANLIB = @RANLIB@ 149SED = sed 150SET_MAKE = @SET_MAKE@ 151SHELL = @SHELL@ 152STRIP = @STRIP@ 153VERSION = @VERSION@ 154XORG_CFLAGS = @XORG_CFLAGS@ 155XORG_LIBS = @XORG_LIBS@ 156abs_builddir = @abs_builddir@ 157abs_srcdir = @abs_srcdir@ 158abs_top_builddir = @abs_top_builddir@ 159abs_top_srcdir = @abs_top_srcdir@ 160ac_ct_CC = @ac_ct_CC@ 161ac_ct_CXX = @ac_ct_CXX@ 162ac_ct_F77 = @ac_ct_F77@ 163am__include = @am__include@ 164am__leading_dot = @am__leading_dot@ 165am__quote = @am__quote@ 166am__tar = @am__tar@ 167am__untar = @am__untar@ 168bindir = @bindir@ 169build = @build@ 170build_alias = @build_alias@ 171build_cpu = @build_cpu@ 172build_os = @build_os@ 173build_vendor = @build_vendor@ 174builddir = @builddir@ 175datadir = @datadir@ 176datarootdir = @datarootdir@ 177docdir = @docdir@ 178dvidir = @dvidir@ 179exec_prefix = @exec_prefix@ 180host = @host@ 181host_alias = @host_alias@ 182host_cpu = @host_cpu@ 183host_os = @host_os@ 184host_vendor = @host_vendor@ 185htmldir = @htmldir@ 186includedir = @includedir@ 187infodir = @infodir@ 188install_sh = @install_sh@ 189libdir = @libdir@ 190libexecdir = @libexecdir@ 191localedir = @localedir@ 192localstatedir = @localstatedir@ 193mandir = @mandir@ 194mkdir_p = @mkdir_p@ 195moduledir = @moduledir@ 196oldincludedir = @oldincludedir@ 197pdfdir = @pdfdir@ 198prefix = @prefix@ 199program_transform_name = @program_transform_name@ 200psdir = @psdir@ 201sbindir = @sbindir@ 202sharedstatedir = @sharedstatedir@ 203srcdir = @srcdir@ 204sysconfdir = @sysconfdir@ 205target_alias = @target_alias@ 206top_build_prefix = @top_build_prefix@ 207top_builddir = @top_builddir@ 208top_srcdir = @top_srcdir@ 209drivermandir = $(DRIVER_MAN_DIR) 210driverman_PRE = @DRIVER_NAME@.man 211driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 212EXTRA_DIST = @DRIVER_NAME@.man 213CLEANFILES = $(driverman_DATA) 214 215# Strings to replace in man pages 216XORGRELSTRING = @PACKAGE_STRING@ 217XORGMANNAME = X Version 11 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|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 225 -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \ 226 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 227 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 228 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 229 230SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 231all: all-am 232 233.SUFFIXES: 234.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 235$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 236 @for dep in $?; do \ 237 case '$(am__configure_deps)' in \ 238 *$$dep*) \ 239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 240 && exit 0; \ 241 exit 1;; \ 242 esac; \ 243 done; \ 244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ 245 cd $(top_srcdir) && \ 246 $(AUTOMAKE) --gnu man/Makefile 247.PRECIOUS: Makefile 248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 249 @case '$?' in \ 250 *config.status*) \ 251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 252 *) \ 253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 255 esac; 256 257$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 259 260$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 262$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 264 265mostlyclean-libtool: 266 -rm -f *.lo 267 268clean-libtool: 269 -rm -rf .libs _libs 270install-drivermanDATA: $(driverman_DATA) 271 @$(NORMAL_INSTALL) 272 test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)" 273 @list='$(driverman_DATA)'; for p in $$list; do \ 274 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 275 f=$(am__strip_dir) \ 276 echo " $(drivermanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(drivermandir)/$$f'"; \ 277 $(drivermanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(drivermandir)/$$f"; \ 278 done 279 280uninstall-drivermanDATA: 281 @$(NORMAL_UNINSTALL) 282 @list='$(driverman_DATA)'; for p in $$list; do \ 283 f=$(am__strip_dir) \ 284 echo " rm -f '$(DESTDIR)$(drivermandir)/$$f'"; \ 285 rm -f "$(DESTDIR)$(drivermandir)/$$f"; \ 286 done 287tags: TAGS 288TAGS: 289 290ctags: CTAGS 291CTAGS: 292 293 294distdir: $(DISTFILES) 295 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 296 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 297 list='$(DISTFILES)'; \ 298 dist_files=`for file in $$list; do echo $$file; done | \ 299 sed -e "s|^$$srcdirstrip/||;t" \ 300 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 301 case $$dist_files in \ 302 */*) $(MKDIR_P) `echo "$$dist_files" | \ 303 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 304 sort -u` ;; \ 305 esac; \ 306 for file in $$dist_files; do \ 307 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 308 if test -d $$d/$$file; then \ 309 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 310 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 311 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 312 fi; \ 313 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 314 else \ 315 test -f $(distdir)/$$file \ 316 || cp -p $$d/$$file $(distdir)/$$file \ 317 || exit 1; \ 318 fi; \ 319 done 320check-am: all-am 321check: check-am 322all-am: Makefile $(DATA) 323installdirs: 324 for dir in "$(DESTDIR)$(drivermandir)"; do \ 325 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 326 done 327install: install-am 328install-exec: install-exec-am 329install-data: install-data-am 330uninstall: uninstall-am 331 332install-am: all-am 333 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 334 335installcheck: installcheck-am 336install-strip: 337 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 338 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 339 `test -z '$(STRIP)' || \ 340 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 341mostlyclean-generic: 342 343clean-generic: 344 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 345 346distclean-generic: 347 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 348 349maintainer-clean-generic: 350 @echo "This command is intended for maintainers to use" 351 @echo "it deletes files that may require special tools to rebuild." 352clean: clean-am 353 354clean-am: clean-generic clean-libtool mostlyclean-am 355 356distclean: distclean-am 357 -rm -f Makefile 358distclean-am: clean-am distclean-generic 359 360dvi: dvi-am 361 362dvi-am: 363 364html: html-am 365 366info: info-am 367 368info-am: 369 370install-data-am: install-drivermanDATA 371 372install-dvi: install-dvi-am 373 374install-exec-am: 375 376install-html: install-html-am 377 378install-info: install-info-am 379 380install-man: 381 382install-pdf: install-pdf-am 383 384install-ps: install-ps-am 385 386installcheck-am: 387 388maintainer-clean: maintainer-clean-am 389 -rm -f Makefile 390maintainer-clean-am: distclean-am maintainer-clean-generic 391 392mostlyclean: mostlyclean-am 393 394mostlyclean-am: mostlyclean-generic mostlyclean-libtool 395 396pdf: pdf-am 397 398pdf-am: 399 400ps: ps-am 401 402ps-am: 403 404uninstall-am: uninstall-drivermanDATA 405 406.MAKE: install-am install-strip 407 408.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 409 distclean distclean-generic distclean-libtool distdir dvi \ 410 dvi-am html html-am info info-am install install-am \ 411 install-data install-data-am install-drivermanDATA install-dvi \ 412 install-dvi-am install-exec install-exec-am install-html \ 413 install-html-am install-info install-info-am install-man \ 414 install-pdf install-pdf-am install-ps install-ps-am \ 415 install-strip installcheck installcheck-am installdirs \ 416 maintainer-clean maintainer-clean-generic mostlyclean \ 417 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 418 uninstall uninstall-am uninstall-drivermanDATA 419 420 421.man.$(DRIVER_MAN_SUFFIX): 422 sed $(MAN_SUBSTS) < $< > $@ 423# Tell versions [3.59,3.63) of GNU make to not export all variables. 424# Otherwise a system limit (for SysV at least) may be exceeded. 425.NOEXPORT: 426