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