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# Copyright © 2007 Peter Hutterer 18# Copyright © 2009 Red Hat, Inc. 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 39VPATH = @srcdir@ 40am__is_gnu_make = { \ 41 if test -z '$(MAKELEVEL)'; then \ 42 false; \ 43 elif test -n '$(MAKE_HOST)'; then \ 44 true; \ 45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 true; \ 47 else \ 48 false; \ 49 fi; \ 50} 51am__make_running_with_option = \ 52 case $${target_option-} in \ 53 ?) ;; \ 54 *) echo "am__make_running_with_option: internal error: invalid" \ 55 "target option '$${target_option-}' specified" >&2; \ 56 exit 1;; \ 57 esac; \ 58 has_opt=no; \ 59 sane_makeflags=$$MAKEFLAGS; \ 60 if $(am__is_gnu_make); then \ 61 sane_makeflags=$$MFLAGS; \ 62 else \ 63 case $$MAKEFLAGS in \ 64 *\\[\ \ ]*) \ 65 bs=\\; \ 66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68 esac; \ 69 fi; \ 70 skip_next=no; \ 71 strip_trailopt () \ 72 { \ 73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74 }; \ 75 for flg in $$sane_makeflags; do \ 76 test $$skip_next = yes && { skip_next=no; continue; }; \ 77 case $$flg in \ 78 *=*|--*) continue;; \ 79 -*I) strip_trailopt 'I'; skip_next=yes;; \ 80 -*I?*) strip_trailopt 'I';; \ 81 -*O) strip_trailopt 'O'; skip_next=yes;; \ 82 -*O?*) strip_trailopt 'O';; \ 83 -*l) strip_trailopt 'l'; skip_next=yes;; \ 84 -*l?*) strip_trailopt 'l';; \ 85 -[dEDm]) skip_next=yes;; \ 86 -[JT]) skip_next=yes;; \ 87 esac; \ 88 case $$flg in \ 89 *$$target_option*) has_opt=yes; break;; \ 90 esac; \ 91 done; \ 92 test $$has_opt = yes 93am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95pkgdatadir = $(datadir)/@PACKAGE@ 96pkgincludedir = $(includedir)/@PACKAGE@ 97pkglibdir = $(libdir)/@PACKAGE@ 98pkglibexecdir = $(libexecdir)/@PACKAGE@ 99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100install_sh_DATA = $(install_sh) -c -m 644 101install_sh_PROGRAM = $(install_sh) -c 102install_sh_SCRIPT = $(install_sh) -c 103INSTALL_HEADER = $(INSTALL_DATA) 104transform = $(program_transform_name) 105NORMAL_INSTALL = : 106PRE_INSTALL = : 107POST_INSTALL = : 108NORMAL_UNINSTALL = : 109PRE_UNINSTALL = : 110POST_UNINSTALL = : 111build_triplet = @build@ 112host_triplet = @host@ 113subdir = man 114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 115am__aclocal_m4_deps = $(top_srcdir)/configure.ac 116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117 $(ACLOCAL_M4) 118DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 119mkinstalldirs = $(install_sh) -d 120CONFIG_HEADER = $(top_builddir)/config.h 121CONFIG_CLEAN_FILES = 122CONFIG_CLEAN_VPATH_FILES = 123AM_V_P = $(am__v_P_@AM_V@) 124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 125am__v_P_0 = false 126am__v_P_1 = : 127AM_V_GEN = $(am__v_GEN_@AM_V@) 128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 129am__v_GEN_0 = @echo " GEN " $@; 130am__v_GEN_1 = 131AM_V_at = $(am__v_at_@AM_V@) 132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 133am__v_at_0 = @ 134am__v_at_1 = 135SOURCES = 136DIST_SOURCES = 137am__can_run_installinfo = \ 138 case $$AM_UPDATE_INFO_DIR in \ 139 n|no|NO) false;; \ 140 *) (install-info --version) >/dev/null 2>&1;; \ 141 esac 142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 143am__vpath_adj = case $$p in \ 144 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 145 *) f=$$p;; \ 146 esac; 147am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 148am__install_max = 40 149am__nobase_strip_setup = \ 150 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 151am__nobase_strip = \ 152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 153am__nobase_list = $(am__nobase_strip_setup); \ 154 for p in $$list; do echo "$$p $$p"; done | \ 155 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 156 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 157 if (++n[$$2] == $(am__install_max)) \ 158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 159 END { for (dir in files) print dir, files[dir] }' 160am__base_list = \ 161 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 162 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 163am__uninstall_files_from_dir = { \ 164 test -z "$$files" \ 165 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 166 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 167 $(am__cd) "$$dir" && rm -f $$files; }; \ 168 } 169am__installdirs = "$(DESTDIR)$(appmandir)" 170DATA = $(appman_DATA) 171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 172am__DIST_COMMON = $(srcdir)/Makefile.in 173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 174ACLOCAL = @ACLOCAL@ 175ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 176ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 177AMTAR = @AMTAR@ 178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 179APP_MAN_DIR = @APP_MAN_DIR@ 180APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 181AUTOCONF = @AUTOCONF@ 182AUTOHEADER = @AUTOHEADER@ 183AUTOMAKE = @AUTOMAKE@ 184AWK = @AWK@ 185BASE_CFLAGS = @BASE_CFLAGS@ 186CC = @CC@ 187CCDEPMODE = @CCDEPMODE@ 188CFLAGS = @CFLAGS@ 189CHANGELOG_CMD = @CHANGELOG_CMD@ 190CPPFLAGS = @CPPFLAGS@ 191CSCOPE = @CSCOPE@ 192CTAGS = @CTAGS@ 193CWARNFLAGS = @CWARNFLAGS@ 194CYGPATH_W = @CYGPATH_W@ 195DEFS = @DEFS@ 196DEPDIR = @DEPDIR@ 197DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 198DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 199ECHO_C = @ECHO_C@ 200ECHO_N = @ECHO_N@ 201ECHO_T = @ECHO_T@ 202ETAGS = @ETAGS@ 203EXEEXT = @EXEEXT@ 204FILE_MAN_DIR = @FILE_MAN_DIR@ 205FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 206HAVE_XI2 = @HAVE_XI2@ 207INSTALL = @INSTALL@ 208INSTALL_CMD = @INSTALL_CMD@ 209INSTALL_DATA = @INSTALL_DATA@ 210INSTALL_PROGRAM = @INSTALL_PROGRAM@ 211INSTALL_SCRIPT = @INSTALL_SCRIPT@ 212INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 213LDFLAGS = @LDFLAGS@ 214LIBOBJS = @LIBOBJS@ 215LIBS = @LIBS@ 216LIB_MAN_DIR = @LIB_MAN_DIR@ 217LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 218LTLIBOBJS = @LTLIBOBJS@ 219MAKEINFO = @MAKEINFO@ 220MAN_SUBSTS = @MAN_SUBSTS@ 221MISC_MAN_DIR = @MISC_MAN_DIR@ 222MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 223MKDIR_P = @MKDIR_P@ 224OBJEXT = @OBJEXT@ 225PACKAGE = @PACKAGE@ 226PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 227PACKAGE_NAME = @PACKAGE_NAME@ 228PACKAGE_STRING = @PACKAGE_STRING@ 229PACKAGE_TARNAME = @PACKAGE_TARNAME@ 230PACKAGE_URL = @PACKAGE_URL@ 231PACKAGE_VERSION = @PACKAGE_VERSION@ 232PATH_SEPARATOR = @PATH_SEPARATOR@ 233PKG_CONFIG = @PKG_CONFIG@ 234PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 235PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 236SED = @SED@ 237SET_MAKE = @SET_MAKE@ 238SHELL = @SHELL@ 239STRICT_CFLAGS = @STRICT_CFLAGS@ 240STRIP = @STRIP@ 241VERSION = @VERSION@ 242XI21_CFLAGS = @XI21_CFLAGS@ 243XI21_LIBS = @XI21_LIBS@ 244XI22_CFLAGS = @XI22_CFLAGS@ 245XI22_LIBS = @XI22_LIBS@ 246XI2_CFLAGS = @XI2_CFLAGS@ 247XI2_LIBS = @XI2_LIBS@ 248XINPUT_CFLAGS = @XINPUT_CFLAGS@ 249XINPUT_LIBS = @XINPUT_LIBS@ 250XORG_MAN_PAGE = @XORG_MAN_PAGE@ 251abs_builddir = @abs_builddir@ 252abs_srcdir = @abs_srcdir@ 253abs_top_builddir = @abs_top_builddir@ 254abs_top_srcdir = @abs_top_srcdir@ 255ac_ct_CC = @ac_ct_CC@ 256am__include = @am__include@ 257am__leading_dot = @am__leading_dot@ 258am__quote = @am__quote@ 259am__tar = @am__tar@ 260am__untar = @am__untar@ 261bindir = @bindir@ 262build = @build@ 263build_alias = @build_alias@ 264build_cpu = @build_cpu@ 265build_os = @build_os@ 266build_vendor = @build_vendor@ 267builddir = @builddir@ 268datadir = @datadir@ 269datarootdir = @datarootdir@ 270docdir = @docdir@ 271dvidir = @dvidir@ 272exec_prefix = @exec_prefix@ 273host = @host@ 274host_alias = @host_alias@ 275host_cpu = @host_cpu@ 276host_os = @host_os@ 277host_vendor = @host_vendor@ 278htmldir = @htmldir@ 279includedir = @includedir@ 280infodir = @infodir@ 281install_sh = @install_sh@ 282libdir = @libdir@ 283libexecdir = @libexecdir@ 284localedir = @localedir@ 285localstatedir = @localstatedir@ 286mandir = @mandir@ 287mkdir_p = @mkdir_p@ 288oldincludedir = @oldincludedir@ 289pdfdir = @pdfdir@ 290prefix = @prefix@ 291program_transform_name = @program_transform_name@ 292psdir = @psdir@ 293runstatedir = @runstatedir@ 294sbindir = @sbindir@ 295sharedstatedir = @sharedstatedir@ 296srcdir = @srcdir@ 297sysconfdir = @sysconfdir@ 298target_alias = @target_alias@ 299top_build_prefix = @top_build_prefix@ 300top_builddir = @top_builddir@ 301top_srcdir = @top_srcdir@ 302appmandir = $(APP_MAN_DIR) 303appman_PRE = xinput.man 304appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 305EXTRA_DIST = $(appman_PRE) 306CLEANFILES = $(appman_DATA) 307SUFFIXES = .$(APP_MAN_SUFFIX) .man 308all: all-am 309 310.SUFFIXES: 311.SUFFIXES: .$(APP_MAN_SUFFIX) .man 312$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 313 @for dep in $?; do \ 314 case '$(am__configure_deps)' in \ 315 *$$dep*) \ 316 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 317 && { if test -f $@; then exit 0; else break; fi; }; \ 318 exit 1;; \ 319 esac; \ 320 done; \ 321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 322 $(am__cd) $(top_srcdir) && \ 323 $(AUTOMAKE) --foreign man/Makefile 324Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 325 @case '$?' in \ 326 *config.status*) \ 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 328 *) \ 329 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 330 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 331 esac; 332 333$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335 336$(top_srcdir)/configure: $(am__configure_deps) 337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 338$(ACLOCAL_M4): $(am__aclocal_m4_deps) 339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 340$(am__aclocal_m4_deps): 341install-appmanDATA: $(appman_DATA) 342 @$(NORMAL_INSTALL) 343 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 344 if test -n "$$list"; then \ 345 echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 346 $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 347 fi; \ 348 for p in $$list; do \ 349 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 350 echo "$$d$$p"; \ 351 done | $(am__base_list) | \ 352 while read files; do \ 353 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 354 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 355 done 356 357uninstall-appmanDATA: 358 @$(NORMAL_UNINSTALL) 359 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 360 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 361 dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 362tags TAGS: 363 364ctags CTAGS: 365 366cscope cscopelist: 367 368distdir: $(BUILT_SOURCES) 369 $(MAKE) $(AM_MAKEFLAGS) distdir-am 370 371distdir-am: $(DISTFILES) 372 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 373 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 374 list='$(DISTFILES)'; \ 375 dist_files=`for file in $$list; do echo $$file; done | \ 376 sed -e "s|^$$srcdirstrip/||;t" \ 377 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 378 case $$dist_files in \ 379 */*) $(MKDIR_P) `echo "$$dist_files" | \ 380 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 381 sort -u` ;; \ 382 esac; \ 383 for file in $$dist_files; do \ 384 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 385 if test -d $$d/$$file; then \ 386 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 387 if test -d "$(distdir)/$$file"; then \ 388 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 389 fi; \ 390 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 391 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 392 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 393 fi; \ 394 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 395 else \ 396 test -f "$(distdir)/$$file" \ 397 || cp -p $$d/$$file "$(distdir)/$$file" \ 398 || exit 1; \ 399 fi; \ 400 done 401check-am: all-am 402check: check-am 403all-am: Makefile $(DATA) 404installdirs: 405 for dir in "$(DESTDIR)$(appmandir)"; do \ 406 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 407 done 408install: install-am 409install-exec: install-exec-am 410install-data: install-data-am 411uninstall: uninstall-am 412 413install-am: all-am 414 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 415 416installcheck: installcheck-am 417install-strip: 418 if test -z '$(STRIP)'; then \ 419 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 420 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 421 install; \ 422 else \ 423 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 424 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 425 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 426 fi 427mostlyclean-generic: 428 429clean-generic: 430 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 431 432distclean-generic: 433 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 434 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 435 436maintainer-clean-generic: 437 @echo "This command is intended for maintainers to use" 438 @echo "it deletes files that may require special tools to rebuild." 439clean: clean-am 440 441clean-am: clean-generic mostlyclean-am 442 443distclean: distclean-am 444 -rm -f Makefile 445distclean-am: clean-am distclean-generic 446 447dvi: dvi-am 448 449dvi-am: 450 451html: html-am 452 453html-am: 454 455info: info-am 456 457info-am: 458 459install-data-am: install-appmanDATA 460 461install-dvi: install-dvi-am 462 463install-dvi-am: 464 465install-exec-am: 466 467install-html: install-html-am 468 469install-html-am: 470 471install-info: install-info-am 472 473install-info-am: 474 475install-man: 476 477install-pdf: install-pdf-am 478 479install-pdf-am: 480 481install-ps: install-ps-am 482 483install-ps-am: 484 485installcheck-am: 486 487maintainer-clean: maintainer-clean-am 488 -rm -f Makefile 489maintainer-clean-am: distclean-am maintainer-clean-generic 490 491mostlyclean: mostlyclean-am 492 493mostlyclean-am: mostlyclean-generic 494 495pdf: pdf-am 496 497pdf-am: 498 499ps: ps-am 500 501ps-am: 502 503uninstall-am: uninstall-appmanDATA 504 505.MAKE: install-am install-strip 506 507.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ 508 ctags-am distclean distclean-generic distdir dvi dvi-am html \ 509 html-am info info-am install install-am install-appmanDATA \ 510 install-data install-data-am install-dvi install-dvi-am \ 511 install-exec install-exec-am install-html install-html-am \ 512 install-info install-info-am install-man install-pdf \ 513 install-pdf-am install-ps install-ps-am install-strip \ 514 installcheck installcheck-am installdirs maintainer-clean \ 515 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 516 pdf-am ps ps-am tags-am uninstall uninstall-am \ 517 uninstall-appmanDATA 518 519.PRECIOUS: Makefile 520 521 522# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 523.man.$(APP_MAN_SUFFIX): 524 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 525 526# Tell versions [3.59,3.63) of GNU make to not export all variables. 527# Otherwise a system limit (for SysV at least) may be exceeded. 528.NOEXPORT: 529