Makefile.in revision 591e32d7
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 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. 37VPATH = @srcdir@ 38am__make_dryrun = \ 39 { \ 40 am__dry=no; \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 44 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 45 *) \ 46 for am__flg in $$MAKEFLAGS; do \ 47 case $$am__flg in \ 48 *=*|--*) ;; \ 49 *n*) am__dry=yes; break;; \ 50 esac; \ 51 done;; \ 52 esac; \ 53 test $$am__dry = yes; \ 54 } 55pkgdatadir = $(datadir)/@PACKAGE@ 56pkgincludedir = $(includedir)/@PACKAGE@ 57pkglibdir = $(libdir)/@PACKAGE@ 58pkglibexecdir = $(libexecdir)/@PACKAGE@ 59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 60install_sh_DATA = $(install_sh) -c -m 644 61install_sh_PROGRAM = $(install_sh) -c 62install_sh_SCRIPT = $(install_sh) -c 63INSTALL_HEADER = $(INSTALL_DATA) 64transform = $(program_transform_name) 65NORMAL_INSTALL = : 66PRE_INSTALL = : 67POST_INSTALL = : 68NORMAL_UNINSTALL = : 69PRE_UNINSTALL = : 70POST_UNINSTALL = : 71build_triplet = @build@ 72host_triplet = @host@ 73subdir = . 74DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 75 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 76 $(top_srcdir)/configure COPYING ChangeLog INSTALL compile \ 77 config.guess config.sub depcomp install-sh ltmain.sh missing 78ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 79am__aclocal_m4_deps = $(top_srcdir)/configure.ac 80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 81 $(ACLOCAL_M4) 82am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 83 configure.lineno config.status.lineno 84mkinstalldirs = $(install_sh) -d 85CONFIG_HEADER = config.h 86CONFIG_CLEAN_FILES = 87CONFIG_CLEAN_VPATH_FILES = 88AM_V_GEN = $(am__v_GEN_@AM_V@) 89am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 90am__v_GEN_0 = @echo " GEN " $@; 91AM_V_at = $(am__v_at_@AM_V@) 92am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 93am__v_at_0 = @ 94SOURCES = 95DIST_SOURCES = 96RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 97 html-recursive info-recursive install-data-recursive \ 98 install-dvi-recursive install-exec-recursive \ 99 install-html-recursive install-info-recursive \ 100 install-pdf-recursive install-ps-recursive install-recursive \ 101 installcheck-recursive installdirs-recursive pdf-recursive \ 102 ps-recursive uninstall-recursive 103am__can_run_installinfo = \ 104 case $$AM_UPDATE_INFO_DIR in \ 105 n|no|NO) false;; \ 106 *) (install-info --version) >/dev/null 2>&1;; \ 107 esac 108RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 109 distclean-recursive maintainer-clean-recursive 110AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 111 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 112 distdir dist dist-all distcheck 113ETAGS = etags 114CTAGS = ctags 115DIST_SUBDIRS = $(SUBDIRS) 116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 117distdir = $(PACKAGE)-$(VERSION) 118top_distdir = $(distdir) 119am__remove_distdir = \ 120 if test -d "$(distdir)"; then \ 121 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 122 && rm -rf "$(distdir)" \ 123 || { sleep 5 && rm -rf "$(distdir)"; }; \ 124 else :; fi 125am__relativize = \ 126 dir0=`pwd`; \ 127 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 128 sed_rest='s,^[^/]*/*,,'; \ 129 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 130 sed_butlast='s,/*[^/]*$$,,'; \ 131 while test -n "$$dir1"; do \ 132 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 133 if test "$$first" != "."; then \ 134 if test "$$first" = ".."; then \ 135 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 136 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 137 else \ 138 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 139 if test "$$first2" = "$$first"; then \ 140 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 141 else \ 142 dir2="../$$dir2"; \ 143 fi; \ 144 dir0="$$dir0"/"$$first"; \ 145 fi; \ 146 fi; \ 147 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 148 done; \ 149 reldir="$$dir2" 150DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 151GZIP_ENV = --best 152distuninstallcheck_listfiles = find . -type f -print 153am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 154 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 155distcleancheck_listfiles = find . -type f -print 156ACLOCAL = @ACLOCAL@ 157ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 158ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 159AMTAR = @AMTAR@ 160AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 161APP_MAN_DIR = @APP_MAN_DIR@ 162APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 163AR = @AR@ 164AUTOCONF = @AUTOCONF@ 165AUTOHEADER = @AUTOHEADER@ 166AUTOMAKE = @AUTOMAKE@ 167AWK = @AWK@ 168BASE_CFLAGS = @BASE_CFLAGS@ 169CC = @CC@ 170CCDEPMODE = @CCDEPMODE@ 171CFLAGS = @CFLAGS@ 172CHANGELOG_CMD = @CHANGELOG_CMD@ 173CPP = @CPP@ 174CPPFLAGS = @CPPFLAGS@ 175CWARNFLAGS = @CWARNFLAGS@ 176CYGPATH_W = @CYGPATH_W@ 177DEFS = @DEFS@ 178DEPDIR = @DEPDIR@ 179DLLTOOL = @DLLTOOL@ 180DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 181DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 182DRIVER_NAME = @DRIVER_NAME@ 183DSYMUTIL = @DSYMUTIL@ 184DUMPBIN = @DUMPBIN@ 185ECHO_C = @ECHO_C@ 186ECHO_N = @ECHO_N@ 187ECHO_T = @ECHO_T@ 188EGREP = @EGREP@ 189EXEEXT = @EXEEXT@ 190FGREP = @FGREP@ 191FILE_MAN_DIR = @FILE_MAN_DIR@ 192FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 193GREP = @GREP@ 194INSTALL = @INSTALL@ 195INSTALL_CMD = @INSTALL_CMD@ 196INSTALL_DATA = @INSTALL_DATA@ 197INSTALL_PROGRAM = @INSTALL_PROGRAM@ 198INSTALL_SCRIPT = @INSTALL_SCRIPT@ 199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 200LD = @LD@ 201LDFLAGS = @LDFLAGS@ 202LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 203LIBDRM_LIBS = @LIBDRM_LIBS@ 204LIBOBJS = @LIBOBJS@ 205LIBS = @LIBS@ 206LIBTOOL = @LIBTOOL@ 207LIB_MAN_DIR = @LIB_MAN_DIR@ 208LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 209LIPO = @LIPO@ 210LN_S = @LN_S@ 211LTLIBOBJS = @LTLIBOBJS@ 212MAINT = @MAINT@ 213MAKEINFO = @MAKEINFO@ 214MANIFEST_TOOL = @MANIFEST_TOOL@ 215MAN_SUBSTS = @MAN_SUBSTS@ 216MISC_MAN_DIR = @MISC_MAN_DIR@ 217MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 218MKDIR_P = @MKDIR_P@ 219NM = @NM@ 220NMEDIT = @NMEDIT@ 221OBJDUMP = @OBJDUMP@ 222OBJEXT = @OBJEXT@ 223OTOOL = @OTOOL@ 224OTOOL64 = @OTOOL64@ 225PACKAGE = @PACKAGE@ 226PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 227PACKAGE_NAME = @PACKAGE_NAME@ 228PACKAGE_STRING = @PACKAGE_STRING@ 229PACKAGE_TARNAME = @PACKAGE_TARNAME@ 230PACKAGE_URL = @PACKAGE_URL@ 231PACKAGE_VERSION = @PACKAGE_VERSION@ 232PATH_SEPARATOR = @PATH_SEPARATOR@ 233PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 234PCIACCESS_LIBS = @PCIACCESS_LIBS@ 235PKG_CONFIG = @PKG_CONFIG@ 236PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 237PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 238RANLIB = @RANLIB@ 239SED = @SED@ 240SET_MAKE = @SET_MAKE@ 241SHELL = @SHELL@ 242STRICT_CFLAGS = @STRICT_CFLAGS@ 243STRIP = @STRIP@ 244VERSION = @VERSION@ 245X11_CFLAGS = @X11_CFLAGS@ 246X11_LIBS = @X11_LIBS@ 247XATRACKER_CFLAGS = @XATRACKER_CFLAGS@ 248XATRACKER_LIBS = @XATRACKER_LIBS@ 249XORG_CFLAGS = @XORG_CFLAGS@ 250XORG_LIBS = @XORG_LIBS@ 251XORG_MAN_PAGE = @XORG_MAN_PAGE@ 252abs_builddir = @abs_builddir@ 253abs_srcdir = @abs_srcdir@ 254abs_top_builddir = @abs_top_builddir@ 255abs_top_srcdir = @abs_top_srcdir@ 256ac_ct_AR = @ac_ct_AR@ 257ac_ct_CC = @ac_ct_CC@ 258ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 259am__include = @am__include@ 260am__leading_dot = @am__leading_dot@ 261am__quote = @am__quote@ 262am__tar = @am__tar@ 263am__untar = @am__untar@ 264bindir = @bindir@ 265build = @build@ 266build_alias = @build_alias@ 267build_cpu = @build_cpu@ 268build_os = @build_os@ 269build_vendor = @build_vendor@ 270builddir = @builddir@ 271datadir = @datadir@ 272datarootdir = @datarootdir@ 273docdir = @docdir@ 274dvidir = @dvidir@ 275exec_prefix = @exec_prefix@ 276host = @host@ 277host_alias = @host_alias@ 278host_cpu = @host_cpu@ 279host_os = @host_os@ 280host_vendor = @host_vendor@ 281htmldir = @htmldir@ 282includedir = @includedir@ 283infodir = @infodir@ 284install_sh = @install_sh@ 285libdir = @libdir@ 286libexecdir = @libexecdir@ 287localedir = @localedir@ 288localstatedir = @localstatedir@ 289mandir = @mandir@ 290mkdir_p = @mkdir_p@ 291moduledir = @moduledir@ 292oldincludedir = @oldincludedir@ 293pdfdir = @pdfdir@ 294prefix = @prefix@ 295program_transform_name = @program_transform_name@ 296psdir = @psdir@ 297sbindir = @sbindir@ 298sharedstatedir = @sharedstatedir@ 299srcdir = @srcdir@ 300sysconfdir = @sysconfdir@ 301target_alias = @target_alias@ 302top_build_prefix = @top_build_prefix@ 303top_builddir = @top_builddir@ 304top_srcdir = @top_srcdir@ 305 306# Order: vmwgfx before src 307SUBDIRS = man saa vmwgfx src vmwarectrl 308MAINTAINERCLEANFILES = ChangeLog INSTALL 309all: config.h 310 $(MAKE) $(AM_MAKEFLAGS) all-recursive 311 312.SUFFIXES: 313am--refresh: Makefile 314 @: 315$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 316 @for dep in $?; do \ 317 case '$(am__configure_deps)' in \ 318 *$$dep*) \ 319 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 320 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 321 && exit 0; \ 322 exit 1;; \ 323 esac; \ 324 done; \ 325 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 326 $(am__cd) $(top_srcdir) && \ 327 $(AUTOMAKE) --foreign Makefile 328.PRECIOUS: Makefile 329Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 330 @case '$?' in \ 331 *config.status*) \ 332 echo ' $(SHELL) ./config.status'; \ 333 $(SHELL) ./config.status;; \ 334 *) \ 335 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 336 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 337 esac; 338 339$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 340 $(SHELL) ./config.status --recheck 341 342$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 343 $(am__cd) $(srcdir) && $(AUTOCONF) 344$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 345 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 346$(am__aclocal_m4_deps): 347 348config.h: stamp-h1 349 @if test ! -f $@; then rm -f stamp-h1; else :; fi 350 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 351 352stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 353 @rm -f stamp-h1 354 cd $(top_builddir) && $(SHELL) ./config.status config.h 355$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 356 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 357 rm -f stamp-h1 358 touch $@ 359 360distclean-hdr: 361 -rm -f config.h stamp-h1 362 363mostlyclean-libtool: 364 -rm -f *.lo 365 366clean-libtool: 367 -rm -rf .libs _libs 368 369distclean-libtool: 370 -rm -f libtool config.lt 371 372# This directory's subdirectories are mostly independent; you can cd 373# into them and run `make' without going through this Makefile. 374# To change the values of `make' variables: instead of editing Makefiles, 375# (1) if the variable is set in `config.status', edit `config.status' 376# (which will cause the Makefiles to be regenerated when you run `make'); 377# (2) otherwise, pass the desired values on the `make' command line. 378$(RECURSIVE_TARGETS): 379 @fail= failcom='exit 1'; \ 380 for f in x $$MAKEFLAGS; do \ 381 case $$f in \ 382 *=* | --[!k]*);; \ 383 *k*) failcom='fail=yes';; \ 384 esac; \ 385 done; \ 386 dot_seen=no; \ 387 target=`echo $@ | sed s/-recursive//`; \ 388 list='$(SUBDIRS)'; for subdir in $$list; do \ 389 echo "Making $$target in $$subdir"; \ 390 if test "$$subdir" = "."; then \ 391 dot_seen=yes; \ 392 local_target="$$target-am"; \ 393 else \ 394 local_target="$$target"; \ 395 fi; \ 396 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 397 || eval $$failcom; \ 398 done; \ 399 if test "$$dot_seen" = "no"; then \ 400 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 401 fi; test -z "$$fail" 402 403$(RECURSIVE_CLEAN_TARGETS): 404 @fail= failcom='exit 1'; \ 405 for f in x $$MAKEFLAGS; do \ 406 case $$f in \ 407 *=* | --[!k]*);; \ 408 *k*) failcom='fail=yes';; \ 409 esac; \ 410 done; \ 411 dot_seen=no; \ 412 case "$@" in \ 413 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 414 *) list='$(SUBDIRS)' ;; \ 415 esac; \ 416 rev=''; for subdir in $$list; do \ 417 if test "$$subdir" = "."; then :; else \ 418 rev="$$subdir $$rev"; \ 419 fi; \ 420 done; \ 421 rev="$$rev ."; \ 422 target=`echo $@ | sed s/-recursive//`; \ 423 for subdir in $$rev; do \ 424 echo "Making $$target in $$subdir"; \ 425 if test "$$subdir" = "."; then \ 426 local_target="$$target-am"; \ 427 else \ 428 local_target="$$target"; \ 429 fi; \ 430 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 431 || eval $$failcom; \ 432 done && test -z "$$fail" 433tags-recursive: 434 list='$(SUBDIRS)'; for subdir in $$list; do \ 435 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 436 done 437ctags-recursive: 438 list='$(SUBDIRS)'; for subdir in $$list; do \ 439 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 440 done 441 442ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 443 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 444 unique=`for i in $$list; do \ 445 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 446 done | \ 447 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 448 END { if (nonempty) { for (i in files) print i; }; }'`; \ 449 mkid -fID $$unique 450tags: TAGS 451 452TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 453 $(TAGS_FILES) $(LISP) 454 set x; \ 455 here=`pwd`; \ 456 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 457 include_option=--etags-include; \ 458 empty_fix=.; \ 459 else \ 460 include_option=--include; \ 461 empty_fix=; \ 462 fi; \ 463 list='$(SUBDIRS)'; for subdir in $$list; do \ 464 if test "$$subdir" = .; then :; else \ 465 test ! -f $$subdir/TAGS || \ 466 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 467 fi; \ 468 done; \ 469 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 470 unique=`for i in $$list; do \ 471 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 472 done | \ 473 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 474 END { if (nonempty) { for (i in files) print i; }; }'`; \ 475 shift; \ 476 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 477 test -n "$$unique" || unique=$$empty_fix; \ 478 if test $$# -gt 0; then \ 479 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 480 "$$@" $$unique; \ 481 else \ 482 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 483 $$unique; \ 484 fi; \ 485 fi 486ctags: CTAGS 487CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 488 $(TAGS_FILES) $(LISP) 489 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 490 unique=`for i in $$list; do \ 491 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 492 done | \ 493 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 494 END { if (nonempty) { for (i in files) print i; }; }'`; \ 495 test -z "$(CTAGS_ARGS)$$unique" \ 496 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 497 $$unique 498 499GTAGS: 500 here=`$(am__cd) $(top_builddir) && pwd` \ 501 && $(am__cd) $(top_srcdir) \ 502 && gtags -i $(GTAGS_ARGS) "$$here" 503 504distclean-tags: 505 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 506 507distdir: $(DISTFILES) 508 $(am__remove_distdir) 509 test -d "$(distdir)" || mkdir "$(distdir)" 510 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 511 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 512 list='$(DISTFILES)'; \ 513 dist_files=`for file in $$list; do echo $$file; done | \ 514 sed -e "s|^$$srcdirstrip/||;t" \ 515 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 516 case $$dist_files in \ 517 */*) $(MKDIR_P) `echo "$$dist_files" | \ 518 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 519 sort -u` ;; \ 520 esac; \ 521 for file in $$dist_files; do \ 522 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 523 if test -d $$d/$$file; then \ 524 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 525 if test -d "$(distdir)/$$file"; then \ 526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 527 fi; \ 528 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 529 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 530 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 531 fi; \ 532 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 533 else \ 534 test -f "$(distdir)/$$file" \ 535 || cp -p $$d/$$file "$(distdir)/$$file" \ 536 || exit 1; \ 537 fi; \ 538 done 539 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 540 if test "$$subdir" = .; then :; else \ 541 $(am__make_dryrun) \ 542 || test -d "$(distdir)/$$subdir" \ 543 || $(MKDIR_P) "$(distdir)/$$subdir" \ 544 || exit 1; \ 545 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 546 $(am__relativize); \ 547 new_distdir=$$reldir; \ 548 dir1=$$subdir; dir2="$(top_distdir)"; \ 549 $(am__relativize); \ 550 new_top_distdir=$$reldir; \ 551 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 552 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 553 ($(am__cd) $$subdir && \ 554 $(MAKE) $(AM_MAKEFLAGS) \ 555 top_distdir="$$new_top_distdir" \ 556 distdir="$$new_distdir" \ 557 am__remove_distdir=: \ 558 am__skip_length_check=: \ 559 am__skip_mode_fix=: \ 560 distdir) \ 561 || exit 1; \ 562 fi; \ 563 done 564 $(MAKE) $(AM_MAKEFLAGS) \ 565 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 566 dist-hook 567 -test -n "$(am__skip_mode_fix)" \ 568 || find "$(distdir)" -type d ! -perm -755 \ 569 -exec chmod u+rwx,go+rx {} \; -o \ 570 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 571 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 572 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 573 || chmod -R a+r "$(distdir)" 574dist-gzip: distdir 575 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 576 $(am__remove_distdir) 577dist-bzip2: distdir 578 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 579 $(am__remove_distdir) 580 581dist-lzip: distdir 582 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 583 $(am__remove_distdir) 584 585dist-lzma: distdir 586 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 587 $(am__remove_distdir) 588 589dist-xz: distdir 590 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 591 $(am__remove_distdir) 592 593dist-tarZ: distdir 594 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 595 $(am__remove_distdir) 596 597dist-shar: distdir 598 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 599 $(am__remove_distdir) 600 601dist-zip: distdir 602 -rm -f $(distdir).zip 603 zip -rq $(distdir).zip $(distdir) 604 $(am__remove_distdir) 605 606dist dist-all: distdir 607 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 608 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 609 $(am__remove_distdir) 610 611# This target untars the dist file and tries a VPATH configuration. Then 612# it guarantees that the distribution is self-contained by making another 613# tarfile. 614distcheck: dist 615 case '$(DIST_ARCHIVES)' in \ 616 *.tar.gz*) \ 617 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 618 *.tar.bz2*) \ 619 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 620 *.tar.lzma*) \ 621 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 622 *.tar.lz*) \ 623 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 624 *.tar.xz*) \ 625 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 626 *.tar.Z*) \ 627 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 628 *.shar.gz*) \ 629 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 630 *.zip*) \ 631 unzip $(distdir).zip ;;\ 632 esac 633 chmod -R a-w $(distdir); chmod u+w $(distdir) 634 mkdir $(distdir)/_build 635 mkdir $(distdir)/_inst 636 chmod a-w $(distdir) 637 test -d $(distdir)/_build || exit 0; \ 638 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 639 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 640 && am__cwd=`pwd` \ 641 && $(am__cd) $(distdir)/_build \ 642 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 643 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 644 $(DISTCHECK_CONFIGURE_FLAGS) \ 645 && $(MAKE) $(AM_MAKEFLAGS) \ 646 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 647 && $(MAKE) $(AM_MAKEFLAGS) check \ 648 && $(MAKE) $(AM_MAKEFLAGS) install \ 649 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 650 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 651 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 652 distuninstallcheck \ 653 && chmod -R a-w "$$dc_install_base" \ 654 && ({ \ 655 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 656 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 657 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 659 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 660 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 661 && rm -rf "$$dc_destdir" \ 662 && $(MAKE) $(AM_MAKEFLAGS) dist \ 663 && rm -rf $(DIST_ARCHIVES) \ 664 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 665 && cd "$$am__cwd" \ 666 || exit 1 667 $(am__remove_distdir) 668 @(echo "$(distdir) archives ready for distribution: "; \ 669 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 670 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 671distuninstallcheck: 672 @test -n '$(distuninstallcheck_dir)' || { \ 673 echo 'ERROR: trying to run $@ with an empty' \ 674 '$$(distuninstallcheck_dir)' >&2; \ 675 exit 1; \ 676 }; \ 677 $(am__cd) '$(distuninstallcheck_dir)' || { \ 678 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 679 exit 1; \ 680 }; \ 681 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 682 || { echo "ERROR: files left after uninstall:" ; \ 683 if test -n "$(DESTDIR)"; then \ 684 echo " (check DESTDIR support)"; \ 685 fi ; \ 686 $(distuninstallcheck_listfiles) ; \ 687 exit 1; } >&2 688distcleancheck: distclean 689 @if test '$(srcdir)' = . ; then \ 690 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 691 exit 1 ; \ 692 fi 693 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 694 || { echo "ERROR: files left in build directory after distclean:" ; \ 695 $(distcleancheck_listfiles) ; \ 696 exit 1; } >&2 697check-am: all-am 698check: check-recursive 699all-am: Makefile config.h 700installdirs: installdirs-recursive 701installdirs-am: 702install: install-recursive 703install-exec: install-exec-recursive 704install-data: install-data-recursive 705uninstall: uninstall-recursive 706 707install-am: all-am 708 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 709 710installcheck: installcheck-recursive 711install-strip: 712 if test -z '$(STRIP)'; then \ 713 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 714 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 715 install; \ 716 else \ 717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 719 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 720 fi 721mostlyclean-generic: 722 723clean-generic: 724 725distclean-generic: 726 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 727 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 728 729maintainer-clean-generic: 730 @echo "This command is intended for maintainers to use" 731 @echo "it deletes files that may require special tools to rebuild." 732 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 733clean: clean-recursive 734 735clean-am: clean-generic clean-libtool mostlyclean-am 736 737distclean: distclean-recursive 738 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 739 -rm -f Makefile 740distclean-am: clean-am distclean-generic distclean-hdr \ 741 distclean-libtool distclean-tags 742 743dvi: dvi-recursive 744 745dvi-am: 746 747html: html-recursive 748 749html-am: 750 751info: info-recursive 752 753info-am: 754 755install-data-am: 756 757install-dvi: install-dvi-recursive 758 759install-dvi-am: 760 761install-exec-am: 762 763install-html: install-html-recursive 764 765install-html-am: 766 767install-info: install-info-recursive 768 769install-info-am: 770 771install-man: 772 773install-pdf: install-pdf-recursive 774 775install-pdf-am: 776 777install-ps: install-ps-recursive 778 779install-ps-am: 780 781installcheck-am: 782 783maintainer-clean: maintainer-clean-recursive 784 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 785 -rm -rf $(top_srcdir)/autom4te.cache 786 -rm -f Makefile 787maintainer-clean-am: distclean-am maintainer-clean-generic 788 789mostlyclean: mostlyclean-recursive 790 791mostlyclean-am: mostlyclean-generic mostlyclean-libtool 792 793pdf: pdf-recursive 794 795pdf-am: 796 797ps: ps-recursive 798 799ps-am: 800 801uninstall-am: 802 803.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 804 ctags-recursive install-am install-strip tags-recursive 805 806.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 807 all all-am am--refresh check check-am clean clean-generic \ 808 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 809 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ 810 dist-xz dist-zip distcheck distclean distclean-generic \ 811 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 812 distdir distuninstallcheck dvi dvi-am html html-am info \ 813 info-am install install-am install-data install-data-am \ 814 install-dvi install-dvi-am install-exec install-exec-am \ 815 install-html install-html-am install-info install-info-am \ 816 install-man install-pdf install-pdf-am install-ps \ 817 install-ps-am install-strip installcheck installcheck-am \ 818 installdirs installdirs-am maintainer-clean \ 819 maintainer-clean-generic mostlyclean mostlyclean-generic \ 820 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 821 uninstall uninstall-am 822 823.PHONY: ChangeLog INSTALL 824 825INSTALL: 826 $(INSTALL_CMD) 827 828ChangeLog: 829 $(CHANGELOG_CMD) 830 831dist-hook: ChangeLog INSTALL 832 833# Tell versions [3.59,3.63) of GNU make to not export all variables. 834# Otherwise a system limit (for SysV at least) may be exceeded. 835.NOEXPORT: 836