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