Makefile.in revision 9418810d
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@ 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)$(appmandir)" "$(DESTDIR)$(drivermandir)" 100DATA = $(appman_DATA) $(driverman_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@ 126DRIVER_NAME = @DRIVER_NAME@ 127DSYMUTIL = @DSYMUTIL@ 128DUMPBIN = @DUMPBIN@ 129ECHO_C = @ECHO_C@ 130ECHO_N = @ECHO_N@ 131ECHO_T = @ECHO_T@ 132EGREP = @EGREP@ 133EXEEXT = @EXEEXT@ 134FGREP = @FGREP@ 135FILE_MAN_DIR = @FILE_MAN_DIR@ 136FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 137GREP = @GREP@ 138HAL_BIN_DIR = @HAL_BIN_DIR@ 139HAL_CALLOUTS_DIR = @HAL_CALLOUTS_DIR@ 140HAL_FDI_DIR = @HAL_FDI_DIR@ 141INSTALL = @INSTALL@ 142INSTALL_CMD = @INSTALL_CMD@ 143INSTALL_DATA = @INSTALL_DATA@ 144INSTALL_PROGRAM = @INSTALL_PROGRAM@ 145INSTALL_SCRIPT = @INSTALL_SCRIPT@ 146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 147LD = @LD@ 148LDFLAGS = @LDFLAGS@ 149LIBOBJS = @LIBOBJS@ 150LIBS = @LIBS@ 151LIBTOOL = @LIBTOOL@ 152LIB_MAN_DIR = @LIB_MAN_DIR@ 153LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 154LIPO = @LIPO@ 155LN_S = @LN_S@ 156LTLIBOBJS = @LTLIBOBJS@ 157MAINT = @MAINT@ 158MAKEINFO = @MAKEINFO@ 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_VERSION = @PACKAGE_VERSION@ 174PATH_SEPARATOR = @PATH_SEPARATOR@ 175PKG_CONFIG = @PKG_CONFIG@ 176RANLIB = @RANLIB@ 177SED = @SED@ 178SET_MAKE = @SET_MAKE@ 179SHELL = @SHELL@ 180STRIP = @STRIP@ 181UDEV_RULES_DIR = @UDEV_RULES_DIR@ 182VERSION = @VERSION@ 183XORG_CFLAGS = @XORG_CFLAGS@ 184XORG_CONF_DIR = @XORG_CONF_DIR@ 185XORG_LIBS = @XORG_LIBS@ 186abs_builddir = @abs_builddir@ 187abs_srcdir = @abs_srcdir@ 188abs_top_builddir = @abs_top_builddir@ 189abs_top_srcdir = @abs_top_srcdir@ 190ac_ct_CC = @ac_ct_CC@ 191ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 192am__include = @am__include@ 193am__leading_dot = @am__leading_dot@ 194am__quote = @am__quote@ 195am__tar = @am__tar@ 196am__untar = @am__untar@ 197bindir = @bindir@ 198build = @build@ 199build_alias = @build_alias@ 200build_cpu = @build_cpu@ 201build_os = @build_os@ 202build_vendor = @build_vendor@ 203builddir = @builddir@ 204datadir = @datadir@ 205datarootdir = @datarootdir@ 206docdir = @docdir@ 207dvidir = @dvidir@ 208exec_prefix = @exec_prefix@ 209host = @host@ 210host_alias = @host_alias@ 211host_cpu = @host_cpu@ 212host_os = @host_os@ 213host_vendor = @host_vendor@ 214htmldir = @htmldir@ 215includedir = @includedir@ 216infodir = @infodir@ 217inputdir = @inputdir@ 218install_sh = @install_sh@ 219libdir = @libdir@ 220libexecdir = @libexecdir@ 221localedir = @localedir@ 222localstatedir = @localstatedir@ 223lt_ECHO = @lt_ECHO@ 224mandir = @mandir@ 225mkdir_p = @mkdir_p@ 226oldincludedir = @oldincludedir@ 227pdfdir = @pdfdir@ 228prefix = @prefix@ 229program_transform_name = @program_transform_name@ 230psdir = @psdir@ 231sbindir = @sbindir@ 232sharedstatedir = @sharedstatedir@ 233srcdir = @srcdir@ 234sysconfdir = @sysconfdir@ 235target_alias = @target_alias@ 236top_build_prefix = @top_build_prefix@ 237top_builddir = @top_builddir@ 238top_srcdir = @top_srcdir@ 239drivermandir = $(DRIVER_MAN_DIR) 240driverman_PRE = @DRIVER_NAME@.man 241driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 242appmandir = $(APP_MAN_DIR) 243appman_PRE = @DRIVER_NAME@_detect.man 244appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 245EXTRA_DIST = @DRIVER_NAME@.man $(appman_PRE) 246CLEANFILES = $(driverman_DATA) $(appman_DATA) 247 248# Strings to replace in man pages 249XORGRELSTRING = @PACKAGE_STRING@ 250XORGMANNAME = X Version 11 251MAN_SUBSTS = \ 252 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 253 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 254 -e 's|__xservername__|Xorg|g' \ 255 -e 's|__xconfigfile__|xorg.conf|g' \ 256 -e 's|__projectroot__|$(prefix)|g' \ 257 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 258 -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \ 259 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 260 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 261 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 262 263SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 264all: all-am 265 266.SUFFIXES: 267.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man .$(APP_MAN_SUFFIX) 268$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 269 @for dep in $?; do \ 270 case '$(am__configure_deps)' in \ 271 *$$dep*) \ 272 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 273 && { if test -f $@; then exit 0; else break; fi; }; \ 274 exit 1;; \ 275 esac; \ 276 done; \ 277 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 278 $(am__cd) $(top_srcdir) && \ 279 $(AUTOMAKE) --foreign man/Makefile 280.PRECIOUS: Makefile 281Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 282 @case '$?' in \ 283 *config.status*) \ 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 285 *) \ 286 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 287 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 288 esac; 289 290$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 292 293$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 295$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 297$(am__aclocal_m4_deps): 298 299mostlyclean-libtool: 300 -rm -f *.lo 301 302clean-libtool: 303 -rm -rf .libs _libs 304install-appmanDATA: $(appman_DATA) 305 @$(NORMAL_INSTALL) 306 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 307 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 308 for p in $$list; do \ 309 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 310 echo "$$d$$p"; \ 311 done | $(am__base_list) | \ 312 while read files; do \ 313 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 314 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 315 done 316 317uninstall-appmanDATA: 318 @$(NORMAL_UNINSTALL) 319 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 320 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 321 test -n "$$files" || exit 0; \ 322 echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \ 323 cd "$(DESTDIR)$(appmandir)" && rm -f $$files 324install-drivermanDATA: $(driverman_DATA) 325 @$(NORMAL_INSTALL) 326 test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)" 327 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 328 for p in $$list; do \ 329 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 330 echo "$$d$$p"; \ 331 done | $(am__base_list) | \ 332 while read files; do \ 333 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 334 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 335 done 336 337uninstall-drivermanDATA: 338 @$(NORMAL_UNINSTALL) 339 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 340 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 341 test -n "$$files" || exit 0; \ 342 echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \ 343 cd "$(DESTDIR)$(drivermandir)" && rm -f $$files 344tags: TAGS 345TAGS: 346 347ctags: CTAGS 348CTAGS: 349 350 351distdir: $(DISTFILES) 352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 354 list='$(DISTFILES)'; \ 355 dist_files=`for file in $$list; do echo $$file; done | \ 356 sed -e "s|^$$srcdirstrip/||;t" \ 357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 358 case $$dist_files in \ 359 */*) $(MKDIR_P) `echo "$$dist_files" | \ 360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 361 sort -u` ;; \ 362 esac; \ 363 for file in $$dist_files; do \ 364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 365 if test -d $$d/$$file; then \ 366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 367 if test -d "$(distdir)/$$file"; then \ 368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 369 fi; \ 370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 373 fi; \ 374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 375 else \ 376 test -f "$(distdir)/$$file" \ 377 || cp -p $$d/$$file "$(distdir)/$$file" \ 378 || exit 1; \ 379 fi; \ 380 done 381check-am: all-am 382check: check-am 383all-am: Makefile $(DATA) 384installdirs: 385 for dir in "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(drivermandir)"; do \ 386 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 387 done 388install: install-am 389install-exec: install-exec-am 390install-data: install-data-am 391uninstall: uninstall-am 392 393install-am: all-am 394 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 395 396installcheck: installcheck-am 397install-strip: 398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 400 `test -z '$(STRIP)' || \ 401 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 402mostlyclean-generic: 403 404clean-generic: 405 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 406 407distclean-generic: 408 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 409 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 410 411maintainer-clean-generic: 412 @echo "This command is intended for maintainers to use" 413 @echo "it deletes files that may require special tools to rebuild." 414clean: clean-am 415 416clean-am: clean-generic clean-libtool mostlyclean-am 417 418distclean: distclean-am 419 -rm -f Makefile 420distclean-am: clean-am distclean-generic 421 422dvi: dvi-am 423 424dvi-am: 425 426html: html-am 427 428html-am: 429 430info: info-am 431 432info-am: 433 434install-data-am: install-appmanDATA install-drivermanDATA 435 436install-dvi: install-dvi-am 437 438install-dvi-am: 439 440install-exec-am: 441 442install-html: install-html-am 443 444install-html-am: 445 446install-info: install-info-am 447 448install-info-am: 449 450install-man: 451 452install-pdf: install-pdf-am 453 454install-pdf-am: 455 456install-ps: install-ps-am 457 458install-ps-am: 459 460installcheck-am: 461 462maintainer-clean: maintainer-clean-am 463 -rm -f Makefile 464maintainer-clean-am: distclean-am maintainer-clean-generic 465 466mostlyclean: mostlyclean-am 467 468mostlyclean-am: mostlyclean-generic mostlyclean-libtool 469 470pdf: pdf-am 471 472pdf-am: 473 474ps: ps-am 475 476ps-am: 477 478uninstall-am: uninstall-appmanDATA uninstall-drivermanDATA 479 480.MAKE: install-am install-strip 481 482.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 483 distclean distclean-generic distclean-libtool distdir dvi \ 484 dvi-am html html-am info info-am install install-am \ 485 install-appmanDATA install-data install-data-am \ 486 install-drivermanDATA install-dvi install-dvi-am install-exec \ 487 install-exec-am install-html install-html-am install-info \ 488 install-info-am install-man install-pdf install-pdf-am \ 489 install-ps install-ps-am install-strip installcheck \ 490 installcheck-am installdirs maintainer-clean \ 491 maintainer-clean-generic mostlyclean mostlyclean-generic \ 492 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 493 uninstall-appmanDATA uninstall-drivermanDATA 494 495 496.man.$(DRIVER_MAN_SUFFIX): 497 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 498.man.$(APP_MAN_SUFFIX): 499 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 500 501# Tell versions [3.59,3.63) of GNU make to not export all variables. 502# Otherwise a system limit (for SysV at least) may be exceeded. 503.NOEXPORT: 504