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