Makefile.in revision c4f7863a
1# Makefile.in generated by automake 1.10.2 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 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 2008 VMware, Inc. 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# VMWARE, INC. 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 = shared 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 = 64LTLIBRARIES = $(noinst_LTLIBRARIES) 65lib@DRIVER_NAME@_la_LIBADD = 66am_lib@DRIVER_NAME@_la_OBJECTS = @DRIVER_NAME@_client.lo \ 67 @DRIVER_NAME@_proto.lo 68lib@DRIVER_NAME@_la_OBJECTS = $(am_lib@DRIVER_NAME@_la_OBJECTS) 69DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 70depcomp = $(SHELL) $(top_srcdir)/depcomp 71am__depfiles_maybe = depfiles 72COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 73 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 74LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 75 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 76 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 77CCLD = $(CC) 78LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 79 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 80 $(LDFLAGS) -o $@ 81SOURCES = $(lib@DRIVER_NAME@_la_SOURCES) 82DIST_SOURCES = $(lib@DRIVER_NAME@_la_SOURCES) 83ETAGS = etags 84CTAGS = ctags 85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 86ACLOCAL = @ACLOCAL@ 87ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 88ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 89AMTAR = @AMTAR@ 90AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 91APP_MAN_DIR = @APP_MAN_DIR@ 92APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 93AR = @AR@ 94AUTOCONF = @AUTOCONF@ 95AUTOHEADER = @AUTOHEADER@ 96AUTOMAKE = @AUTOMAKE@ 97AWK = @AWK@ 98CC = @CC@ 99CCDEPMODE = @CCDEPMODE@ 100CFLAGS = @CFLAGS@ 101CHANGELOG_CMD = @CHANGELOG_CMD@ 102CPP = @CPP@ 103CPPFLAGS = @CPPFLAGS@ 104CWARNFLAGS = @CWARNFLAGS@ 105CYGPATH_W = @CYGPATH_W@ 106DEFS = @DEFS@ 107DEPDIR = @DEPDIR@ 108DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 109DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 110DRIVER_NAME = @DRIVER_NAME@ 111DSYMUTIL = @DSYMUTIL@ 112DUMPBIN = @DUMPBIN@ 113ECHO_C = @ECHO_C@ 114ECHO_N = @ECHO_N@ 115ECHO_T = @ECHO_T@ 116EGREP = @EGREP@ 117EXEEXT = @EXEEXT@ 118FGREP = @FGREP@ 119FILE_MAN_DIR = @FILE_MAN_DIR@ 120FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 121GREP = @GREP@ 122HAL_BIN_DIR = @HAL_BIN_DIR@ 123HAL_CALLOUTS_DIR = @HAL_CALLOUTS_DIR@ 124HAL_FDI_DIR = @HAL_FDI_DIR@ 125INSTALL = @INSTALL@ 126INSTALL_CMD = @INSTALL_CMD@ 127INSTALL_DATA = @INSTALL_DATA@ 128INSTALL_PROGRAM = @INSTALL_PROGRAM@ 129INSTALL_SCRIPT = @INSTALL_SCRIPT@ 130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 131LD = @LD@ 132LDFLAGS = @LDFLAGS@ 133LIBOBJS = @LIBOBJS@ 134LIBS = @LIBS@ 135LIBTOOL = @LIBTOOL@ 136LIB_MAN_DIR = @LIB_MAN_DIR@ 137LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 138LIPO = @LIPO@ 139LN_S = @LN_S@ 140LTLIBOBJS = @LTLIBOBJS@ 141MAINT = @MAINT@ 142MAKEINFO = @MAKEINFO@ 143MAN_SUBSTS = @MAN_SUBSTS@ 144MISC_MAN_DIR = @MISC_MAN_DIR@ 145MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 146MKDIR_P = @MKDIR_P@ 147NM = @NM@ 148NMEDIT = @NMEDIT@ 149OBJDUMP = @OBJDUMP@ 150OBJEXT = @OBJEXT@ 151OTOOL = @OTOOL@ 152OTOOL64 = @OTOOL64@ 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@ 160PKG_CONFIG = @PKG_CONFIG@ 161RANLIB = @RANLIB@ 162SED = @SED@ 163SET_MAKE = @SET_MAKE@ 164SHELL = @SHELL@ 165STRIP = @STRIP@ 166UDEV_RULES_DIR = @UDEV_RULES_DIR@ 167VERSION = @VERSION@ 168XORG_CFLAGS = @XORG_CFLAGS@ 169XORG_CONF_DIR = @XORG_CONF_DIR@ 170XORG_LIBS = @XORG_LIBS@ 171XORG_MAN_PAGE = @XORG_MAN_PAGE@ 172abs_builddir = @abs_builddir@ 173abs_srcdir = @abs_srcdir@ 174abs_top_builddir = @abs_top_builddir@ 175abs_top_srcdir = @abs_top_srcdir@ 176ac_ct_CC = @ac_ct_CC@ 177ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 178am__include = @am__include@ 179am__leading_dot = @am__leading_dot@ 180am__quote = @am__quote@ 181am__tar = @am__tar@ 182am__untar = @am__untar@ 183bindir = @bindir@ 184build = @build@ 185build_alias = @build_alias@ 186build_cpu = @build_cpu@ 187build_os = @build_os@ 188build_vendor = @build_vendor@ 189builddir = @builddir@ 190datadir = @datadir@ 191datarootdir = @datarootdir@ 192docdir = @docdir@ 193dvidir = @dvidir@ 194exec_prefix = @exec_prefix@ 195host = @host@ 196host_alias = @host_alias@ 197host_cpu = @host_cpu@ 198host_os = @host_os@ 199host_vendor = @host_vendor@ 200htmldir = @htmldir@ 201includedir = @includedir@ 202infodir = @infodir@ 203inputdir = @inputdir@ 204install_sh = @install_sh@ 205libdir = @libdir@ 206libexecdir = @libexecdir@ 207localedir = @localedir@ 208localstatedir = @localstatedir@ 209lt_ECHO = @lt_ECHO@ 210mandir = @mandir@ 211mkdir_p = @mkdir_p@ 212oldincludedir = @oldincludedir@ 213pdfdir = @pdfdir@ 214prefix = @prefix@ 215program_transform_name = @program_transform_name@ 216psdir = @psdir@ 217sbindir = @sbindir@ 218sharedstatedir = @sharedstatedir@ 219srcdir = @srcdir@ 220sysconfdir = @sysconfdir@ 221target_alias = @target_alias@ 222top_build_prefix = @top_build_prefix@ 223top_builddir = @top_builddir@ 224top_srcdir = @top_srcdir@ 225noinst_LTLIBRARIES = lib@DRIVER_NAME@.la 226lib@DRIVER_NAME@_la_SOURCES = @DRIVER_NAME@_defs.h \ 227 @DRIVER_NAME@_client.c @DRIVER_NAME@_client.h \ 228 @DRIVER_NAME@_proto.c @DRIVER_NAME@_proto.h 229 230AM_CPPFLAGS = $(XORG_CFLAGS) 231all: all-am 232 233.SUFFIXES: 234.SUFFIXES: .c .lo .o .obj 235$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 236 @for dep in $?; do \ 237 case '$(am__configure_deps)' in \ 238 *$$dep*) \ 239 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 240 && { if test -f $@; then exit 0; else break; fi; }; \ 241 exit 1;; \ 242 esac; \ 243 done; \ 244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign shared/Makefile'; \ 245 cd $(top_srcdir) && \ 246 $(AUTOMAKE) --foreign shared/Makefile 247.PRECIOUS: Makefile 248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 249 @case '$?' in \ 250 *config.status*) \ 251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 252 *) \ 253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 255 esac; 256 257$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 259 260$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 262$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 264 265clean-noinstLTLIBRARIES: 266 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 267 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 268 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 269 test "$$dir" != "$$p" || dir=.; \ 270 echo "rm -f \"$${dir}/so_locations\""; \ 271 rm -f "$${dir}/so_locations"; \ 272 done 273lib@DRIVER_NAME@.la: $(lib@DRIVER_NAME@_la_OBJECTS) $(lib@DRIVER_NAME@_la_DEPENDENCIES) 274 $(LINK) $(lib@DRIVER_NAME@_la_OBJECTS) $(lib@DRIVER_NAME@_la_LIBADD) $(LIBS) 275 276mostlyclean-compile: 277 -rm -f *.$(OBJEXT) 278 279distclean-compile: 280 -rm -f *.tab.c 281 282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/@DRIVER_NAME@_client.Plo@am__quote@ 283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/@DRIVER_NAME@_proto.Plo@am__quote@ 284 285.c.o: 286@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 287@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 288@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 289@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 290@am__fastdepCC_FALSE@ $(COMPILE) -c $< 291 292.c.obj: 293@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 294@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 295@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 296@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 297@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 298 299.c.lo: 300@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 301@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 302@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 303@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 304@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 305 306mostlyclean-libtool: 307 -rm -f *.lo 308 309clean-libtool: 310 -rm -rf .libs _libs 311 312ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 314 unique=`for i in $$list; do \ 315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 316 done | \ 317 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 318 END { if (nonempty) { for (i in files) print i; }; }'`; \ 319 mkid -fID $$unique 320tags: TAGS 321 322TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 323 $(TAGS_FILES) $(LISP) 324 tags=; \ 325 here=`pwd`; \ 326 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 327 unique=`for i in $$list; do \ 328 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 329 done | \ 330 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 331 END { if (nonempty) { for (i in files) print i; }; }'`; \ 332 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 333 test -n "$$unique" || unique=$$empty_fix; \ 334 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 335 $$tags $$unique; \ 336 fi 337ctags: CTAGS 338CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 339 $(TAGS_FILES) $(LISP) 340 tags=; \ 341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 342 unique=`for i in $$list; do \ 343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 344 done | \ 345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 346 END { if (nonempty) { for (i in files) print i; }; }'`; \ 347 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 348 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 349 $$tags $$unique 350 351GTAGS: 352 here=`$(am__cd) $(top_builddir) && pwd` \ 353 && cd $(top_srcdir) \ 354 && gtags -i $(GTAGS_ARGS) $$here 355 356distclean-tags: 357 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 358 359distdir: $(DISTFILES) 360 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 361 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 362 list='$(DISTFILES)'; \ 363 dist_files=`for file in $$list; do echo $$file; done | \ 364 sed -e "s|^$$srcdirstrip/||;t" \ 365 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 366 case $$dist_files in \ 367 */*) $(MKDIR_P) `echo "$$dist_files" | \ 368 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 369 sort -u` ;; \ 370 esac; \ 371 for file in $$dist_files; do \ 372 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 373 if test -d $$d/$$file; then \ 374 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 375 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 376 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 377 fi; \ 378 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 379 else \ 380 test -f $(distdir)/$$file \ 381 || cp -p $$d/$$file $(distdir)/$$file \ 382 || exit 1; \ 383 fi; \ 384 done 385check-am: all-am 386check: check-am 387all-am: Makefile $(LTLIBRARIES) 388installdirs: 389install: install-am 390install-exec: install-exec-am 391install-data: install-data-am 392uninstall: uninstall-am 393 394install-am: all-am 395 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 396 397installcheck: installcheck-am 398install-strip: 399 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 400 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 401 `test -z '$(STRIP)' || \ 402 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 403mostlyclean-generic: 404 405clean-generic: 406 407distclean-generic: 408 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 409 410maintainer-clean-generic: 411 @echo "This command is intended for maintainers to use" 412 @echo "it deletes files that may require special tools to rebuild." 413clean: clean-am 414 415clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 416 mostlyclean-am 417 418distclean: distclean-am 419 -rm -rf ./$(DEPDIR) 420 -rm -f Makefile 421distclean-am: clean-am distclean-compile distclean-generic \ 422 distclean-tags 423 424dvi: dvi-am 425 426dvi-am: 427 428html: html-am 429 430info: info-am 431 432info-am: 433 434install-data-am: 435 436install-dvi: install-dvi-am 437 438install-exec-am: 439 440install-html: install-html-am 441 442install-info: install-info-am 443 444install-man: 445 446install-pdf: install-pdf-am 447 448install-ps: install-ps-am 449 450installcheck-am: 451 452maintainer-clean: maintainer-clean-am 453 -rm -rf ./$(DEPDIR) 454 -rm -f Makefile 455maintainer-clean-am: distclean-am maintainer-clean-generic 456 457mostlyclean: mostlyclean-am 458 459mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 460 mostlyclean-libtool 461 462pdf: pdf-am 463 464pdf-am: 465 466ps: ps-am 467 468ps-am: 469 470uninstall-am: 471 472.MAKE: install-am install-strip 473 474.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 475 clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 476 distclean-compile distclean-generic distclean-libtool \ 477 distclean-tags distdir dvi dvi-am html html-am info info-am \ 478 install install-am install-data install-data-am install-dvi \ 479 install-dvi-am install-exec install-exec-am install-html \ 480 install-html-am install-info install-info-am install-man \ 481 install-pdf install-pdf-am install-ps install-ps-am \ 482 install-strip installcheck installcheck-am installdirs \ 483 maintainer-clean maintainer-clean-generic mostlyclean \ 484 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 485 pdf pdf-am ps ps-am tags uninstall uninstall-am 486 487# Tell versions [3.59,3.63) of GNU make to not export all variables. 488# Otherwise a system limit (for SysV at least) may be exceeded. 489.NOEXPORT: 490