Makefile.in revision b85037db
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# Copyright 2005 Adam Jackson. 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# on the rights to use, copy, modify, merge, publish, distribute, sub 24# license, and/or sell copies of the Software, and to permit persons to whom 25# the 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 NON-INFRINGEMENT. IN NO EVENT SHALL 34# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 35# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 36# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkglibexecdir = $(libexecdir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57subdir = include 58DIST_COMMON = $(sdk_HEADERS) $(srcdir)/Makefile.am \ 59 $(srcdir)/Makefile.in 60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 61am__aclocal_m4_deps = $(top_srcdir)/configure.ac 62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63 $(ACLOCAL_M4) 64mkinstalldirs = $(install_sh) -d 65CONFIG_HEADER = $(top_builddir)/config.h 66CONFIG_CLEAN_FILES = 67CONFIG_CLEAN_VPATH_FILES = 68AM_V_GEN = $(am__v_GEN_$(V)) 69am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 70am__v_GEN_0 = @echo " GEN " $@; 71AM_V_at = $(am__v_at_$(V)) 72am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 73am__v_at_0 = @ 74SOURCES = 75DIST_SOURCES = 76am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 77am__vpath_adj = case $$p in \ 78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 79 *) f=$$p;; \ 80 esac; 81am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 82am__install_max = 40 83am__nobase_strip_setup = \ 84 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 85am__nobase_strip = \ 86 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 87am__nobase_list = $(am__nobase_strip_setup); \ 88 for p in $$list; do echo "$$p $$p"; done | \ 89 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 90 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 91 if (++n[$$2] == $(am__install_max)) \ 92 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 93 END { for (dir in files) print dir, files[dir] }' 94am__base_list = \ 95 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 96 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 97am__installdirs = "$(DESTDIR)$(sdkdir)" 98HEADERS = $(sdk_HEADERS) 99ETAGS = etags 100CTAGS = ctags 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@ 138INSTALL = @INSTALL@ 139INSTALL_CMD = @INSTALL_CMD@ 140INSTALL_DATA = @INSTALL_DATA@ 141INSTALL_PROGRAM = @INSTALL_PROGRAM@ 142INSTALL_SCRIPT = @INSTALL_SCRIPT@ 143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 144LD = @LD@ 145LDFLAGS = @LDFLAGS@ 146LIBOBJS = @LIBOBJS@ 147LIBS = @LIBS@ 148LIBTOOL = @LIBTOOL@ 149LIB_MAN_DIR = @LIB_MAN_DIR@ 150LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 151LIPO = @LIPO@ 152LN_S = @LN_S@ 153LTLIBOBJS = @LTLIBOBJS@ 154MAINT = @MAINT@ 155MAKEINFO = @MAKEINFO@ 156MAN_SUBSTS = @MAN_SUBSTS@ 157MISC_MAN_DIR = @MISC_MAN_DIR@ 158MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 159MKDIR_P = @MKDIR_P@ 160NM = @NM@ 161NMEDIT = @NMEDIT@ 162OBJDUMP = @OBJDUMP@ 163OBJEXT = @OBJEXT@ 164OTOOL = @OTOOL@ 165OTOOL64 = @OTOOL64@ 166PACKAGE = @PACKAGE@ 167PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 168PACKAGE_NAME = @PACKAGE_NAME@ 169PACKAGE_STRING = @PACKAGE_STRING@ 170PACKAGE_TARNAME = @PACKAGE_TARNAME@ 171PACKAGE_URL = @PACKAGE_URL@ 172PACKAGE_VERSION = @PACKAGE_VERSION@ 173PATH_SEPARATOR = @PATH_SEPARATOR@ 174PKG_CONFIG = @PKG_CONFIG@ 175PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 176PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 177RANLIB = @RANLIB@ 178SED = @SED@ 179SET_MAKE = @SET_MAKE@ 180SHELL = @SHELL@ 181STRIP = @STRIP@ 182VERSION = @VERSION@ 183XI_CFLAGS = @XI_CFLAGS@ 184XI_LIBS = @XI_LIBS@ 185XORG_CFLAGS = @XORG_CFLAGS@ 186XORG_LIBS = @XORG_LIBS@ 187XORG_MAN_PAGE = @XORG_MAN_PAGE@ 188XTST_CFLAGS = @XTST_CFLAGS@ 189XTST_LIBS = @XTST_LIBS@ 190abs_builddir = @abs_builddir@ 191abs_srcdir = @abs_srcdir@ 192abs_top_builddir = @abs_top_builddir@ 193abs_top_srcdir = @abs_top_srcdir@ 194ac_ct_CC = @ac_ct_CC@ 195ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 196am__include = @am__include@ 197am__leading_dot = @am__leading_dot@ 198am__quote = @am__quote@ 199am__tar = @am__tar@ 200am__untar = @am__untar@ 201bindir = @bindir@ 202build = @build@ 203build_alias = @build_alias@ 204build_cpu = @build_cpu@ 205build_os = @build_os@ 206build_vendor = @build_vendor@ 207builddir = @builddir@ 208configdir = @configdir@ 209datadir = @datadir@ 210datarootdir = @datarootdir@ 211docdir = @docdir@ 212dvidir = @dvidir@ 213exec_prefix = @exec_prefix@ 214host = @host@ 215host_alias = @host_alias@ 216host_cpu = @host_cpu@ 217host_os = @host_os@ 218host_vendor = @host_vendor@ 219htmldir = @htmldir@ 220includedir = @includedir@ 221infodir = @infodir@ 222inputdir = @inputdir@ 223install_sh = @install_sh@ 224libdir = @libdir@ 225libexecdir = @libexecdir@ 226localedir = @localedir@ 227localstatedir = @localstatedir@ 228mandir = @mandir@ 229mkdir_p = @mkdir_p@ 230oldincludedir = @oldincludedir@ 231pdfdir = @pdfdir@ 232prefix = @prefix@ 233program_transform_name = @program_transform_name@ 234psdir = @psdir@ 235sbindir = @sbindir@ 236sdkdir = @sdkdir@ 237sharedstatedir = @sharedstatedir@ 238srcdir = @srcdir@ 239sysconfdir = @sysconfdir@ 240target_alias = @target_alias@ 241top_build_prefix = @top_build_prefix@ 242top_builddir = @top_builddir@ 243top_srcdir = @top_srcdir@ 244sdk_HEADERS = synaptics.h synaptics-properties.h 245all: all-am 246 247.SUFFIXES: 248$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 249 @for dep in $?; do \ 250 case '$(am__configure_deps)' in \ 251 *$$dep*) \ 252 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 253 && { if test -f $@; then exit 0; else break; fi; }; \ 254 exit 1;; \ 255 esac; \ 256 done; \ 257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 258 $(am__cd) $(top_srcdir) && \ 259 $(AUTOMAKE) --foreign include/Makefile 260.PRECIOUS: Makefile 261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 262 @case '$?' in \ 263 *config.status*) \ 264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 265 *) \ 266 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 267 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 268 esac; 269 270$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 272 273$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 275$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 277$(am__aclocal_m4_deps): 278 279mostlyclean-libtool: 280 -rm -f *.lo 281 282clean-libtool: 283 -rm -rf .libs _libs 284install-sdkHEADERS: $(sdk_HEADERS) 285 @$(NORMAL_INSTALL) 286 test -z "$(sdkdir)" || $(MKDIR_P) "$(DESTDIR)$(sdkdir)" 287 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ 288 for p in $$list; do \ 289 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 290 echo "$$d$$p"; \ 291 done | $(am__base_list) | \ 292 while read files; do \ 293 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ 294 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ 295 done 296 297uninstall-sdkHEADERS: 298 @$(NORMAL_UNINSTALL) 299 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ 300 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 301 test -n "$$files" || exit 0; \ 302 echo " ( cd '$(DESTDIR)$(sdkdir)' && rm -f" $$files ")"; \ 303 cd "$(DESTDIR)$(sdkdir)" && rm -f $$files 304 305ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 306 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 307 unique=`for i in $$list; do \ 308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 309 done | \ 310 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 311 END { if (nonempty) { for (i in files) print i; }; }'`; \ 312 mkid -fID $$unique 313tags: TAGS 314 315TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 316 $(TAGS_FILES) $(LISP) 317 set x; \ 318 here=`pwd`; \ 319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 320 unique=`for i in $$list; do \ 321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 322 done | \ 323 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 324 END { if (nonempty) { for (i in files) print i; }; }'`; \ 325 shift; \ 326 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 327 test -n "$$unique" || unique=$$empty_fix; \ 328 if test $$# -gt 0; then \ 329 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 330 "$$@" $$unique; \ 331 else \ 332 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 333 $$unique; \ 334 fi; \ 335 fi 336ctags: CTAGS 337CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 338 $(TAGS_FILES) $(LISP) 339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 340 unique=`for i in $$list; do \ 341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 342 done | \ 343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 344 END { if (nonempty) { for (i in files) print i; }; }'`; \ 345 test -z "$(CTAGS_ARGS)$$unique" \ 346 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 347 $$unique 348 349GTAGS: 350 here=`$(am__cd) $(top_builddir) && pwd` \ 351 && $(am__cd) $(top_srcdir) \ 352 && gtags -i $(GTAGS_ARGS) "$$here" 353 354distclean-tags: 355 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 356 357distdir: $(DISTFILES) 358 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 359 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 360 list='$(DISTFILES)'; \ 361 dist_files=`for file in $$list; do echo $$file; done | \ 362 sed -e "s|^$$srcdirstrip/||;t" \ 363 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 364 case $$dist_files in \ 365 */*) $(MKDIR_P) `echo "$$dist_files" | \ 366 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 367 sort -u` ;; \ 368 esac; \ 369 for file in $$dist_files; do \ 370 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 371 if test -d $$d/$$file; then \ 372 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 373 if test -d "$(distdir)/$$file"; then \ 374 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 375 fi; \ 376 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 377 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 378 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 379 fi; \ 380 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 381 else \ 382 test -f "$(distdir)/$$file" \ 383 || cp -p $$d/$$file "$(distdir)/$$file" \ 384 || exit 1; \ 385 fi; \ 386 done 387check-am: all-am 388check: check-am 389all-am: Makefile $(HEADERS) 390installdirs: 391 for dir in "$(DESTDIR)$(sdkdir)"; do \ 392 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 393 done 394install: install-am 395install-exec: install-exec-am 396install-data: install-data-am 397uninstall: uninstall-am 398 399install-am: all-am 400 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 401 402installcheck: installcheck-am 403install-strip: 404 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 405 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 406 `test -z '$(STRIP)' || \ 407 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 408mostlyclean-generic: 409 410clean-generic: 411 412distclean-generic: 413 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 414 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 415 416maintainer-clean-generic: 417 @echo "This command is intended for maintainers to use" 418 @echo "it deletes files that may require special tools to rebuild." 419clean: clean-am 420 421clean-am: clean-generic clean-libtool mostlyclean-am 422 423distclean: distclean-am 424 -rm -f Makefile 425distclean-am: clean-am distclean-generic distclean-tags 426 427dvi: dvi-am 428 429dvi-am: 430 431html: html-am 432 433html-am: 434 435info: info-am 436 437info-am: 438 439install-data-am: install-sdkHEADERS 440 441install-dvi: install-dvi-am 442 443install-dvi-am: 444 445install-exec-am: 446 447install-html: install-html-am 448 449install-html-am: 450 451install-info: install-info-am 452 453install-info-am: 454 455install-man: 456 457install-pdf: install-pdf-am 458 459install-pdf-am: 460 461install-ps: install-ps-am 462 463install-ps-am: 464 465installcheck-am: 466 467maintainer-clean: maintainer-clean-am 468 -rm -f Makefile 469maintainer-clean-am: distclean-am maintainer-clean-generic 470 471mostlyclean: mostlyclean-am 472 473mostlyclean-am: mostlyclean-generic mostlyclean-libtool 474 475pdf: pdf-am 476 477pdf-am: 478 479ps: ps-am 480 481ps-am: 482 483uninstall-am: uninstall-sdkHEADERS 484 485.MAKE: install-am install-strip 486 487.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 488 clean-libtool ctags distclean distclean-generic \ 489 distclean-libtool distclean-tags distdir dvi dvi-am html \ 490 html-am info info-am install install-am install-data \ 491 install-data-am install-dvi install-dvi-am install-exec \ 492 install-exec-am install-html install-html-am install-info \ 493 install-info-am install-man install-pdf install-pdf-am \ 494 install-ps install-ps-am install-sdkHEADERS install-strip \ 495 installcheck installcheck-am installdirs maintainer-clean \ 496 maintainer-clean-generic mostlyclean mostlyclean-generic \ 497 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 498 uninstall-am uninstall-sdkHEADERS 499 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