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