Makefile.in revision 37eb1ca1
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 2005 Sun Microsystems, Inc. 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@ 60 61# Generate man pages and shadow pages from .txt and then from DocBook XML 62@HAVE_DOCTOOLS_TRUE@am__append_1 = .txt .xml 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)/src/config.h 71CONFIG_CLEAN_FILES = 72CONFIG_CLEAN_VPATH_FILES = 73AM_V_GEN = $(am__v_GEN_$(V)) 74am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 75am__v_GEN_0 = @echo " GEN " $@; 76AM_V_at = $(am__v_at_$(V)) 77am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 78am__v_at_0 = @ 79SOURCES = 80DIST_SOURCES = 81am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 82am__vpath_adj = case $$p in \ 83 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 84 *) f=$$p;; \ 85 esac; 86am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 87am__install_max = 40 88am__nobase_strip_setup = \ 89 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 90am__nobase_strip = \ 91 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 92am__nobase_list = $(am__nobase_strip_setup); \ 93 for p in $$list; do echo "$$p $$p"; done | \ 94 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 95 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 96 if (++n[$$2] == $(am__install_max)) \ 97 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 98 END { for (dir in files) print dir, files[dir] }' 99am__base_list = \ 100 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 101 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 102am__installdirs = "$(DESTDIR)$(libmandir)" 103DATA = $(libman_DATA) 104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 105ACLOCAL = @ACLOCAL@ 106ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 107ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 108AMTAR = @AMTAR@ 109AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 110APP_MAN_DIR = @APP_MAN_DIR@ 111APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 112AR = @AR@ 113ASCIIDOC = @ASCIIDOC@ 114AUTOCONF = @AUTOCONF@ 115AUTOHEADER = @AUTOHEADER@ 116AUTOMAKE = @AUTOMAKE@ 117AWK = @AWK@ 118CC = @CC@ 119CCDEPMODE = @CCDEPMODE@ 120CFLAGS = @CFLAGS@ 121CHANGELOG_CMD = @CHANGELOG_CMD@ 122CPP = @CPP@ 123CPPFLAGS = @CPPFLAGS@ 124CWARNFLAGS = @CWARNFLAGS@ 125CYGPATH_W = @CYGPATH_W@ 126DEFS = @DEFS@ 127DEPDIR = @DEPDIR@ 128DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 129DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 130DSYMUTIL = @DSYMUTIL@ 131DUMPBIN = @DUMPBIN@ 132ECHO_C = @ECHO_C@ 133ECHO_N = @ECHO_N@ 134ECHO_T = @ECHO_T@ 135EGREP = @EGREP@ 136EXEEXT = @EXEEXT@ 137FGREP = @FGREP@ 138FILE_MAN_DIR = @FILE_MAN_DIR@ 139FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 140FOP = @FOP@ 141GREP = @GREP@ 142INSTALL = @INSTALL@ 143INSTALL_CMD = @INSTALL_CMD@ 144INSTALL_DATA = @INSTALL_DATA@ 145INSTALL_PROGRAM = @INSTALL_PROGRAM@ 146INSTALL_SCRIPT = @INSTALL_SCRIPT@ 147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 148LD = @LD@ 149LDFLAGS = @LDFLAGS@ 150LIBOBJS = @LIBOBJS@ 151LIBS = @LIBS@ 152LIBTOOL = @LIBTOOL@ 153LIB_MAN_DIR = @LIB_MAN_DIR@ 154LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 155LIPO = @LIPO@ 156LN_S = @LN_S@ 157LTLIBOBJS = @LTLIBOBJS@ 158MAINT = @MAINT@ 159MAKEINFO = @MAKEINFO@ 160MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 161 162# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 163# Unable to use __libmansuffix__ as underscores are lost in txt --> xml conversion 164MAN_SUBSTS = @MAN_SUBSTS@ -e 's/libmansuffix/$(LIB_MAN_SUFFIX)/g' 165MISC_MAN_DIR = @MISC_MAN_DIR@ 166MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 167MKDIR_P = @MKDIR_P@ 168NM = @NM@ 169NMEDIT = @NMEDIT@ 170OBJDUMP = @OBJDUMP@ 171OBJEXT = @OBJEXT@ 172OTOOL = @OTOOL@ 173OTOOL64 = @OTOOL64@ 174PACKAGE = @PACKAGE@ 175PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 176PACKAGE_NAME = @PACKAGE_NAME@ 177PACKAGE_STRING = @PACKAGE_STRING@ 178PACKAGE_TARNAME = @PACKAGE_TARNAME@ 179PACKAGE_URL = @PACKAGE_URL@ 180PACKAGE_VERSION = @PACKAGE_VERSION@ 181PATH_SEPARATOR = @PATH_SEPARATOR@ 182PKG_CONFIG = @PKG_CONFIG@ 183PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 184PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 185RANLIB = @RANLIB@ 186SED = @SED@ 187SET_MAKE = @SET_MAKE@ 188SHELL = @SHELL@ 189STRIP = @STRIP@ 190STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 191VERSION = @VERSION@ 192XI_CFLAGS = @XI_CFLAGS@ 193XI_LIBS = @XI_LIBS@ 194XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 195XMLTO = @XMLTO@ 196XORG_MAN_PAGE = @XORG_MAN_PAGE@ 197XORG_SGML_PATH = @XORG_SGML_PATH@ 198XSL_STYLESHEET = @XSL_STYLESHEET@ 199XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 200abs_builddir = @abs_builddir@ 201abs_srcdir = @abs_srcdir@ 202abs_top_builddir = @abs_top_builddir@ 203abs_top_srcdir = @abs_top_srcdir@ 204ac_ct_CC = @ac_ct_CC@ 205ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 206am__include = @am__include@ 207am__leading_dot = @am__leading_dot@ 208am__quote = @am__quote@ 209am__tar = @am__tar@ 210am__untar = @am__untar@ 211bindir = @bindir@ 212build = @build@ 213build_alias = @build_alias@ 214build_cpu = @build_cpu@ 215build_os = @build_os@ 216build_vendor = @build_vendor@ 217builddir = @builddir@ 218datadir = @datadir@ 219datarootdir = @datarootdir@ 220docdir = @docdir@ 221dvidir = @dvidir@ 222exec_prefix = @exec_prefix@ 223host = @host@ 224host_alias = @host_alias@ 225host_cpu = @host_cpu@ 226host_os = @host_os@ 227host_vendor = @host_vendor@ 228htmldir = @htmldir@ 229includedir = @includedir@ 230infodir = @infodir@ 231install_sh = @install_sh@ 232libdir = @libdir@ 233libexecdir = @libexecdir@ 234localedir = @localedir@ 235localstatedir = @localstatedir@ 236mandir = @mandir@ 237mkdir_p = @mkdir_p@ 238oldincludedir = @oldincludedir@ 239pdfdir = @pdfdir@ 240prefix = @prefix@ 241program_transform_name = @program_transform_name@ 242psdir = @psdir@ 243sbindir = @sbindir@ 244sharedstatedir = @sharedstatedir@ 245srcdir = @srcdir@ 246sysconfdir = @sysconfdir@ 247target_alias = @target_alias@ 248top_build_prefix = @top_build_prefix@ 249top_builddir = @top_builddir@ 250top_srcdir = @top_srcdir@ 251libmandir = $(LIB_MAN_DIR) 252 253# Source files for X Input v2 man pages 254XI2_txt = \ 255 XIChangeHierarchy.txt \ 256 XIDefineCursor.txt \ 257 XIGrabButton.txt \ 258 XIGrabDevice.txt \ 259 XIGrabEnter.txt \ 260 XIQueryDevice.txt \ 261 XIQueryPointer.txt \ 262 XIQueryVersion.txt \ 263 XISelectEvents.txt \ 264 XISetClientPointer.txt \ 265 XISetFocus.txt \ 266 XIWarpPointer.txt \ 267 XIListProperties.txt \ 268 XIChangeProperty.txt 269 270 271# Source files for X Input v1 man pages 272libman_txt = \ 273 XAllowDeviceEvents.txt \ 274 XChangeDeviceDontPropagateList.txt \ 275 XChangeKeyboardDevice.txt \ 276 XChangePointerDevice.txt \ 277 XDeviceBell.txt \ 278 XGetDeviceControl.txt \ 279 XGetDeviceKeyMapping.txt \ 280 XGetDeviceModifierMapping.txt \ 281 XGetDeviceMotionEvents.txt \ 282 XGetDeviceProperty.txt \ 283 XGetExtensionVersion.txt \ 284 XGetFeedbackControl.txt \ 285 XGrabDeviceButton.txt \ 286 XGrabDeviceKey.txt \ 287 XGrabDevice.txt \ 288 XListDeviceProperties.txt \ 289 XListInputDevices.txt \ 290 XOpenDevice.txt \ 291 XQueryDeviceState.txt \ 292 XSelectExtensionEvent.txt \ 293 XSendExtensionEvent.txt \ 294 XSetDeviceButtonMapping.txt \ 295 XSetDeviceFocus.txt \ 296 XSetDeviceMode.txt \ 297 XSetDeviceValuators.txt \ 298 $(XI2_txt) 299 300 301# Name of DocBook XML files generated from .txt files by asciidoc 302libman_xml = $(libman_txt:.txt=.xml) 303 304# Shadow man pages are simply links to a main man page. 305# They are created by the xmlto command when generating man pages from DocBook 306# The shadow man page contains a gtroff .so request to include the main man page 307XI2_shadows = \ 308 XIUndefineCursor.man \ 309 XIUngrabButton.man \ 310 XIGrabKeycode.man \ 311 XIUngrabKeycode.man \ 312 XIUngrabDevice.man \ 313 XIUngrabEnter.man \ 314 XIGrabFocusIn.man \ 315 XIUngrabFocusIn.man \ 316 XIGetClientPointer.man \ 317 XIGetFocus.man \ 318 XIGetSelectedEvents.man \ 319 XIDeleteProperty.man \ 320 XIGetProperty.man \ 321 XIFreeDeviceInfo.man 322 323libman_shadows = \ 324 XGetDeviceDontPropagateList.man \ 325 XChangeDeviceControl.man \ 326 XChangeDeviceKeyMapping.man \ 327 XSetDeviceModifierMapping.man \ 328 XChangeFeedbackControl.man \ 329 XUngrabDeviceButton.man \ 330 XUngrabDeviceKey.man \ 331 XUngrabDevice.man \ 332 XDeviceTimeCoord.man \ 333 XFreeDeviceList.man \ 334 XCloseDevice.man \ 335 XGetSelectedExtensionEvents.man \ 336 XGetDeviceButtonMapping.man \ 337 XGetDeviceFocus.man \ 338 XChangeDeviceProperty.man \ 339 XDeleteDeviceProperty.man \ 340 $(XI2_shadows) 341 342 343# Name of man page files generated from DocBook XML files by xmlto 344libman_PRE = $(libman_txt:.txt=.man) $(libman_shadows) 345@INSTALL_MANPAGES_TRUE@libman_DATA = $(libman_PRE:.man=.$(LIB_MAN_SUFFIX)) 346EXTRA_DIST = $(libman_txt) $(libman_PRE) 347CLEANFILES = $(libman_DATA) *.libmansuffix 348MAINTAINERCLEANFILES = $(libman_PRE) *.xml 349SUFFIXES = .man .$(LIB_MAN_SUFFIX) $(am__append_1) 350all: all-am 351 352.SUFFIXES: 353.SUFFIXES: .man .$(LIB_MAN_SUFFIX) .txt .xml 354$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 355 @for dep in $?; do \ 356 case '$(am__configure_deps)' in \ 357 *$$dep*) \ 358 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 359 && { if test -f $@; then exit 0; else break; fi; }; \ 360 exit 1;; \ 361 esac; \ 362 done; \ 363 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 364 $(am__cd) $(top_srcdir) && \ 365 $(AUTOMAKE) --foreign man/Makefile 366.PRECIOUS: Makefile 367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 368 @case '$?' in \ 369 *config.status*) \ 370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 371 *) \ 372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 373 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 374 esac; 375 376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 378 379$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 381$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 383$(am__aclocal_m4_deps): 384 385mostlyclean-libtool: 386 -rm -f *.lo 387 388clean-libtool: 389 -rm -rf .libs _libs 390install-libmanDATA: $(libman_DATA) 391 @$(NORMAL_INSTALL) 392 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 393 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 394 for p in $$list; do \ 395 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 396 echo "$$d$$p"; \ 397 done | $(am__base_list) | \ 398 while read files; do \ 399 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 400 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 401 done 402 403uninstall-libmanDATA: 404 @$(NORMAL_UNINSTALL) 405 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 406 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 407 test -n "$$files" || exit 0; \ 408 echo " ( cd '$(DESTDIR)$(libmandir)' && rm -f" $$files ")"; \ 409 cd "$(DESTDIR)$(libmandir)" && rm -f $$files 410tags: TAGS 411TAGS: 412 413ctags: CTAGS 414CTAGS: 415 416 417distdir: $(DISTFILES) 418 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 419 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 420 list='$(DISTFILES)'; \ 421 dist_files=`for file in $$list; do echo $$file; done | \ 422 sed -e "s|^$$srcdirstrip/||;t" \ 423 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 424 case $$dist_files in \ 425 */*) $(MKDIR_P) `echo "$$dist_files" | \ 426 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 427 sort -u` ;; \ 428 esac; \ 429 for file in $$dist_files; do \ 430 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 431 if test -d $$d/$$file; then \ 432 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 433 if test -d "$(distdir)/$$file"; then \ 434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 435 fi; \ 436 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 437 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 439 fi; \ 440 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 441 else \ 442 test -f "$(distdir)/$$file" \ 443 || cp -p $$d/$$file "$(distdir)/$$file" \ 444 || exit 1; \ 445 fi; \ 446 done 447check-am: all-am 448check: check-am 449all-am: Makefile $(DATA) 450installdirs: 451 for dir in "$(DESTDIR)$(libmandir)"; do \ 452 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 453 done 454install: install-am 455install-exec: install-exec-am 456install-data: install-data-am 457uninstall: uninstall-am 458 459install-am: all-am 460 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 461 462installcheck: installcheck-am 463install-strip: 464 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 465 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 466 `test -z '$(STRIP)' || \ 467 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 468mostlyclean-generic: 469 470clean-generic: 471 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 472 473distclean-generic: 474 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 475 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 476 477maintainer-clean-generic: 478 @echo "This command is intended for maintainers to use" 479 @echo "it deletes files that may require special tools to rebuild." 480 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 481clean: clean-am 482 483clean-am: clean-generic clean-libtool mostlyclean-am 484 485distclean: distclean-am 486 -rm -f Makefile 487distclean-am: clean-am distclean-generic 488 489dvi: dvi-am 490 491dvi-am: 492 493html: html-am 494 495html-am: 496 497info: info-am 498 499info-am: 500 501install-data-am: install-libmanDATA 502 503install-dvi: install-dvi-am 504 505install-dvi-am: 506 507install-exec-am: 508 509install-html: install-html-am 510 511install-html-am: 512 513install-info: install-info-am 514 515install-info-am: 516 517install-man: 518 519install-pdf: install-pdf-am 520 521install-pdf-am: 522 523install-ps: install-ps-am 524 525install-ps-am: 526 527installcheck-am: 528 529maintainer-clean: maintainer-clean-am 530 -rm -f Makefile 531maintainer-clean-am: distclean-am maintainer-clean-generic 532 533mostlyclean: mostlyclean-am 534 535mostlyclean-am: mostlyclean-generic mostlyclean-libtool 536 537pdf: pdf-am 538 539pdf-am: 540 541ps: ps-am 542 543ps-am: 544 545uninstall-am: uninstall-libmanDATA 546 547.MAKE: install-am install-strip 548 549.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 550 distclean distclean-generic distclean-libtool distdir dvi \ 551 dvi-am html html-am info info-am install install-am \ 552 install-data install-data-am install-dvi install-dvi-am \ 553 install-exec install-exec-am install-html install-html-am \ 554 install-info install-info-am install-libmanDATA install-man \ 555 install-pdf install-pdf-am install-ps install-ps-am \ 556 install-strip installcheck installcheck-am installdirs \ 557 maintainer-clean maintainer-clean-generic mostlyclean \ 558 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 559 uninstall uninstall-am uninstall-libmanDATA 560 561 562# Dependencies for X Input v1 shadow pages 563XGetDeviceDontPropagateList.man: XChangeDeviceDontPropagateList.man 564XChangeDeviceControl.man: XGetDeviceControl.man 565XChangeDeviceKeyMapping.man: XGetDeviceKeyMapping.man 566XSetDeviceModifierMapping.man: XGetDeviceModifierMapping.man 567XDeviceTimeCoord.man: XGetDeviceMotionEvents.man 568XChangeFeedbackControl.man: XGetFeedbackControl.man 569XUngrabDeviceButton.man: XGrabDeviceButton.man 570XUngrabDeviceKey.man: XGrabDeviceKey.man 571XUngrabDevice.man: XGrabDevice.man 572XFreeDeviceList.man: XListInputDevices.man 573XCloseDevice.man: XOpenDevice.man 574XGetSelectedExtensionEvents.man: XSelectExtensionEvent.man 575XGetDeviceButtonMapping.man: XSetDeviceButtonMapping.man 576XGetDeviceFocus.man: XSetDeviceFocus.man 577XChangeDeviceProperty.man: XGetDeviceProperty.man 578XDeleteDeviceProperty.man: XGetDeviceProperty.man 579 580# Dependencies for X Input v2 shadow pages 581XIUndefineCursor.man: XIDefineCursor.man 582XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man: XIGrabButton.man 583XIGetClientPointer.man: XISetClientPointer.man 584XIGetFocus.man: XISetFocus.man 585XIUngrabDevice.man: XIGrabDevice.man 586XIGetProperty.man: XIChangeProperty.man 587XIDeleteProperty.man: XIChangeProperty.man 588XIUngrabEnter.man XIGrabFocusIn.man XIUngrabFocusIn.man: XIGrabEnter.man 589XIGetSelectedEvents.man: XISelectEvents.man 590XIFreeDeviceInfo.man: XIQueryDevice.man 591.man.$(LIB_MAN_SUFFIX): 592 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 593@HAVE_DOCTOOLS_TRUE@.txt.xml: 594@HAVE_DOCTOOLS_TRUE@ $(AM_V_GEN)$(ASCIIDOC) -b docbook -d manpage -o $@ $< 595@HAVE_DOCTOOLS_TRUE@.xml.man: 596@HAVE_DOCTOOLS_TRUE@ $(AM_V_GEN)$(XMLTO) man $< 597@HAVE_DOCTOOLS_TRUE@ $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@ 598 599# Invoke asciidoc/xmlto main man page generation for shadow pages 600@HAVE_DOCTOOLS_TRUE@$(libman_shadows): 601@HAVE_DOCTOOLS_TRUE@ @if test ! -f $(@:.man=.libmansuffix); then \ 602@HAVE_DOCTOOLS_TRUE@ $(AM_V_GEN)rm -f $<; \ 603@HAVE_DOCTOOLS_TRUE@ $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) $< || exit 1; \ 604@HAVE_DOCTOOLS_TRUE@ fi 605@HAVE_DOCTOOLS_TRUE@ $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@ 606 607# Tell versions [3.59,3.63) of GNU make to not export all variables. 608# Otherwise a system limit (for SysV at least) may be exceeded. 609.NOEXPORT: 610