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