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