Makefile.in revision 6df26cac
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 2005 Adam Jackson. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37VPATH = @srcdir@ 38pkgdatadir = $(datadir)/@PACKAGE@ 39pkglibdir = $(libdir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 42install_sh_DATA = $(install_sh) -c -m 644 43install_sh_PROGRAM = $(install_sh) -c 44install_sh_SCRIPT = $(install_sh) -c 45INSTALL_HEADER = $(INSTALL_DATA) 46transform = $(program_transform_name) 47NORMAL_INSTALL = : 48PRE_INSTALL = : 49POST_INSTALL = : 50NORMAL_UNINSTALL = : 51PRE_UNINSTALL = : 52POST_UNINSTALL = : 53build_triplet = @build@ 54host_triplet = @host@ 55subdir = src 56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 58am__aclocal_m4_deps = $(top_srcdir)/configure.ac 59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 60 $(ACLOCAL_M4) 61mkinstalldirs = $(install_sh) -d 62CONFIG_HEADER = $(top_builddir)/config.h 63CONFIG_CLEAN_FILES = 64am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 65am__vpath_adj = case $$p in \ 66 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 67 *) f=$$p;; \ 68 esac; 69am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 70am__installdirs = "$(DESTDIR)$(vmware_drv_ladir)" 71vmware_drv_laLTLIBRARIES_INSTALL = $(INSTALL) 72LTLIBRARIES = $(vmware_drv_la_LTLIBRARIES) 73vmware_drv_la_LIBADD = 74am_vmware_drv_la_OBJECTS = bits2pixels.lo vmware.lo vmwarecurs.lo \ 75 vmwarectrl.lo vmwarexinerama.lo vmwarevideo.lo 76vmware_drv_la_OBJECTS = $(am_vmware_drv_la_OBJECTS) 77vmware_drv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 78 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 79 $(vmware_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 80DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 81depcomp = $(SHELL) $(top_srcdir)/depcomp 82am__depfiles_maybe = depfiles 83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 84 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 85LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 86 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 88CCLD = $(CC) 89LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 90 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 91 $(LDFLAGS) -o $@ 92SOURCES = $(vmware_drv_la_SOURCES) 93DIST_SOURCES = $(vmware_drv_la_SOURCES) 94ETAGS = etags 95CTAGS = ctags 96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 97ACLOCAL = @ACLOCAL@ 98ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 99ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 100AMTAR = @AMTAR@ 101APP_MAN_DIR = @APP_MAN_DIR@ 102APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 103AR = @AR@ 104AUTOCONF = @AUTOCONF@ 105AUTOHEADER = @AUTOHEADER@ 106AUTOMAKE = @AUTOMAKE@ 107AWK = @AWK@ 108CC = @CC@ 109CCDEPMODE = @CCDEPMODE@ 110CFLAGS = @CFLAGS@ 111CPP = @CPP@ 112CPPFLAGS = @CPPFLAGS@ 113CXX = @CXX@ 114CXXCPP = @CXXCPP@ 115CXXDEPMODE = @CXXDEPMODE@ 116CXXFLAGS = @CXXFLAGS@ 117CYGPATH_W = @CYGPATH_W@ 118DEFS = @DEFS@ 119DEPDIR = @DEPDIR@ 120DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 121DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 122DRIVER_NAME = @DRIVER_NAME@ 123ECHO = @ECHO@ 124ECHO_C = @ECHO_C@ 125ECHO_N = @ECHO_N@ 126ECHO_T = @ECHO_T@ 127EGREP = @EGREP@ 128EXEEXT = @EXEEXT@ 129F77 = @F77@ 130FFLAGS = @FFLAGS@ 131FILE_MAN_DIR = @FILE_MAN_DIR@ 132FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 133GREP = @GREP@ 134INSTALL = @INSTALL@ 135INSTALL_DATA = @INSTALL_DATA@ 136INSTALL_PROGRAM = @INSTALL_PROGRAM@ 137INSTALL_SCRIPT = @INSTALL_SCRIPT@ 138INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 139LDFLAGS = @LDFLAGS@ 140LIBOBJS = @LIBOBJS@ 141LIBS = @LIBS@ 142LIBTOOL = @LIBTOOL@ 143LIB_MAN_DIR = @LIB_MAN_DIR@ 144LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 145LN_S = @LN_S@ 146LTLIBOBJS = @LTLIBOBJS@ 147MAINT = @MAINT@ 148MAKEINFO = @MAKEINFO@ 149MISC_MAN_DIR = @MISC_MAN_DIR@ 150MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 151MKDIR_P = @MKDIR_P@ 152OBJEXT = @OBJEXT@ 153PACKAGE = @PACKAGE@ 154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 155PACKAGE_NAME = @PACKAGE_NAME@ 156PACKAGE_STRING = @PACKAGE_STRING@ 157PACKAGE_TARNAME = @PACKAGE_TARNAME@ 158PACKAGE_VERSION = @PACKAGE_VERSION@ 159PATH_SEPARATOR = @PATH_SEPARATOR@ 160PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 161PCIACCESS_LIBS = @PCIACCESS_LIBS@ 162PKG_CONFIG = @PKG_CONFIG@ 163RANLIB = @RANLIB@ 164SET_MAKE = @SET_MAKE@ 165SHELL = @SHELL@ 166STRIP = @STRIP@ 167VERSION = @VERSION@ 168XORG_CFLAGS = @XORG_CFLAGS@ 169XORG_LIBS = @XORG_LIBS@ 170abs_builddir = @abs_builddir@ 171abs_srcdir = @abs_srcdir@ 172abs_top_builddir = @abs_top_builddir@ 173abs_top_srcdir = @abs_top_srcdir@ 174ac_ct_CC = @ac_ct_CC@ 175ac_ct_CXX = @ac_ct_CXX@ 176ac_ct_F77 = @ac_ct_F77@ 177am__include = @am__include@ 178am__leading_dot = @am__leading_dot@ 179am__quote = @am__quote@ 180am__tar = @am__tar@ 181am__untar = @am__untar@ 182bindir = @bindir@ 183build = @build@ 184build_alias = @build_alias@ 185build_cpu = @build_cpu@ 186build_os = @build_os@ 187build_vendor = @build_vendor@ 188builddir = @builddir@ 189datadir = @datadir@ 190datarootdir = @datarootdir@ 191docdir = @docdir@ 192dvidir = @dvidir@ 193exec_prefix = @exec_prefix@ 194host = @host@ 195host_alias = @host_alias@ 196host_cpu = @host_cpu@ 197host_os = @host_os@ 198host_vendor = @host_vendor@ 199htmldir = @htmldir@ 200includedir = @includedir@ 201infodir = @infodir@ 202install_sh = @install_sh@ 203libdir = @libdir@ 204libexecdir = @libexecdir@ 205localedir = @localedir@ 206localstatedir = @localstatedir@ 207mandir = @mandir@ 208mkdir_p = @mkdir_p@ 209moduledir = @moduledir@ 210oldincludedir = @oldincludedir@ 211pdfdir = @pdfdir@ 212prefix = @prefix@ 213program_transform_name = @program_transform_name@ 214psdir = @psdir@ 215sbindir = @sbindir@ 216sharedstatedir = @sharedstatedir@ 217srcdir = @srcdir@ 218sysconfdir = @sysconfdir@ 219target_alias = @target_alias@ 220top_builddir = @top_builddir@ 221top_srcdir = @top_srcdir@ 222 223# this is obnoxious: 224# -module lets us name the module exactly how we want 225# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 226# _ladir passes a dummy rpath to libtool so the thing will actually link 227# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 228AM_CFLAGS = @XORG_CFLAGS@ 229vmware_drv_la_LTLIBRARIES = vmware_drv.la 230vmware_drv_la_LDFLAGS = -module -avoid-version 231vmware_drv_ladir = @moduledir@/drivers 232vmware_drv_la_SOURCES = \ 233 bits2pixels.c \ 234 bits2pixels.h \ 235 guest_os.h \ 236 includeCheck.h \ 237 svga_escape.h \ 238 svga_limits.h \ 239 svga_modes.h \ 240 svga_overlay.h \ 241 svga_reg.h \ 242 svga_struct.h \ 243 vm_basic_types.h \ 244 vm_device_version.h \ 245 vmware.c \ 246 vmwarecurs.c \ 247 vmware.h \ 248 vmwarectrl.c \ 249 vmwarectrl.h \ 250 vmwarectrlproto.h \ 251 vmwarexinerama.c \ 252 vmwarevideo.c 253 254all: all-am 255 256.SUFFIXES: 257.SUFFIXES: .c .lo .o .obj 258$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 259 @for dep in $?; do \ 260 case '$(am__configure_deps)' in \ 261 *$$dep*) \ 262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 263 && exit 0; \ 264 exit 1;; \ 265 esac; \ 266 done; \ 267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 268 cd $(top_srcdir) && \ 269 $(AUTOMAKE) --gnu src/Makefile 270.PRECIOUS: Makefile 271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 272 @case '$?' in \ 273 *config.status*) \ 274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 275 *) \ 276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 278 esac; 279 280$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 282 283$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 285$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 287install-vmware_drv_laLTLIBRARIES: $(vmware_drv_la_LTLIBRARIES) 288 @$(NORMAL_INSTALL) 289 test -z "$(vmware_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(vmware_drv_ladir)" 290 @list='$(vmware_drv_la_LTLIBRARIES)'; for p in $$list; do \ 291 if test -f $$p; then \ 292 f=$(am__strip_dir) \ 293 echo " $(LIBTOOL) --mode=install $(vmware_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(vmware_drv_ladir)/$$f'"; \ 294 $(LIBTOOL) --mode=install $(vmware_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(vmware_drv_ladir)/$$f"; \ 295 else :; fi; \ 296 done 297 298uninstall-vmware_drv_laLTLIBRARIES: 299 @$(NORMAL_UNINSTALL) 300 @list='$(vmware_drv_la_LTLIBRARIES)'; for p in $$list; do \ 301 p=$(am__strip_dir) \ 302 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(vmware_drv_ladir)/$$p'"; \ 303 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(vmware_drv_ladir)/$$p"; \ 304 done 305 306clean-vmware_drv_laLTLIBRARIES: 307 -test -z "$(vmware_drv_la_LTLIBRARIES)" || rm -f $(vmware_drv_la_LTLIBRARIES) 308 @list='$(vmware_drv_la_LTLIBRARIES)'; for p in $$list; do \ 309 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 310 test "$$dir" != "$$p" || dir=.; \ 311 echo "rm -f \"$${dir}/so_locations\""; \ 312 rm -f "$${dir}/so_locations"; \ 313 done 314vmware_drv.la: $(vmware_drv_la_OBJECTS) $(vmware_drv_la_DEPENDENCIES) 315 $(vmware_drv_la_LINK) -rpath $(vmware_drv_ladir) $(vmware_drv_la_OBJECTS) $(vmware_drv_la_LIBADD) $(LIBS) 316 317mostlyclean-compile: 318 -rm -f *.$(OBJEXT) 319 320distclean-compile: 321 -rm -f *.tab.c 322 323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bits2pixels.Plo@am__quote@ 324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmware.Plo@am__quote@ 325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmwarectrl.Plo@am__quote@ 326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmwarecurs.Plo@am__quote@ 327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmwarevideo.Plo@am__quote@ 328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmwarexinerama.Plo@am__quote@ 329 330.c.o: 331@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 332@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 333@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 334@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 335@am__fastdepCC_FALSE@ $(COMPILE) -c $< 336 337.c.obj: 338@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 339@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 340@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 341@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 342@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 343 344.c.lo: 345@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 346@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 347@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 348@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 349@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 350 351mostlyclean-libtool: 352 -rm -f *.lo 353 354clean-libtool: 355 -rm -rf .libs _libs 356 357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 358 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 359 unique=`for i in $$list; do \ 360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 361 done | \ 362 $(AWK) ' { files[$$0] = 1; } \ 363 END { for (i in files) print i; }'`; \ 364 mkid -fID $$unique 365tags: TAGS 366 367TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 368 $(TAGS_FILES) $(LISP) 369 tags=; \ 370 here=`pwd`; \ 371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 372 unique=`for i in $$list; do \ 373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 374 done | \ 375 $(AWK) ' { files[$$0] = 1; } \ 376 END { for (i in files) print i; }'`; \ 377 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 378 test -n "$$unique" || unique=$$empty_fix; \ 379 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 380 $$tags $$unique; \ 381 fi 382ctags: CTAGS 383CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 384 $(TAGS_FILES) $(LISP) 385 tags=; \ 386 here=`pwd`; \ 387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 388 unique=`for i in $$list; do \ 389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 390 done | \ 391 $(AWK) ' { files[$$0] = 1; } \ 392 END { for (i in files) print i; }'`; \ 393 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 394 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 395 $$tags $$unique 396 397GTAGS: 398 here=`$(am__cd) $(top_builddir) && pwd` \ 399 && cd $(top_srcdir) \ 400 && gtags -i $(GTAGS_ARGS) $$here 401 402distclean-tags: 403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 404 405distdir: $(DISTFILES) 406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 408 list='$(DISTFILES)'; \ 409 dist_files=`for file in $$list; do echo $$file; done | \ 410 sed -e "s|^$$srcdirstrip/||;t" \ 411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 412 case $$dist_files in \ 413 */*) $(MKDIR_P) `echo "$$dist_files" | \ 414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 415 sort -u` ;; \ 416 esac; \ 417 for file in $$dist_files; do \ 418 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 419 if test -d $$d/$$file; then \ 420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 421 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 422 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 423 fi; \ 424 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 425 else \ 426 test -f $(distdir)/$$file \ 427 || cp -p $$d/$$file $(distdir)/$$file \ 428 || exit 1; \ 429 fi; \ 430 done 431check-am: all-am 432check: check-am 433all-am: Makefile $(LTLIBRARIES) 434installdirs: 435 for dir in "$(DESTDIR)$(vmware_drv_ladir)"; do \ 436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 437 done 438install: install-am 439install-exec: install-exec-am 440install-data: install-data-am 441uninstall: uninstall-am 442 443install-am: all-am 444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 445 446installcheck: installcheck-am 447install-strip: 448 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 449 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 450 `test -z '$(STRIP)' || \ 451 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 452mostlyclean-generic: 453 454clean-generic: 455 456distclean-generic: 457 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 458 459maintainer-clean-generic: 460 @echo "This command is intended for maintainers to use" 461 @echo "it deletes files that may require special tools to rebuild." 462clean: clean-am 463 464clean-am: clean-generic clean-libtool clean-vmware_drv_laLTLIBRARIES \ 465 mostlyclean-am 466 467distclean: distclean-am 468 -rm -rf ./$(DEPDIR) 469 -rm -f Makefile 470distclean-am: clean-am distclean-compile distclean-generic \ 471 distclean-tags 472 473dvi: dvi-am 474 475dvi-am: 476 477html: html-am 478 479info: info-am 480 481info-am: 482 483install-data-am: install-vmware_drv_laLTLIBRARIES 484 485install-dvi: install-dvi-am 486 487install-exec-am: 488 489install-html: install-html-am 490 491install-info: install-info-am 492 493install-man: 494 495install-pdf: install-pdf-am 496 497install-ps: install-ps-am 498 499installcheck-am: 500 501maintainer-clean: maintainer-clean-am 502 -rm -rf ./$(DEPDIR) 503 -rm -f Makefile 504maintainer-clean-am: distclean-am maintainer-clean-generic 505 506mostlyclean: mostlyclean-am 507 508mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 509 mostlyclean-libtool 510 511pdf: pdf-am 512 513pdf-am: 514 515ps: ps-am 516 517ps-am: 518 519uninstall-am: uninstall-vmware_drv_laLTLIBRARIES 520 521.MAKE: install-am install-strip 522 523.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 524 clean-libtool clean-vmware_drv_laLTLIBRARIES ctags distclean \ 525 distclean-compile distclean-generic distclean-libtool \ 526 distclean-tags distdir dvi dvi-am html html-am info info-am \ 527 install install-am install-data install-data-am install-dvi \ 528 install-dvi-am install-exec install-exec-am install-html \ 529 install-html-am install-info install-info-am install-man \ 530 install-pdf install-pdf-am install-ps install-ps-am \ 531 install-strip install-vmware_drv_laLTLIBRARIES installcheck \ 532 installcheck-am installdirs maintainer-clean \ 533 maintainer-clean-generic mostlyclean mostlyclean-compile \ 534 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 535 tags uninstall uninstall-am uninstall-vmware_drv_laLTLIBRARIES 536 537# Tell versions [3.59,3.63) of GNU make to not export all variables. 538# Otherwise a system limit (for SysV at least) may be exceeded. 539.NOEXPORT: 540