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# Copyright 2008 VMware, Inc. 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# VMWARE, INC. 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 38 39 40VPATH = @srcdir@ 41am__make_dryrun = \ 42 { \ 43 am__dry=no; \ 44 case $$MAKEFLAGS in \ 45 *\\[\ \ ]*) \ 46 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 47 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 48 *) \ 49 for am__flg in $$MAKEFLAGS; do \ 50 case $$am__flg in \ 51 *=*|--*) ;; \ 52 *n*) am__dry=yes; break;; \ 53 esac; \ 54 done;; \ 55 esac; \ 56 test $$am__dry = yes; \ 57 } 58pkgdatadir = $(datadir)/@PACKAGE@ 59pkgincludedir = $(includedir)/@PACKAGE@ 60pkglibdir = $(libdir)/@PACKAGE@ 61pkglibexecdir = $(libexecdir)/@PACKAGE@ 62am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 63install_sh_DATA = $(install_sh) -c -m 644 64install_sh_PROGRAM = $(install_sh) -c 65install_sh_SCRIPT = $(install_sh) -c 66INSTALL_HEADER = $(INSTALL_DATA) 67transform = $(program_transform_name) 68NORMAL_INSTALL = : 69PRE_INSTALL = : 70POST_INSTALL = : 71NORMAL_UNINSTALL = : 72PRE_UNINSTALL = : 73POST_UNINSTALL = : 74build_triplet = @build@ 75host_triplet = @host@ 76bin_PROGRAMS = @DRIVER_NAME@_detect$(EXEEXT) 77@HAS_UDEV_RULES_DIR_TRUE@am__append_1 = $(udev_DATA) 78subdir = tools 79DIST_COMMON = $(am__dist_conf_DATA_DIST) $(srcdir)/Makefile.am \ 80 $(srcdir)/Makefile.in 81ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 82am__aclocal_m4_deps = $(top_srcdir)/configure.ac 83am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 84 $(ACLOCAL_M4) 85mkinstalldirs = $(install_sh) -d 86CONFIG_HEADER = $(top_builddir)/config.h 87CONFIG_CLEAN_FILES = 88CONFIG_CLEAN_VPATH_FILES = 89am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(calloutsdir)" \ 90 "$(DESTDIR)$(confdir)" "$(DESTDIR)$(udevdir)" 91PROGRAMS = $(bin_PROGRAMS) 92am_@DRIVER_NAME@_detect_OBJECTS = vmmouse_detect.$(OBJEXT) 93@DRIVER_NAME@_detect_OBJECTS = $(am_@DRIVER_NAME@_detect_OBJECTS) 94@DRIVER_NAME@_detect_DEPENDENCIES = \ 95 $(top_builddir)/shared/lib@DRIVER_NAME@.la 96AM_V_lt = $(am__v_lt_@AM_V@) 97am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 98am__v_lt_0 = --silent 99am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 100am__vpath_adj = case $$p in \ 101 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 102 *) f=$$p;; \ 103 esac; 104am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 105am__install_max = 40 106am__nobase_strip_setup = \ 107 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 108am__nobase_strip = \ 109 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 110am__nobase_list = $(am__nobase_strip_setup); \ 111 for p in $$list; do echo "$$p $$p"; done | \ 112 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 113 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 114 if (++n[$$2] == $(am__install_max)) \ 115 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 116 END { for (dir in files) print dir, files[dir] }' 117am__base_list = \ 118 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 119 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 120am__uninstall_files_from_dir = { \ 121 test -z "$$files" \ 122 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 123 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 124 $(am__cd) "$$dir" && rm -f $$files; }; \ 125 } 126SCRIPTS = $(callouts_SCRIPTS) 127DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 128depcomp = $(SHELL) $(top_srcdir)/depcomp 129am__depfiles_maybe = depfiles 130am__mv = mv -f 131COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 133LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 134 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 135 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 136 $(AM_CFLAGS) $(CFLAGS) 137AM_V_CC = $(am__v_CC_@AM_V@) 138am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 139am__v_CC_0 = @echo " CC " $@; 140AM_V_at = $(am__v_at_@AM_V@) 141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 142am__v_at_0 = @ 143CCLD = $(CC) 144LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 145 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 146 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 147AM_V_CCLD = $(am__v_CCLD_@AM_V@) 148am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 149am__v_CCLD_0 = @echo " CCLD " $@; 150AM_V_GEN = $(am__v_GEN_@AM_V@) 151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 152am__v_GEN_0 = @echo " GEN " $@; 153SOURCES = $(@DRIVER_NAME@_detect_SOURCES) 154DIST_SOURCES = $(@DRIVER_NAME@_detect_SOURCES) 155am__can_run_installinfo = \ 156 case $$AM_UPDATE_INFO_DIR in \ 157 n|no|NO) false;; \ 158 *) (install-info --version) >/dev/null 2>&1;; \ 159 esac 160am__dist_conf_DATA_DIST = 50-vmmouse.conf 161DATA = $(dist_conf_DATA) $(udev_DATA) 162ETAGS = etags 163CTAGS = ctags 164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 165ACLOCAL = @ACLOCAL@ 166ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 167ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 168AMTAR = @AMTAR@ 169AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 170APP_MAN_DIR = @APP_MAN_DIR@ 171APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 172AR = @AR@ 173AUTOCONF = @AUTOCONF@ 174AUTOHEADER = @AUTOHEADER@ 175AUTOMAKE = @AUTOMAKE@ 176AWK = @AWK@ 177BASE_CFLAGS = @BASE_CFLAGS@ 178CC = @CC@ 179CCDEPMODE = @CCDEPMODE@ 180CFLAGS = @CFLAGS@ 181CHANGELOG_CMD = @CHANGELOG_CMD@ 182CPP = @CPP@ 183CPPFLAGS = @CPPFLAGS@ 184CWARNFLAGS = @CWARNFLAGS@ 185CYGPATH_W = @CYGPATH_W@ 186DEFS = @DEFS@ 187DEPDIR = @DEPDIR@ 188DLLTOOL = @DLLTOOL@ 189DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 190DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 191DRIVER_NAME = @DRIVER_NAME@ 192DSYMUTIL = @DSYMUTIL@ 193DUMPBIN = @DUMPBIN@ 194ECHO_C = @ECHO_C@ 195ECHO_N = @ECHO_N@ 196ECHO_T = @ECHO_T@ 197EGREP = @EGREP@ 198EXEEXT = @EXEEXT@ 199FGREP = @FGREP@ 200FILE_MAN_DIR = @FILE_MAN_DIR@ 201FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 202GREP = @GREP@ 203HAL_BIN_DIR = @HAL_BIN_DIR@ 204HAL_CALLOUTS_DIR = @HAL_CALLOUTS_DIR@ 205HAL_FDI_DIR = @HAL_FDI_DIR@ 206INSTALL = @INSTALL@ 207INSTALL_CMD = @INSTALL_CMD@ 208INSTALL_DATA = @INSTALL_DATA@ 209INSTALL_PROGRAM = @INSTALL_PROGRAM@ 210INSTALL_SCRIPT = @INSTALL_SCRIPT@ 211INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 212LD = @LD@ 213LDFLAGS = @LDFLAGS@ 214LIBOBJS = @LIBOBJS@ 215LIBS = @LIBS@ 216LIBTOOL = @LIBTOOL@ 217LIB_MAN_DIR = @LIB_MAN_DIR@ 218LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 219LIPO = @LIPO@ 220LN_S = @LN_S@ 221LTLIBOBJS = @LTLIBOBJS@ 222MAINT = @MAINT@ 223MAKEINFO = @MAKEINFO@ 224MANIFEST_TOOL = @MANIFEST_TOOL@ 225MAN_SUBSTS = @MAN_SUBSTS@ 226MISC_MAN_DIR = @MISC_MAN_DIR@ 227MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 228MKDIR_P = @MKDIR_P@ 229NM = @NM@ 230NMEDIT = @NMEDIT@ 231OBJDUMP = @OBJDUMP@ 232OBJEXT = @OBJEXT@ 233OTOOL = @OTOOL@ 234OTOOL64 = @OTOOL64@ 235PACKAGE = @PACKAGE@ 236PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 237PACKAGE_NAME = @PACKAGE_NAME@ 238PACKAGE_STRING = @PACKAGE_STRING@ 239PACKAGE_TARNAME = @PACKAGE_TARNAME@ 240PACKAGE_URL = @PACKAGE_URL@ 241PACKAGE_VERSION = @PACKAGE_VERSION@ 242PATH_SEPARATOR = @PATH_SEPARATOR@ 243PKG_CONFIG = @PKG_CONFIG@ 244PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 245PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 246RANLIB = @RANLIB@ 247SED = @SED@ 248SET_MAKE = @SET_MAKE@ 249SHELL = @SHELL@ 250STRICT_CFLAGS = @STRICT_CFLAGS@ 251STRIP = @STRIP@ 252UDEV_CFLAGS = @UDEV_CFLAGS@ 253UDEV_LIBS = @UDEV_LIBS@ 254UDEV_RULES_DIR = @UDEV_RULES_DIR@ 255VERSION = @VERSION@ 256XORG_CFLAGS = @XORG_CFLAGS@ 257XORG_CONF_DIR = @XORG_CONF_DIR@ 258XORG_LIBS = @XORG_LIBS@ 259XORG_MAN_PAGE = @XORG_MAN_PAGE@ 260abs_builddir = @abs_builddir@ 261abs_srcdir = @abs_srcdir@ 262abs_top_builddir = @abs_top_builddir@ 263abs_top_srcdir = @abs_top_srcdir@ 264ac_ct_AR = @ac_ct_AR@ 265ac_ct_CC = @ac_ct_CC@ 266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 267am__include = @am__include@ 268am__leading_dot = @am__leading_dot@ 269am__quote = @am__quote@ 270am__tar = @am__tar@ 271am__untar = @am__untar@ 272bindir = @bindir@ 273build = @build@ 274build_alias = @build_alias@ 275build_cpu = @build_cpu@ 276build_os = @build_os@ 277build_vendor = @build_vendor@ 278builddir = @builddir@ 279datadir = @datadir@ 280datarootdir = @datarootdir@ 281docdir = @docdir@ 282dvidir = @dvidir@ 283exec_prefix = @exec_prefix@ 284host = @host@ 285host_alias = @host_alias@ 286host_cpu = @host_cpu@ 287host_os = @host_os@ 288host_vendor = @host_vendor@ 289htmldir = @htmldir@ 290includedir = @includedir@ 291infodir = @infodir@ 292inputdir = @inputdir@ 293install_sh = @install_sh@ 294libdir = @libdir@ 295libexecdir = @libexecdir@ 296localedir = @localedir@ 297localstatedir = @localstatedir@ 298mandir = @mandir@ 299mkdir_p = @mkdir_p@ 300oldincludedir = @oldincludedir@ 301pdfdir = @pdfdir@ 302prefix = @prefix@ 303program_transform_name = @program_transform_name@ 304psdir = @psdir@ 305sbindir = @sbindir@ 306sharedstatedir = @sharedstatedir@ 307srcdir = @srcdir@ 308sysconfdir = @sysconfdir@ 309target_alias = @target_alias@ 310top_build_prefix = @top_build_prefix@ 311top_builddir = @top_builddir@ 312top_srcdir = @top_srcdir@ 313AM_CPPFLAGS = -I$(top_srcdir)/shared $(XORG_CFLAGS) 314@DRIVER_NAME@_detect_SOURCES = vmmouse_detect.c 315@DRIVER_NAME@_detect_LDADD = $(top_builddir)/shared/lib@DRIVER_NAME@.la 316calloutsdir = $(HAL_CALLOUTS_DIR) 317callouts_SCRIPTS = hal-probe-vmmouse 318CLEANFILES = hal-probe-vmmouse $(am__append_1) 319@HAS_XORG_CONF_DIR_TRUE@confdir = $(XORG_CONF_DIR) 320@HAS_XORG_CONF_DIR_TRUE@dist_conf_DATA = 50-vmmouse.conf 321@HAS_UDEV_RULES_DIR_TRUE@udevdir = $(UDEV_RULES_DIR) 322@HAS_UDEV_RULES_DIR_TRUE@udev_DATA = 69-xorg-vmmouse.rules 323EXTRA_DIST = $(udev_DATA).in hal-probe-vmmouse.in 324all: all-am 325 326.SUFFIXES: 327.SUFFIXES: .c .lo .o .obj 328$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 329 @for dep in $?; do \ 330 case '$(am__configure_deps)' in \ 331 *$$dep*) \ 332 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 333 && { if test -f $@; then exit 0; else break; fi; }; \ 334 exit 1;; \ 335 esac; \ 336 done; \ 337 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \ 338 $(am__cd) $(top_srcdir) && \ 339 $(AUTOMAKE) --foreign tools/Makefile 340.PRECIOUS: Makefile 341Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 342 @case '$?' in \ 343 *config.status*) \ 344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 345 *) \ 346 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 347 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 348 esac; 349 350$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352 353$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 355$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 357$(am__aclocal_m4_deps): 358install-binPROGRAMS: $(bin_PROGRAMS) 359 @$(NORMAL_INSTALL) 360 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 361 if test -n "$$list"; then \ 362 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 363 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 364 fi; \ 365 for p in $$list; do echo "$$p $$p"; done | \ 366 sed 's/$(EXEEXT)$$//' | \ 367 while read p p1; do if test -f $$p || test -f $$p1; \ 368 then echo "$$p"; echo "$$p"; else :; fi; \ 369 done | \ 370 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 371 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 372 sed 'N;N;N;s,\n, ,g' | \ 373 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 374 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 375 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 376 else { print "f", $$3 "/" $$4, $$1; } } \ 377 END { for (d in files) print "f", d, files[d] }' | \ 378 while read type dir files; do \ 379 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 380 test -z "$$files" || { \ 381 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 382 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 383 } \ 384 ; done 385 386uninstall-binPROGRAMS: 387 @$(NORMAL_UNINSTALL) 388 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 389 files=`for p in $$list; do echo "$$p"; done | \ 390 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 391 -e 's/$$/$(EXEEXT)/' `; \ 392 test -n "$$list" || exit 0; \ 393 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 394 cd "$(DESTDIR)$(bindir)" && rm -f $$files 395 396clean-binPROGRAMS: 397 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 398 echo " rm -f" $$list; \ 399 rm -f $$list || exit $$?; \ 400 test -n "$(EXEEXT)" || exit 0; \ 401 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 402 echo " rm -f" $$list; \ 403 rm -f $$list 404@DRIVER_NAME@_detect$(EXEEXT): $(@DRIVER_NAME@_detect_OBJECTS) $(@DRIVER_NAME@_detect_DEPENDENCIES) $(EXTRA_@DRIVER_NAME@_detect_DEPENDENCIES) 405 @rm -f @DRIVER_NAME@_detect$(EXEEXT) 406 $(AM_V_CCLD)$(LINK) $(@DRIVER_NAME@_detect_OBJECTS) $(@DRIVER_NAME@_detect_LDADD) $(LIBS) 407install-calloutsSCRIPTS: $(callouts_SCRIPTS) 408 @$(NORMAL_INSTALL) 409 @list='$(callouts_SCRIPTS)'; test -n "$(calloutsdir)" || list=; \ 410 if test -n "$$list"; then \ 411 echo " $(MKDIR_P) '$(DESTDIR)$(calloutsdir)'"; \ 412 $(MKDIR_P) "$(DESTDIR)$(calloutsdir)" || exit 1; \ 413 fi; \ 414 for p in $$list; do \ 415 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 416 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 417 done | \ 418 sed -e 'p;s,.*/,,;n' \ 419 -e 'h;s|.*|.|' \ 420 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 421 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 422 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 423 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 424 if (++n[d] == $(am__install_max)) { \ 425 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 426 else { print "f", d "/" $$4, $$1 } } \ 427 END { for (d in files) print "f", d, files[d] }' | \ 428 while read type dir files; do \ 429 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 430 test -z "$$files" || { \ 431 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(calloutsdir)$$dir'"; \ 432 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(calloutsdir)$$dir" || exit $$?; \ 433 } \ 434 ; done 435 436uninstall-calloutsSCRIPTS: 437 @$(NORMAL_UNINSTALL) 438 @list='$(callouts_SCRIPTS)'; test -n "$(calloutsdir)" || exit 0; \ 439 files=`for p in $$list; do echo "$$p"; done | \ 440 sed -e 's,.*/,,;$(transform)'`; \ 441 dir='$(DESTDIR)$(calloutsdir)'; $(am__uninstall_files_from_dir) 442 443mostlyclean-compile: 444 -rm -f *.$(OBJEXT) 445 446distclean-compile: 447 -rm -f *.tab.c 448 449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmmouse_detect.Po@am__quote@ 450 451.c.o: 452@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 453@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 454@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 455@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 456@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 457 458.c.obj: 459@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 460@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 461@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 462@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 463@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 464 465.c.lo: 466@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 467@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 468@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 469@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 470@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 471 472mostlyclean-libtool: 473 -rm -f *.lo 474 475clean-libtool: 476 -rm -rf .libs _libs 477install-dist_confDATA: $(dist_conf_DATA) 478 @$(NORMAL_INSTALL) 479 @list='$(dist_conf_DATA)'; test -n "$(confdir)" || list=; \ 480 if test -n "$$list"; then \ 481 echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \ 482 $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \ 483 fi; \ 484 for p in $$list; do \ 485 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 486 echo "$$d$$p"; \ 487 done | $(am__base_list) | \ 488 while read files; do \ 489 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \ 490 $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \ 491 done 492 493uninstall-dist_confDATA: 494 @$(NORMAL_UNINSTALL) 495 @list='$(dist_conf_DATA)'; test -n "$(confdir)" || list=; \ 496 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 497 dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir) 498install-udevDATA: $(udev_DATA) 499 @$(NORMAL_INSTALL) 500 @list='$(udev_DATA)'; test -n "$(udevdir)" || list=; \ 501 if test -n "$$list"; then \ 502 echo " $(MKDIR_P) '$(DESTDIR)$(udevdir)'"; \ 503 $(MKDIR_P) "$(DESTDIR)$(udevdir)" || exit 1; \ 504 fi; \ 505 for p in $$list; do \ 506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 507 echo "$$d$$p"; \ 508 done | $(am__base_list) | \ 509 while read files; do \ 510 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(udevdir)'"; \ 511 $(INSTALL_DATA) $$files "$(DESTDIR)$(udevdir)" || exit $$?; \ 512 done 513 514uninstall-udevDATA: 515 @$(NORMAL_UNINSTALL) 516 @list='$(udev_DATA)'; test -n "$(udevdir)" || list=; \ 517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 518 dir='$(DESTDIR)$(udevdir)'; $(am__uninstall_files_from_dir) 519 520ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 521 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 522 unique=`for i in $$list; do \ 523 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 524 done | \ 525 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 526 END { if (nonempty) { for (i in files) print i; }; }'`; \ 527 mkid -fID $$unique 528tags: TAGS 529 530TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 531 $(TAGS_FILES) $(LISP) 532 set x; \ 533 here=`pwd`; \ 534 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 535 unique=`for i in $$list; do \ 536 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 537 done | \ 538 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 539 END { if (nonempty) { for (i in files) print i; }; }'`; \ 540 shift; \ 541 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 542 test -n "$$unique" || unique=$$empty_fix; \ 543 if test $$# -gt 0; then \ 544 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 545 "$$@" $$unique; \ 546 else \ 547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 548 $$unique; \ 549 fi; \ 550 fi 551ctags: CTAGS 552CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 553 $(TAGS_FILES) $(LISP) 554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 555 unique=`for i in $$list; do \ 556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 557 done | \ 558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 559 END { if (nonempty) { for (i in files) print i; }; }'`; \ 560 test -z "$(CTAGS_ARGS)$$unique" \ 561 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 562 $$unique 563 564GTAGS: 565 here=`$(am__cd) $(top_builddir) && pwd` \ 566 && $(am__cd) $(top_srcdir) \ 567 && gtags -i $(GTAGS_ARGS) "$$here" 568 569distclean-tags: 570 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 571 572distdir: $(DISTFILES) 573 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 574 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 575 list='$(DISTFILES)'; \ 576 dist_files=`for file in $$list; do echo $$file; done | \ 577 sed -e "s|^$$srcdirstrip/||;t" \ 578 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 579 case $$dist_files in \ 580 */*) $(MKDIR_P) `echo "$$dist_files" | \ 581 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 582 sort -u` ;; \ 583 esac; \ 584 for file in $$dist_files; do \ 585 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 586 if test -d $$d/$$file; then \ 587 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 588 if test -d "$(distdir)/$$file"; then \ 589 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 590 fi; \ 591 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 592 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 594 fi; \ 595 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 596 else \ 597 test -f "$(distdir)/$$file" \ 598 || cp -p $$d/$$file "$(distdir)/$$file" \ 599 || exit 1; \ 600 fi; \ 601 done 602check-am: all-am 603check: check-am 604all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) 605installdirs: 606 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(calloutsdir)" "$(DESTDIR)$(confdir)" "$(DESTDIR)$(udevdir)"; do \ 607 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 608 done 609install: install-am 610install-exec: install-exec-am 611install-data: install-data-am 612uninstall: uninstall-am 613 614install-am: all-am 615 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 616 617installcheck: installcheck-am 618install-strip: 619 if test -z '$(STRIP)'; then \ 620 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 621 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 622 install; \ 623 else \ 624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 626 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 627 fi 628mostlyclean-generic: 629 630clean-generic: 631 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 632 633distclean-generic: 634 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 635 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 636 637maintainer-clean-generic: 638 @echo "This command is intended for maintainers to use" 639 @echo "it deletes files that may require special tools to rebuild." 640clean: clean-am 641 642clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 643 644distclean: distclean-am 645 -rm -rf ./$(DEPDIR) 646 -rm -f Makefile 647distclean-am: clean-am distclean-compile distclean-generic \ 648 distclean-tags 649 650dvi: dvi-am 651 652dvi-am: 653 654html: html-am 655 656html-am: 657 658info: info-am 659 660info-am: 661 662install-data-am: install-calloutsSCRIPTS install-dist_confDATA \ 663 install-udevDATA 664 665install-dvi: install-dvi-am 666 667install-dvi-am: 668 669install-exec-am: install-binPROGRAMS 670 671install-html: install-html-am 672 673install-html-am: 674 675install-info: install-info-am 676 677install-info-am: 678 679install-man: 680 681install-pdf: install-pdf-am 682 683install-pdf-am: 684 685install-ps: install-ps-am 686 687install-ps-am: 688 689installcheck-am: 690 691maintainer-clean: maintainer-clean-am 692 -rm -rf ./$(DEPDIR) 693 -rm -f Makefile 694maintainer-clean-am: distclean-am maintainer-clean-generic 695 696mostlyclean: mostlyclean-am 697 698mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 699 mostlyclean-libtool 700 701pdf: pdf-am 702 703pdf-am: 704 705ps: ps-am 706 707ps-am: 708 709uninstall-am: uninstall-binPROGRAMS uninstall-calloutsSCRIPTS \ 710 uninstall-dist_confDATA uninstall-udevDATA 711 712.MAKE: install-am install-strip 713 714.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 715 clean-generic clean-libtool ctags distclean distclean-compile \ 716 distclean-generic distclean-libtool distclean-tags distdir dvi \ 717 dvi-am html html-am info info-am install install-am \ 718 install-binPROGRAMS install-calloutsSCRIPTS install-data \ 719 install-data-am install-dist_confDATA install-dvi \ 720 install-dvi-am install-exec install-exec-am install-html \ 721 install-html-am install-info install-info-am install-man \ 722 install-pdf install-pdf-am install-ps install-ps-am \ 723 install-strip install-udevDATA installcheck installcheck-am \ 724 installdirs maintainer-clean maintainer-clean-generic \ 725 mostlyclean mostlyclean-compile mostlyclean-generic \ 726 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 727 uninstall-am uninstall-binPROGRAMS uninstall-calloutsSCRIPTS \ 728 uninstall-dist_confDATA uninstall-udevDATA 729 730 731hal-probe-vmmouse: hal-probe-vmmouse.in 732 $(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' \ 733 -e 's|__HAL_BIN_PREFIX__|$(HAL_BIN_DIR)|g' \ 734 < $< > $@ 735 736@HAS_UDEV_RULES_DIR_TRUE@$(udev_DATA): $(udev_DATA).in 737@HAS_UDEV_RULES_DIR_TRUE@ $(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' < $< > $@ 738 739# Tell versions [3.59,3.63) of GNU make to not export all variables. 740# Otherwise a system limit (for SysV at least) may be exceeded. 741.NOEXPORT: 742