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