1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 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 (c) 2007, Oracle and/or its affiliates. All rights reserved. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# the rights to use, copy, modify, merge, publish, distribute, sublicense, 24# and/or sell copies of the Software, and to permit persons to whom the 25# Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37# DEALINGS IN THE SOFTWARE. 38# 39 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = man 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 120mkinstalldirs = $(install_sh) -d 121CONFIG_HEADER = $(top_builddir)/config.h 122CONFIG_CLEAN_FILES = 123CONFIG_CLEAN_VPATH_FILES = 124AM_V_P = $(am__v_P_@AM_V@) 125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126am__v_P_0 = false 127am__v_P_1 = : 128AM_V_GEN = $(am__v_GEN_@AM_V@) 129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130am__v_GEN_0 = @echo " GEN " $@; 131am__v_GEN_1 = 132AM_V_at = $(am__v_at_@AM_V@) 133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134am__v_at_0 = @ 135am__v_at_1 = 136SOURCES = 137DIST_SOURCES = 138am__can_run_installinfo = \ 139 case $$AM_UPDATE_INFO_DIR in \ 140 n|no|NO) false;; \ 141 *) (install-info --version) >/dev/null 2>&1;; \ 142 esac 143am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 144am__vpath_adj = case $$p in \ 145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 146 *) f=$$p;; \ 147 esac; 148am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 149am__install_max = 40 150am__nobase_strip_setup = \ 151 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 152am__nobase_strip = \ 153 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 154am__nobase_list = $(am__nobase_strip_setup); \ 155 for p in $$list; do echo "$$p $$p"; done | \ 156 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 157 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 158 if (++n[$$2] == $(am__install_max)) \ 159 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 160 END { for (dir in files) print dir, files[dir] }' 161am__base_list = \ 162 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 163 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 164am__uninstall_files_from_dir = { \ 165 test -z "$$files" \ 166 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 167 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 168 $(am__cd) "$$dir" && rm -f $$files; }; \ 169 } 170am__installdirs = "$(DESTDIR)$(libmandir)" 171DATA = $(libman_DATA) 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173am__DIST_COMMON = $(srcdir)/Makefile.in 174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 175ACLOCAL = @ACLOCAL@ 176ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 177ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 178AMTAR = @AMTAR@ 179AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 180APP_MAN_DIR = @APP_MAN_DIR@ 181APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 182AR = @AR@ 183AUTOCONF = @AUTOCONF@ 184AUTOHEADER = @AUTOHEADER@ 185AUTOMAKE = @AUTOMAKE@ 186AWK = @AWK@ 187BASE_CFLAGS = @BASE_CFLAGS@ 188CC = @CC@ 189CCDEPMODE = @CCDEPMODE@ 190CFLAGS = @CFLAGS@ 191CHANGELOG_CMD = @CHANGELOG_CMD@ 192CPPFLAGS = @CPPFLAGS@ 193CSCOPE = @CSCOPE@ 194CTAGS = @CTAGS@ 195CWARNFLAGS = @CWARNFLAGS@ 196CYGPATH_W = @CYGPATH_W@ 197DEFS = @DEFS@ 198DEPDIR = @DEPDIR@ 199DLLTOOL = @DLLTOOL@ 200DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 201DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 202DSYMUTIL = @DSYMUTIL@ 203DUMPBIN = @DUMPBIN@ 204ECHO_C = @ECHO_C@ 205ECHO_N = @ECHO_N@ 206ECHO_T = @ECHO_T@ 207EGREP = @EGREP@ 208ETAGS = @ETAGS@ 209EXEEXT = @EXEEXT@ 210FGREP = @FGREP@ 211FILECMD = @FILECMD@ 212FILE_MAN_DIR = @FILE_MAN_DIR@ 213FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 214GREP = @GREP@ 215INSTALL = @INSTALL@ 216INSTALL_CMD = @INSTALL_CMD@ 217INSTALL_DATA = @INSTALL_DATA@ 218INSTALL_PROGRAM = @INSTALL_PROGRAM@ 219INSTALL_SCRIPT = @INSTALL_SCRIPT@ 220INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 221LD = @LD@ 222LDFLAGS = @LDFLAGS@ 223LIBOBJS = @LIBOBJS@ 224LIBS = @LIBS@ 225LIBTOOL = @LIBTOOL@ 226LIB_MAN_DIR = @LIB_MAN_DIR@ 227LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 228LINT = @LINT@ 229LINT_FLAGS = @LINT_FLAGS@ 230LIPO = @LIPO@ 231LN_S = @LN_S@ 232LTLIBOBJS = @LTLIBOBJS@ 233LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 234MAKEINFO = @MAKEINFO@ 235MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 236MANIFEST_TOOL = @MANIFEST_TOOL@ 237MAN_SUBSTS = @MAN_SUBSTS@ 238MISC_MAN_DIR = @MISC_MAN_DIR@ 239MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 240MKDIR_P = @MKDIR_P@ 241NM = @NM@ 242NMEDIT = @NMEDIT@ 243OBJDUMP = @OBJDUMP@ 244OBJEXT = @OBJEXT@ 245OTOOL = @OTOOL@ 246OTOOL64 = @OTOOL64@ 247PACKAGE = @PACKAGE@ 248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 249PACKAGE_NAME = @PACKAGE_NAME@ 250PACKAGE_STRING = @PACKAGE_STRING@ 251PACKAGE_TARNAME = @PACKAGE_TARNAME@ 252PACKAGE_URL = @PACKAGE_URL@ 253PACKAGE_VERSION = @PACKAGE_VERSION@ 254PATH_SEPARATOR = @PATH_SEPARATOR@ 255PKG_CONFIG = @PKG_CONFIG@ 256PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 257PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 258RANLIB = @RANLIB@ 259SED = @SED@ 260SET_MAKE = @SET_MAKE@ 261SHELL = @SHELL@ 262STRICT_CFLAGS = @STRICT_CFLAGS@ 263STRIP = @STRIP@ 264VERSION = @VERSION@ 265XINERAMA_CFLAGS = @XINERAMA_CFLAGS@ 266XINERAMA_LIBS = @XINERAMA_LIBS@ 267XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 268XORG_MAN_PAGE = @XORG_MAN_PAGE@ 269XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 270abs_builddir = @abs_builddir@ 271abs_srcdir = @abs_srcdir@ 272abs_top_builddir = @abs_top_builddir@ 273abs_top_srcdir = @abs_top_srcdir@ 274ac_ct_AR = @ac_ct_AR@ 275ac_ct_CC = @ac_ct_CC@ 276ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 277am__include = @am__include@ 278am__leading_dot = @am__leading_dot@ 279am__quote = @am__quote@ 280am__tar = @am__tar@ 281am__untar = @am__untar@ 282bindir = @bindir@ 283build = @build@ 284build_alias = @build_alias@ 285build_cpu = @build_cpu@ 286build_os = @build_os@ 287build_vendor = @build_vendor@ 288builddir = @builddir@ 289datadir = @datadir@ 290datarootdir = @datarootdir@ 291docdir = @docdir@ 292dvidir = @dvidir@ 293exec_prefix = @exec_prefix@ 294host = @host@ 295host_alias = @host_alias@ 296host_cpu = @host_cpu@ 297host_os = @host_os@ 298host_vendor = @host_vendor@ 299htmldir = @htmldir@ 300includedir = @includedir@ 301infodir = @infodir@ 302install_sh = @install_sh@ 303libdir = @libdir@ 304libexecdir = @libexecdir@ 305localedir = @localedir@ 306localstatedir = @localstatedir@ 307mandir = @mandir@ 308mkdir_p = @mkdir_p@ 309oldincludedir = @oldincludedir@ 310pdfdir = @pdfdir@ 311prefix = @prefix@ 312program_transform_name = @program_transform_name@ 313psdir = @psdir@ 314runstatedir = @runstatedir@ 315sbindir = @sbindir@ 316sharedstatedir = @sharedstatedir@ 317srcdir = @srcdir@ 318sysconfdir = @sysconfdir@ 319target_alias = @target_alias@ 320top_build_prefix = @top_build_prefix@ 321top_builddir = @top_builddir@ 322top_srcdir = @top_srcdir@ 323libmandir = $(LIB_MAN_DIR) 324libman_PRE = \ 325 Xinerama.man \ 326 $(Xinerama_shadows:=.man) 327 328Xinerama_shadows = \ 329 XineramaQueryExtension \ 330 XineramaQueryVersion \ 331 XineramaIsActive \ 332 XineramaQueryScreens 333 334EXTRA_DIST = $(libman_PRE) 335CLEANFILES = $(libman_DATA) 336libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 337SUFFIXES = .$(LIB_MAN_SUFFIX) .man 338all: all-am 339 340.SUFFIXES: 341.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 342$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 343 @for dep in $?; do \ 344 case '$(am__configure_deps)' in \ 345 *$$dep*) \ 346 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 347 && { if test -f $@; then exit 0; else break; fi; }; \ 348 exit 1;; \ 349 esac; \ 350 done; \ 351 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 352 $(am__cd) $(top_srcdir) && \ 353 $(AUTOMAKE) --foreign man/Makefile 354Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 355 @case '$?' in \ 356 *config.status*) \ 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 358 *) \ 359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 360 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 361 esac; 362 363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 365 366$(top_srcdir)/configure: $(am__configure_deps) 367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 368$(ACLOCAL_M4): $(am__aclocal_m4_deps) 369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 370$(am__aclocal_m4_deps): 371 372mostlyclean-libtool: 373 -rm -f *.lo 374 375clean-libtool: 376 -rm -rf .libs _libs 377install-libmanDATA: $(libman_DATA) 378 @$(NORMAL_INSTALL) 379 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 380 if test -n "$$list"; then \ 381 echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \ 382 $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \ 383 fi; \ 384 for p in $$list; do \ 385 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 386 echo "$$d$$p"; \ 387 done | $(am__base_list) | \ 388 while read files; do \ 389 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 390 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 391 done 392 393uninstall-libmanDATA: 394 @$(NORMAL_UNINSTALL) 395 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 396 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 397 dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir) 398tags TAGS: 399 400ctags CTAGS: 401 402cscope cscopelist: 403 404distdir: $(BUILT_SOURCES) 405 $(MAKE) $(AM_MAKEFLAGS) distdir-am 406 407distdir-am: $(DISTFILES) 408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 410 list='$(DISTFILES)'; \ 411 dist_files=`for file in $$list; do echo $$file; done | \ 412 sed -e "s|^$$srcdirstrip/||;t" \ 413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 414 case $$dist_files in \ 415 */*) $(MKDIR_P) `echo "$$dist_files" | \ 416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 417 sort -u` ;; \ 418 esac; \ 419 for file in $$dist_files; do \ 420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 421 if test -d $$d/$$file; then \ 422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 423 if test -d "$(distdir)/$$file"; then \ 424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 425 fi; \ 426 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 427 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 429 fi; \ 430 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 431 else \ 432 test -f "$(distdir)/$$file" \ 433 || cp -p $$d/$$file "$(distdir)/$$file" \ 434 || exit 1; \ 435 fi; \ 436 done 437check-am: all-am 438check: check-am 439all-am: Makefile $(DATA) 440installdirs: 441 for dir in "$(DESTDIR)$(libmandir)"; do \ 442 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 443 done 444install: install-am 445install-exec: install-exec-am 446install-data: install-data-am 447uninstall: uninstall-am 448 449install-am: all-am 450 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 451 452installcheck: installcheck-am 453install-strip: 454 if test -z '$(STRIP)'; then \ 455 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 456 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 457 install; \ 458 else \ 459 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 460 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 461 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 462 fi 463mostlyclean-generic: 464 465clean-generic: 466 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 467 468distclean-generic: 469 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 470 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 471 472maintainer-clean-generic: 473 @echo "This command is intended for maintainers to use" 474 @echo "it deletes files that may require special tools to rebuild." 475clean: clean-am 476 477clean-am: clean-generic clean-libtool mostlyclean-am 478 479distclean: distclean-am 480 -rm -f Makefile 481distclean-am: clean-am distclean-generic 482 483dvi: dvi-am 484 485dvi-am: 486 487html: html-am 488 489html-am: 490 491info: info-am 492 493info-am: 494 495install-data-am: install-libmanDATA 496 497install-dvi: install-dvi-am 498 499install-dvi-am: 500 501install-exec-am: 502 503install-html: install-html-am 504 505install-html-am: 506 507install-info: install-info-am 508 509install-info-am: 510 511install-man: 512 513install-pdf: install-pdf-am 514 515install-pdf-am: 516 517install-ps: install-ps-am 518 519install-ps-am: 520 521installcheck-am: 522 523maintainer-clean: maintainer-clean-am 524 -rm -f Makefile 525maintainer-clean-am: distclean-am maintainer-clean-generic 526 527mostlyclean: mostlyclean-am 528 529mostlyclean-am: mostlyclean-generic mostlyclean-libtool 530 531pdf: pdf-am 532 533pdf-am: 534 535ps: ps-am 536 537ps-am: 538 539uninstall-am: uninstall-libmanDATA 540 541.MAKE: install-am install-strip 542 543.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 544 cscopelist-am ctags-am distclean distclean-generic \ 545 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 546 install install-am install-data install-data-am install-dvi \ 547 install-dvi-am install-exec install-exec-am install-html \ 548 install-html-am install-info install-info-am \ 549 install-libmanDATA install-man install-pdf install-pdf-am \ 550 install-ps install-ps-am install-strip installcheck \ 551 installcheck-am installdirs maintainer-clean \ 552 maintainer-clean-generic mostlyclean mostlyclean-generic \ 553 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 554 uninstall-am uninstall-libmanDATA 555 556.PRECIOUS: Makefile 557 558 559# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 560.man.$(LIB_MAN_SUFFIX): 561 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 562 563# Tell versions [3.59,3.63) of GNU make to not export all variables. 564# Otherwise a system limit (for SysV at least) may be exceeded. 565.NOEXPORT: 566