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