Makefile.in revision b042e37f
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 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# $Id: Makefile.in,v 1.1.1.1 2008/07/30 02:55:58 mrg Exp $ 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@ 46pkglibdir = $(libdir)/@PACKAGE@ 47pkgincludedir = $(includedir)/@PACKAGE@ 48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 49install_sh_DATA = $(install_sh) -c -m 644 50install_sh_PROGRAM = $(install_sh) -c 51install_sh_SCRIPT = $(install_sh) -c 52INSTALL_HEADER = $(INSTALL_DATA) 53transform = $(program_transform_name) 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_triplet = @build@ 61host_triplet = @host@ 62subdir = man 63DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68mkinstalldirs = $(install_sh) -d 69CONFIG_HEADER = $(top_builddir)/config.h 70CONFIG_CLEAN_FILES = 71SOURCES = 72DIST_SOURCES = 73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 74am__vpath_adj = case $$p in \ 75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 76 *) f=$$p;; \ 77 esac; 78am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 79am__installdirs = "$(DESTDIR)$(libmandir)" 80libmanDATA_INSTALL = $(INSTALL_DATA) 81DATA = $(libman_DATA) 82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 83ACLOCAL = @ACLOCAL@ 84ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 85ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 86AMTAR = @AMTAR@ 87APP_MAN_DIR = @APP_MAN_DIR@ 88APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 89AR = @AR@ 90AUTOCONF = @AUTOCONF@ 91AUTOHEADER = @AUTOHEADER@ 92AUTOMAKE = @AUTOMAKE@ 93AWK = @AWK@ 94CC = @CC@ 95CCDEPMODE = @CCDEPMODE@ 96CFLAGS = @CFLAGS@ 97CPP = @CPP@ 98CPPFLAGS = @CPPFLAGS@ 99CXX = @CXX@ 100CXXCPP = @CXXCPP@ 101CXXDEPMODE = @CXXDEPMODE@ 102CXXFLAGS = @CXXFLAGS@ 103CYGPATH_W = @CYGPATH_W@ 104DEFS = @DEFS@ 105DEPDIR = @DEPDIR@ 106DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 107DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 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@ 134MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 135MISC_MAN_DIR = @MISC_MAN_DIR@ 136MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 137MKDIR_P = @MKDIR_P@ 138OBJEXT = @OBJEXT@ 139PACKAGE = @PACKAGE@ 140PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 141PACKAGE_NAME = @PACKAGE_NAME@ 142PACKAGE_STRING = @PACKAGE_STRING@ 143PACKAGE_TARNAME = @PACKAGE_TARNAME@ 144PACKAGE_VERSION = @PACKAGE_VERSION@ 145PATH_SEPARATOR = @PATH_SEPARATOR@ 146PKG_CONFIG = @PKG_CONFIG@ 147RANDR_CFLAGS = @RANDR_CFLAGS@ 148RANDR_LIBS = @RANDR_LIBS@ 149RANDR_VERSION = @RANDR_VERSION@ 150RANLIB = @RANLIB@ 151SET_MAKE = @SET_MAKE@ 152SHELL = @SHELL@ 153STRIP = @STRIP@ 154VERSION = @VERSION@ 155XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 156XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 157X_CFLAGS = @X_CFLAGS@ 158X_LIBS = @X_LIBS@ 159abs_builddir = @abs_builddir@ 160abs_srcdir = @abs_srcdir@ 161abs_top_builddir = @abs_top_builddir@ 162abs_top_srcdir = @abs_top_srcdir@ 163ac_ct_CC = @ac_ct_CC@ 164ac_ct_CXX = @ac_ct_CXX@ 165ac_ct_F77 = @ac_ct_F77@ 166am__include = @am__include@ 167am__leading_dot = @am__leading_dot@ 168am__quote = @am__quote@ 169am__tar = @am__tar@ 170am__untar = @am__untar@ 171bindir = @bindir@ 172build = @build@ 173build_alias = @build_alias@ 174build_cpu = @build_cpu@ 175build_os = @build_os@ 176build_vendor = @build_vendor@ 177builddir = @builddir@ 178datadir = @datadir@ 179datarootdir = @datarootdir@ 180docdir = @docdir@ 181dvidir = @dvidir@ 182exec_prefix = @exec_prefix@ 183host = @host@ 184host_alias = @host_alias@ 185host_cpu = @host_cpu@ 186host_os = @host_os@ 187host_vendor = @host_vendor@ 188htmldir = @htmldir@ 189includedir = @includedir@ 190infodir = @infodir@ 191install_sh = @install_sh@ 192libdir = @libdir@ 193libexecdir = @libexecdir@ 194localedir = @localedir@ 195localstatedir = @localstatedir@ 196mandir = @mandir@ 197mkdir_p = @mkdir_p@ 198oldincludedir = @oldincludedir@ 199pdfdir = @pdfdir@ 200prefix = @prefix@ 201program_transform_name = @program_transform_name@ 202psdir = @psdir@ 203sbindir = @sbindir@ 204sharedstatedir = @sharedstatedir@ 205srcdir = @srcdir@ 206sysconfdir = @sysconfdir@ 207target_alias = @target_alias@ 208top_builddir = @top_builddir@ 209top_srcdir = @top_srcdir@ 210libmandir = $(LIB_MAN_DIR) 211LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%) 212libman_PRE = Xrandr.man 213libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ 214 $(Xrandr_shadows:=.@LIB_MAN_SUFFIX@) 215 216BUILT_SOURCES = shadows.DONE 217EXTRA_DIST = $(libman_PRE) 218CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) 219SED = sed 220 221# Strings to replace in man pages 222XORGRELSTRING = @PACKAGE_STRING@ 223XORGMANNAME = X Version 11 224MAN_SUBSTS = \ 225 -e 's/__vendorversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' \ 226 -e 's/__libmansuffix__/$(LIB_MAN_SUFFIX)/g' 227 228SUFFIXES = .$(LIB_MAN_SUFFIX) .man 229 230# Generate man page shadow files (Replaces InstallManPageAliases from Imake) 231Xrandr_shadows = \ 232 XRRQueryExtension \ 233 XRRQueryVersion \ 234 XRRGetScreenInfo \ 235 XRRFreeScreenConfigInfo \ 236 XRRSetScreenConfig \ 237 XRRSetScreenConfigAndRate \ 238 XRRConfigRotations \ 239 XRRConfigTimes \ 240 XRRConfigSizes \ 241 XRRConfigRates \ 242 XRRConfigCurrentConfiguration \ 243 XRRConfigCurrentRate \ 244 XRRRootToScreen \ 245 XRRScreenConfig \ 246 XRRConfig \ 247 XRRSelectInput 248 249all: $(BUILT_SOURCES) 250 $(MAKE) $(AM_MAKEFLAGS) all-am 251 252.SUFFIXES: 253.SUFFIXES: .$(LIB_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 && exit 0; \ 260 exit 1;; \ 261 esac; \ 262 done; \ 263 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ 264 cd $(top_srcdir) && \ 265 $(AUTOMAKE) --gnu 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 284mostlyclean-libtool: 285 -rm -f *.lo 286 287clean-libtool: 288 -rm -rf .libs _libs 289install-libmanDATA: $(libman_DATA) 290 @$(NORMAL_INSTALL) 291 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 292 @list='$(libman_DATA)'; for p in $$list; do \ 293 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 294 f=$(am__strip_dir) \ 295 echo " $(libmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(libmandir)/$$f'"; \ 296 $(libmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(libmandir)/$$f"; \ 297 done 298 299uninstall-libmanDATA: 300 @$(NORMAL_UNINSTALL) 301 @list='$(libman_DATA)'; for p in $$list; do \ 302 f=$(am__strip_dir) \ 303 echo " rm -f '$(DESTDIR)$(libmandir)/$$f'"; \ 304 rm -f "$(DESTDIR)$(libmandir)/$$f"; \ 305 done 306tags: TAGS 307TAGS: 308 309ctags: CTAGS 310CTAGS: 311 312 313distdir: $(DISTFILES) 314 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 315 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 316 list='$(DISTFILES)'; \ 317 dist_files=`for file in $$list; do echo $$file; done | \ 318 sed -e "s|^$$srcdirstrip/||;t" \ 319 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 320 case $$dist_files in \ 321 */*) $(MKDIR_P) `echo "$$dist_files" | \ 322 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 323 sort -u` ;; \ 324 esac; \ 325 for file in $$dist_files; do \ 326 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 327 if test -d $$d/$$file; then \ 328 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 329 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 330 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 331 fi; \ 332 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 333 else \ 334 test -f $(distdir)/$$file \ 335 || cp -p $$d/$$file $(distdir)/$$file \ 336 || exit 1; \ 337 fi; \ 338 done 339check-am: all-am 340check: $(BUILT_SOURCES) 341 $(MAKE) $(AM_MAKEFLAGS) check-am 342all-am: Makefile $(DATA) 343installdirs: 344 for dir in "$(DESTDIR)$(libmandir)"; do \ 345 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 346 done 347install: $(BUILT_SOURCES) 348 $(MAKE) $(AM_MAKEFLAGS) install-am 349install-exec: install-exec-am 350install-data: install-data-am 351uninstall: uninstall-am 352 353install-am: all-am 354 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 355 356installcheck: installcheck-am 357install-strip: 358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 359 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 360 `test -z '$(STRIP)' || \ 361 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 362mostlyclean-generic: 363 364clean-generic: 365 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 366 367distclean-generic: 368 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 369 370maintainer-clean-generic: 371 @echo "This command is intended for maintainers to use" 372 @echo "it deletes files that may require special tools to rebuild." 373 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 374clean: clean-am 375 376clean-am: clean-generic clean-libtool mostlyclean-am 377 378distclean: distclean-am 379 -rm -f Makefile 380distclean-am: clean-am distclean-generic 381 382dvi: dvi-am 383 384dvi-am: 385 386html: html-am 387 388info: info-am 389 390info-am: 391 392install-data-am: install-libmanDATA 393 394install-dvi: install-dvi-am 395 396install-exec-am: 397 398install-html: install-html-am 399 400install-info: install-info-am 401 402install-man: 403 404install-pdf: install-pdf-am 405 406install-ps: install-ps-am 407 408installcheck-am: 409 410maintainer-clean: maintainer-clean-am 411 -rm -f Makefile 412maintainer-clean-am: distclean-am maintainer-clean-generic 413 414mostlyclean: mostlyclean-am 415 416mostlyclean-am: mostlyclean-generic mostlyclean-libtool 417 418pdf: pdf-am 419 420pdf-am: 421 422ps: ps-am 423 424ps-am: 425 426uninstall-am: uninstall-libmanDATA 427 428.MAKE: install-am install-strip 429 430.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 431 distclean distclean-generic distclean-libtool distdir dvi \ 432 dvi-am html html-am info info-am install install-am \ 433 install-data install-data-am install-dvi install-dvi-am \ 434 install-exec install-exec-am install-html install-html-am \ 435 install-info install-info-am install-libmanDATA install-man \ 436 install-pdf install-pdf-am install-ps install-ps-am \ 437 install-strip installcheck installcheck-am installdirs \ 438 maintainer-clean maintainer-clean-generic mostlyclean \ 439 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 440 uninstall uninstall-am uninstall-libmanDATA 441 442 443.man.$(LIB_MAN_SUFFIX): 444 sed $(MAN_SUBSTS) < $< > $@ 445 446shadows.DONE: 447 -rm -f $(Xrandr_shadows:=.@LIB_MAN_SUFFIX@) 448 (for i in $(Xrandr_shadows:=.@LIB_MAN_SUFFIX@) ; do \ 449 echo .so man$(LIB_MAN_DIR_SUFFIX)/Xrandr.$(LIB_MAN_SUFFIX) > $$i; \ 450 done) 451# Tell versions [3.59,3.63) of GNU make to not export all variables. 452# Otherwise a system limit (for SysV at least) may be exceeded. 453.NOEXPORT: 454