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