Makefile.in revision 521070a0
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 (c) 2005, Oracle and/or its affiliates. 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)$(libmandir)" 100DATA = $(libman_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@ 124DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 125DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 126DSYMUTIL = @DSYMUTIL@ 127DUMPBIN = @DUMPBIN@ 128ECHO_C = @ECHO_C@ 129ECHO_N = @ECHO_N@ 130ECHO_T = @ECHO_T@ 131EGREP = @EGREP@ 132EXEEXT = @EXEEXT@ 133FGREP = @FGREP@ 134FILE_MAN_DIR = @FILE_MAN_DIR@ 135FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 136FIXESEXT_CFLAGS = @FIXESEXT_CFLAGS@ 137FIXESEXT_LIBS = @FIXESEXT_LIBS@ 138FIXESEXT_VERSION = @FIXESEXT_VERSION@ 139GREP = @GREP@ 140INSTALL = @INSTALL@ 141INSTALL_CMD = @INSTALL_CMD@ 142INSTALL_DATA = @INSTALL_DATA@ 143INSTALL_PROGRAM = @INSTALL_PROGRAM@ 144INSTALL_SCRIPT = @INSTALL_SCRIPT@ 145INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 146LD = @LD@ 147LDFLAGS = @LDFLAGS@ 148LIBOBJS = @LIBOBJS@ 149LIBS = @LIBS@ 150LIBTOOL = @LIBTOOL@ 151LIB_MAN_DIR = @LIB_MAN_DIR@ 152LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 153LIPO = @LIPO@ 154LN_S = @LN_S@ 155LTLIBOBJS = @LTLIBOBJS@ 156MAINT = @MAINT@ 157MAKEINFO = @MAKEINFO@ 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@ 177RANLIB = @RANLIB@ 178SED = @SED@ 179SET_MAKE = @SET_MAKE@ 180SHELL = @SHELL@ 181STRIP = @STRIP@ 182VERSION = @VERSION@ 183XORG_MAN_PAGE = @XORG_MAN_PAGE@ 184abs_builddir = @abs_builddir@ 185abs_srcdir = @abs_srcdir@ 186abs_top_builddir = @abs_top_builddir@ 187abs_top_srcdir = @abs_top_srcdir@ 188ac_ct_CC = @ac_ct_CC@ 189ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 190am__include = @am__include@ 191am__leading_dot = @am__leading_dot@ 192am__quote = @am__quote@ 193am__tar = @am__tar@ 194am__untar = @am__untar@ 195bindir = @bindir@ 196build = @build@ 197build_alias = @build_alias@ 198build_cpu = @build_cpu@ 199build_os = @build_os@ 200build_vendor = @build_vendor@ 201builddir = @builddir@ 202datadir = @datadir@ 203datarootdir = @datarootdir@ 204docdir = @docdir@ 205dvidir = @dvidir@ 206exec_prefix = @exec_prefix@ 207host = @host@ 208host_alias = @host_alias@ 209host_cpu = @host_cpu@ 210host_os = @host_os@ 211host_vendor = @host_vendor@ 212htmldir = @htmldir@ 213includedir = @includedir@ 214infodir = @infodir@ 215install_sh = @install_sh@ 216libdir = @libdir@ 217libexecdir = @libexecdir@ 218localedir = @localedir@ 219localstatedir = @localstatedir@ 220lt_ECHO = @lt_ECHO@ 221mandir = @mandir@ 222mkdir_p = @mkdir_p@ 223oldincludedir = @oldincludedir@ 224pdfdir = @pdfdir@ 225prefix = @prefix@ 226program_transform_name = @program_transform_name@ 227psdir = @psdir@ 228sbindir = @sbindir@ 229sharedstatedir = @sharedstatedir@ 230srcdir = @srcdir@ 231sysconfdir = @sysconfdir@ 232target_alias = @target_alias@ 233top_build_prefix = @top_build_prefix@ 234top_builddir = @top_builddir@ 235top_srcdir = @top_srcdir@ 236libmandir = $(LIB_MAN_DIR) 237libman_PRE = Xfixes.man 238libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 239EXTRA_DIST = $(libman_PRE) 240CLEANFILES = $(libman_DATA) 241 242# String replacements for man pages now come from xorg-macros.m4 via configure 243SUFFIXES = .$(LIB_MAN_SUFFIX) .man 244all: all-am 245 246.SUFFIXES: 247.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 248$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 249 @for dep in $?; do \ 250 case '$(am__configure_deps)' in \ 251 *$$dep*) \ 252 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 253 && { if test -f $@; then exit 0; else break; fi; }; \ 254 exit 1;; \ 255 esac; \ 256 done; \ 257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 258 $(am__cd) $(top_srcdir) && \ 259 $(AUTOMAKE) --foreign man/Makefile 260.PRECIOUS: Makefile 261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 262 @case '$?' in \ 263 *config.status*) \ 264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 265 *) \ 266 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 267 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 268 esac; 269 270$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 272 273$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 275$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 277$(am__aclocal_m4_deps): 278 279mostlyclean-libtool: 280 -rm -f *.lo 281 282clean-libtool: 283 -rm -rf .libs _libs 284install-libmanDATA: $(libman_DATA) 285 @$(NORMAL_INSTALL) 286 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 287 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 288 for p in $$list; do \ 289 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 290 echo "$$d$$p"; \ 291 done | $(am__base_list) | \ 292 while read files; do \ 293 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 294 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 295 done 296 297uninstall-libmanDATA: 298 @$(NORMAL_UNINSTALL) 299 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 300 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 301 test -n "$$files" || exit 0; \ 302 echo " ( cd '$(DESTDIR)$(libmandir)' && rm -f" $$files ")"; \ 303 cd "$(DESTDIR)$(libmandir)" && rm -f $$files 304tags: TAGS 305TAGS: 306 307ctags: CTAGS 308CTAGS: 309 310 311distdir: $(DISTFILES) 312 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 313 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 314 list='$(DISTFILES)'; \ 315 dist_files=`for file in $$list; do echo $$file; done | \ 316 sed -e "s|^$$srcdirstrip/||;t" \ 317 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 318 case $$dist_files in \ 319 */*) $(MKDIR_P) `echo "$$dist_files" | \ 320 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 321 sort -u` ;; \ 322 esac; \ 323 for file in $$dist_files; do \ 324 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 325 if test -d $$d/$$file; then \ 326 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 327 if test -d "$(distdir)/$$file"; then \ 328 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 329 fi; \ 330 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 331 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 332 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 333 fi; \ 334 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 335 else \ 336 test -f "$(distdir)/$$file" \ 337 || cp -p $$d/$$file "$(distdir)/$$file" \ 338 || exit 1; \ 339 fi; \ 340 done 341check-am: all-am 342check: check-am 343all-am: Makefile $(DATA) 344installdirs: 345 for dir in "$(DESTDIR)$(libmandir)"; do \ 346 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 347 done 348install: 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 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 370 371maintainer-clean-generic: 372 @echo "This command is intended for maintainers to use" 373 @echo "it deletes files that may require special tools to rebuild." 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 388html-am: 389 390info: info-am 391 392info-am: 393 394install-data-am: install-libmanDATA 395 396install-dvi: install-dvi-am 397 398install-dvi-am: 399 400install-exec-am: 401 402install-html: install-html-am 403 404install-html-am: 405 406install-info: install-info-am 407 408install-info-am: 409 410install-man: 411 412install-pdf: install-pdf-am 413 414install-pdf-am: 415 416install-ps: install-ps-am 417 418install-ps-am: 419 420installcheck-am: 421 422maintainer-clean: maintainer-clean-am 423 -rm -f Makefile 424maintainer-clean-am: distclean-am maintainer-clean-generic 425 426mostlyclean: mostlyclean-am 427 428mostlyclean-am: mostlyclean-generic mostlyclean-libtool 429 430pdf: pdf-am 431 432pdf-am: 433 434ps: ps-am 435 436ps-am: 437 438uninstall-am: uninstall-libmanDATA 439 440.MAKE: install-am install-strip 441 442.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 443 distclean distclean-generic distclean-libtool distdir dvi \ 444 dvi-am html html-am info info-am install install-am \ 445 install-data install-data-am install-dvi install-dvi-am \ 446 install-exec install-exec-am install-html install-html-am \ 447 install-info install-info-am install-libmanDATA install-man \ 448 install-pdf install-pdf-am install-ps install-ps-am \ 449 install-strip installcheck installcheck-am installdirs \ 450 maintainer-clean maintainer-clean-generic mostlyclean \ 451 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 452 uninstall uninstall-am uninstall-libmanDATA 453 454 455.man.$(LIB_MAN_SUFFIX): 456 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 457 458# Tell versions [3.59,3.63) of GNU make to not export all variables. 459# Otherwise a system limit (for SysV at least) may be exceeded. 460.NOEXPORT: 461