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