Makefile.in revision 8746cb53
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@ 182LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 183LIBUDEV_LIBS = @LIBUDEV_LIBS@ 184LIB_MAN_DIR = @LIB_MAN_DIR@ 185LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 186LIPO = @LIPO@ 187LN_S = @LN_S@ 188LTLIBOBJS = @LTLIBOBJS@ 189MAKEINFO = @MAKEINFO@ 190MANIFEST_TOOL = @MANIFEST_TOOL@ 191MAN_SUBSTS = @MAN_SUBSTS@ 192MISC_MAN_DIR = @MISC_MAN_DIR@ 193MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 194MKDIR_P = @MKDIR_P@ 195NM = @NM@ 196NMEDIT = @NMEDIT@ 197OBJDUMP = @OBJDUMP@ 198OBJEXT = @OBJEXT@ 199OTOOL = @OTOOL@ 200OTOOL64 = @OTOOL64@ 201PACKAGE = @PACKAGE@ 202PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 203PACKAGE_NAME = @PACKAGE_NAME@ 204PACKAGE_STRING = @PACKAGE_STRING@ 205PACKAGE_TARNAME = @PACKAGE_TARNAME@ 206PACKAGE_URL = @PACKAGE_URL@ 207PACKAGE_VERSION = @PACKAGE_VERSION@ 208PATH_SEPARATOR = @PATH_SEPARATOR@ 209PKG_CONFIG = @PKG_CONFIG@ 210PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 211PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 212RANLIB = @RANLIB@ 213SED = @SED@ 214SET_MAKE = @SET_MAKE@ 215SHELL = @SHELL@ 216STRICT_CFLAGS = @STRICT_CFLAGS@ 217STRIP = @STRIP@ 218UDEV_RULES_DIR = @UDEV_RULES_DIR@ 219VERSION = @VERSION@ 220XORG_CFLAGS = @XORG_CFLAGS@ 221XORG_CONF_DIR = @XORG_CONF_DIR@ 222XORG_LIBS = @XORG_LIBS@ 223XORG_MAN_PAGE = @XORG_MAN_PAGE@ 224abs_builddir = @abs_builddir@ 225abs_srcdir = @abs_srcdir@ 226abs_top_builddir = @abs_top_builddir@ 227abs_top_srcdir = @abs_top_srcdir@ 228ac_ct_AR = @ac_ct_AR@ 229ac_ct_CC = @ac_ct_CC@ 230ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 231am__include = @am__include@ 232am__leading_dot = @am__leading_dot@ 233am__quote = @am__quote@ 234am__tar = @am__tar@ 235am__untar = @am__untar@ 236bindir = @bindir@ 237build = @build@ 238build_alias = @build_alias@ 239build_cpu = @build_cpu@ 240build_os = @build_os@ 241build_vendor = @build_vendor@ 242builddir = @builddir@ 243datadir = @datadir@ 244datarootdir = @datarootdir@ 245docdir = @docdir@ 246dvidir = @dvidir@ 247exec_prefix = @exec_prefix@ 248host = @host@ 249host_alias = @host_alias@ 250host_cpu = @host_cpu@ 251host_os = @host_os@ 252host_vendor = @host_vendor@ 253htmldir = @htmldir@ 254includedir = @includedir@ 255infodir = @infodir@ 256inputdir = @inputdir@ 257install_sh = @install_sh@ 258libdir = @libdir@ 259libexecdir = @libexecdir@ 260localedir = @localedir@ 261localstatedir = @localstatedir@ 262mandir = @mandir@ 263mkdir_p = @mkdir_p@ 264oldincludedir = @oldincludedir@ 265pdfdir = @pdfdir@ 266prefix = @prefix@ 267program_transform_name = @program_transform_name@ 268psdir = @psdir@ 269sbindir = @sbindir@ 270sharedstatedir = @sharedstatedir@ 271srcdir = @srcdir@ 272sysconfdir = @sysconfdir@ 273target_alias = @target_alias@ 274top_build_prefix = @top_build_prefix@ 275top_builddir = @top_builddir@ 276top_srcdir = @top_srcdir@ 277drivermandir = $(DRIVER_MAN_DIR) 278driverman_PRE = @DRIVER_NAME@.man 279driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 280appmandir = $(APP_MAN_DIR) 281appman_PRE = @DRIVER_NAME@_detect.man 282appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 283EXTRA_DIST = @DRIVER_NAME@.man $(appman_PRE) 284CLEANFILES = $(driverman_DATA) $(appman_DATA) 285SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 286all: all-am 287 288.SUFFIXES: 289.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man .$(APP_MAN_SUFFIX) 290$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 291 @for dep in $?; do \ 292 case '$(am__configure_deps)' in \ 293 *$$dep*) \ 294 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 295 && { if test -f $@; then exit 0; else break; fi; }; \ 296 exit 1;; \ 297 esac; \ 298 done; \ 299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 300 $(am__cd) $(top_srcdir) && \ 301 $(AUTOMAKE) --foreign man/Makefile 302.PRECIOUS: Makefile 303Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 304 @case '$?' in \ 305 *config.status*) \ 306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 307 *) \ 308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 310 esac; 311 312$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 314 315$(top_srcdir)/configure: $(am__configure_deps) 316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 317$(ACLOCAL_M4): $(am__aclocal_m4_deps) 318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 319$(am__aclocal_m4_deps): 320 321mostlyclean-libtool: 322 -rm -f *.lo 323 324clean-libtool: 325 -rm -rf .libs _libs 326install-appmanDATA: $(appman_DATA) 327 @$(NORMAL_INSTALL) 328 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 329 if test -n "$$list"; then \ 330 echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 331 $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 332 fi; \ 333 for p in $$list; do \ 334 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 335 echo "$$d$$p"; \ 336 done | $(am__base_list) | \ 337 while read files; do \ 338 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 339 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 340 done 341 342uninstall-appmanDATA: 343 @$(NORMAL_UNINSTALL) 344 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 345 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 346 dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 347install-drivermanDATA: $(driverman_DATA) 348 @$(NORMAL_INSTALL) 349 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 350 if test -n "$$list"; then \ 351 echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \ 352 $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \ 353 fi; \ 354 for p in $$list; do \ 355 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 356 echo "$$d$$p"; \ 357 done | $(am__base_list) | \ 358 while read files; do \ 359 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 360 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 361 done 362 363uninstall-drivermanDATA: 364 @$(NORMAL_UNINSTALL) 365 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 366 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 367 dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir) 368tags: TAGS 369TAGS: 370 371ctags: CTAGS 372CTAGS: 373 374 375distdir: $(DISTFILES) 376 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 377 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 378 list='$(DISTFILES)'; \ 379 dist_files=`for file in $$list; do echo $$file; done | \ 380 sed -e "s|^$$srcdirstrip/||;t" \ 381 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 382 case $$dist_files in \ 383 */*) $(MKDIR_P) `echo "$$dist_files" | \ 384 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 385 sort -u` ;; \ 386 esac; \ 387 for file in $$dist_files; do \ 388 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 389 if test -d $$d/$$file; then \ 390 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 391 if test -d "$(distdir)/$$file"; then \ 392 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 393 fi; \ 394 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 395 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 396 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 397 fi; \ 398 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 399 else \ 400 test -f "$(distdir)/$$file" \ 401 || cp -p $$d/$$file "$(distdir)/$$file" \ 402 || exit 1; \ 403 fi; \ 404 done 405check-am: all-am 406check: check-am 407all-am: Makefile $(DATA) 408installdirs: 409 for dir in "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(drivermandir)"; do \ 410 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 411 done 412install: install-am 413install-exec: install-exec-am 414install-data: install-data-am 415uninstall: uninstall-am 416 417install-am: all-am 418 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 419 420installcheck: installcheck-am 421install-strip: 422 if test -z '$(STRIP)'; then \ 423 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 424 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 425 install; \ 426 else \ 427 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 428 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 429 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 430 fi 431mostlyclean-generic: 432 433clean-generic: 434 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 435 436distclean-generic: 437 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 438 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 439 440maintainer-clean-generic: 441 @echo "This command is intended for maintainers to use" 442 @echo "it deletes files that may require special tools to rebuild." 443clean: clean-am 444 445clean-am: clean-generic clean-libtool mostlyclean-am 446 447distclean: distclean-am 448 -rm -f Makefile 449distclean-am: clean-am distclean-generic 450 451dvi: dvi-am 452 453dvi-am: 454 455html: html-am 456 457html-am: 458 459info: info-am 460 461info-am: 462 463install-data-am: install-appmanDATA install-drivermanDATA 464 465install-dvi: install-dvi-am 466 467install-dvi-am: 468 469install-exec-am: 470 471install-html: install-html-am 472 473install-html-am: 474 475install-info: install-info-am 476 477install-info-am: 478 479install-man: 480 481install-pdf: install-pdf-am 482 483install-pdf-am: 484 485install-ps: install-ps-am 486 487install-ps-am: 488 489installcheck-am: 490 491maintainer-clean: maintainer-clean-am 492 -rm -f Makefile 493maintainer-clean-am: distclean-am maintainer-clean-generic 494 495mostlyclean: mostlyclean-am 496 497mostlyclean-am: mostlyclean-generic mostlyclean-libtool 498 499pdf: pdf-am 500 501pdf-am: 502 503ps: ps-am 504 505ps-am: 506 507uninstall-am: uninstall-appmanDATA uninstall-drivermanDATA 508 509.MAKE: install-am install-strip 510 511.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 512 distclean distclean-generic distclean-libtool distdir dvi \ 513 dvi-am html html-am info info-am install install-am \ 514 install-appmanDATA install-data install-data-am \ 515 install-drivermanDATA install-dvi install-dvi-am install-exec \ 516 install-exec-am install-html install-html-am install-info \ 517 install-info-am install-man install-pdf install-pdf-am \ 518 install-ps install-ps-am install-strip installcheck \ 519 installcheck-am installdirs maintainer-clean \ 520 maintainer-clean-generic mostlyclean mostlyclean-generic \ 521 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 522 uninstall-appmanDATA uninstall-drivermanDATA 523 524 525# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 526.man.$(DRIVER_MAN_SUFFIX): 527 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 528.man.$(APP_MAN_SUFFIX): 529 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 530 531# Tell versions [3.59,3.63) of GNU make to not export all variables. 532# Otherwise a system limit (for SysV at least) may be exceeded. 533.NOEXPORT: 534